/*//////////////////////////////////////////////////

home style

//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
/*
@mixin pc_size{
  @media screen and (min-width: $tablet) {
    @content;
  }
}
*/
.opening {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  width: 100dvw;
  height: 100dvh;
  background: #fff;
}
.opening .opening-image {
  visibility: hidden;
  opacity: 0;
  width: 24rem;
  transition: all 0.3s;
}
.opening .opening-image.is-active {
  visibility: visible;
  opacity: 1;
}

.sec_title {
  text-align: center;
}
.sec_title .copy {
  font-family: "Reddit Sans", serif;
  font-weight: bold;
  color: #6D0070;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.sec_title .ttl {
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (min-width: 1024px) {
  .opening .opening-image {
    width: 32rem;
  }
  .sec_title .copy {
    font-size: 1.4rem;
  }
  .sec_title .ttl {
    font-size: 3rem;
  }
}
#mainimg {
  position: relative;
  z-index: 1;
  margin-bottom: 6rem;
}
#mainimg .mainimg_bg video {
  width: 100%;
  aspect-ratio: 375/458;
  object-fit: cover;
  object-position: top center;
}
#mainimg .mainimg_cont {
  position: absolute;
  top: 25%;
  left: 0;
  padding: 2em 2em 2em 0;
}
#mainimg .mainimg_cont .mainimg_cont-inner {
  padding-left: 8vw;
  color: #fff;
}
#mainimg .mainimg_cont .ttl {
  font-weight: bold;
  font-size: clamp(3.2rem, 6vw, 6rem);
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#mainimg .mainimg_cont .txt {
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
#mainimg .mainimg_cont .txt .redd {
  font-family: "Reddit Sans", serif;
  font-size: 1.18em;
}
#mainimg .mainimg_cont .ppl {
  color: #6D0070;
}
#mainimg .mainimg_cont .redd {
  font-family: "Reddit Sans", serif;
}
#mainimg .mainimg_cont .strong {
  margin: 0 0.2em;
  padding: 0.2em 0.4em;
  color: #6D0070;
  background: #fff;
}
#mainimg .mainimg_cont .pc_wrap {
  display: contents;
}

@media screen and (min-width: 1024px) {
  #mainimg .mainimg_bg video {
    aspect-ratio: 16/6.8;
  }
  #mainimg .mainimg_cont {
    top: 22%;
    padding: 2em 6em 2em 0;
  }
  #mainimg .mainimg_cont .txt {
    font-size: 2rem;
  }
  #mainimg .mainimg_cont .mainimg_cont-inner {
    padding-left: 14.12vw;
  }
  #mainimg .mainimg_cont .sp_wrap {
    display: contents;
  }
  #mainimg .mainimg_cont .pc_wrap {
    display: revert;
  }
}
#info {
  position: relative;
  z-index: 2;
  margin-top: -1.5rem;
  margin-bottom: clamp(5rem, 10vw, 10rem);
}
#info .inner {
  position: relative;
  max-width: 980px;
  z-index: 3;
}
#info .sec_title {
  margin-bottom: clamp(3rem, 4vw, 4rem);
}
#info .info_lsit .info_item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.2rem;
  padding-bottom: clamp(1.4rem, 2vw, 2rem);
  border-bottom: 1px solid #DEDEDE;
}
#info .info_lsit .info_item + .info_item {
  margin-top: clamp(2rem, 2.5vw, 2.5rem);
}
#info .info_lsit .info_item .date {
  color: #6D0070;
  font-weight: bold;
  font-family: "Reddit Sans", serif;
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#info .info_lsit .info_item .new {
  padding: 2px 0.75em;
  border: 1px solid #6D0070;
  color: #6D0070;
  font-weight: bold;
  font-family: "Reddit Sans", serif;
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  line-height: 1;
}
#info .info_lsit .info_item .ttl {
  width: 100%;
  padding-right: 6rem;
  box-sizing: border-box;
  font-weight: bold;
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
  letter-spacing: 0.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#info .info_lsit .info_item .arrow {
  position: absolute;
  z-index: 1;
  bottom: 0.8rem;
  right: 0;
  width: 3.4rem;
  aspect-ratio: 1/1;
  background: #EDEEF0;
  border-radius: 50%;
}
#info .info_lsit .info_item .arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/minds/assets/img/common/arrow_right.svg") center/0.8em no-repeat;
}

