@charset "UTF-8";
/* ---------------------------------------------------------
    font
--------------------------------------------------------- */
@font-face {
  font-family: "line-rg";
  src: url("../font/LINESeedJP_A_OTF_Rg.woff") format("woff");
}
@font-face {
  font-family: "line-bd";
  src: url("../font/LINESeedJP_A_OTF_Bd.woff") format("woff");
}
@font-face {
  font-family: "line-eb";
  src: url("../font/LINESeedJP_A_OTF_Eb.woff") format("woff");
}
@font-face {
  font-family: "line-th";
  src: url("../font/LINESeedJP_A_OTF_Th.woff") format("woff");
}
/* ---------------------------------------------------------
    Variable
--------------------------------------------------------- */
/*BK #2b66b4*/
/* ---------------------------------------------------------
    fade
--------------------------------------------------------- */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up.delay {
  transition-delay: 0.5s;
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeIn.delay {
  transition-delay: 0.5s;
}

.oneTxt {
  visibility: hidden;
}
.oneTxt.is-ready {
  visibility: visible;
}
.oneTxt span {
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

/* ---------------------------------------------------------
    variable
--------------------------------------------------------- */
html {
  overflow-x: hidden;
}

body {
  font-weight: 400;
  overflow-x: hidden;
  font-family: "見出ゴMB31", "Yu Gothic", YuGothic, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  position: relative;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/glass.png) no-repeat center/cover;
  position: absolute;
  z-index: -1;
}

img {
  width: 100%;
  vertical-align: top;
}

.inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 8%;
}

