@charset "UTF-8";

/* 共通 */
body {
  width: 100%;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: .05em;
}
body.fixed {
  overflow: hidden;
}
a {
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
li {
  list-style: none;
}
address {
  font-style: normal;
}
.br-sp {
  display: none;
}
.mincho {
  font-family: "Times New Roman", "Noto Serif JP", serif;
}
.fax a {
  pointer-events: none;
  text-decoration: none;
}
.l-top-section {
  padding: 100px 25px;
}
.c-title01 {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
.c-title01 span {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.c-btn-detail {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: fit-content;
  margin: 0 0 0 auto;
}
.c-btn-detail-text {
  display: flex;
  flex-direction: column;
}
.c-btn-detail-en {
  font-size: clamp(18px, 2vw, 24px);
}
.c-btn-detail-jp {
  font-size: clamp(11px, .8vw, 16px);
}
.c-btn-detail-arrow-container {
  padding-left: 25px;
  margin-left: 10px;
}
.c-btn-detail-arrow {
  position: relative;
  width: 51px;
  height: 51px;
  border: 1px solid #000;
  border-radius: 25px;
}
.c-btn-detail-arrow::before {
  position: absolute;
  content: '';
  width: 49px;
  height: 1px;
  top: 50%;
  right: 0;
  border-top: 1px solid #000;
  transform: translateX(-25px);
  transition: all .5s ease-out;
}
.c-btn-detail-arrow::after {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 50%;
  right: 0;
  transform: translate(-26px, -5px) rotate(45deg);
  transition: all .5s ease-out;
}
.c-btn-detail:hover .c-btn-detail-arrow::before {
  width: 20px;
  transform: translateX(-15px);
}
.c-btn-detail:hover .c-btn-detail-arrow::after {
  transform: translate(-15px, -5px) rotate(45deg);
}
.news-list {
  margin-top: 3em;
}
.news-list li a {
  display: flex;
  justify-content: flex-start;
  gap: 3em;
  margin-bottom: 3em;
  font-size: clamp(14px, 1.5vw, 16px);
}
.news-list time {
  font-family: Arial, sans-serif;
}
.flow-container {
  margin: min(4.22vw, 81px) auto;
  width: fit-content;
}
.flow-container li {
  display: grid;
  grid-template-columns: 100px 1fr;
  margin-bottom: 3em;
}
.flow-container li span {
  display: block;
  grid-row: 1 / 3;
  border-right: 1px solid #000;
  margin-right: 1em;
  padding-right: 1em;
  padding-top: .3em;
  font-size: clamp(18px, 1.14vw, 22px);
  font-family: Arial, sans-serif;
  text-align: right;
}
.flow-container li h3 {
  font-size: clamp(16px, 1.04vw, 20px);
  letter-spacing: .1em;
  padding-top: .3em;
}
.flow-container li p {
  font-size: clamp(14px, 1.5vw, 16px);
  margin-top: .5em;
  margin-bottom: .3em;
}
.flow-container li p a {
  color: #999;
}
.pagination {
  margin: 30px 0;
  text-align: center;
  font-family: Arial, sans-serif;
}
a.page-numbers:hover {
  opacity: .7;
}
.page-numbers {
  font-size: clamp(18px, 1.14vw, 22px);
  padding: 0 1em;
  color: #333;
}
.page-numbers.current {
  color: #aaa;
}
.pagination .prev,
.pagination .next {
  position: relative;
  margin: 1em;
}
.pagination .prev::before,
.pagination .next::before {
  position: absolute;
  content: '';
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.pagination .prev::before {
  transform: translateY(-50%) rotate(45deg);
  right: 0;
}
.pagination .next::before {
  transform: translateY(-50%) rotate(-135deg);
  left: 0;
}
.pagination .prev::after,
.pagination .next::after {
  position: absolute;
  content: '';
  display: block;
  width: 1em;
  height: 1px;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
}
.pagination .prev::after {
  right: -.3em;
}
.pagination .next::after {
  left: -.3em;
}

@media screen and (max-width: 800px) {
  .br-pc {
    display: none;
  }
  .c-title01 {
    margin-top: 0;
    margin-bottom: 5vw;
    font-size: 27px;
    line-height: 30px;
  }
  .c-title01 span {
    font-size: 10.7px;
    line-height: 18px;
  }
  .l-top-section {
    padding: max(60px, 10vw) 25px;
  }
  .news-list li a {
    flex-direction: column;
    gap: .5em;
  }
  .flow-container li {
    grid-template-columns: 50px 1fr;
  }
}

@media screen and (max-width: 500px) {
  .br-sp {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .page-numbers {
    padding: 0 .5em;
  }
}


/* 動きの設定 */
.fadeIn,
.fadeUp,
.fadeFromRight,
.fadeUpLagTrigger {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeInTrigger,
.fadeUpTrigger,
.fadeFromRightTrigger,
.fadeUpLagTrigger  {
  opacity: 0;
}
.fadeIn {
  animation-name: fadeInAnime;
}
.fadeUp {
  animation-name: fadeUpAnime;
}
.fadeFromRight {
  animation-name: fadeFromRightAnime;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeFromRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ヘッダー */
.top-logo-wrapper {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: clamp(50px ,4.16vw, 80px);
  display: flex;
  justify-content: space-between;
  mix-blend-mode: difference;
  color: #fff;
}
.top-logo {
  margin-top: 10px;
  margin-left: 25px;
  width: clamp(150px, 13vw, 265px);
}
.top-logo a {
  display: block;
}
.gnav-btn {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 25px;
  padding-top: 25px;
  padding-left: 20px;
  padding-bottom: 10px;
  width: 100px;
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.gnav-btn::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-55%);
  content: 'MENU';
  font-size: 16px;
  letter-spacing: .2em;
}
.gnav-btn.active::before {
  content: 'CLOSE';
  letter-spacing: .1em;
}
.gnav-btn-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all .5s ease-out;
}
.gnav-btn.active .gnav-btn-line01 {
  transform: translateY(10px) rotate(20deg);
}
.gnav-btn.active .gnav-btn-line02 {
  transform: translateY(-10px) rotate(-20deg);
}
.gnav.active {
  display: block;
  right: 0;
}
.gnav {
  position: fixed;
  z-index: 80;
  right: -100%;
  width: 20%;
  height: 100%;
  overflow-y: auto;
  padding: max(80px, 5vw) 10px 0;
  background-color: #F5F5F5aa;
  transition: all .5s ease-out;
}
.gnav li {
  width: fit-content;
  margin: 0 auto .5em;
  padding: .4em 0;
  font-size: clamp(28px, 1.875vw, 36px);
  font-weight: 400;
  text-align: center;
}
.gnav li a {
  display: block;
  padding: 0 30px;
  transition: all .3s ease-out;
}
.gnav li a:hover {
  transform: scale(1.05);
}
.gnav li span {
  display: block;
  font-size: clamp(12px, .8vw, 16px);
}

@media screen and (max-width: 1500px) {
  .gnav-btn {
    padding-right:15px;
    padding-left:15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    padding-top: 22px;
    padding-bottom: 5px;
    width: 70px;
    height: 40px;
  }
  .gnav-btn::before {
    font-size: 12px;
    transform: translateX(-48%);
  }
  .gnav-btn.active .gnav-btn-line01 {
    transform: translateY(6px) rotate(20deg);
  }
  .gnav-btn.active .gnav-btn-line02 {
    transform: translateY(-6px) rotate(-20deg);
  }
}

@media screen and (max-width: 1000px) {
  .gnav li {
    font-size: max(18px, 2vw);
  }
  .gnav li span {
    font-size: clamp(10px, .6vw, 16px);
  }
  .gnav li a {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 700px) {
  .gnav {
    width: 25%;
  }
}

@media screen and (max-width: 600px) {
  .gnav {
    width: 30%;
  }
}

@media screen and (max-width: 500px) {
  .top-logo {
    margin-left: 10px;
  }
  .gnav {
    width: 35%;
  }
  .gnav li span {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 400px) {
  .gnav {
    width: 40%;
  }
}

/* CTA */
.cta {
  padding: clamp(50px ,4.16vw, 80px);
  background-color: #F5F5F5;
  margin-top: clamp(50px ,4.16vw, 80px);
}
.cta-container-wrapper {
  width: fit-content;
  margin: 0 auto;
}
.cta-container {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin: 40px auto;
}
.cta-tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-tel-title {
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 400;
  padding-right: .5em;
}
.cta-tel-number {
  font-size: clamp(24px, 1.6vw, 32px);
  font-family: Arial, sans-serif;
  letter-spacing: 1px;
}
.cta-tel-number a {
  text-decoration: none;
}
.cta-tel-note {
  font-size: clamp(12px, .8vw, 16px);
  text-align-last: justify;
  line-height: 1;
}
.cta-form-btn {
  display: grid;
  place-items: center;
  padding: .8em 1em;
  margin-top: .5em;
  font-size: clamp(16px, 1.04vw, 20px);
  background-color: #666;
  color: #fff;
  transition: all .5s ease-out;
}
.cta-form-btn:hover {
  opacity: .8;
}
.cta-text {
  text-align: center;
  font-size: clamp(12px, .8vw, 16px);
}

@media screen and (max-width: 800px) {
  .cta {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cta-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .cta-form-btn {
    padding-top: .8em;
    padding-bottom: .8em;
  }
}

/* フッター */
footer {
  padding: clamp(20px ,2.08vw, 40px) 25px;
  text-align: center;
}
.footer-logo {
  mix-blend-mode: difference;
  width: clamp(100px, 8.33vw, 160px);
  margin: 0 auto;
}
footer address {
  margin-top: 1.5em;
  font-size: clamp(12px, .8vw, 16px);
}
footer address a {
  text-decoration: none;
}
footer small {
  display: block;
  margin-top: 2em;
}

/* トップ */
.top-body-inner {
  position: relative;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
}
.top-hero {
  position: relative;
}
.fullscreen {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
}
.fullscreen .swiper-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}
.fullscreen .swiper-wrapper img {
  height: 100vh;
  height: 100dvh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.fullscreen .slider-title {
  position: absolute;
  bottom: 12px;
  right: 25px;
  z-index: 50;
  font-size: clamp(16px, 1vw, 20px);
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 2px 3px #0000004d;
}
.top-hero .swiper-slide a {
  display: block;
}
.fullscreen .swiper-button-prev,
.fullscreen .swiper-button-next {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 15%;
  color: transparent;
  z-index: 1;
  cursor: pointer;
}
.fullscreen .swiper-button-prev {
  left: 0;
}
.fullscreen .swiper-button-next {
  right: 0;
}
.fullscreen .swiper-button-prev::after,
.fullscreen .swiper-button-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.fullscreen .swiper-button-next::after,
.fullscreen .swiper-button-prev::after {
  width: 26px;
  height: 26px;
  border-top: 5px solid rgba(200, 200, 200, 0.4);
  border-right: 5px solid rgba(200, 200, 200, 0.4);
}
.fullscreen .swiper-button-next::after {
  right: 3vw;
  transform: rotate(45deg);
}
.fullscreen .swiper-button-prev::after {
  left: 3vw;
  transform: rotate(-135deg);
}

@media (any-hover: hover) {
  #mouse-stalker {
    pointer-events: none;
    position: fixed;
    border-radius: 50%;
    transform: translate(0, 0);
    transition: all .2s ease-out;
    z-index: 999;
  }
  #mouse-stalker.is_active_prev,
  #mouse-stalker.is_active_next {
    top: -40px;
    left: -40px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
  }
  #mouse-stalker.is_active_prev::before,
  #mouse-stalker.is_active_prev::after,
  #mouse-stalker.is_active_next::before,#mouse-stalker.is_active_next::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #mouse-stalker.is_active_prev::after,
  #mouse-stalker.is_active_next::after {
    width: 12px;
    height: 12px;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    border-right: 2px solid rgba(255, 255, 255, 0.4);
  }
  #mouse-stalker.is_active_prev::after {
    right: 12px;
    transform: rotate(-135deg);
  }
  #mouse-stalker.is_active_next::after {
    left: 12px;
    transform: rotate(45deg);
  }
  #mouse-stalker.is_active_works {
    top: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
  }
}

.fullscreen .swiper-pagination-bullets {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  bottom: 30px;
  width: 100%;
  z-index: 1;
}
.fullscreen .swiper-pagination-bullet {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  border: 2px solid rgba(200, 200, 200, 0.4);
  background-color: rgba(200, 200, 200, 0.4);
  cursor: pointer;
}
.fullscreen .swiper-pagination-bullet-active {
  border: 2px solid rgba(200, 200, 200, 0.4);
  background-color: transparent;
  cursor: default;
}
#top-news {
  background-color: #000;
  color: #fff;
  padding: 30px;
}
.top-news-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 1490px;
  margin: 0 auto;
}
.top-news-title-wrapper {
  display: flex;
  justify-content: flex-end;
  width: clamp(150px, 14vw, 270px);
  height: 100%;
  padding-right: min(3.64vw, 70px);
}
.top-news-list-wrapper {
  border-left: 1px solid #fff;
  padding-left: min(3.64vw, 70px);
  width: 100%;
}
.top-news-btn-detail .c-btn-detail-arrow {
  border: 1px solid #fff;
}
.top-news-btn-detail .c-btn-detail-arrow::before {
  border-top: 1px solid #fff;
}
.top-news-btn-detail .c-btn-detail-arrow::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#top-works {
  background-color: #F5F5F5;
  padding-left: 0;
  padding-right: 0;
}
.top-works-wrapper {
  margin-top: min(4.22vw, 81px);
  margin-bottom: min(4.22vw, 81px);
  margin-left: 25px;
}
.works-carousel.swiper-wrapper{
  transition-timing-function: linear;
}
.works-carousel h3{
  text-align: right;
  margin-top: .5em;
  font-size: clamp(14px, .8vw, 16px);
  font-weight: 300;
}
.works-carousel img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.top-works-btn-detail {
  margin-right: 25px;
}
.top-about-wrapper {
  position: relative;
  display: flex;
  min-height: 50vw;
}
.top-about-wrapper > div {
  width: 50%;
}
.top-about-image {
  z-index: -50;
  height: 60vw;
}
.top-about-image img {
  object-fit: cover;
  object-position: 50% 50%;
}
.top-about-copy-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.top-about-copy-container {
  display: flex;
  flex-direction: column;
  width: fit-content;
  height: fit-content;
  margin: 35px;
}
.top-about-copy {
  width: 100%;
  font-size: clamp(20px ,2.18vw ,42px);
  font-weight: 400;
  line-height: 2;
  margin-bottom: 1em;
}
.top-about-copy span {
  display: block;
  width: 100%;
  text-align-last: justify;
  padding-right: .5em;
}
.top-about-copy span:last-of-type {
  padding-right: 0;
}
.top-about-text {
  width: fit-content;
  padding-right: 1em;
  font-size: clamp(14px, .8vw, 16px);
  line-height: 2;
  text-align: justify;
  margin-bottom: 3vw;
}
.top-about-btn-detail {
  padding-right: .5em;
}
#top-service {
  background-color: #F5F5F5;
  padding-right: 50px;
  padding-left: 50px;
}
.top-service-wrapper {
  max-width: 1490px;
  margin: 0 auto;
}
.top-service-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: min(3vw, 80px);
  margin: min(4.22vw, 81px) auto;
}
.top-service-image {
  overflow: hidden;
}
.top-service-container li h3 {
  position: relative;
  font-size: clamp(12px, .8vw, 16px);
  font-weight: 300;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 4.5em;
}
.top-service-container li h3::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 4em;
  height: 1px;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #000;
}
.top-service-container li h4 {
  font-size: clamp(14px, 1vw, 20px);
  font-weight: 300;
  line-height: 1.7;
}
#top-flow {
  background-color: #fff;
}
.top-flow-wrapper {
  max-width: 1490px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #top-news {
    padding-top: 8vw;
  }
  .top-news-wrapper {
    flex-direction: column;
  }
  .top-news-title-wrapper {
    justify-content: center;
    padding-right: 0;
  }
  #top-news .news-list {
    margin-top: 0;
  }
  .top-news-list-wrapper {
    border-left: none;
    padding-left: 0;
  }
  #top-about {
    padding-top: 15vw;
  }
  .top-about-wrapper {
    flex-direction: column;
    height: auto;
  }
  .top-about-wrapper > div {
    width: auto;
  }
  .top-about-image {
    display: grid;
    place-items: center;
  }
  .top-about-image img {
    width: min(100%, 650px);
  }
  .top-about-wrapper > div.top-about-copy-wrapper {
    width: fit-content;
    margin: 80vw auto 10vw;
    padding: min(8vw,45px);
  }
  .top-about-copy-wrapper {
    display: grid;
    place-items: center;
  }
  .top-about-copy-container {
    max-width: none;
    margin: 0;
  }
  .top-about-copy {
    font-size: clamp(20px, 5vw, 40px);
  }
  .top-about-text {
    font-size: max(14px, 2vw);
  }
  .top-about-text .br-pc {
    display: block;
  }
  #top-service {
    padding-left: 0;
    padding-right: 0;
  }
  .top-service-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: max(50px, 5vw);
    margin: 0 auto 10vw;
  }
  .top-service-image {
    width: max(100%, 270px);
  }
  .top-service-container li h4 {
    padding-left: 2em;
    font-size: clamp(15px, 2.5vw, 18px);
  }
  .top-service-btn-detail {
    margin-right: 25px;
  }
}