@media screen and (min-width: 769px) {
  #info::before {
    top: -3rem;
    left: 0;
    width: 37%;
  }
  #info .info_lsit .info_item {
    gap: 1.4rem;
    flex-wrap: nowrap;
    align-items: center;
  }
  #info .info_lsit .info_item > * {
    transition: 0.3s;
  }
  #info .info_lsit .info_item .date {
    padding-right: 2.5rem;
  }
  #info .info_lsit .info_item .ttl {
    padding-right: 8rem;
  }
  #info .info_lsit .info_item .arrow {
    bottom: auto;
    top: 0.75em;
    right: 2em;
    transform: translate(0, -50%);
    width: 3.8rem;
    background: #EDEEF0;
  }
  #info .info_lsit .info_item .arrow::before {
    opacity: 1;
  }
  #info .info_lsit .info_item .arrow::after {
    opacity: 0;
  }
  #info .info_lsit .info_item:hover {
    opacity: 1;
  }
  #info .info_lsit .info_item:hover .ttl {
    color: #6D0070;
  }
  #info .info_lsit .info_item:hover .arrow {
    background: #6D0070;
    transform: translate(0, -50%) scale(1.15);
  }
  #info .info_lsit .info_item:hover .arrow::before {
    background: url("/minds/assets/img/common/arrow_wht.svg") center/0.8em no-repeat;
  }
}
#about {
  margin-bottom: clamp(5rem, 11vw, 13rem);
}
#about .about_wrap {
  display: flex;
  flex-direction: column;
}
#about .about_wrap > * {
  width: 100%;
}
#about .about_wrap .about_img {
  order: 2;
  width: 92%;
  margin-bottom: 3rem;
}
#about .about_wrap .about_cont {
  display: contents;
}
#about .about_wrap .about_cont .about_top {
  order: 1;
}
#about .about_wrap .about_cont .about_top .sec_title {
  margin-bottom: 2rem;
}
#about .about_wrap .about_cont .about_bot {
  order: 3;
}
#about .about_wrap .about_cont .about_bot .about_ttl {
  margin-bottom: 0.5em;
  color: #6D0070;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-feature-settings: "palt";
}
#about .about_wrap .about_cont .about_bot .about_read {
  margin-bottom: 0.8rem;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.66;
}
#about .about_wrap .about_cont .about_bot .about_txt {
  margin-bottom: 2rem;
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
  line-height: 1.85;
}