/* ---------------------------------------------------------
    Utility
--------------------------------------------------------- */
@media (max-width: 767px) {
  .u-hide-sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-hide-pc {
    display: none !important;
  }
}
/* ---------------------------------------------------------
    site_header
--------------------------------------------------------- */
.site_header {
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: transparent;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.site_header.is_top_absolute.is_scrolled {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.site_header.is_scrolled {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.site_header .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.site_header .header_brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: #000;
}
.site_header .header_brand .header_logo_img {
  width: 300px;
  height: auto;
  display: block;
  flex: 0 0 auto;
}
.site_header .header_toggle {
  display: none;
}
.site_header .header_nav .header_sp_brand {
  display: none;
}
.site_header .header_nav .header_nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.site_header .header_nav .header_nav_list .header_nav_item .header_nav_link {
  display: inline-block;
  text-decoration: none;
}
.site_header .header_nav .header_nav_list .header_nav_item .header_nav_link:hover {
  opacity: 0.75;
}
.site_header .header_nav .header_nav_list .header_nav_item:first-child .header_nav_link {
  width: 64px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(2) .header_nav_link {
  width: 75px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(3) .header_nav_link {
  width: 70px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(4) .header_nav_link {
  width: 64px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(5) .header_nav_link {
  width: 75px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(6) .header_nav_link {
  width: 123px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(7) .header_nav_link {
  width: 88px;
}
.site_header .header_nav .header_sns {
  display: none;
}

@media (max-width: 767px) {
  .site_header {
    height: 90px;
  }
  .site_header .inner {
    gap: 15px;
    padding: 0 8% !important;
  }
  .site_header .header_brand .header_logo_img {
    width: 240px;
  }
  .site_header .header_toggle {
    display: grid;
    width: 45px;
    height: 30px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 110;
  }
  .site_header .header_toggle .header_toggle_line {
    width: 45px;
    height: 2px;
    background: #000;
    display: block;
    transition: transform 0.25s ease, opacity 0.25s ease;
    position: absolute;
  }
  .site_header .header_toggle .header_toggle_line:nth-child(1) {
    top: 0;
  }
  .site_header .header_toggle .header_toggle_line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
  }
  .site_header .header_toggle .header_toggle_line:nth-child(3) {
    bottom: 0;
  }
  .site_header .header_nav {
    position: fixed;
    inset: 0;
    background: #fff;
    display: grid;
    place-items: center;
    padding: 70px 20px 40px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }
  .site_header .header_nav .header_sp_brand {
    display: grid;
    place-items: center;
    margin: 0 0 34px;
  }
  .site_header .header_nav .header_sp_brand .header_sp_brand_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .site_header .header_nav .header_sp_brand .header_sp_brand_img {
    width: 320px;
    height: auto;
    display: block;
  }
  .site_header .header_nav .header_nav_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: center;
  }
  .site_header .header_nav .header_nav_list .header_nav_item .header_nav_link {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:first-child .header_nav_link {
    width: 70px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(2) .header_nav_link {
    width: 82px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(3) .header_nav_link {
    width: 77px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(4) .header_nav_link {
    width: 70px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(5) .header_nav_link {
    width: 82px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(6) .header_nav_link {
    width: 135px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(7) .header_nav_link {
    width: 97px;
  }
  .site_header .header_nav .header_sns {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
  }
  .site_header .header_nav .header_sns .header_sns_item {
    width: 35px;
  }
  .site_header .header_nav .header_sns .header_sns_item:last-child {
    width: 80px;
  }
  .site_header .header_nav .header_sns .header_sns_item .header_sns_link {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .site_header .header_nav .header_sns .header_sns_item .header_sns_icon {
    width: 100%;
    display: block;
  }
  body.is_header_open {
    overflow: hidden;
    height: 100%;
    touch-action: none;
  }
  body.is_header_open .site_header .header_nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  body.is_header_open .site_header .header_toggle {
    position: fixed;
    top: 30px;
    right: 20px;
  }
  body.is_header_open .site_header .header_toggle .header_toggle_line:nth-child(1) {
    transform: translateY(14px) rotate(30deg);
  }
  body.is_header_open .site_header .header_toggle .header_toggle_line:nth-child(2) {
    opacity: 0;
  }
  body.is_header_open .site_header .header_toggle .header_toggle_line:nth-child(3) {
    transform: translateY(-14px) rotate(-30deg);
  }
  .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
/* ---------------------------------------------------------
    footer
--------------------------------------------------------- */
.site_footer {
  padding: 160px 0 80px;
  position: relative;
}
.site_footer .f_bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
}
.site_footer .inner {
  position: relative;
}
.site_footer .inner .f_wrap {
  position: relative;
}
.site_footer .footer_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  align-items: start;
}
.site_footer .footer_left .footer_brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site_footer .footer_left .footer_brand .footer_logo {
  width: 430px;
  flex: 0 0 auto;
  position: relative;
}
.site_footer .footer_left .footer_brand .footer_logo .link {
  position: absolute;
  inset: 0;
}
.site_footer .footer_left .footer_brand .footer_logo .footer_logo_img {
  width: 100%;
  height: auto;
  display: block;
}
.site_footer .footer_left .footer_info {
  margin-top: 45px;
}
.site_footer .footer_left .footer_info .footer_info_line {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06rem;
}
.site_footer .footer_left .footer_share {
  margin-top: 110px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.site_footer .footer_left .footer_share .footer_share_label {
  margin: 0;
  width: 75px;
}
.site_footer .footer_left .footer_share .footer_share_rule {
  width: 0.7px;
  height: 35px;
  background: #000;
  display: inline-block;
  margin: 0 8px;
}
.site_footer .footer_left .footer_share .footer_share_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
}
.site_footer .footer_left .footer_share .footer_share_list .footer_share_item {
  width: 27px;
}
.site_footer .footer_left .footer_share .footer_share_list .footer_share_item:last-child {
  width: 63px;
}
.site_footer .footer_left .footer_share .footer_share_list .footer_share_item .footer_share_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.site_footer .footer_left .footer_share .footer_share_list .footer_share_item .footer_share_ico {
  width: 100%;
}
.site_footer .footer_nav {
  justify-self: end;
  padding-top: 18px;
}
.site_footer .footer_nav .footer_nav_list {
  width: fit-content;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 90px;
  row-gap: 30px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item {
  width: fit-content;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item .footer_nav_link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item .footer_nav_link:hover {
  opacity: 0.75;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:first-child .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(2) .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(3) .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(4) .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(5) .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(6) .footer_nav_link {
  width: 160px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(7) .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(8) .footer_nav_link {
  width: 140px;
}
.site_footer .footer_bottom {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.site_footer .footer_bottom .footer_copy {
  margin: 0;
  width: 580px;
}

/* ---------------------------------------------------------
    SP
  --------------------------------------------------------- */
@media (max-width: 767px) {
  .site_footer {
    padding: 90px 0 30px;
  }
  .site_footer .inner {
    position: static;
    text-align: center;
  }
  .site_footer .inner .f_wrap {
    display: contents;
  }
  .site_footer .footer_top {
    grid-template-columns: 1fr;
    row-gap: 40px;
    column-gap: 0;
    justify-items: center;
  }
  .site_footer .footer_left {
    width: 100%;
    display: grid;
    justify-items: center;
  }
  .site_footer .footer_left .footer_brand {
    justify-content: center;
  }
  .site_footer .footer_left .footer_brand .footer_logo {
    width: 270px;
  }
  .site_footer .footer_left .footer_info {
    margin-top: 22px;
  }
  .site_footer .footer_left .footer_info .footer_info_line {
    font-size: 14px;
    line-height: 1.9;
  }
  .site_footer .footer_left .footer_share {
    margin-top: 34px;
    justify-content: center;
    gap: 14px;
  }
  .site_footer .footer_left .footer_share .footer_share_label {
    width: 63px;
  }
  .site_footer .footer_left .footer_share .footer_share_rule {
    height: 24px;
  }
  .site_footer .footer_left .footer_share .footer_share_list {
    gap: 14px;
  }
  .site_footer .footer_left .footer_share .footer_share_list .footer_share_item {
    width: 22.5px;
  }
  .site_footer .footer_left .footer_share .footer_share_list .footer_share_item:last-child {
    width: 54px;
  }
  .site_footer .footer_nav {
    display: none;
  }
  .site_footer .footer_bottom {
    position: static;
    margin-top: 34px;
    margin: 34px auto 0;
  }
  .site_footer .footer_bottom .footer_copy {
    width: 100%;
  }
}
.inner {
  padding: 0 8%;
}

.site_header {
  background: transparent;
}

/* ---------------------------------------------------------
    service_simple
--------------------------------------------------------- */
.sect_service_simple {
  padding-top: 110px;
}
.sect_service_simple .service_simple .service_simple_photo {
  width: 100%;
}
.sect_service_simple .service_simple .service_simple_photo .service_simple_img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 0 90px 0 0;
}
.sect_service_simple .service_simple .service_simple_body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-top: 110px;
  align-items: center;
}
.sect_service_simple .service_simple .service_simple_body .service_simple_title {
  margin: 0;
  width: 270px;
}
.sect_service_simple .service_simple .service_simple_body .service_simple_right {
  display: flex;
  justify-content: flex-end;
}
.sect_service_simple .service_simple .service_simple_body .service_simple_right .service_simple_text {
  text-align: right;
  line-height: 2;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .sect_service_simple {
    padding-top: 90px;
  }
  .sect_service_simple .service_simple .service_simple_photo .service_simple_img {
    border-radius: 0 70px 0 0;
  }
  .sect_service_simple .service_simple .service_simple_body {
    grid-template-columns: 1fr;
    padding-top: 65px;
  }
  .sect_service_simple .service_simple .service_simple_body .service_simple_title {
    width: 175px;
  }
  .sect_service_simple .service_simple .service_simple_body .service_simple_right {
    justify-content: flex-start;
  }
  .sect_service_simple .service_simple .service_simple_body .service_simple_right .service_simple_text {
    text-align: left;
    font-size: 15px;
  }
}
/* ---------------------------------------------------------
    feature
--------------------------------------------------------- */
.sect_feature {
  padding-top: 100px;
}
.sect_feature .feature .feature_top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  align-items: start;
}
.sect_feature .feature .feature_top .feature_photo {
  aspect-ratio: 16/11;
  overflow: hidden;
  height: fit-content;
}
.sect_feature .feature .feature_top .feature_photo .feature_slider,
.sect_feature .feature .feature_top .feature_photo .feature_slide {
  height: fit-content;
}
.sect_feature .feature .feature_top .feature_photo .feature_slider .feature_img,
.sect_feature .feature .feature_top .feature_photo .feature_slide .feature_img {
  width: 100%;
  height: 100%;
  display: block;
}
.sect_feature .feature .feature_top .feature_photo .feature_slider .slick_list {
  height: 100%;
}
.sect_feature .feature .feature_top .feature_photo .feature_slider .slick_track {
  height: 100%;
}
.sect_feature .feature .feature_top .feature_copy {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  /* 右寄せ */
  gap: 45px;
  padding-top: 6px;
  padding-right: 30px;
}
.sect_feature .feature .feature_top .feature_copy .feature_copy_cap {
  width: 40px;
}
.sect_feature .feature .feature_top .feature_copy .feature_copy_cap .image.sp {
  display: none;
}
.sect_feature .feature .feature_top .feature_copy .feature_copy_title {
  margin: 60px;
  width: 120px;
}
.sect_feature .feature .feature_bottom {
  margin-top: -150px;
  /* 上段の右カラム分を空ける（画像の雰囲気） */
  width: calc((100% - 44px) * 0.6);
  /* ざっくり左幅 */
  max-width: 100%;
}
.sect_feature .feature .feature_bottom .feature_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 30px;
}
.sect_feature .feature .feature_bottom .feature_list .feature_item .feature_text {
  margin: 0;
  line-height: 1.75;
  font-size: 20px;
  font-weight: 600;
}
.sect_feature .feature .feature_bottom .feature_list .feature_item .feature_text span {
  font-size: 20px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .sect_feature {
    padding-top: 60px;
  }
  .sect_feature .feature .feature_top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    position: relative;
  }
  .sect_feature .feature .feature_top .feature_photo {
    width: 73%;
  }
  .sect_feature .feature .feature_top .feature_copy {
    display: block;
    padding-top: 0;
  }
  .sect_feature .feature .feature_top .feature_copy .feature_copy_cap {
    width: 75px;
  }
  .sect_feature .feature .feature_top .feature_copy .feature_copy_cap .image.pc {
    display: none;
  }
  .sect_feature .feature .feature_top .feature_copy .feature_copy_cap .image.sp {
    display: block;
  }
  .sect_feature .feature .feature_top .feature_copy .feature_copy_title {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
  }
  .sect_feature .feature .feature_bottom {
    margin-top: 23px;
    /* 上段の右カラム分を空ける（画像の雰囲気） */
    width: 73%;
    /* ざっくり左幅 */
  }
  .sect_feature .feature .feature_bottom .feature_list .feature_item .feature_text {
    font-size: 15px;
  }
  .sect_feature .feature .feature_bottom .feature_list .feature_item .feature_text span {
    font-size: 16px;
  }
}
/* ---------------------------------------------------------
    housing
--------------------------------------------------------- */
.sect_housing {
  padding-top: 120px;
}
.sect_housing .housing .housing_top {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  align-items: start;
}
.sect_housing .housing .housing_top .housing_photo {
  order: 2;
  aspect-ratio: 16/11;
  overflow: hidden;
}
.sect_housing .housing .housing_top .housing_photo .housing_slider,
.sect_housing .housing .housing_top .housing_photo .housing_slide {
  height: 100%;
}
.sect_housing .housing .housing_top .housing_photo .housing_slider .housing_img,
.sect_housing .housing .housing_top .housing_photo .housing_slide .housing_img {
  width: 100%;
  height: 100%;
  display: block;
}
.sect_housing .housing .housing_top .housing_photo .housing_slider .slick_list {
  height: 100%;
}
.sect_housing .housing .housing_top .housing_photo .housing_slider .slick_track {
  height: 100%;
}
.sect_housing .housing .housing_top .housing_copy {
  order: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 45px;
  padding-top: 6px;
}
.sect_housing .housing .housing_top .housing_copy .housing_copy_cap {
  width: 40px;
}
.sect_housing .housing .housing_top .housing_copy .housing_copy_cap .image.sp {
  display: none;
}
.sect_housing .housing .housing_top .housing_copy .housing_copy_title {
  margin: 60px;
  width: 120px;
}
.sect_housing .housing .housing_bottom {
  margin: -190px 0 0 auto;
  /* 上段の右カラム分を空ける（画像の雰囲気） */
  width: calc((100% - 44px) * 0.6);
  /* ざっくり左幅 */
  max-width: 100%;
}
.sect_housing .housing .housing_bottom .housing_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 30px;
}
.sect_housing .housing .housing_bottom .housing_list .housing_item .housing_text {
  margin: 0;
  line-height: 1.75;
  font-size: 20px;
  font-weight: 600;
}
.sect_housing .housing .housing_bottom .housing_list .housing_item .housing_text span {
  font-size: 20px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .sect_housing {
    padding-top: 60px;
  }
  .sect_housing .housing .housing_top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    position: relative;
  }
  .sect_housing .housing .housing_top .housing_photo {
    order: 1;
    width: 73%;
    margin: 0 0 0 auto;
  }
  .sect_housing .housing .housing_top .housing_copy {
    order: 2;
    display: block;
    padding-top: 0;
    margin: 0 0 0 auto;
  }
  .sect_housing .housing .housing_top .housing_copy .housing_copy_cap {
    width: 75px;
  }
  .sect_housing .housing .housing_top .housing_copy .housing_copy_cap .image.pc {
    display: none;
  }
  .sect_housing .housing .housing_top .housing_copy .housing_copy_cap .image.sp {
    display: block;
  }
  .sect_housing .housing .housing_top .housing_copy .housing_copy_title {
    margin: 0;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sect_housing .housing .housing_bottom {
    margin: 23px 0 0 auto;
    width: 73%;
  }
  .sect_housing .housing .housing_bottom .housing_list .housing_item .housing_text {
    font-size: 15px;
  }
  .sect_housing .housing .housing_bottom .housing_list .housing_item .housing_text span {
    font-size: 16px;
  }
}
/* ---------------------------------------------------------
    renovation
--------------------------------------------------------- */
.sect_renovation {
  padding-top: 120px;
}
.sect_renovation .renovation .renovation_top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  align-items: start;
}
.sect_renovation .renovation .renovation_top .renovation_photo {
  aspect-ratio: 16/11;
  overflow: hidden;
}
.sect_renovation .renovation .renovation_top .renovation_photo .renovation_slider,
.sect_renovation .renovation .renovation_top .renovation_photo .renovation_slide {
  height: 100%;
}
.sect_renovation .renovation .renovation_top .renovation_photo .renovation_slider .renovation_img,
.sect_renovation .renovation .renovation_top .renovation_photo .renovation_slide .renovation_img {
  width: 100%;
  height: 100%;
  display: block;
}
.sect_renovation .renovation .renovation_top .renovation_photo .renovation_slider .slick_list {
  height: 100%;
}
.sect_renovation .renovation .renovation_top .renovation_photo .renovation_slider .slick_track {
  height: 100%;
}
.sect_renovation .renovation .renovation_top .renovation_copy {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  /* 右寄せ */
  gap: 45px;
  padding-top: 6px;
  padding-right: 30px;
}
.sect_renovation .renovation .renovation_top .renovation_copy .renovation_copy_cap {
  width: 40px;
}
.sect_renovation .renovation .renovation_top .renovation_copy .renovation_copy_cap .image.sp {
  display: none;
}
.sect_renovation .renovation .renovation_top .renovation_copy .renovation_copy_title {
  margin: 60px;
  width: 120px;
}
.sect_renovation .renovation .renovation_bottom {
  margin-top: 40px;
  /* 上段の右カラム分を空ける（画像の雰囲気） */
  width: calc((100% - 44px) * 0.6);
  /* ざっくり左幅 */
  max-width: 100%;
}
.sect_renovation .renovation .renovation_bottom .renovation_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 30px;
}
.sect_renovation .renovation .renovation_bottom .renovation_list .renovation_item .renovation_text {
  margin: 0;
  line-height: 1.75;
  font-size: 20px;
  font-weight: 600;
}
.sect_renovation .renovation .renovation_bottom .renovation_list .renovation_item .renovation_text span {
  font-size: 20px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .sect_renovation {
    padding-top: 60px;
  }
  .sect_renovation .renovation .renovation_top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    position: relative;
  }
  .sect_renovation .renovation .renovation_top .renovation_photo {
    width: 73%;
  }
  .sect_renovation .renovation .renovation_top .renovation_copy {
    display: block;
    padding-top: 0;
  }
  .sect_renovation .renovation .renovation_top .renovation_copy .renovation_copy_cap {
    width: 172px;
  }
  .sect_renovation .renovation .renovation_top .renovation_copy .renovation_copy_cap .image.pc {
    display: none;
  }
  .sect_renovation .renovation .renovation_top .renovation_copy .renovation_copy_cap .image.sp {
    display: block;
  }
  .sect_renovation .renovation .renovation_top .renovation_copy .renovation_copy_title {
    margin: 0;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sect_renovation .renovation .renovation_bottom {
    margin-top: 23px;
    /* 上段の右カラム分を空ける（画像の雰囲気） */
    width: 73%;
    /* ざっくり左幅 */
  }
  .sect_renovation .renovation .renovation_bottom .renovation_list .renovation_item .renovation_text {
    font-size: 15px;
  }
  .sect_renovation .renovation .renovation_bottom .renovation_list .renovation_item .renovation_text span {
    font-size: 16px;
  }
}
/* ---------------------------------------------------------
    reform
--------------------------------------------------------- */
.sect_reform {
  padding-top: 120px;
}
.sect_reform .reform .reform_top {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  align-items: start;
}
.sect_reform .reform .reform_top .reform_photo {
  order: 2;
  aspect-ratio: 16/11;
  overflow: hidden;
}
.sect_reform .reform .reform_top .reform_photo .reform_slider,
.sect_reform .reform .reform_top .reform_photo .reform_slide {
  height: 100%;
}
.sect_reform .reform .reform_top .reform_photo .reform_slider .reform_img,
.sect_reform .reform .reform_top .reform_photo .reform_slide .reform_img {
  width: 100%;
  height: 100%;
  display: block;
}
.sect_reform .reform .reform_top .reform_photo .reform_slider .slick_list {
  height: 100%;
}
.sect_reform .reform .reform_top .reform_photo .reform_slider .slick_track {
  height: 100%;
}
.sect_reform .reform .reform_top .reform_copy {
  order: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 45px;
  padding-top: 6px;
}
.sect_reform .reform .reform_top .reform_copy .reform_copy_cap {
  width: 40px;
}
.sect_reform .reform .reform_top .reform_copy .reform_copy_cap .image.sp {
  display: none;
}
.sect_reform .reform .reform_top .reform_copy .reform_copy_title {
  margin: 60px;
  width: 120px;
}
.sect_reform .reform .reform_bottom {
  margin: -130px 0 0 auto;
  /* 上段の右カラム分を空ける（画像の雰囲気） */
  width: calc((100% - 44px) * 0.6);
  /* ざっくり左幅 */
  max-width: 100%;
}
.sect_reform .reform .reform_bottom .reform_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 30px;
}
.sect_reform .reform .reform_bottom .reform_list .reform_item .reform_text {
  margin: 0;
  line-height: 1.75;
  font-size: 20px;
  font-weight: 600;
}
.sect_reform .reform .reform_bottom .reform_list .reform_item .reform_text span {
  font-size: 20px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .sect_reform {
    padding-top: 60px;
  }
  .sect_reform .reform .reform_top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    position: relative;
  }
  .sect_reform .reform .reform_top .reform_photo {
    order: 1;
    width: 73%;
    margin: 0 0 0 auto;
  }
  .sect_reform .reform .reform_top .reform_copy {
    order: 2;
    display: block;
    padding-top: 0;
    margin: 0 0 0 auto;
  }
  .sect_reform .reform .reform_top .reform_copy .reform_copy_cap {
    width: 125px;
  }
  .sect_reform .reform .reform_top .reform_copy .reform_copy_cap .image.pc {
    display: none;
  }
  .sect_reform .reform .reform_top .reform_copy .reform_copy_cap .image.sp {
    display: block;
  }
  .sect_reform .reform .reform_top .reform_copy .reform_copy_title {
    margin: 0;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sect_reform .reform .reform_bottom {
    margin: 23px 0 0 auto;
    width: 73%;
  }
  .sect_reform .reform .reform_bottom .reform_list .reform_item .reform_text {
    font-size: 15px;
  }
  .sect_reform .reform .reform_bottom .reform_list .reform_item .reform_text span {
    font-size: 16px;
  }
}
/* ---------------------------------------------------------
    estate
--------------------------------------------------------- */
.sect_estate {
  padding-top: 120px;
}
.sect_estate .estate .estate_top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  align-items: start;
}
.sect_estate .estate .estate_top .estate_photo {
  aspect-ratio: 16/11;
  overflow: hidden;
}
.sect_estate .estate .estate_top .estate_photo .estate_slider,
.sect_estate .estate .estate_top .estate_photo .estate_slide {
  height: 100%;
}
.sect_estate .estate .estate_top .estate_photo .estate_slider .estate_img,
.sect_estate .estate .estate_top .estate_photo .estate_slide .estate_img {
  width: 100%;
  height: 100%;
  display: block;
}
.sect_estate .estate .estate_top .estate_photo .estate_slider .slick_list {
  height: 100%;
}
.sect_estate .estate .estate_top .estate_photo .estate_slider .slick_track {
  height: 100%;
}
.sect_estate .estate .estate_top .estate_copy {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  /* 右寄せ */
  gap: 45px;
  padding-top: 6px;
  padding-right: 30px;
}
.sect_estate .estate .estate_top .estate_copy .estate_copy_cap {
  width: 40px;
}
.sect_estate .estate .estate_top .estate_copy .estate_copy_cap .image.sp {
  display: none;
}
.sect_estate .estate .estate_top .estate_copy .estate_copy_title {
  margin: 60px;
  width: 120px;
}
.sect_estate .estate .estate_bottom {
  margin-top: -90px;
  /* 上段の右カラム分を空ける（画像の雰囲気） */
  width: calc((100% - 44px) * 0.6);
  /* ざっくり左幅 */
  max-width: 100%;
}
.sect_estate .estate .estate_bottom .estate_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 30px;
}
.sect_estate .estate .estate_bottom .estate_list .estate_item .estate_text {
  margin: 0;
  line-height: 1.75;
  font-size: 20px;
  font-weight: 600;
}
.sect_estate .estate .estate_bottom .estate_list .estate_item .estate_text span {
  font-size: 20px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .sect_estate {
    padding-top: 60px;
  }
  .sect_estate .estate .estate_top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    position: relative;
  }
  .sect_estate .estate .estate_top .estate_photo {
    width: 73%;
  }
  .sect_estate .estate .estate_top .estate_copy {
    display: block;
    padding-top: 0;
  }
  .sect_estate .estate .estate_top .estate_copy .estate_copy_cap {
    width: 90px;
  }
  .sect_estate .estate .estate_top .estate_copy .estate_copy_cap .image.pc {
    display: none;
  }
  .sect_estate .estate .estate_top .estate_copy .estate_copy_cap .image.sp {
    display: block;
  }
  .sect_estate .estate .estate_top .estate_copy .estate_copy_title {
    margin: 0;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sect_estate .estate .estate_bottom {
    margin-top: 23px;
    /* 上段の右カラム分を空ける（画像の雰囲気） */
    width: 73%;
    /* ざっくり左幅 */
  }
  .sect_estate .estate .estate_bottom .estate_list .estate_item .estate_text {
    font-size: 15px;
  }
  .sect_estate .estate .estate_bottom .estate_list .estate_item .estate_text span {
    font-size: 16px;
  }
}
/* ---------------------------------------------------------
    works
--------------------------------------------------------- */
.sect_works {
  padding: 120px 0 0;
}
.sect_works .works .works_head {
  margin-bottom: 50px;
}
.sect_works .works .works_head .works_title {
  margin: 0 0 30px;
  width: 210px;
}
.sect_works .works .works_head .works_line {
  display: inline-block;
  width: 100px;
  height: 2px;
  background: #000;
}
.sect_works .works .works_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  align-items: start;
}
.sect_works .works .works_grid .works_card {
  min-width: 0;
  transition: all 0.3s;
}
.sect_works .works .works_grid .works_card:hover {
  opacity: 0.7;
}
.sect_works .works .works_grid .works_card .works_link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.sect_works .works .works_grid .works_card .works_link .works_photo {
  border-radius: 0 26px 0 0;
  overflow: hidden;
}
.sect_works .works .works_grid .works_card .works_link .works_photo img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.sect_works .works .works_grid .works_card .works_link .works_cat {
  margin: 25px 0 15px;
  color: #3651a8;
  font-weight: 600;
  font-size: 16px;
  background: #fff;
  width: fit-content;
  padding: 2px 0;
}
.sect_works .works .works_grid .works_card .works_link .works_name {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  width: fit-content;
  display: inline;
  padding: 2px 0;
}
.sect_works .works .btn {
  position: relative;
  width: 240px;
  transition: all 0.3s;
  margin: 65px auto 0;
}
.sect_works .works .btn:hover {
  opacity: 0.7;
}
.sect_works .works .btn .link {
  position: absolute;
  inset: 0;
}

@media (max-width: 767px) {
  .sect_works {
    padding: 100px 0 0;
  }
  .sect_works .works .works_head .works_title {
    width: 160px;
  }
  .sect_works .works .works_grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .sect_works .works .btn {
    width: 210px;
  }
}/*# sourceMappingURL=service.css.map */