@charset "UTF-8";
/*-----------------------
TOPの共通要素
------------------------*/
.top-common-button {
  transition: 0.6s;
  text-align: center;
  display: block;
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815;
  line-height: 1.4;
  padding: 18px 0;
}
.top-common-button__inner {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  padding-right: 30px;
}
.top-common-button__inner::before {
  transition: 0.6s;
  width: 20px;
  height: 12px;
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  background-image: url(./../images/common/icon__link--normal.svg);
  right: 0;
  top: 50%;
  margin-top: -6px;
}
@media (hover: hover) and (pointer: fine) {
  .top-common-button:hover {
    background-color: #ededed;
  }
  .top-common-button:hover .top-common-button__inner::before {
    right: -0.5em;
    top: 50%;
  }
}

.top-common-button.type2 {
  text-align: right;
  display: block;
  border-top: none;
  border-bottom: none;
  padding: 0;
}
@media (hover: hover) and (pointer: fine) {
  .top-common-button.type2:hover {
    background: none;
  }
}

.top-common-button.type2.type3 {
  text-align: center;
}

.top-common-title {
  top: -0.825em;
  position: relative;
  font-size: 3.4rem;
  line-height: 1.65;
  text-align: center;
}

.top-common-fasttext {
  text-align: center;
  font-weight: 600;
}

/*-----------------------
TOP専用ヘッダーの調整
------------------------*/
.top-header {
  transition: 0.4s;
}
.top-header .l-header__inner {
  padding: 0 3%;
}
.top-header .l-header__logo {
  background-color: #fff;
  box-sizing: border-box;
  padding: 24px;
}

.top-header.js-headerChange {
  background-color: transparent;
  box-shadow: none;
  transition: 0.4s;
}
.top-header.js-headerChange .l-header__links a {
  transition: 0.4s;
  color: #fff;
}
.top-header.js-headerChange .l-header__nav-button .inner .line {
  background-color: #fff;
}
.top-header.js-headerChange .l-header__cv .l-header-cvarea__link {
  transition: 0.6s;
  background-color: rgba(255, 255, 255, 0.95);
}
.top-header.js-headerChange .l-header__cv .l-header-cvarea__link.link01 {
  background-color: rgba(232, 52, 12, 0.95);
}
@media (hover: hover) and (pointer: fine) {
  .top-header.js-headerChange .l-header__cv .l-header-cvarea__link:hover {
    background-color: #c1c1c1;
  }
  .top-header.js-headerChange .l-header__cv .l-header-cvarea__link:hover.link01 {
    background-color: #f1b104;
  }
}

