@charset "UTF-8";
/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
}
@media screen and (max-width: 767px) {
  #main-visual {
    padding-bottom: 30px;
  }
}
#main-visual .mv-slider {
  position: relative;
  width: 100%;
  height: 43.75vw;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-slider {
    height: 600px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-slider {
    height: 440px;
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-slider {
    height: 320px;
    margin-top: 220px;
  }
}
#main-visual .mv-slider::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 132, 46, 0.7);
  border-top-left-radius: 50vh;
  border-bottom-left-radius: 50vh;
  border-bottom: solid 1.875rem #ffe6d5;
}
#main-visual .mv-slider .slider-mv {
  width: calc(100% - 10rem);
  height: calc(100% - 7.5rem);
  border-top-left-radius: 50vh;
  border-bottom-left-radius: 50vh;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  overflow: clip;
  margin: 0 0 0 auto;
}
#main-visual .mv-slider .slider-mv .swiper-img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-slider .slider-mv .swiper-img {
    transform: scale(1.2);
  }
}
#main-visual .mv-slider .slider-mv .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-slider .slider-mv .swiper-img.__01 img {
    -o-object-position: 110% 50%;
       object-position: 110% 50%;
  }
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-slider .slider-mv .swiper-img.__02 img {
    -o-object-position: 75% 20%;
       object-position: 75% 20%;
  }
}
@keyframes zoomPan {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#main-visual .mv-slider .swiper-slide-active .swiper-img img,
#main-visual .mv-slider .swiper-slide-duplicate-active .swiper-img img,
#main-visual .mv-slider .swiper-slide-prev .swiper-img img {
  animation: zoomPan 8s linear 0s normal both;
}
#main-visual .mv-inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 3.75rem;
  margin-top: -3.75rem;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-inner {
    top: 0;
    transform: translateX(-50%);
    margin-top: -130px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner {
    margin-top: -180px;
  }
}
#main-visual .mv-inner .mv-catch {
  text-shadow: 2px 2px 12px #fff, -2px 2px 12px #fff, 2px -2px 12px #fff, -2px -2px 12px #fff;
}
#main-visual .mv-inner .mv-catch .__sub {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch .__sub {
    display: block;
  }
}
#main-visual .mv-inner .mv-catch .__sub p {
  font-weight: 600;
  font-size: 1.6875rem;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-catch .__sub p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch .__sub p {
    font-size: 1.125em;
  }
}
#main-visual .mv-inner .mv-catch .__sub p.__since {
  color: #fff;
  background-color: #85cc47;
  text-shadow: none;
  border: solid 2px #fff;
  box-shadow: 0 0 12px 0 #fff;
  font-size: 1.125em;
  letter-spacing: 0.1em;
  padding: 1.4em;
  border-radius: 50vh;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch .__sub p.__since {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1em;
    padding: 0 0.8em;
    margin-bottom: 0.4em;
  }
}
#main-visual .mv-inner .mv-catch .__sub p.__since span.__year {
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-catch .__sub p.__since span.__year {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch .__sub p.__since span.__year {
    font-size: 1.125em;
  }
}
#main-visual .mv-inner .mv-catch .__main h2 {
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-catch .__main h2 {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch .__main h2 {
    font-size: 2.5em;
    margin-top: 0.4em;
  }
}
#main-visual .mv-inner .mv-catch .__main h2 em::before {
  content: "“";
  color: #85cc47;
  margin-right: 0.2em;
}
#main-visual .mv-inner .mv-catch .__main h2 em::after {
  content: "”";
  color: #85cc47;
  margin-left: 0.2em;
}
#main-visual .mv-scroll {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-scroll {
    margin-left: -5rem;
  }
}
#main-visual .mv-scroll p {
  font-weight: 700;
  letter-spacing: 0.1em;
  transform-origin: right;
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-scroll p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-scroll p {
    font-size: 0.85em;
  }
}
@keyframes lineAnime {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#main-visual .mv-scroll::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 8.3333333333vw;
  background: #333;
  animation: lineAnime 3s cubic-bezier(0.8, 0, 0, 0.8) infinite;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-scroll::after {
    height: 80px;
  }
}

