@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================
 共通
===========================================*/
.sec-ttl {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.sec-ttl .ttl-num {
  font-size: clamp(20px, 3vw, 30px);
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  margin-bottom: 2em;
}
.sec-ttl .ttl-num::after {
  content: "";
  display: block;
  width: 4em;
  height: 1px;
  background: #000;
}
.sec-ttl .ttl-num.sml {
  font-size: clamp(16px, 2vw, 20px);
}
@media screen and (max-width: 960px) {
  .sec-ttl .ttl-num {
    margin-bottom: 1em;
  }
}
.sec-ttl .ttlMain {
  font-size: clamp(3.6rem, 5.5vw, 10rem);
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 800;
  line-height: 1;
  font-feature-settings: "palt";
}
.sec-ttl .ttlMain.sml {
  font-size: clamp(2.4rem, 3vw, 5rem);
}
.sec-ttl .ttlMain.jaB {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: 0.1em;
}
.sec-ttl .ttlMain .txtB {
  display: block;
}
.sec-ttl .ttlSub {
  margin-top: 0.6em;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  letter-spacing: 0.05em;
}
.sec-ttl.wht .ttl-num::after {
  background: #fff;
}

.basic-txtR {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  letter-spacing: 0.1em;
}

/*==========================================
 FV
===========================================*/
.fv-block {
  height: 100vh;
  min-height: 400px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-block {
    min-height: 800px;
  }
}
.fv-block .fv-sliderWrap {
  height: 100%;
}
@media screen and (min-width: 961px) {
  .fv-block .fv-sliderWrap {
    display: flex;
    justify-content: space-between;
  }
}
.fv-block .fv-sliderWrap .slick-track,
.fv-block .fv-sliderWrap .slick-list {
  height: 100%;
}
.fv-block .fv-sliderWrap .fv-slider {
  height: 50%;
}
@media screen and (min-width: 961px) {
  .fv-block .fv-sliderWrap .fv-slider {
    width: 50%;
    height: 100%;
  }
}
.fv-block .fv-sliderWrap .fv-slider .slider-item {
  height: 100%;
}
.fv-block .fv-sliderWrap .fv-slider .slider-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fv-block .fv-mainBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.fv-block .fv-mainBlock .fv-txtBlock {
  color: #fff;
}
.fv-block .fv-mainBlock .fv-ttl {
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 800;
  font-size: clamp(3rem, 5vw, 7.2rem);
  line-height: 1;
}
.fv-block .fv-mainBlock .fv-ttl .lrg {
  display: block;
  font-size: clamp(5rem, 10vw, 24rem);
}
.fv-block .fv-mainBlock .fv-subttl {
  margin-top: 1em;
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  letter-spacing: 0.02em;
}
.fv-block .fv-mainBlock .fv-lead {
  margin-top: 2em;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  letter-spacing: 0.4em;
}
.fv-block .fv-mainBlock .fv-scroll {
  position: absolute;
  bottom: 0;
  left: calc(50% - 4em);
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  letter-spacing: 0.1em;
  min-width: 8em;
  width: 8em;
}
.fv-block .fv-mainBlock .fv-scroll a {
  color: #fff;
}
@media (hover: hover) {
  .fv-block .fv-mainBlock .fv-scroll a:hover .txt::before, .fv-block .fv-mainBlock .fv-scroll a:hover .txt::after {
    animation: pulsate 2s linear infinite;
    opacity: 1;
  }
  .fv-block .fv-mainBlock .fv-scroll a:hover .txt::after {
    animation-delay: 1s;
  }
}
.fv-block .fv-mainBlock .fv-scroll .txt {
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 100vmax;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.fv-block .fv-mainBlock .fv-scroll .txt::before, .fv-block .fv-mainBlock .fv-scroll .txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.fv-block .fv-mainBlock .fv-scroll .bar {
  width: 1px;
  height: clamp(30px, 5vw, 50px);
  background: #fff;
  margin: 0.5em auto 0;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/*==========================================
 TOPICS
===========================================*/
.sec-topics a {
  display: block;
  background: #FF4E00;
  padding: 2em 0;
}
@media (hover: hover) {
  .sec-topics a:hover {
    background: #000;
    color: #fff;
  }
  .sec-topics a:hover a {
    color: #fff;
  }
}
.sec-topics .topics-row {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 577px) {
  .sec-topics .topics-row {
    display: flex;
    align-items: center;
  }
}
.sec-topics .topics-ttl {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  letter-spacing: 0.1em;
  position: relative;
  width: 6em;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 577px) {
  .sec-topics .topics-ttl {
    width: auto;
    min-width: 6em;
  }
}
.sec-topics .topics-ttl::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}
.sec-topics .topics-list {
  width: 100%;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
@media screen and (min-width: 577px) {
  .sec-topics .topics-list {
    padding: 0 0 0 1em;
  }
}
.sec-topics .topics-list .topics-item {
  display: flex;
  justify-content: space-between;
  pointer-events: auto;
}
.sec-topics .topics-list .topics-item .item-date {
  min-width: 6em;
}
@media screen and (min-width: 577px) {
  .sec-topics .topics-list .topics-item .item-date {
    min-width: 8em;
  }
}
.sec-topics .topics-list .topics-item .item-txt {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 576px) {
  .sec-topics .topics-list .topics-item .item-txt {
    -webkit-line-clamp: 2;
  }
}

/*==========================================
 CONCEPT
===========================================*/
.sec-concept {
  background: #fff;
  padding: clamp(80px, 15vw, 200px) 0;
}
.sec-concept .wrapB {
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec-concept .wrapB {
    padding-top: clamp(40px, 10vw, 100px);
  }
}
@media screen and (min-width: 961px) {
  .sec-concept .sec-ttl {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    z-index: 2;
  }
}
@media screen and (min-width: 961px) {
  .sec-concept .sec-ttl .ttl-num {
    margin-bottom: 0;
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 961px) {
  .sec-concept .sec-ttl .ttlMain {
    font-size: clamp(4rem, 10vw, 23.4rem);
    min-height: 5.2em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.sec-concept .concept-mainCtsWrap {
  background: #E5E5E5;
  position: relative;
  padding: 0 0 clamp(40px, 8vw, 80px);
}
@media screen and (min-width: 961px) {
  .sec-concept .concept-mainCtsWrap {
    max-width: 1340px;
    width: 89%;
    margin: 0 0 0 auto;
    padding: 0 0 clamp(80px, 15vw, 280px);
  }
}
@media screen and (max-width: 576px) {
  .sec-concept .concept-mainCtsWrap {
    margin-top: 40px;
  }
}
.sec-concept .concept-lead {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(2.4rem, 6vw, 10.9rem);
  letter-spacing: 0.05em;
  width: fit-content;
  margin: 0 0 0 auto;
  position: relative;
  top: -0.7em;
  font-feature-settings: "palt";
}
.sec-concept .concept-mainCts {
  position: relative;
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
  z-index: 1;
  padding: clamp(40px, 8vw, 80px) 0;
}
.sec-concept .concept-mainCts::before {
  content: "";
  width: 80%;
  max-width: 674px;
  height: 100%;
  background: #fff;
  display: block;
  position: absolute;
  left: 10%;
  top: 0;
}
@media screen and (min-width: 961px) {
  .sec-concept .concept-mainCts {
    padding: clamp(40px, 8vw, 80px) 0 clamp(60px, 12vw, 120px);
  }
  .sec-concept .concept-mainCts::before {
    width: 55%;
    left: 22%;
  }
}
.sec-concept .concept-img {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.sec-concept .concept-img li:nth-of-type(1) {
  width: 55%;
}
.sec-concept .concept-img li:nth-of-type(2) {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: -5%;
}
.sec-concept .concept-txt {
  margin-top: clamp(40px, 8vw, 80px);
  position: relative;
}
@media screen and (min-width: 1201px) {
  .sec-concept .concept-txt {
    position: absolute;
    right: 0;
    top: clamp(40px, 8vw, 80px);
    width: 40%;
    margin-top: 0;
  }
}
.sec-concept .concept-txt .basic-txtR {
  line-height: 2;
}
.sec-concept .concept-txt .borderlessBtnWrap {
  margin-top: clamp(25px, 6vw, 60px);
}

/*==========================================
 EVENT
===========================================*/
.sec-event {
  background: #fff;
  padding: 0 0 clamp(100px, 20vw, 300px);
}
@media screen and (min-width: 961px) {
  .sec-event .sec-row {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) {
  .sec-event .sec-row .row-head {
    width: 30%;
  }
}
@media screen and (min-width: 961px) {
  .sec-event .sec-row .row-body {
    width: 65%;
    padding-top: clamp(60px, 10vw, 120px);
  }
}
@media screen and (max-width: 960px) {
  .sec-event .sec-row .row-body {
    margin-top: 25px;
    flex: 1;
    margin-right: calc(50% - 50vw);
  }
}
.sec-event .event-img {
  display: none;
  position: relative;
  max-width: 381px;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 961px) {
  .sec-event .event-img {
    display: block;
    margin-top: clamp(30px, 6vw, 60px);
  }
}
.sec-event .event-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.sec-event .event-img img.is-active {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .sec-event .slick-list {
    padding: 0 20% 0 0;
  }
}
@media screen and (min-width: 961px) {
  .sec-event .event-list .event-item {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: calc(100% - clamp(40px, 10vw, 100px));
    margin: 0 0 0 auto;
  }
  .sec-event .event-list .event-item:not(:last-child) {
    margin-bottom: -1px;
  }
}
@media screen and (max-width: 960px) {
  .sec-event .event-list .event-item {
    margin-right: 25px;
  }
}
@media (hover: hover) {
  .sec-event .event-list .event-item a:hover .item-cat {
    background: #000;
    color: #fff;
  }
}
@media screen and (min-width: 961px) {
  .sec-event .event-list .event-item a {
    display: flex;
    align-items: center;
    height: clamp(80px, 20vw, 200px);
  }
}
.sec-event .event-list .event-item .item-cat {
  display: none;
}
@media screen and (min-width: 961px) {
  .sec-event .event-list .event-item .item-cat {
    min-width: clamp(80px, 20vw, 200px);
    width: clamp(80px, 20vw, 200px);
    border: 1px solid #000;
    border-radius: 100vmax;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: calc(0px - clamp(40px, 10vw, 100px));
    transition: 0.3s ease-in-out;
    font-size: clamp(1.6rem, 1.8vw, 2rem);
  }
}
.sec-event .event-list .event-item .item-mainCts {
  width: 100%;
  padding: 1em 0 0;
}
@media screen and (min-width: 961px) {
  .sec-event .event-list .event-item .item-mainCts {
    padding: 0 1em 0 clamp(20px, 4vw, 50px);
  }
}
.sec-event .event-list .event-item .item-ttl {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 961px) {
  .sec-event .event-list .event-item .item-ttl {
    font-size: clamp(1.6rem, 1.8vw, 2.2rem);
  }
}
.sec-event .event-list .event-item .item-date {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 961px) {
  .sec-event .event-list .event-item .item-date {
    font-size: clamp(1rem, 1.2vw, 1.6rem);
  }
}
.sec-event .event-list .event-item .item-status {
  margin-top: 0.8em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec-event .event-list .event-item .item-add {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  letter-spacing: 0.1em;
  background: #000;
  color: #fff;
  min-width: 6.5em;
  width: fit-content;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 0.4em 1em;
  margin-right: 0.5em;
}
@media screen and (min-width: 961px) {
  .sec-event .event-list .event-item .item-add {
    font-size: clamp(1rem, 1.3vw, 1.6rem);
  }
}
.sec-event .event-list .event-item .item-tag {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  color: #808080;
}
.sec-event .event-list .event-item .item-tag::before {
  content: "#";
}
@media screen and (min-width: 961px) {
  .sec-event .event-list .event-item .item-tag {
    font-size: clamp(1rem, 1.1vw, 1.6rem);
  }
}
@media screen and (min-width: 961px) {
  .sec-event .event-list .event-item .item-arw {
    min-width: clamp(50px, 8vw, 78px);
  }
}
@media screen and (max-width: 960px) {
  .sec-event .event-list .event-item .item-arw {
    display: none;
  }
}
.sec-event .borderlessBtnWrap {
  margin-top: 40px;
}

/*==========================================
 CONTENT ABOUT HOME BUILDING
===========================================*/
.homebuilding-block {
  padding: clamp(80px, 20vw, 200px) 0;
  color: #fff;
}
.homebuilding-block a {
  color: #fff;
}
.homebuilding-block .block-row {
  margin-top: clamp(40px, 12vw, 120px);
}
@media screen and (min-width: 961px) {
  .homebuilding-block .block-row {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) {
  .homebuilding-block .block-row .row-item {
    width: 48%;
  }
}
@media screen and (max-width: 960px) {
  .homebuilding-block .block-row .row-item:nth-of-type(n + 2) {
    margin-top: clamp(60px, 10vw, 100px);
  }
}
@media (hover: hover) {
  .homebuilding-block .block-row .row-item a:hover .item-img img {
    transform: scale(1.1);
  }
}
.homebuilding-block .block-row .row-item .item-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.homebuilding-block .block-row .row-item .item-img img {
  transition: all 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.homebuilding-block .block-row .row-item .item-txt {
  margin: clamp(25px, 4vw, 40px) 0 clamp(20px, 6vw, 60px);
  line-height: 2;
  max-width: 388px;
}

/*==========================================
 WORKS
===========================================*/
.sec-works {
  position: relative;
  height: 300vh; /* スライド数 × 100vh */
  color: #fff;
}
.sec-works .works-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  inset: 0;
}
.sec-works .works-bg .works-bg-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.sec-works .works-bg .works-bg-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  backdrop-filter: blur(12px);
}
.sec-works .works-bg .works-bg-item.is-active {
  opacity: 1;
}
.sec-works .wrapB {
  position: relative;
  z-index: 1;
}
.sec-works .works-ttlBlock {
  position: absolute;
  top: 0;
  left: 0;
  padding: clamp(80px, 15vw, 150px) 0 0;
  z-index: 2;
}
.sec-works .works-ttlBlock .sec-ttl .ttlMain {
  min-width: 4.4em;
}
.sec-works .works-ttlBlock .borderlessBtnWrap {
  margin-top: 25px;
}
.sec-works .works-sticky {
  position: relative;
  top: 0;
  height: 100vh;
}
.sec-works .works-sticky .works-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  padding: clamp(50px, 9vw, 90px) 0 0;
}
.sec-works .works-sticky .works-item.is-active {
  opacity: 1;
  pointer-events: auto;
}
.sec-works .works-sticky .works-item.is-active .item-head {
  clip-path: inset(0);
  opacity: 1;
}
@media screen and (min-width: 961px) {
  .sec-works .works-sticky .works-item {
    padding: clamp(50px, 7vw, 70px) 0 0;
  }
}
.sec-works .works-sticky .works-item a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sec-works .works-sticky .works-item a {
    display: flex;
    justify-content: space-between;
  }
}
.sec-works .works-sticky .works-item .item-wrap {
  width: 95%;
}
@media screen and (max-width: 767px) {
  .sec-works .works-sticky .works-item .item-wrap {
    width: 65%;
    margin: 0 0 0 auto;
  }
}
.sec-works .works-sticky .works-item .item-inner {
  max-width: 1145px;
  width: 75%;
  margin: 0 0 0 auto;
}
.sec-works .works-sticky .works-item .item-head {
  display: block;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.5, 0, 0, 1) 0.8s, clip-path 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  .sec-works .works-sticky .works-item .item-head {
    width: 60%;
  }
}
@media screen and (min-width: 1201px) {
  .sec-works .works-sticky .works-item .item-head {
    width: 70%;
  }
}
.sec-works .works-sticky .works-item .item-head img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.sec-works .works-sticky .works-item .item-body {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sec-works .works-sticky .works-item .item-body {
    margin-top: 0;
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1201px) {
  .sec-works .works-sticky .works-item .item-body {
    width: 25%;
  }
}
.sec-works .works-sticky .works-item .item-ttl {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(2rem, 2.6vw, 3rem);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .sec-works .works-sticky .works-item .item-ttl {
    -webkit-line-clamp: 2;
  }
}
.sec-works .works-sticky .works-item .item-customer {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.sec-works .works-sticky .works-item .item-txt {
  margin-top: clamp(25px, 6vw, 60px);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .sec-works .works-sticky .works-item .item-txt {
    -webkit-line-clamp: 3;
  }
}
.sec-works .works-sticky .works-item .item-arw {
  margin-top: clamp(15px, 4vw, 40px);
}

/*==========================================
 MODEL HOUSE
===========================================*/
.sec-model {
  background: #fff;
  padding: clamp(80px, 25vw, 300px) 0 clamp(80px, 15vw, 200px);
}
.sec-model .wrapB {
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec-model .wrapB {
    min-height: 100vh;
  }
}
.sec-model .model-lead {
  font-size: clamp(3.6rem, 9vw, 17rem);
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 800;
  line-height: 0.8;
  position: relative;
  z-index: 2;
}
.sec-model .model-img {
  width: 70%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .sec-model .model-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    max-width: none;
    margin: 0;
  }
}
.sec-model .model-img li {
  position: relative;
  width: 60%;
}
.sec-model .model-img li:nth-of-type(1) {
  transform: rotate(15deg);
  z-index: 1;
  margin: 0 0 0 auto;
}
.sec-model .model-img li:nth-of-type(2) {
  margin-top: -20%;
}
.sec-model .model-img li:nth-of-type(3) {
  transform: rotate(-5deg);
  margin: -28% 0 0 auto;
}
@media screen and (min-width: 961px) {
  .sec-model .model-img li {
    width: auto;
  }
  .sec-model .model-img li:nth-of-type(2) {
    left: -70%;
  }
  .sec-model .model-img li:nth-of-type(3) {
    margin-top: -60%;
  }
}
@media screen and (min-width: 961px) {
  .sec-model .model-mainCts {
    margin-top: clamp(40px, 15vw, 200px);
    max-width: 445px;
    width: 45%;
  }
}
.sec-model .model-mainCts .sec-ttl {
  margin-bottom: clamp(40px, 8vw, 80px);
}
.sec-model .model-mainCts .borderlessBtn {
  margin-top: clamp(40px, 8vw, 80px);
}

/*==========================================
 FAQ
===========================================*/
.sec-faq {
  background: #fff;
  padding: 0 0 clamp(80px, 15vw, 280px);
}
.sec-faq .faq-bnr a {
  display: block;
  background: #FF4E00;
  padding: 0 clamp(15px, 5vw, 100px) clamp(40px, 6vw, 60px);
}
@media (hover: hover) {
  .sec-faq .faq-bnr a:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
}
.sec-faq .faq-bnr .faq-num .ttl-num {
  position: relative;
  top: -0.7em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 961px) {
  .sec-faq .faq-bnr .faq-row {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) {
  .sec-faq .faq-bnr .faq-row .row-head {
    width: 30%;
  }
}
.sec-faq .faq-bnr .faq-row .row-body {
  margin-top: 1em;
}
@media screen and (min-width: 961px) {
  .sec-faq .faq-bnr .faq-row .row-body {
    margin-top: 0;
    width: 67%;
    max-width: 828px;
  }
}
.sec-faq .faq-bnr .borderlessBtn {
  margin-top: 0.5em;
}

/*==========================================
 ABOUT MARUO
===========================================*/
.about-block {
  background: #fff;
  position: relative;
  padding: 0 0 clamp(80px, 15vw, 200px);
}
.about-block::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background: #1D2223;
  width: 100%;
  height: 66.6666666667%;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 961px) {
  .about-block::after {
    height: 50%;
  }
}
.about-block .about-ttl {
  font-size: clamp(3.6rem, 8vw, 17rem);
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 800;
  line-height: 0.8;
  margin-bottom: clamp(40px, 8vw, 80px);
}
.about-block .about-ttl .txtB {
  display: block;
}
.about-block .block-row {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 961px) {
  .about-block .block-row {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) {
  .about-block .block-row .row-item {
    width: 48%;
  }
}
@media screen and (max-width: 960px) {
  .about-block .block-row .row-item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .about-block .block-row .row-item:nth-of-type(n + 2) .sec-ttl .ttl-num {
    color: #fff;
  }
  .about-block .block-row .row-item:nth-of-type(n + 2) .sec-ttl .ttl-num::after {
    background: #fff;
  }
}
.about-block .block-row .row-item a {
  color: #fff;
}
@media (hover: hover) {
  .about-block .block-row .row-item a:hover .item-img img {
    transform: scale(1.1);
  }
}
.about-block .block-row .row-item .sec-ttl .ttl-num {
  color: #000;
  margin-bottom: 1em;
}
.about-block .block-row .row-item .item-img {
  margin: 0 auto clamp(25px, 5vw, 50px);
  overflow: hidden;
}
.about-block .block-row .row-item .item-img img {
  width: 100%;
  transition: all 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.about-block .block-row .row-item .item-more {
  margin-top: 1em;
}

/*==========================================
 STAFF
===========================================*/
.sec-staff {
  background: #fff;
  padding: clamp(80px, 15vw, 200px) 0;
}
@media screen and (min-width: 961px) {
  .sec-staff .sec-row {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) {
  .sec-staff .sec-row .row-head {
    width: 15%;
  }
}
@media screen and (min-width: 961px) {
  .sec-staff .sec-row .row-body {
    width: 80%;
  }
}
@media screen and (max-width: 1520px) {
  .sec-staff .sec-row .row-body {
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 5%;
  }
}
@media screen and (max-width: 960px) {
  .sec-staff .sec-row .row-body {
    margin-left: 0;
  }
}
.sec-staff .slick-list {
  padding: 0 20% 0 0;
}
@media screen and (min-width: 961px) {
  .sec-staff .slick-list {
    padding: 0 4% 0 0;
  }
}
@media screen and (min-width: 1521px) {
  .sec-staff .slick-list {
    padding: 0;
  }
}
@media screen and (min-width: 1521px) {
  .sec-staff .slick-track {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
@media screen and (min-width: 1521px) {
  .sec-staff .staff-list .staff-item:not(:last-child) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1520px) {
  .sec-staff .staff-list .staff-item {
    margin-right: 40px;
  }
}
.sec-staff .staff-list .staff-item a {
  display: block;
}
@media (hover: hover) {
  .sec-staff .staff-list .staff-item a:hover .item-img {
    border-color: #FF4E00;
  }
  .sec-staff .staff-list .staff-item a:hover .item-img img {
    transform: scale(1.1);
  }
  .sec-staff .staff-list .staff-item a:hover .item-body::after {
    background: #FF4E00;
  }
}
.sec-staff .staff-list .staff-item .item-img {
  border-radius: 100vmax;
  overflow: hidden;
  position: relative;
  border: 6px solid transparent;
  transition: 0.3s ease-in-out;
}
.sec-staff .staff-list .staff-item .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  transition: all 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sec-staff .staff-list .staff-item .item-body {
  margin-top: 1em;
  text-align: center;
}
.sec-staff .staff-list .staff-item .item-body::after {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background: #000;
  display: block;
  margin: 1em auto 0;
  transition: 0.3s ease-in-out;
}
.sec-staff .staff-list .staff-item .item-nameJa {
  letter-spacing: 0.2em;
}
.sec-staff .staff-list .staff-item .item-nameEn {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.sec-staff .staff-list .staff-item .item-position {
  margin-top: 0.3em;
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.05em;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.sec-staff .borderlessBtnWrap {
  margin-top: clamp(40px, 8vw, 80px);
}

/*==========================================
 STAFF BLOG
===========================================*/
.sec-blog {
  background: #fff;
}
@media screen and (min-width: 961px) {
  .sec-blog .sec-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1201px) {
  .sec-blog .sec-row {
    align-items: stretch;
  }
}
.sec-blog .blog-pick {
  display: none;
}
@media screen and (min-width: 961px) {
  .sec-blog .blog-pick {
    display: block;
    width: 42%;
  }
}
@media screen and (min-width: 961px) {
  .sec-blog .blog-main {
    width: 52%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.sec-blog .blog-main .main-head {
  margin-bottom: clamp(20px, 4vw, 40px);
}
.sec-blog .blog-main .borderlessBtn {
  margin-top: clamp(20px, 4vw, 40px);
}
.sec-blog .blog-pickSP {
  width: 80%;
  max-width: 500px;
  margin: 0 auto 20px;
}
.sec-blog .blog-item a {
  display: block;
  position: relative;
}
.sec-blog .blog-item .item-ttl {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 960px) {
  .sec-blog .blog-item .item-ttl {
    -webkit-line-clamp: 2;
  }
}
.sec-blog .blog-item .item-status {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.05em;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}
.sec-blog .blog-item.basic a {
  overflow: hidden;
}
@media (hover: hover) {
  .sec-blog .blog-item.basic a:hover .item-img img {
    transform: scale(1.1);
  }
  .sec-blog .blog-item.basic a:hover .item-hoverGrd {
    bottom: 0;
  }
}
.sec-blog .blog-item.basic .item-img {
  overflow: hidden;
}
.sec-blog .blog-item.basic .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.6876355748;
  transition: all 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sec-blog .blog-item.basic .item-hoverGrd {
  position: absolute;
  width: 100%;
  bottom: -20%;
  left: 0;
  transition: 0.3s ease-in-out;
  background-image: linear-gradient(0deg, #000000, transparent);
  height: 20%;
}
.sec-blog .blog-item.basic .item-disc {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 1em 1em 1em;
  text-align: right;
  color: #fff;
}
.sec-blog .blog-item.TopNoimg a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(15px, 2vw, 40px) 0;
}
@media screen and (max-width: 960px) {
  .sec-blog .blog-item.TopNoimg a {
    min-height: 6.5em;
    padding: 0;
  }
}
.sec-blog .blog-item.TopNoimg .item-writer {
  overflow: hidden;
  border-radius: 100vmax;
  min-width: clamp(45px, 7vw, 70px);
  width: clamp(45px, 7vw, 70px);
}
.sec-blog .blog-item.TopNoimg .item-writer img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.sec-blog .blog-item.TopNoimg .item-disc {
  width: 100%;
  padding: 0 1em 0 2em;
}
@media screen and (max-width: 1360px) {
  .sec-blog .blog-item.TopNoimg .item-disc {
    padding: 0 1em;
  }
}
.sec-blog .blog-item.TopNoimg .item-arw {
  min-width: clamp(50px, 8vw, 78px);
}
.sec-blog .blog-list {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.sec-blog .blog-list .blog-item:not(:last-child) {
  border-bottom: 1px solid #000;
}

/*==========================================
 NEWS / CONTACT FORMS
===========================================*/
.secRowBlock {
  background: #fff;
  padding-top: clamp(80px, 20vw, 300px);
}
@media screen and (min-width: 961px) {
  .secRowBlock {
    display: flex;
    justify-content: space-between;
  }
}
.secRowBlock .secRowBlock-item {
  border-top: 1px solid #000;
  padding-top: clamp(40px, 10vw, 100px);
}
@media screen and (min-width: 961px) {
  .secRowBlock .secRowBlock-item {
    width: 50%;
  }
}

.sec-news {
  background: #E5E5E5;
  padding: 0 4% clamp(40px, 4vw, 100px);
}
@media screen and (min-width: 961px) {
  .sec-news {
    border-right: 1px solid #000;
    padding: 0 clamp(25px, 5vw, 120px) 0 clamp(40px, 4vw, 100px);
  }
}
@media screen and (min-width: 961px) {
  .sec-news .news-inner {
    max-width: 643px;
    width: 100%;
    margin: 0 0 0 auto;
  }
}
.sec-news .news-list {
  margin: clamp(40px, 6vw, 60px) auto;
}
@media screen and (min-width: 961px) {
  .sec-news .news-list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) {
  .sec-news .news-list .news-item {
    width: 48%;
  }
}
@media screen and (max-width: 960px) {
  .sec-news .news-list .news-item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.sec-news .news-list .news-item * {
  transition: 0.3s ease-in-out;
}
.sec-news .news-list .news-item a {
  display: block;
}
@media (hover: hover) {
  .sec-news .news-list .news-item a:hover {
    color: #1D2B54;
  }
  .sec-news .news-list .news-item a:hover .item-cat {
    background: #1D2B54;
  }
}
.sec-news .news-list .news-item .item-dateWrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 1;
}
.sec-news .news-list .news-item .item-dateDay {
  font-size: clamp(3rem, 5vw, 10rem);
  font-weight: 800;
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.sec-news .news-list .news-item .item-date {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  letter-spacing: 0.05em;
}
.sec-news .news-list .news-item .item-cat {
  background: #000;
  color: #E5E5E5;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  padding: 0.3em 0.5em;
  margin-bottom: 1em;
}
.sec-news .news-list .news-item .item-txt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.sec-contact .sec-ttl {
  display: flex;
  align-items: baseline;
  padding: 0 0 clamp(40px, 10vw, 100px) clamp(25px, 4vw, 80px);
}
.sec-contact .sec-ttl .ttl-num {
  margin: 0 0.5em 0 0;
}
.sec-contact .contact-list {
  border-top: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
}
.sec-contact .contact-list .contact-item {
  width: 50%;
}
.sec-contact .contact-list .contact-item:first-child {
  width: 100%;
}
.sec-contact .contact-list .contact-item:nth-of-type(n + 2) {
  border-top: 1px solid #000;
}
.sec-contact .contact-list .contact-item:nth-of-type(2n) {
  border-right: 1px solid #000;
}
.sec-contact .contact-list .contact-item a {
  display: block;
  text-align: center;
  padding: clamp(40px, 8vw, 80px) 0;
}
.sec-contact .contact-list .contact-item .item-ttl {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.sec-contact .contact-list .contact-item .item-ttl .ttl-en {
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 800;
  font-size: clamp(2rem, 2.2vw, 2.2rem);
}
.sec-contact .contact-list .contact-item .item-ttl .ttl-ja {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  min-height: 3em;
}
.sec-contact .contact-list .contact-item .arwStyle {
  margin: 1em auto 0;
}

/*# sourceMappingURL=index.css.map */