@media screen and (max-width: 700px) {
  #top-about {
    padding-top: 0;
  }
  .top-about-image img {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .top-about-text .br-pc {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .fullscreen .slider-title {
    bottom: 40px;
  }
  .fullscreen .swiper-pagination-bullets {
    justify-content: flex-start;
    bottom: 45px;
    left: 50px;
  }
  #top-news {
    padding: 30px 15px;
  }
  .top-about-wrapper > div.top-about-copy-wrapper {
    width: 100%;
  }
  .top-about-copy {
    font-size: max(20px, 7vw);
  }
}

/* 下層ページ共通 */
.sub-title-wrapper {
  padding-top: clamp(50px ,4.16vw, 80px);
  margin-bottom: clamp(50px ,4.16vw, 80px);
}
.sub-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  background-color: #000;
  color: #fff;
}
.sub-section-wrapper {
  max-width: 1490px;
  margin: 0 auto;
  padding: 50px;
}
.sub-lead {
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 300;
  line-height: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.sub-lead a {
  color: #999;
}

@media screen and (max-width: 800px) {
  .sub-title {
    height: 75px;
  }
  .sub-section-wrapper {
    padding: max(6.25vw, 30px);
  }
}

/* Works 実績 */
.works-section-wrapper {
  position: relative;
  margin-top: 0;
  margin-bottom: clamp(30px, 6vw, 80px);
  padding: 0 50px;
}
.works-section-title {
  text-align: center;
  font-size: clamp(20px, 2.5vw, 36px);
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  margin-bottom: clamp(40px, 5vw, 72px);
}
.works-item-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 25px;
  position: relative;
}
.works-item-wrapper-fold {
  max-height: 1200px;
  overflow: hidden;
  transition: max-height 1.5s ease-out;
}
.works-item-wrapper-fold.js-unfold {
  height: auto;
  max-height: 6000px;
}
.works-item-wrapper-fold::before {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(transparent, #fffa 30%, #fff 90%);
  z-index: 50;
  opacity: 1;
  transition: opacity 1s ease-out;
}
.works-item-wrapper.js-unfold::before {
  opacity: 0;
  display: none;
}
.works-item-button {
  position: absolute;
  content: 'View more';
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50px;
  right: 50%;
  transform: translate(50%, 50%);
  width: 350px;
  height: 80px;
  border: 1px solid #000;
  background-color: transparent;
  font-size: 24px;
  cursor: pointer;
  z-index: 50;
  transition: font-size .5s ease-out;
}
.works-item-button:hover {
  font-size: 26px;
}
.works-item-button.hide {
  display: none;
}
.works-item {
  opacity: 0;
}
.works-item-img {
  overflow: hidden;
}
.works-item-img img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: all .5s ease-out;
}
.works-item-img img:hover {
  transform: scale(1.1);
}
.works-item h4 {
  margin-top: .5em;
  font-size: clamp(14px, .8vw, 16px);
  font-weight: 300;
}
#works-post .sub-title-wrapper {
  margin-bottom: 0;
}
.works-post-slider li {
  background-color: #000;
}
#works-post .slider-title {
  mix-blend-mode: difference;
}
#works-post .slider-title span {
  color: #fff;
}
#works-post .swiper-pagination {
  mix-blend-mode: difference;
}
#works-post .fullscreen .swiper-pagination-bullet {
  background-color: #fff;
  border-color: #fff;
}
#works-post .fullscreen .swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background-color: transparent;
  cursor: default;
}
#works-post .fullscreen .swiper-wrapper li img {
  height: 100%;
  margin: auto;
  object-fit: contain;
}
#works-post .fullscreen .swiper-wrapper li.first-slide {
  padding: 0;
}
#works-post .fullscreen .swiper-wrapper li.first-slide img {
  width: 100%;
  object-fit: cover;
}
.works-post-explanation-outer {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.works-post-explanation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80%;
  overflow: auto;
}
.works-post-text {
  padding-right: 50px;
  width: 100%;
  height: auto;
}
.works-post-text a {
  color: #999;
}
.works-post-text p {
  font-size: clamp(12px, 1.04vw, 16px);
  line-height: 2.2;
  text-indent: 1em;
}
.works-post-deta {
  display: flex;
  flex-direction: column;
  gap: .5em;
  flex-shrink: 0;
  border-left: 1px solid #000;
  padding-left: 50px;
  font-size: clamp(12px, 1.04vw, 16px);
}
.works-post-deta dl {
  display: flex;
}
.works-post-deta dt {
  position: relative;
  width: 7em;
  text-align-last: justify;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0 .5em;
  margin-right: 1.5em;
}
.works-post-deta dd {
  letter-spacing: .05em;
  white-space: nowrap;
}
.works-post-deta dt::after {
  position: absolute;
  content: '：';
  display: inline-block;
  right: -1em
}
#works-post .works-slide {
  background-color: #F5F5F5;
  padding: 100px 0;
}