.sec-business {
  overflow-x: clip;
}
.sec-business .sec-inner .txt-wrap {
  position: relative;
}
.sec-business .sec-inner .txt-wrap .__deco-circle {
  right: 0;
}
.sec-business .sec-inner .txt-wrap .__deco-circle.__large {
  top: 0;
  margin-top: -22.5rem;
  margin-right: -35rem;
  width: 42.5rem;
}
.sec-business .sec-inner .txt-wrap .__deco-circle.__large.__inview {
  opacity: 0.1;
}
.sec-business .sec-inner .txt-wrap .__deco-circle.__small {
  bottom: 0;
  margin-bottom: 1.875rem;
  width: 7.5rem;
}
.sec-business .sec-inner .txt-wrap .__deco-circle.__small.__inview {
  opacity: 0.2;
}
.sec-business .sec-inner .txt-wrap .sec-catch p span.__label {
  display: inline-block;
  border: solid 1px #85cc47;
  line-height: 1em;
  border-radius: 50vh;
  padding: 0.4em 1.2em;
  margin-right: 0.4em;
  margin-top: 0.6em;
}
.sec-business .sec-inner .img-wrap {
  position: relative;
}
.sec-business .sec-inner .img-wrap .__deco-circle {
  z-index: 2;
  right: 0;
  bottom: 0;
  margin-right: 7.5rem;
  margin-bottom: -5rem;
  width: 10rem;
}
.sec-business .sec-inner .img-wrap .__deco-circle.__inview {
  opacity: 0.4;
}
.sec-business .sec-inner .img-wrap img {
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
}

.sec-company {
  overflow-x: clip;
}
.sec-company .sec-inner .txt-wrap {
  position: relative;
}
.sec-company .sec-inner .txt-wrap .__deco-circle {
  left: 0;
  top: 50%;
  transform: translateY(-50%) !important;
  margin-left: -53.75rem;
  width: 50rem;
}
.sec-company .sec-inner .txt-wrap .__deco-circle.__inview {
  opacity: 0.3;
}
.sec-company .sec-inner .img-wrap {
  position: relative;
}
.sec-company .sec-inner .img-wrap .__deco-circle {
  left: 0;
  bottom: 0;
  margin-left: -1.875rem;
  margin-bottom: -1.875rem;
  width: 7.5rem;
}
.sec-company .sec-inner .img-wrap .__deco-circle.__inview {
  opacity: 0.1;
}
.sec-company .sec-inner .img-wrap img {
  -o-object-position: 50% 90%;
     object-position: 50% 90%;
}