/*-----------------------
TOPメインビジュアル
------------------------*/
.top-kv .top-kv-box {
  position: relative;
  aspect-ratio: 3/1.49;
}
.top-kv .top-kv-box__text {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 35%;
  font-size: 3.6rem;
  letter-spacing: 0.21em;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 0 1em;
}
.top-kv .top-kv-box__category {
  position: absolute;
  bottom: 1.5vw;
  left: 1.5vw;
  color: #fff;
  line-height: 1.6;
}
.top-kv .top-kv-box__category .category-title {
  opacity: 0.6;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.top-kv .top-kv-box__category .category-text {
  font-size: 1.625rem;
}
.top-kv .top-kv-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-----------------------
TOP施工事例
------------------------*/
.top-portfolio {
  padding: 100px 0 120px;
}
.top-portfolio__inner {
  margin-bottom: 140px;
}
.top-portfolio__list {
  padding: 80px 0 30px;
}
.top-portfolio__search .search-title {
  font-size: 2.9rem;
}
.top-portfolio__search .c-portfolio-search {
  padding-top: 0;
}

/*-------------------------------------
TOPマイスターと考える、これからの「わが家」
--------------------------------------*/
.top-meisterinfo {
  padding: 0 0 190px;
}
.top-meisterinfo__inner {
  max-width: 890px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.top-meisterinfo__inner .meisterinfo-box01,
.top-meisterinfo__inner .meisterinfo-box02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-meisterinfo__inner .meisterinfo-box01 {
  margin-bottom: 80px;
}
.top-meisterinfo__inner .meisterinfo-box01 .leftbox {
  text-align: center;
  width: 36.4%;
}
.top-meisterinfo__inner .meisterinfo-box01 .rightbox {
  width: 59.1%;
}
.top-meisterinfo__inner .meisterinfo-box01 .rightbox .meisterinfo-title {
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
  line-height: 1.8;
}
.top-meisterinfo__inner .meisterinfo-box01 .rightbox .meisterinfo-text {
  font-weight: 600;
}
.top-meisterinfo__inner .meisterinfo-box02 {
  margin-bottom: 100px;
}
.top-meisterinfo__inner .meisterinfo-box02__item {
  text-align: center;
  width: 48.5%;
}
.top-meisterinfo__inner .meisterinfo-box02__link {
  transition: 0.6s;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 40px 2em;
}
.top-meisterinfo__inner .meisterinfo-box02__link.link01 {
  background-image: url(./../images/top/bg__meister-info01.jpg);
}
.top-meisterinfo__inner .meisterinfo-box02__link.link02 {
  background-image: url(./../images/top/bg__meister-info02.jpg);
}
.top-meisterinfo__inner .meisterinfo-box02__link::before {
  transition: 0.6s;
  content: " ";
  position: absolute;
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url(./../images/common/icon__link--normal-w.svg);
  right: 0.5em;
  bottom: 0.5em;
}
@media (hover: hover) and (pointer: fine) {
  .top-meisterinfo__inner .meisterinfo-box02__link:hover::before {
    right: 0.25em;
  }
}
.top-meisterinfo__inner .meisterinfo-box03 {
  border: solid 1px #231815;
  padding: 30px 5% 45px;
  text-align: center;
}
.top-meisterinfo__inner .meisterinfo-box03 .meisterinfo-title {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 20px;
}
.top-meisterinfo__inner .meisterinfo-box03 .meisterinfo-title span {
  font-size: 1.4em;
  color: #a8540a;
}
.top-meisterinfo__inner .meisterinfo-box03 .meisterinfo-text {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
}

/*-------------------------------------
TOPマイスター紹介
--------------------------------------*/
.top-meister {
  padding: 0 0 160px;
  background-color: #f9f9f9;
}
.top-meister .top-meister--ec {
  text-align: center;
  font-size: 1.55rem;
  letter-spacing: 0.07em;
  color: #6b6361;
  font-weight: 700;
  margin-bottom: 70px;
}

/*-------------------------------------
TOPイベント・新着
--------------------------------------*/
.top-event {
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(236, 236, 236) 100%);
  padding-bottom: 80px;
}
.top-event__list {
  margin: 100px 0 140px;
}
.top-event__list .top-event-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.top-event__list .top-event-tab__item {
  cursor: pointer;
  letter-spacing: 0.05em;
  padding: 5px 0.75em;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 5px;
  border: solid 1px #231815;
  background-color: #fff;
}
.top-event__list .top-event-tab__item.select {
  background-color: #231815;
  color: #fff;
}
.top-event__list .top-event-contents {
  display: none;
}
.top-event__list .top-event-contents.default {
  display: block;
}
.top-event__list .top-common-button {
  margin-top: 20px;
}

/*-------------------------------------
TOPお役立ち情報
--------------------------------------*/
.top-column {
  background-color: #f9f9f9;
  padding: 0 0 80px;
}
.top-column__list {
  margin: 60px 0 40px;
}

@media (hover: hover) and (pointer: fine) {
  .top-header.js-headerChange .u-textlink::before {
    background-color: #fff;
  }
}
@media screen and (width <= 1050px) {
  /*-----------------------
  TOP専用ヘッダーの調整
  ------------------------*/
  .top-header .l-header__logo {
    padding: 15px 0;
  }
  .top-header.js-headerChange .l-header__inner::before {
    width: calc(120px + 9%);
  }
  .top-header.js-headerChange .l-header__gnav {
    top: 0;
  }
  .top-header.js-headerChange .l-gnav {
    padding: 18vw 0 3vw;
  }
  .top-header.js-headerChange .l-header__cv .l-header-cvarea__link {
    background-color: #dedede;
  }
  .top-header.js-headerChange .l-header__cv .l-header-cvarea__link.link01 {
    background-color: #e8340c;
  }
}
@media screen and (width <= 640px) {
  /*-----------------------
  TOPの共通要素
  ------------------------*/
  .top-common-button {
    padding: 3vw 0;
  }
  .top-common-button__inner {
    font-size: 1.325rem;
    letter-spacing: 0.05em;
    padding-right: 22px;
  }
  .top-common-button__inner::before {
    width: 16px;
    height: 10px;
    top: 50%;
    margin-top: -4px;
  }
  .top-common-title {
    top: -0.825em;
    font-size: 2.35rem;
    line-height: 1.6;
  }
  /*-----------------------
  TOPメインビジュアル
  ------------------------*/
  .top-kv .top-kv-box {
    aspect-ratio: 5/8;
  }
  .top-kv .top-kv-box__text {
    top: 35%;
    font-size: 2rem;
    letter-spacing: 0.15em;
    font-weight: 600;
    line-height: 1.8;
  }
  .top-kv .top-kv-box__category {
    bottom: 4vw;
    left: 4vw;
    color: #fff;
    line-height: 1.4;
  }
  .top-kv .top-kv-box__category .category-title {
    font-size: 1.1rem;
  }
  .top-kv .top-kv-box__category .category-text {
    font-size: 1.35rem;
    letter-spacing: 0;
  }
  /*-----------------------
  TOP施工事例
  ------------------------*/
  .top-portfolio {
    padding: 14vw 0 12vw;
  }
  .top-portfolio__inner {
    margin-bottom: 18vw;
  }
  .top-portfolio__list {
    padding: 8vw 0;
  }
  .top-portfolio__search .search-title {
    font-size: 2rem;
  }
  /*-------------------------------------
  TOPマイスターと考える、これからの「わが家」
  --------------------------------------*/
  .top-meisterinfo {
    padding: 0 0 18vw;
  }
  .top-meisterinfo__inner .meisterinfo-box01,
  .top-meisterinfo__inner .meisterinfo-box02 {
    display: block;
  }
  .top-meisterinfo__inner .meisterinfo-box01 {
    margin-bottom: 10vw;
  }
  .top-meisterinfo__inner .meisterinfo-box01 .leftbox {
    text-align: center;
    width: 36%;
    margin: 0 auto 6vw;
  }
  .top-meisterinfo__inner .meisterinfo-box01 .rightbox {
    width: 100%;
  }
  .top-meisterinfo__inner .meisterinfo-box01 .rightbox .meisterinfo-title {
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 0.15em;
    margin-bottom: 8vw;
    line-height: 1.7;
  }
  .top-meisterinfo__inner .meisterinfo-box01 .rightbox .meisterinfo-text {
    font-weight: 600;
  }
  .top-meisterinfo__inner .meisterinfo-box02 {
    margin-bottom: 10vw;
  }
  .top-meisterinfo__inner .meisterinfo-box02__item {
    margin-bottom: 3vw;
    width: 100%;
  }
  .top-meisterinfo__inner .meisterinfo-box02__link {
    font-size: 1.45rem;
    padding: 7vw 2em;
  }
  .top-meisterinfo__inner .meisterinfo-box02__link::before {
    width: 16px;
    height: 10px;
    right: 0.75em;
    bottom: 0.75em;
  }
  .top-meisterinfo__inner .meisterinfo-box03 {
    padding: 4vw 5% 6vw;
  }
  .top-meisterinfo__inner .meisterinfo-box03 .meisterinfo-title {
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 1.8rem;
    margin-bottom: 3vw;
  }
  .top-meisterinfo__inner .meisterinfo-box03 .meisterinfo-title span {
    font-size: 1.3em;
    color: #a8540a;
  }
  .top-meisterinfo__inner .meisterinfo-box03 .meisterinfo-text {
    font-size: 1.375rem;
  }
  /*-------------------------------------
  TOPマイスター紹介
  --------------------------------------*/
  .top-meister {
    padding: 0 0 20vw;
  }
  .top-meister .top-common-fasttext {
    text-align: left;
  }
  .top-meister .top-meister--ec {
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 8vw;
  }
  /*-------------------------------------
  TOPイベント・新着
  --------------------------------------*/
  .top-event {
    padding-bottom: 6vw;
  }
  .top-event .top-common-fasttext {
    text-align: left;
  }
  .top-event__list {
    margin: 10vw 0 18vw;
  }
  .top-event__list .top-event-tab {
    margin-bottom: 8vw;
  }
  .top-event__list .top-event-tab__item {
    padding: 5px 0.5em;
    line-height: 1.4;
    font-size: 1.3rem;
    margin: 0 1vw 2vw;
  }
  .top-event__list .top-common-button {
    margin-top: 3vw;
  }
  /*-------------------------------------
  TOPお役立ち情報
  --------------------------------------*/
  .top-column {
    padding: 0 0 12vw;
  }
  .top-column .top-common-fasttext {
    text-align: left;
  }
  .top-column__list {
    margin: 10vw 0 2vw;
  }
}