@charset "UTF-8";
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
.front img {
  max-width: 100%;
  vertical-align: bottom;
}


/* スライダー */
.top-slider-wrapper .top-slider {
  height: calc(100vh - 100px);
}
@media screen and (max-width: 1420px) {
  .top-slider-wrapper .top-slider {
    height: calc(80vh - 100px);
  }
}
@media screen and (max-width: 1050px) {
  .top-slider-wrapper .top-slider {
    height: calc(70vh - 100px);
  }
}
@media screen and (max-width: 767px) {
  /* ===================================================
   * 追加：ヘッダーに隠れるのを防ぐための余白（押し下げ）
   * =================================================== */
  body .top-slider-wrapper {
    margin-top: 70px !important; 
  }


  body .top-slider-wrapper .top-slider {
    height: 50vw !important; 
    min-height: unset !important;
  }
  
  /* TCDテーマ等で生成されるスライダー内部の枠も高さを合わせます */
  body .top-slider-wrapper .top-slider .item,
  body .top-slider-wrapper .top-slider .slick-list,
  body .top-slider-wrapper .top-slider .slick-track,
  body .top-slider-wrapper .top-slider .swiper-wrapper,
  body .top-slider-wrapper .top-slider .swiper-slide {
    height: 100% !important;
  }

  /* * 画像を「トリミングせず全体を表示する」設定です。
   * インラインスタイルやJSによる cover 指定に打ち勝つため、
   * body をつけて詳細度を上げ、!important を付けています。
   */
  /* 1. 背景画像として設定されている場合 */
  body .top-slider-wrapper .top-slider [style*="background-image"],
  body .top-slider-wrapper .top-slider .item {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  /* 2. imgタグとして配置されている場合 */
  body .top-slider-wrapper .top-slider img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
}

.front-fv-next {
  padding: 100px 0 110px;
}
@media screen and (max-width: 767px) {
  .front-fv-next {
    padding: 50px 0 60px;
  }
}
.front-fv-next__text {
  font-family: "hiragino-kaku-gothic-pron", "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .front-fv-next__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .front-fv-next__text {
    font-size: 18px;
  }
}



/* 事業内容 */
.front-busi {
  padding: 80px 0 110px 0;
  background: url("../img/busi-bg01.png") no-repeat 50% 100%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .front-busi {
    padding: 50px 0 60px 0;
  }
}
.front-busi__inner {
  width: 100%;
  max-width: 1900px;
  margin: auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .front-busi__inner {
    padding: 0 20px;
  }
}
.front-busi__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.front-busi-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1050px) {
  .front-busi-block01 {
    gap: 40px 24px;
  }
}
@media screen and (max-width: 767px) {
  .front-busi-block01 {
    grid-template-columns: 1fr;
    gap: 40px 40px;
    margin-bottom: 50px;
  }
}
.front-busi-block01__img {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .front-busi-block01__img {
    margin-bottom: 20px;
  }
}
.front-busi-block01__img img {
  border-radius: 28px;
}
.front-busi-block01__title {
  margin-bottom: 30px;
  font-family: "hiragino-kaku-gothic-pron", "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front-busi-block01__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.front-busi-block01__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  text-align: left;
  color: #505050;
}
@media screen and (max-width: 767px) {
  .front-busi-block01__text {
    font-size: 16px;
  }
}