@media screen and (max-width:800px) {
  .works-section-wrapper {
    padding: 0 20px;
  }
  .works-item-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
  #works-post .sub-title-wrapper {
    padding-bottom: 0;
  }
  #works-post .c-title01 {
    margin-bottom: 0;
  }
  .works-post-explanation {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 2em;
    padding: .5em;
  }
  .works-post-text {
    height: auto;
    padding-right: 0;
  }
  .works-post-deta {
    width: auto;
    justify-self: right;
    border: none;
  }
}

@media screen and (max-width: 700px) {
  #works-post .fullscreen .slider-title {
    bottom: 20px;
  }
  #works-post .fullscreen .swiper-pagination {
    bottom: 60px;
  }
  #works-post .fullscreen .swiper-pagination-bullets {
    justify-content: center;
    left: 0;
    gap: 10px;
  }
  #works-post .fullscreen .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  #works-post .fullscreen .swiper-button-next,
  #works-post .fullscreen .swiper-button-prev {
    margin-bottom: 80px;
  }
  .works-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
}

@media screen and (max-width: 500px) {
  .works-post-deta dd {
    letter-spacing: 0;
    white-space: wrap;
  }
  .works-post-deta {
    padding-left: 0;
    flex-shrink: 1;
  }
}


@media screen and (max-width: 400px) {
  .works-post-deta dt {
    text-align-last: auto;
    width: 5em;
  }
}