.sec-owner {
  overflow-x: clip;
  background-color: rgba(133, 204, 71, 0.6);
}
@media screen and (max-width: 1199px) {
  .sec-owner {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-owner {
    padding: 30px 0;
  }
}
.sec-owner .sec-inner {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 50vh;
  width: calc(100% - 10rem);
  margin: 0 auto;
  padding-left: 15rem;
  padding-right: 15rem;
}
@media screen and (max-width: 1199px) {
  .sec-owner .sec-inner {
    border-radius: 120px;
    width: calc(100% - 10rem);
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-owner .sec-inner {
    border-radius: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.sec-owner .sec-inner::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: calc(100% - 1em);
  height: calc(100% - 1em);
  border-radius: 50vh;
  border: solid 1px rgba(133, 204, 71, 0.6);
}
@media screen and (max-width: 1199px) {
  .sec-owner .sec-inner::before {
    border-radius: calc(120px - 0.25em);
  }
}
@media screen and (max-width: 767px) {
  .sec-owner .sec-inner::before {
    border-radius: calc(80px - 0.25em);
  }
}
.sec-owner .sec-inner .__deco-circle.__small {
  z-index: 2;
  top: 0;
  left: 0;
  margin-top: 2.5rem;
  margin-left: 2.5rem;
  width: 8.75rem;
}
.sec-owner .sec-inner .__deco-circle.__small.__inview {
  opacity: 0.3;
}
.sec-owner .sec-inner .__deco-circle.__large {
  z-index: 2;
  bottom: 0;
  right: 0;
  margin-right: -20rem;
  width: 30rem;
}
.sec-owner .sec-inner .__deco-circle.__large.__inview {
  opacity: 0.2;
}
.sec-owner .sec-inner .sec-catch {
  margin-top: 2em;
}
.sec-owner .sec-inner .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-owner .sec-inner .flex-wrap {
    display: block;
  }
}
.sec-owner .sec-inner .flex-wrap .txt-wrap {
  width: calc(100% - 22.5rem - 3em);
}
@media screen and (max-width: 1199px) {
  .sec-owner .sec-inner .flex-wrap .txt-wrap {
    width: 100%;
  }
}
.sec-owner .sec-inner .flex-wrap .txt-wrap .sec-txt p {
  font-size: 1.125em;
  margin-top: 1em;
}
.sec-owner .sec-inner .flex-wrap .txt-wrap .sec-link {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-owner .sec-inner .flex-wrap .txt-wrap .sec-link {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 2em;
  }
}
.sec-owner .sec-inner .flex-wrap .illust-wrap {
  width: 22.5rem;
  opacity: 0.9;
}
@media screen and (max-width: 1199px) {
  .sec-owner .sec-inner .flex-wrap .illust-wrap {
    width: 33.75rem;
    margin-left: auto;
    margin-top: -3em;
    margin-bottom: -2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-owner .sec-inner .flex-wrap .illust-wrap {
    margin-right: auto;
    margin-top: 2em;
    width: min(80%, 200px);
  }
}
.sec-owner .sec-inner .flex-wrap .illust-wrap img {
  width: 100%;
  height: auto;
}

.sec-property .sec-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-property .sec-content {
  margin-top: calc(7.5rem + 3em);
  position: relative;
  background-color: rgba(255, 132, 46, 0.2);
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec-property .sec-content {
    margin-top: calc(120px + 2em);
  }
}
.sec-property .sec-content .property-list {
  margin-bottom: -7.5rem;
  transform: translateY(-7.5rem);
}
@media screen and (max-width: 767px) {
  .sec-property .sec-content .property-list {
    margin-bottom: -120px;
    transform: translateY(-120px);
  }
}
.sec-property .sec-content .property-list .slider-property {
  overflow-x: clip;
  overflow-y: visible;
}
.sec-property .sec-content .property-list .slider-property .swiper-wrapper {
  transition-timing-function: linear;
}
.sec-property .sec-content .property-list .slider-property .swiper-wrapper .swiper-slide {
  position: relative;
  aspect-ratio: 1/1;
}
.sec-property .sec-content .property-list .slider-property .swiper-wrapper .swiper-slide::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-top: 1rem;
  margin-left: 1rem;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sec-property .sec-content .property-list .slider-property .swiper-wrapper .swiper-slide::before {
    margin-top: 6px;
    margin-left: 6px;
  }
}
.sec-property .sec-content .property-list .slider-property .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: solid 2px #fff;
}
.sec-property .sec-content .property-list .slider-property .swiper-wrapper .swiper-slide:nth-of-type(odd) {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .sec-property .sec-content .property-list .slider-property .swiper-wrapper .swiper-slide:nth-of-type(odd) {
    margin-top: 20px;
  }
}
.sec-property .sec-content .property-list .slider-property .swiper-wrapper .swiper-slide:nth-of-type(odd)::before {
  background-color: #fff;
  opacity: 0.6;
}
.sec-property .sec-content .property-list .slider-property .swiper-wrapper .swiper-slide:nth-of-type(even)::before {
  background-color: #ff842e;
  opacity: 0.6;
}/*# sourceMappingURL=index.css.map */