/* 代表あいさつ */
.front-mess {
  padding: 140px 0 150px;
}
@media screen and (max-width: 767px) {
  .front-mess {
    padding: 70px 0 80px;
  }
}
.front-mess__inner {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.front-mess-block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.front-mess-block01__img {
  width: 56%;
}
@media screen and (max-width: 1420px) {
  .front-mess-block01__img {
    width: 50%;
  }
}
@media screen and (max-width: 1050px) {
  .front-mess-block01__img {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .front-mess-block01__img {
    margin-bottom: 20px;
  }
}
.front-mess-block01__img > img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 1050px) {
  .front-mess-block01__img > img {
    border-radius: 20px;
  }
}
.front-mess-block01__contents {
  width: 44%;
  padding: 0 20px 0 5%;
}
@media screen and (max-width: 1420px) {
  .front-mess-block01__contents {
    width: 50%;
  }
}
@media screen and (max-width: 1050px) {
  .front-mess-block01__contents {
    width: 100%;
    padding-inline: 20px;
  }
}
.front-mess-block01__contents-inner {
  width: 590px;
  max-width: 100%;
}
@media screen and (max-width: 1050px) {
  .front-mess-block01__contents-inner {
    margin: auto;
  }
}
.front-mess-block01__title {
  margin-bottom: 55px;
  font-family: "hiragino-kaku-gothic-pron", "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.67;
  text-align: left;
  color: #3b5aa4;
}
@media screen and (max-width: 767px) {
  .front-mess-block01__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.front-mess-block01__text {
  margin-bottom: 110px;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  color: #505050;
}
@media screen and (max-width: 767px) {
  .front-mess-block01__text {
    margin-bottom: 50px;
    font-size: 16px;
  }
}
.front-mess-block01__btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .front-mess-block01__btn {
    justify-content: center;
  }
}

/* 部位別リフォーム事例 */
.front-num {
  padding: 110px 0 130px 0;
  background-color: #0f172a;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .front-num {
    padding: 60px 0 80px 0;
  }
}
.front-num__inner {
  padding: 0 20px;
}
.front-num__lead {
  margin-bottom: 90px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front-num__lead {
    margin-bottom: 50px;
    font-size: 16px;
  }
}

