@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #0A0A0A;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  letter-spacing: 0.05em;
}

.pc_only {
  display: block !important;
}
@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  max-width: 1200px;
  width: 96%;
  margin: auto;
}
@media (max-width: 768px) {
  .main_width {
    width: calc(100% - 30px);
  }
}
.main_width.w1200 {
  max-width: 1200px;
}
.main_width.w1360 {
  max-width: 1360px;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/* @fv FV */
/********************************************/
.top_wrapper .fv_block {
  padding-top: 180px;
}
@media (max-width: 1024px) {
  .top_wrapper .fv_block {
    padding-top: 110px;
  }
}

.top_wrapper .fv_block .main_txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 96%;
  margin: 0 auto 0.3em;
  font-size: clamp(6rem, 14vw, 16rem);
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .main_txt {
    width: calc(100% - 30px);
  }
}
.top_wrapper .fv_block .main_txt .txt {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
}
.top_wrapper .fv_block .main_txt .txt:nth-child(2) {
  animation-delay: 0.3s;
}

.top_wrapper .fv_block .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 3%;
  width: 98%;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .top_wrapper .fv_block .flex {
    display: block;
  }
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .flex {
    width: 100%;
  }
}
.top_wrapper .fv_block .flex .left {
  width: 40%;
}
@media (max-width: 1024px) {
  .top_wrapper .fv_block .flex .left {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .flex .left {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
.top_wrapper .fv_block .flex .left .sub_ttl {
  display: block;
  margin-bottom: 0.5em;
  font-size: clamp(2rem, 3vw, 4.3rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .top_wrapper .fv_block .flex .left .sub_ttl {
    margin-bottom: 0.6em;
    font-size: clamp(2.5rem, 4vw, 4.3rem);
  }
}
.top_wrapper .fv_block .flex .left .txt {
  display: block;
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.top_wrapper .fv_block .flex .right {
  width: 60%;
}
@media (max-width: 1024px) {
  .top_wrapper .fv_block .flex .right {
    width: 90%;
    max-width: 700px;
    margin-left: auto;
  }
}
.top_wrapper .fv_block .flex .right .swiper-slide-active .item,
.top_wrapper .fv_block .flex .right .swiper-slide-duplicate-active .item,
.top_wrapper .fv_block .flex .right .swiper-slide-prev .item {
  animation: ZoomAnime 12s linear 0s normal both;
}

@keyframes ZoomAnime {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes ZoomAnime {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/********************************************/
/* @intro イントロダクション */
/********************************************/
.top_wrapper .intro_block {
  padding: 150px 0 230px;
}
@media (max-width: 1024px) {
  .top_wrapper .intro_block {
    padding: 100px 0 180px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .intro_block {
    padding: 60px 0 120px;
  }
}
.top_wrapper .intro_block .main_width:has(.txt_box) {
  max-width: 1040px;
}
.top_wrapper .intro_block .main_width:has(.img_box) {
  max-width: initial;
}

.top_wrapper .intro_block .txt_box {
  display: block;
  padding-bottom: 150px;
  font-size: clamp(2rem, 2.7vw, 2.9rem);
}
@media (max-width: 1024px) {
  .top_wrapper .intro_block .txt_box {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .intro_block .txt_box {
    padding-bottom: 50px;
  }
}
.top_wrapper .intro_block .txt_box .txt {
  display: block;
  font-size: 1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .top_wrapper .intro_block .txt_box .txt {
    line-height: 2;
  }
}
.top_wrapper .intro_block .txt_box .txt:not(:last-child) {
  margin-bottom: 2em;
}

.top_wrapper .intro_block .en_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-bottom: 116px;
  width: 98%;
  font-size: clamp(4.5rem, 12vw, 14rem);
}
@media (max-width: 1024px) {
  .top_wrapper .intro_block .en_box {
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .intro_block .en_box {
    padding-bottom: 70px;
  }
}
.top_wrapper .intro_block .en_box .txt {
  display: inline-block;
  color: #F4F4F4;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
  text-align: right;
}

.top_wrapper .intro_block .img_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: right;
  gap: 2%;
}
@media (max-width: 768px) {
  .top_wrapper .intro_block .img_box {
    gap: 3%;
  }
}
.top_wrapper .intro_block .img_box .ac-fade-img:nth-child(1) {
  width: 35%;
  max-width: 750px;
  height: auto;
}
@media (max-width: 768px) {
  .top_wrapper .intro_block .img_box .ac-fade-img:nth-child(1) {
    width: 40%;
  }
}
.top_wrapper .intro_block .img_box .ac-fade-img:nth-child(2) {
  position: relative;
  top: 90px;
  width: 45%;
  max-width: 900px;
  height: auto;
}
@media (max-width: 1024px) {
  .top_wrapper .intro_block .img_box .ac-fade-img:nth-child(2) {
    top: 50px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .intro_block .img_box .ac-fade-img:nth-child(2) {
    top: 20px;
    width: 55%;
  }
}

/********************************************/
/* @service 事業内容 */
/********************************************/
.top_wrapper .service_block {
  padding-bottom: 150px;
}
@media (max-width: 1024px) {
  .top_wrapper .service_block {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .service_block {
    padding-bottom: 90px;
  }
}

.top_wrapper .service_block .head_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  gap: 40px;
  width: 98%;
  margin-left: auto;
  margin-bottom: 85px;
}
@media (max-width: 1024px) {
  .top_wrapper .service_block .head_box {
    margin-bottom: 65px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .service_block .head_box {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto 50px;
  }
}
.top_wrapper .service_block .head_box .ac-ja-en-ttl {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .top_wrapper .service_block .head_box .ac-ja-en-ttl {
    margin-bottom: 25px;
  }
}

.top_wrapper .service_block .list .item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .top_wrapper .service_block .list .item {
    flex-direction: column-reverse;
  }
  .top_wrapper .service_block .list .item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.top_wrapper .service_block .list .item .left {
  width: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .top_wrapper .service_block .list .item .left {
    width: 100%;
  }
}
.top_wrapper .service_block .list .item .left .inner {
  width: 92%;
  margin: auto;
}
@media (max-width: 768px) {
  .top_wrapper .service_block .list .item .left .inner {
    width: calc(100% - 30px);
  }
}
.top_wrapper .service_block .list .item .left .inner .num {
  display: inline-block;
  padding: 0 0.5em 0.3em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #0A0A0A;
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  font-family: "EB Garamond", serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .top_wrapper .service_block .list .item .left .inner .num {
    margin-bottom: 1em;
  }
}
.top_wrapper .service_block .list .item .left .inner .item_ttl {
  margin-bottom: 1em;
  font-size: clamp(2.5rem, 3vw, 3.8rem);
}
.top_wrapper .service_block .list .item .left .inner .item_ttl .tab {
  display: inline-block;
  padding: 0.3em 1.5em;
  margin-bottom: 1em;
  border: 1px solid #0A0A0A;
  border-radius: 50px;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.top_wrapper .service_block .list .item .left .inner .item_ttl .ttl {
  display: block;
  font-size: 1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.top_wrapper .service_block .list .item .right {
  width: 50%;
}
@media (max-width: 768px) {
  .top_wrapper .service_block .list .item .right {
    width: 100%;
    margin-bottom: 25px;
  }
}
.top_wrapper .service_block .list .item .right img {
  display: block;
  width: 100%;
  height: auto;
}

/********************************************/
/* @passion 建築への想い */
/********************************************/
.top_wrapper .passion_block {
  padding-bottom: 150px;
  width: 98%;
}
@media (max-width: 1024px) {
  .top_wrapper .passion_block {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .passion_block {
    padding-bottom: 80px;
  }
}
.top_wrapper .passion_block .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  gap: 4%;
}
@media (max-width: 768px) {
  .top_wrapper .passion_block .flex {
    display: block;
  }
}

.top_wrapper .passion_block .flex .left {
  width: 50%;
}
@media (max-width: 768px) {
  .top_wrapper .passion_block .flex .left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.top_wrapper .passion_block .flex .right {
  width: 50%;
}
@media (max-width: 768px) {
  .top_wrapper .passion_block .flex .right {
    width: calc(100% - 30px);
    margin: auto;
  }
}
.top_wrapper .passion_block .flex .right .base--txt {
  margin-bottom: 40px;
}

/********************************************/
/* @about ルネスクウカンのこと */
/********************************************/
.top_wrapper .about_block {
  position: relative;
  padding: 170px 0;
}
@media (max-width: 1024px) {
  .top_wrapper .about_block {
    padding: 120px 0;
  }
}
@media (max-width: 768px) {
  .top_wrapper .about_block {
    padding: 80px 0;
  }
}
.top_wrapper .about_block .bg_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top_wrapper .about_block .bg_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_wrapper .about_block .main_width {
  max-width: initial;
}

.top_wrapper .about_block .inner {
  padding: 55px;
  background-color: rgba(255, 255, 255, 0.75);
  width: 50%;
  max-width: 710px;
}
@media (max-width: 1024px) {
  .top_wrapper .about_block .inner {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .top_wrapper .about_block .inner {
    padding: 35px;
    width: 100%;
  }
}
.top_wrapper .about_block .inner .ac-ja-en-ttl {
  margin-bottom: 0.4em;
}
.top_wrapper .about_block .inner .base--txt {
  margin-bottom: 40px;
}
.top_wrapper .about_block .inner .btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 5%;
}

/********************************************/
/* @decoration 画像 */
/********************************************/
.top_wrapper .dec_block {
  position: relative;
  padding: 80px 0 220px;
}
@media (max-width: 1024px) {
  .top_wrapper .dec_block {
    padding-bottom: 130px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .dec_block {
    padding: 60px 0 100px;
  }
}
.top_wrapper .dec_block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 374px;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, #0A0A0A 100%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .top_wrapper .dec_block:after {
    height: 220px;
  }
}
.top_wrapper .dec_block .inner {
  width: 100%;
  max-width: 1440px;
}
.top_wrapper .dec_block .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.top_wrapper .dec_block .inner .grid_box .img:nth-child(1) {
  grid-column: 2/6;
  grid-row: 1;
}
@media (max-width: 768px) {
  .top_wrapper .dec_block .inner .grid_box .img:nth-child(1) {
    grid-column: 1/9;
    margin-left: 3.90625vw;
  }
}
.top_wrapper .dec_block .inner .grid_box .img:nth-child(2) {
  grid-column: 8/13;
  grid-row: 1;
  margin-top: 10.4166666667vw;
  margin-right: 2.0833333333vw;
}
@media (max-width: 768px) {
  .top_wrapper .dec_block .inner .grid_box .img:nth-child(2) {
    grid-column: 4/13;
    grid-row: 2;
    margin-top: 3.90625vw;
    margin-right: 0;
  }
}
.top_wrapper .dec_block .inner .grid_box .img:nth-child(3) {
  grid-column: 1/7;
  grid-row: 2;
  margin-top: 1.0416666667vw;
}
@media (max-width: 768px) {
  .top_wrapper .dec_block .inner .grid_box .img:nth-child(3) {
    grid-column: 1/10;
    grid-row: 3;
    margin-top: 3.90625vw;
  }
}
.top_wrapper .dec_block .inner .grid_box .img:nth-child(4) {
  grid-column: 9/13;
  grid-row: 3;
  margin-top: -6.7708333333vw;
  margin-right: 2.0833333333vw;
}
@media (max-width: 768px) {
  .top_wrapper .dec_block .inner .grid_box .img:nth-child(4) {
    grid-column: 7/13;
    grid-row: 4;
    margin-top: 3.90625vw;
    margin-right: 0;
  }
}
.top_wrapper .dec_block .inner .grid_box .img:nth-child(5) {
  grid-column: 4/8;
  grid-row: 3;
  margin-top: 9.375vw;
}
@media (max-width: 768px) {
  .top_wrapper .dec_block .inner .grid_box .img:nth-child(5) {
    grid-column: 1/7;
    grid-row: 4;
    margin-right: 0;
    margin-top: 39.0625vw;
  }
}

/********************************************/
/* @news お知らせ */
/********************************************/
.top_wrapper .news_block {
  padding-bottom: 50px;
  margin-bottom: 150px;
  background-color: #0A0A0A;
}
@media (max-width: 1024px) {
  .top_wrapper .news_block {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .news_block {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
.top_wrapper .news_block .inner {
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .top_wrapper .news_block .inner {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .news_block .inner .ac-ja-en-ttl {
    margin-bottom: 1em;
  }
}
.top_wrapper .news_block .inner .btn {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .top_wrapper .news_block .inner .btn {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .news_block .inner .mod-news-item {
    margin-bottom: 40px;
  }
}
.top_wrapper .news_block .inner .en_txt {
  display: block;
  margin-top: 0.3em;
  color: #9E9C9C;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(6rem, 10vw, 16rem);
  line-height: 1;
  text-align: right;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .top_wrapper .news_block .inner .en_txt {
    margin-top: 0;
  }
}

/********************************************/
/* @recruit 採用情報 */
/********************************************/
.top_wrapper .recruit_block .bg_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top_wrapper .recruit_block .bg_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_wrapper .recruit_block {
  position: relative;
  padding: 100px;
}
@media (max-width: 1024px) {
  .top_wrapper .recruit_block {
    padding: 80px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .recruit_block {
    padding: 25px;
  }
}
.top_wrapper .recruit_block .inner {
  padding: 140px 50px;
  margin: auto;
  width: 100%;
  max-width: 838px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
@media (max-width: 1024px) {
  .top_wrapper .recruit_block .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .recruit_block .inner {
    padding: 80px 30px;
  }
}
.top_wrapper .recruit_block .inner .ac-ja-en-ttl {
  margin-bottom: 0.5em;
}
.top_wrapper .recruit_block .inner .base--txt {
  margin-bottom: 40px;
}/*# sourceMappingURL=style.css.map */