/* News 新着情報 */
.news-section-wrapper {
  max-width: 1000px;
  margin-bottom: clamp(50px ,4.16vw, 80px);
  padding-top: 0;
  padding-bottom: 0;
}
.news-article-wrapper {
  margin-bottom: 50px;
}
.news-post-date {
  font-size: clamp(12px, 1.6vw, 16px);
}
.news-post-title {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 400;
  line-height: 2;
  margin-bottom: clamp(20px, 2.5vw, 36px);
}
.news-post-text{
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 2;
}
.news-post-text a {
  color: #999;
}

/* About us 私たちについて */
.about-section-wrapper {
  margin-top: clamp(50px, 10vw, 144px);
  margin-bottom: clamp(50px, 10vw, 144px);
  max-width: 1000px;
}
.about-title-wrapper {
  margin-bottom: 0;
}
.about-intro-title {
  font-size: clamp(20px ,2.18vw ,42px);
  font-weight: 300;
  letter-spacing: .25em;
  text-align: center;
  margin-bottom: clamp(30px, 3.47vw, 50px);
  width: 100%;
  text-align: justify;
  text-align-last: justify;
}
.about-intro-title span {
  white-space: nowrap;
}
.about-intro-text {
  margin: 0 auto;
  line-height: 2.5;
  font-weight: 300;
  text-align: justify;
}
.about-philosophy-wrapper {
  background-color: #F5F5F5;
  padding: 0;
}
.about-philosophy-wrapper .about-section-wrapper{
  display: flex;
  flex-direction: column;
  gap: clamp(50px, 6.25vw, 90px);
  width: 100%;
  max-width: none;
  padding: clamp(50px, 6.25vw, 90px) 0;
  margin: 0;
}
.about-philosophy {
  display: flex;
}
.about-philosophy:nth-of-type(even) {
  flex-direction: row-reverse;
}
.about-philosophy-image {
  flex-basis: 55%;
  height: clamp(300px, 25vw, 600px);
  overflow: hidden;
}
.about-philosophy-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-philosophy-text {
  flex-basis: 45%;
  display: grid;
  place-items: center;
  text-align: center;
}
.about-philosophy-text-inner {
  width: fit-content;
}
.about-philosophy-text h3 {
  font-size: clamp(20px, 1.8vw, 32px);
  font-weight: 300;
}
.about-philosophy-text p {
  font-size: clamp(13px, .8vw, 16px);
  line-height: 2;
  margin-top: clamp(24px, 1.6vw, 32px);
}
.about-outline-wrapper {
  max-width: none;
  background-color: #F5F5F5;
  padding:  clamp(50px ,4.16vw, 80px)20px;
}
.about-outline-title {
  font-size: clamp(20px, 2vw ,40px);
  font-weight: 400;
  letter-spacing: .2em;
  text-align: center;
}
.about-outline-content {
  max-width: 800px;
  margin-top: clamp(14px, 3.75vw, 30px);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(14px, 3.75vw, 30px) 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.about-outline-content dl {
  display: flex;
  gap: 2em;
  margin-bottom: 2em;
  font-size: clamp(14px, 1.38vw, 16px);
  line-height: 1.8;
}
.about-outline-content dt {
  width: 10em;
  font-weight: 500;
  flex-shrink: 0;
}
.about-outline-content dd span {
  white-space: nowrap;
}
.about-outline-address-title {
  display: inline-block;
  width: 3em;
  margin-right: 1em;
}
.about-map {
  width: 100%;
  height: 30vw;
  max-height: 600px;
}
.about-map iframe {
  filter: grayscale(100%);
}
#about + .cta {
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .about-title {
    margin-bottom: 0;
  }
  .about-philosophy,
  .about-philosophy:nth-of-type(even) {
    flex-direction: column;
    width: 80%;
  } 
  .about-philosophy:nth-of-type(even) {
    margin-left: auto;
  }
  .about-philosophy-text {
    padding: max(10px, 4vw);
  }
  .about-outline-content {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  .about-outline-content dl {
    flex-direction: column;
    gap: 0;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 500px) {
  .about-intro-title {
    display: flex;
    flex-direction: column;
    gap: 1em;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .about-intro-title span {
    text-align-last: justify;
  }
  .about-intro-text {
    line-height: 1.8;
  }
  .about-philosophy,
  .about-philosophy:nth-of-type(even) {
    width: 100%;
  }
  .about-philosophy-image {
    flex-basis: auto;
  }
  .about-philosophy-text {
    padding-left: 5px;
    padding-right: 5px;
  }
  .about-philosophy-text h3 {
    font-size: max(16px, calc(7px + 3vw));
  }
  .about-philosophy-text p {
    font-size: 14px;
    line-height: 1.6;
  }
  .about-map {
    height: 50vw;
  }
}

/* Service 業務案内 */
.service-section-wrapper {
  max-width: none;
  padding: 0;
}
.service-title-wrapper {
  margin-bottom: 0;
}
.service-container {
  position: relative;
  margin-bottom: clamp(150px, 10vw, 175px);
}
.service-text-container-wrapper {
  position: absolute;
  background: #F5F5F5;
  width: 50%;
  height: clamp(350px, 25vw, 480px);
  right: 0;
  top: 30vw;
  padding-top: 4vw;
  padding-bottom: 4vw;
  padding-right: 2vw;
  padding-left: 22vw;
  z-index: -1;
}
.service-text-container {
  position: absolute;
  width: 30%;
  height: clamp(350px, 25vw, 480px);
  right: 0;
  bottom: 0;
  padding-top: max(1.5em, 4vw);
  padding-bottom: 4vw;
  padding-right: 2vw;
  padding-left: 2vw;
  background-color: #F5F5F5;
}
.service-container:nth-of-type(even) .service-text-container {
  left: 0;
}
.service-text-title-container {
  position: absolute;
  top: max(-4vw, -60px);
}
.service-text-title-number {
  font-size: clamp(14px, 1.38vw, 16px);
  font-weight: 100;
  letter-spacing: .3em;
}
.service-text-title {
  font-size: clamp(26px, 2.5vw, 50px);
  font-weight: 400;
  letter-spacing: .2em;
}
.service-text {
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: 1.8;
  text-align: justify;
}
.service-btn-detail {
  position: absolute;
  bottom: 3vw;
  right: 3vw;
}
.service-image-container {
  width: 70%;
}
.service-container:nth-of-type(even) .service-image-container {
  margin-left: auto;
}
.service-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .service-container {
    margin-bottom: max(30px, 5vw);
  }
  .service-image-container {
    width: 80%;
    margin-left: auto;
  }
  .service-text-title-container {
    top: -2.7em;
  }
  .service-text-container {
    position: relative;
    width: 100%;
    height: auto;
    top: max(3em, 10vw);
    padding-bottom: max(4em, 12vw);
    padding-right: 5vw;
    padding-left: 5vw;
    z-index: auto;
  }
  .service-container:nth-of-type(even) .service-text-container {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .service-image-container {
    position: relative;
    z-index: 1;
  }
  .service-btn-detail {
    position: relative;
    margin-top: 7vw;
    right: 1vw;
  }
}

@media screen and (max-width: 400px) {
  .service-text-title {
    font-size: 26px;
  }
  .service-container:nth-of-type(2) .service-text-title {
    letter-spacing: -.05em;
  }
}

/* Flow 住まいづくりの流れ */
#flow .flow-container li {
  background-color: #F5F5F5;
  padding: 2em;
}
.flow-section-wrapper {
  max-width: 1000px;
  padding-top: 0;
}

@media screen and (max-width: 500px) {
  #flow .flow-container li {
    padding: 10px;
  }
}

/* Contact お問い合わせ */
.contact-section-wrapper {
  max-width: 1000px;
  padding-top: 0;
}
.contact-lead {
  text-align: center;
  font-size: 16px;
}
.contact-lead p {
  line-height: 2;
  margin-bottom: 2em;
}
.contact-form {
  margin-top: 3em;
}
.form-table {
  width: 100%;
}
.form-table tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 2em;
}
.form-table th {
  text-align: right;
  width: 13em;
}
.form-table td {
  padding-left: 1em;
  flex: 1;
  width: 100%;
}
.form-table .form-label,
.form-table .title-contactform7 {
  font-weight: 400;
}
.form-table .required {
  background-color: #999;
  color: #FFF;
  padding: .1em .3em;
  border-radius: .3em;
  margin-left: .5em;
  font-size: 12px;
  display: inline-block;
}
.form-table input[type='text'],
.form-table input[type='email'] {
  height: 2.5em;
  font-size: 16px;
  width: 100%;
  border-radius: .3em;
  border: 1px solid #DDD;
  background-color: #f6f6f6;
  padding-left: .5em;
}
.form-table input[type='radio'] {
  margin: 0 .3em 0 1em;
  vertical-align: middle;
}
.form-table textarea {
  font-size: 16px;
  padding: .5em;
  width: 100%;
  height: 10em;
  border-radius: .3em;
  border: 1px solid #DDD;
  background-color: #f6f6f6;
}
.form-table tr.has-comment {
  padding-bottom: 0;
}
.form-table .form-comment {
  font-size: 14px;
}
.form-button {
  margin: 3em auto;
  text-align: center;
}
.form-button input {
  padding: .7em 1.7em;
  border-radius: .3em;
  border: none;
  color: #FFF;
  font-weight: 400;
  background: #666;
  font-size: 1.1em;
  letter-spacing: .2em;
  padding-left: calc(2.2em);
  cursor: pointer;
}
.form-button input:hover {
  opacity: 0.8;
}
.contact-form .wpcf7-list-item {
  display: block;
}
.contact-form .wpcf7-list-item-label {
  font-weight: 300;
}
div.wpcf7 .wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 800px) {
  .contact-lead p {
    text-align: left;
    line-height: 1.6;
    margin-bottom: .5em;
  }
  .form-table tr {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }
  tr.has-comment {
    padding-bottom: 0;
  }
  .form-table th {
    text-align: left;
    padding: 20px 0 5px;
    width: 100%;
  }
  .form-comment th {
    display: none;;
  }
  .form-table td {
    padding: 0 0 10px 0;
    flex: 1;
  }
  .form-table table {
    margin: 0 auto;
  }
  .form-table input[type='radio'],
  .form-table input[type='checkbox'] {
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .form-table input[type='text'], 
  .form-table input[type='tel'], 
  .form-table input[type='email'],
  .form-table textarea {
    font-size: 14px;
  }
}

div#wpcf7cpcnf {
  z-index: 0 !important;
}
#wpcf7cpcnf table {
  width: 100%;
}
#wpcf7cpcnf tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#wpcf7cpcnf th {
  text-align: right;
  width: 160px;
  padding: 20px 0;
  font-weight: 400;
}
#wpcf7cpcnf td {
  padding-left: 20px;
  flex: 1;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