.front-num-block01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 30px;
  width: 100%;
  max-width: 1360px;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  .front-num-block01 {
    gap: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .front-num-block01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
  }
}
.front-num-block01__item {
  padding: 30px 10px 40px;
  border-radius: 10px;
  border: solid 1px #fff;
  text-align: center;
}
.front-num-block01__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-bottom: 30px;
  line-height: 1;
}
.front-num-block01__num {
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .front-num-block01__num {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.front-num-block01__num > span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .front-num-block01__num > span {
    font-size: 16px;
  }
}
.front-num-block01__title {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .front-num-block01__title {
    font-size: 16px;
  }
}

.front-bg01 {
  position: relative;
}
.front-bg01::before {
  content: "";
  position: absolute;
  top: 440px;
  left: 0;
  width: 83%;
  height: 930px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: linear-gradient(to top, #f9f9f9, #efeeed);
  z-index: -1;
}
.front-bg01::after {
  content: "";
  position: absolute;
  bottom: 620px;
  right: 0;
  width: 59%;
  height: 660px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: linear-gradient(to top, #f9f9f9, #efeeed);
  z-index: -1;
}

/* 採用情報 */
.front-rec {
  padding: 160px 0 50px;
}
@media screen and (max-width: 767px) {
  .front-rec {
    padding: 80px 0 50px;
  }
}
.front-rec__inner {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.front-rec-block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1050px) {
  .front-rec-block01 {
    flex-direction: column-reverse;
  }
}
.front-rec-block01__contents {
  width: 44%;
  padding: 0px 20px 0 7%;
}
@media screen and (max-width: 1420px) {
  .front-rec-block01__contents {
    width: 50%;
    padding: 0px 20px 0 5%;
  }
}
@media screen and (max-width: 1050px) {
  .front-rec-block01__contents {
    width: 100%;
    padding-inline: 20px;
  }
}
.front-rec-block01__contents-inner {
  width: 450px;
  max-width: 100%;
}
@media screen and (max-width: 1050px) {
  .front-rec-block01__contents-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .front-rec-block01__contents-inner-sp {
    width: 450px;
    max-width: 100%;
    margin: auto;
  }
}
.front-rec-block01__title {
  margin: 90px 0 75px;
  font-family: "hiragino-kaku-gothic-pron", "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.67;
  text-align: left;
}
@media screen and (max-width: 1050px) {
  .front-rec-block01__title {
    margin: 50px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .front-rec-block01__title {
    margin: 20px 0 20px;
    font-size: 24px;
  }
}
.front-rec-block01__text {
  margin-bottom: 120px;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  color: #505050;
}
@media screen and (max-width: 1050px) {
  .front-rec-block01__text {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .front-rec-block01__text {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.front-rec-block01__text:first-of-type {
  margin-bottom: 2em;
}
.front-rec-block01__btn {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .front-rec-block01__btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.front-rec-block01__img {
  width: 56%;
  padding-top: 100px;
}
@media screen and (max-width: 1420px) {
  .front-rec-block01__img {
    width: 50%;
  }
}
@media screen and (max-width: 1050px) {
  .front-rec-block01__img {
    width: 100%;
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .front-rec-block01__img {
    padding: 40px 0px 0;
  }
}
.front-rec-block01__img > img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 1050px) {
  .front-rec-block01__img > img {
    border-radius: 20px;
  }
}

/* 先輩インタビュー */
.front-inter {
  padding: 80px 0 0px 0;
}
.front-inter__inner {
  width: 100%;
  max-width: 1900px;
  margin: auto;
  padding: 0 30px;
}
.front-inter__heading-wrap {
  display: flex;
  justify-content: center;
  padding-left: 30%;
}
@media screen and (max-width: 1050px) {
  .front-inter__heading-wrap {
    justify-content: flex-end;
    margin: 0 100px 40px 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .front-inter__heading-wrap {
    justify-content: flex-start;
    margin: 0 50px 40px 0;
  }
}

.front-inter-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 40px;
}
@media screen and (max-width: 1050px) {
  .front-inter-block01 {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
.front-inter-block01__item:nth-child(2) {
  margin-top: 150px;
}
@media screen and (max-width: 1050px) {
  .front-inter-block01__item:nth-child(2) {
    margin-top: 0;
  }
}
.front-inter-block01__item:nth-child(3) {
  margin-top: 300px;
}
@media screen and (max-width: 1050px) {
  .front-inter-block01__item:nth-child(3) {
    margin-top: 0;
  }
}
.front-inter-block01__img {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 24px;
}
.front-inter-block01__img > a {
  display: block;
}
.front-inter-block01__img > a:hover {
  opacity: 1;
}
.front-inter-block01__img > a:hover img {
  scale: 1.1;
}
.front-inter-block01__img img {
  border-radius: 24px;
  transition: 0.4s ease-out;
}
.front-inter-block01__title {
  margin-bottom: 20px;
  font-family: "hiragino-kaku-gothic-pron", "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .front-inter-block01__title {
    font-size: 18px;
  }
}
.front-inter-block01__text {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  text-align: left;
  color: #505050;
}
@media screen and (max-width: 767px) {
  .front-inter-block01__text {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.front-inter-block01__btn {
  text-align: right;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .front-inter-block01__btn {
    padding-right: 0px;
  }
}

/* その他 */
.front-other {
  padding: 0 0 155px;
}
@media screen and (max-width: 767px) {
  .front-other {
    padding: 0 0 80px;
  }
}
.front-other__inner {
  width: 100%;
  max-width: 1900px;
  margin: auto;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .front-other__inner {
    padding: 0 10px;
  }
}

.front-other-block01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
@media screen and (max-width: 1050px) {
  .front-other-block01 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .front-other-block01 {
    grid-template-columns: 1fr;
  }
}
.front-other-block01__item {
  position: relative;
  height: 604px;
  padding: 130px 20px 140px 20px;
  border-radius: 20px;
  background-color: #1a243c;
  line-height: 1;
}
@media screen and (max-width: 1420px) {
  .front-other-block01__item {
    height: 500px;
  }
}
@media screen and (max-width: 1050px) {
  .front-other-block01__item {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .front-other-block01__item {
    height: auto;
    padding: 40px 20px 30px 20px;
  }
}
.front-other-block01__item:nth-child(even) {
  margin-top: 90px;
  padding: 40px 20px 228px 20px;
}
@media screen and (max-width: 767px) {
  .front-other-block01__item:nth-child(even) {
    margin-top: 0px;
    padding: 40px 20px 30px 20px;
  }
}
.front-other-block01__deco01 {
  position: absolute;
  top: 50px;
  left: 54px;
}
@media screen and (max-width: 767px) {
  .front-other-block01__deco01 {
    display: none;
  }
}
.front-other-block01__deco02 {
  position: absolute;
  bottom: -71px;
  left: 18px;
}
@media screen and (max-width: 767px) {
  .front-other-block01__deco02 {
    display: none;
  }
}
.front-other-block01__deco03 {
  position: absolute;
  top: -65px;
  left: 26px;
}
@media screen and (max-width: 1420px) {
  .front-other-block01__deco03 {
    top: -11%;
    left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .front-other-block01__deco03 {
    display: none;
  }
}
.front-other-block01__deco04 {
  position: absolute;
  bottom: 5px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .front-other-block01__deco04 {
    display: none;
  }
}
.front-other-block01__img {
  margin-bottom: 30px;
  overflow: hidden;
}
.front-other-block01__img a {
  display: block;
}
.front-other-block01__img a:hover {
  opacity: 1;
}
.front-other-block01__img a:hover img {
  scale: 1.1;
}
.front-other-block01__img a img {
  transition: 0.4s ease-out;
}
.front-other-block01__btn {
  text-align: center;
}
.front-other-block01__btn > a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 140px;
  padding: 0 35px 0px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: left;
}
.front-other-block01__btn > a > span {
  display: inline-block;
  position: relative;
  top: -1px;
  right: -22px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

/* 会社概要 */
.front-com {
  padding: 120px 0 120px;
  background-color: #0f172a;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .front-com {
    padding: 60px 0 60px;
  }
}
.front-com__inner {
  width: 100%;
  max-width: 1620px;
  margin: auto;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .front-com__inner {
    padding: 0 20px;
  }
}

.front-com-block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.front-com-block01__img {
  width: 50%;
}
@media screen and (max-width: 1050px) {
  .front-com-block01__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.front-com-block01__contents {
  width: 50%;
  padding: 0 20px 0 5%;
}
@media screen and (max-width: 1050px) {
  .front-com-block01__contents {
    width: 100%;
    padding: 0 20px;
  }
}
.front-com-block01__contents-inner {
  position: relative;
  width: 720px;
  max-width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .front-com-block01__contents-inner {
    margin: auto;
  }
}
.front-com-block01__contents-inner::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 254px;
  height: 256px;
  background: url("../img/com-deco01.png") no-repeat 100% 100%;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .front-com-block01__contents-inner::after {
    bottom: 0px;
    width: 120px;
    height: 124px;
  }
}
.front-com-block01__title {
  margin-bottom: 110px;
  font-family: "hiragino-kaku-gothic-pron", "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.67;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .front-com-block01__title {
    margin-bottom: 55px;
    font-size: 24px;
  }
}
.front-com-block01__btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* News */
.front-blog {
  padding: 130px 0 160px 0;
}
@media screen and (max-width: 767px) {
  .front-blog {
    padding: 70px 0 80px 0;
  }
}
.front-blog__inner {
  padding: 0 20px;
}

.front-blog-block01 {
  position: relative;
  width: 890px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .front-blog-block01 {
    margin: 0 auto 0px auto;
  }
}
.front-blog-block01__item {
  padding: 25px 100px;
  border-bottom: 1px dotted #111;
}
@media screen and (max-width: 767px) {
  .front-blog-block01__item {
    padding: 25px 0px;
  }
}
.front-blog-block01__item:first-of-type {
  border-top: 1px dotted #111;
}
.front-blog-block01__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.front-blog-block01__info {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .front-blog-block01__info {
    width: 120px;
  }
}
.front-blog-block01__title {
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #505050;
}
@media screen and (max-width: 767px) {
  .front-blog-block01__title {
    -webkit-line-clamp: 2;
  }
}

.front-blog-insta-title {
  margin-bottom: 25px;
  text-align: center;
}

.front-blog-insta {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  overflow: hidden;
}