@media screen and (min-width: 769px) {
  #about .about_wrap {
    display: grid;
    grid-template-columns: 45% 55%;
    flex-direction: row;
    max-width: 1366px;
    margin: 0 auto;
  }
  #about .about_wrap .about_img {
    order: 0;
    width: 100%;
    margin-bottom: 0;
  }
  #about .about_wrap .about_img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #about .about_wrap .about_cont {
    display: block;
    padding: 0 4%;
    box-sizing: border-box;
  }
  #about .about_wrap .about_cont .inner {
    width: 100%;
    max-width: none;
  }
  #about .about_wrap .about_cont .about_top .sec_title {
    margin-bottom: 4rem;
  }
  #about .about_wrap .about_cont .about_bot {
    padding-bottom: clamp(3rem, 4.2vw, 6rem);
  }
  #about .about_wrap .about_cont .about_bot .about_ttl {
    font-size: 2.4rem;
  }
  #about .about_wrap .about_cont .about_bot .about_read {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
  #about .about_wrap .about_cont .about_bot .about_txt {
    margin-bottom: 6.4rem;
  }
  #about .about_wrap .c-button {
    justify-content: left;
  }
}
@media screen and (min-width: 1024px) {
  #about .about_wrap {
    grid-template-columns: 52.5% 47.5%;
  }
  #about .about_wrap .about_cont {
    padding: 0 12%;
  }
}
#service {
  margin-bottom: clamp(5rem, 7vw, 7rem);
  padding: clamp(4rem, 7vw, 7rem) 0 clamp(5rem, 8vw, 8rem);
  background: url("/minds/assets/img/home/service_bg_sp.jpg?2025112601") center top/cover no-repeat;
}
#service .sec_title {
  margin-bottom: 1rem;
}
#service .sec_title .copy,
#service .sec_title .ttl {
  color: #FFF;
}
#service .sec_read {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
}
#service .service_list {
  margin-bottom: 3rem;
}
#service .service_list .service_item {
  position: relative;
  background: #FFF;
  padding: clamp(2.5rem, 3.5vw, 3.5rem) 2rem;
  box-sizing: border-box;
}
#service .service_list .service_item + .service_item {
  margin-top: 4rem;
}
#service .service_list .service_item .service_item-inner {
  display: grid;
  grid-template-columns: 50% 48%;
  gap: 2%;
  align-items: center;
}
#service .service_list .service_item .num {
  position: absolute;
  top: -1.5rem;
  left: 0;
  padding: 1.5rem 3.5rem 0 2rem;
  background: #FFF;
  color: #6D0070;
  font-family: "Reddit Sans", serif;
  font-weight: bold;
  font-size: clamp(2.8rem, 3vw, 3rem);
  letter-spacing: 0.1em;
  line-height: 1;
  clip-path: polygon(calc(100% - 2rem) 0, 100% 100%, 0 100%, 0 0);
}
#service .service_list .service_item .ttl {
  position: relative;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  font-size: clamp(1.8rem, 2vw, 2rem);
  letter-spacing: 0.05em;
}
#service .service_list .service_item .ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.4rem;
  height: 2px;
  background: #6D0070;
  content: "";
}
#service .service_list .service_item .txt {
  margin-bottom: clamp(1rem, 2vw, 2rem);
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
}
#service .c-button .c-button-btn {
  color: #292929;
  background: #EDEEF0;
}