#wpcf7cpcnf table td {
  flex: 1;
  width: 100%;
  margin-left: 10px;
  background-color: #EEE;
  padding: 10px 20px;
  border-radius: 8px;
  min-height: 24px;
  margin-bottom: 1em;
}
.wpcf7cp-btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.wpcf7cp-cfm-edit-btn {
  display: block;
  width: 200px;
  padding: .7em 1.7em;
  border: none;
  color: #000;
  font-weight: 500;
  background: #DDD;
  font-size: 18px;
  cursor: pointer;
  border-radius: .3em;
}
.wpcf7cp-cfm-submit-btn {
  display: block;
  width: 200px;
  padding: .7em 1.7em;
  border: none;
  color: #FFF;
  font-weight: 500;
  background: #666;
  font-size: 18px;
  cursor: pointer;
  border-radius: .3em;
}
.wpcf7cp-cfm-edit-btn:hover,
.wpcf7cp-cfm-submit-btn:hover {
  opacity: .8;
}

@media screen and (max-width: 800px) {
  #wpcf7cpcnf tr {
    flex-direction: column;
    align-items: flex-start;
  }
  #wpcf7cpcnf th {
    text-align: left;
    padding: 20px 0 5px;
    width: 100%;
  }
  #wpcf7cpcnf table td {
    flex: 1;
    margin-left: 0;
    box-sizing: border-box;
  }
  #wpcf7cpcnf table {
    margin: 0 auto;
  }
}

/* recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}
.hasform .grecaptcha-badge {
  visibility: visible;
  bottom: 85px !important;
}

/* delete formloading effect*/
.wpcf7cp-progress-content {
  display: none;
}


/* プライバシーポリシー */
.privacy-section-wrapper {
  max-width: 1000px;
  padding-top: 0;
}
.privacy-policy h3 {
  font-size: clamp(20px, 2vw ,40px);
  font-weight: 400;
  letter-spacing: .2em;
  text-align: center;
  margin-bottom: clamp(50px ,4.16vw, 80px);
}
.privacy-policy h4 {
  font-size: clamp(14px, 1.38vw, 16px);
  font-weight: 500;
  margin-top: clamp(25px ,2.08vw, 40px);
  line-height: 2;
}
.privacy-policy p {
  font-size: clamp(14px, 1.38vw, 16px);
  line-height: 1.8;
}
.privacy-policy p a {
  color: #999;
}
.privacy-policy ul {
  margin-top: 1em;
}
.privacy-policy li {
  list-style-type: '・';
  margin-left: 1.5em;
  font-size: clamp(14px, 1.38vw, 16px);
}