@media screen and (min-width: 769px) {
  #service {
    background: url("/minds/assets/img/home/service_bg_pc.jpg?2025112601") center/cover no-repeat;
  }
  #service .service_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
  #service .service_list .service_item:hover {
    opacity: 1;
  }
  #service .service_list .service_item + .service_item {
    margin-top: 0;
  }
  #service .service_list .service_item .service_item-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #service .service_list .service_item .service_item-inner .service_item-wrap {
    text-align: center;
  }
  #service .service_list .service_item .num {
    top: -2.5rem;
    padding: 1.5rem 4.5rem 0 2.5rem;
    clip-path: polygon(calc(100% - 2.5rem) 0, 100% 100%, 0 100%, 0 0);
  }
  #service .service_list .service_item .ttl::after {
    left: 50%;
    transform: translate(-50%, 0);
  }
  #service .service_list .service_item .txt {
    margin: 0;
  }
  #service .service_list .service_item .img {
    width: 22rem;
    margin: 0 auto;
  }
  #service .service_list .service_item .link {
    display: none;
  }
  #service .c-button .c-button-btn:hover {
    color: #fff;
    background: #6D0070;
  }
  #service .c-button .c-button-btn:hover .arrow {
    transform: scale(1.1);
  }
}
.case, .property {
  position: relative;
  z-index: 1;
}
.case .sec_title, .property .sec_title {
  margin-bottom: 1rem;
}
.case .sec_title .copy, .property .sec_title .copy {
  color: #E7CDE8;
}
.case .sec_title .ttl, .property .sec_title .ttl {
  color: #FFF;
}
.case .sec_read, .property .sec_read {
  margin-bottom: 4rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  color: #fff;
}
.case .ourer_link, .property .ourer_link {
  display: block;
  aspect-ratio: 1/1;
  margin: auto;
}
.case .background, .property .background {
  position: relative;
  z-index: 1;
  height: 100%;
}
.case .background::before, .property .background::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #292929;
  opacity: 0.4;
  transition: all 0.3s;
}
.case .background img, .property .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .inner, .property .inner {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  .case .sec_title, .property .sec_title {
    margin-bottom: 1.2rem;
  }
  .case .sec_read, .property .sec_read {
    margin-bottom: 4.2rem;
    font-size: 1.6rem;
  }
  .case .ourer_link, .property .ourer_link {
    width: min(1300px, 94%);
    aspect-ratio: 130/56;
  }
  .case .ourer_link:hover, .property .ourer_link:hover {
    opacity: 1;
  }
  .case .ourer_link:hover .background, .property .ourer_link:hover .background {
    position: relative;
    z-index: 1;
  }
  .case .ourer_link:hover .background::before, .property .ourer_link:hover .background::before {
    opacity: 0;
  }
  .case .ourer_link:hover .c-button-btn, .property .ourer_link:hover .c-button-btn {
    opacity: 1;
    color: #fff;
    background: #6D0070;
  }
  .case .ourer_link:hover .c-button-btn .arrow, .property .ourer_link:hover .c-button-btn .arrow {
    transform: scale(1.1);
  }
}
.contact .contact_note {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 1.6rem;
}
.contact .contact_bnr {
  display: block;
}
.contact .contact_bnr .contact_img {
  width: 100%;
  aspect-ratio: 335/122;
  background: url("/minds/assets/img/home/contact_01.jpg") center/cover no-repeat;
}
.contact .contact_bnr .contact_cont {
  background: #6D0070;
  padding: 2rem 1rem;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
}
.contact .contact_bnr .contact_cont .copy {
  font-weight: bold;
  font-family: "Reddit Sans", serif;
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
}
.contact .contact_bnr .contact_cont .ttl {
  font-weight: bold;
  margin-bottom: 0.25em;
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  letter-spacing: 0.07em;
  line-height: 1.5;
}
.contact .contact_bnr .contact_cont .read {
  margin-bottom: clamp(1rem, 2vw, 2rem);
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  letter-spacing: 0.1em;
}
.contact .contact_bnr .c-button .c-button-btn {
  color: #292929;
  background: #fff;
}
.contact .contact_bnr .c-button .c-button-btn .arrow {
  background: #F4F4F4;
}

@media screen and (min-width: 769px) {
  .contact .contact_note {
    font-size: 2.2rem;
  }
  .contact .contact_bnr {
    display: flex;
    max-width: 98rem;
    margin: 0 auto;
    overflow: hidden;
  }
  .contact .contact_bnr .contact_img {
    order: 1;
    width: 50%;
    aspect-ratio: none;
    transition: 0.3s;
  }
  .contact .contact_bnr .contact_cont {
    position: relative;
    z-index: 1;
    width: 50%;
    height: 100%;
    padding: 3rem 2rem 3rem 6%;
    text-align: left;
  }
  .contact .contact_bnr .contact_cont .ttl {
    margin-bottom: 0.75em;
  }
  .contact .contact_bnr .contact_cont .read {
    font-weight: bold;
  }
  .contact .contact_bnr .contact_cont .c-button {
    justify-content: start;
  }
  .contact .contact_bnr .contact_cont .c-button .c-button-btn {
    width: min(21rem, 100%);
    height: 5rem;
    padding: 0 1em 0 2em;
  }
  .contact .contact_bnr:hover {
    opacity: 1;
  }
  .contact .contact_bnr:hover .contact_img {
    transform: scale(1.05);
  }
}
/*# sourceMappingURL=style.css.map */
