@charset "UTF-8";
.c-partnerPromotion__button__button, .c-detailList__title, .c-companyHeader__name, .c-overview__title,
.c-content__title, .c-pageHeader__lead, .c-pageHeader__title {
  font-family: "FOT-筑紫ゴシック Pro B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  line-height: 1.75;
}

main.contents {
  padding: 0;
}

.c-pageHeader {
  width: 100%;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.c-pageHeader__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
}
.c-pageHeader__title {
  font-size: 20px;
}
.c-pageHeader__lead {
  font-size: 15px;
}
.c-pageHeader__lead, .c-pageHeader__button {
  margin-top: 40px;
}
.c-pageHeader.-construction {
  background-image: url("/_assets/img/construction/keyvisual_construction.png");
  background-position: right top;
}
.c-pageHeader.-list {
  background-image: url("/_assets/img/construction/keyvisual_list.png");
  background-position: 30% center;
}
.c-pageHeader.-meister {
  background-image: url("/_assets/img/construction/keyvisual_meister.png");
  background-position: right top;
}
.c-pageHeader.-meister .c-pageHeader__lead {
  margin-top: 20px;
}

.c-buttonContainer {
  text-align: center;
}
.c-buttonContainer:not(:first-child) {
  margin-top: 20px;
}
.c-buttonContainer > * + * {
  margin-top: 15px;
}
.c-buttonContainer.-right {
  text-align: right;
}

.c-button, .c-button--pagetop, .c-button--cancel, .c-button--primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.c-button--primary {
  height: 60px;
  background-color: #ff4b00;
  padding: 0 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
}
.c-button--primary, .c-button--primary:visited {
  color: #ffffff;
}
.c-button--primary:hover {
  text-decoration: none;
  background-color: rgba(255, 75, 0, 0.5);
}
.c-button--primary.-ghost {
  background-color: transparent;
  border: solid 1px #ff4b00;
}
.c-button--primary.-ghost:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.c-button--cancel {
  padding: 10px 18px;
  background-color: #373737;
  font-weight: bold;
}
.c-button--cancel, .c-button--cancel:visited {
  color: #ffffff;
}
.c-button--cancel:hover {
  text-decoration: none;
  background-color: rgba(55, 55, 55, 0.6);
}
.c-button--pagetop {
  height: 35px;
  background-color: #333333;
  padding: 0 30px 0 15px;
}
.c-button--pagetop, .c-button--pagetop:visited {
  color: #ffffff;
}
.c-button--pagetop::after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(-45deg);
  transform-origin: bottom;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
}
.c-button--pagetop:hover {
  text-decoration: none;
  background-color: #666666;
}
.-dark .c-button--pagetop {
  background-color: #ffffff;
}
.-dark .c-button--pagetop, .-dark .c-button--pagetop:visited {
  color: #333333;
}
.-dark .c-button--pagetop::after {
  border-top-color: #333333;
  border-right-color: #333333;
}
.-dark .c-button--pagetop:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.c-button__balloon {
  display: none;
}

.c-contentsArea {
  padding: 60px 20px;
  background-color: #eeeeee;
  color: #585858;
}
.c-contentsArea.-dark {
  background-color: #373737;
  color: #ffffff;
}

.c-overview,
.c-content {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}
.c-overview > * + *,
.c-content > * + * {
  margin-top: 20px;
}
.c-overview__title,
.c-content__title {
  font-size: 20px;
  margin-bottom: 20px;
}
.-dark .c-overview__title,
.-dark .c-content__title {
  color: #ffffff;
}
.c-overview__body > * + *,
.c-content__body > * + * {
  margin-top: 10px;
}

.c-overview__title {
  color: #373737;
}
.c-overview:not(:last-child) {
  margin-bottom: 50px;
}

.c-content {
  position: relative;
}
.c-content__pagetop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.c-content__title {
  text-align: center;
}
.c-content__title__addon {
  font-size: 0.6em;
  margin-left: 0.8em;
}
.c-content__pagetop + .c-content__title {
  margin-top: 10px;
}
.c-content:first-child .c-content__pagetop {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
}
.c-content:not(:first-child) {
  margin-top: 40px;
}

.c-imageAndText__title {
  font-size: 15px;
}
.c-imageAndText__image {
  min-width: 1px;
}

.c-carousel {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 15px;
}
.c-carousel__track {
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.c-carousel__item {
  flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-right: 24px;
}
.c-carousel__button {
  align-self: center;
  width: 24px;
  height: 24px;
  background-color: #646464;
  cursor: pointer;
  position: relative;
}
.c-carousel__button::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  transform-origin: center;
  position: absolute;
  top: 8px;
}
.c-carousel__button.-prev::before {
  transform: rotate(-45deg);
  left: 10px;
}
.c-carousel__button.-next::before {
  transform: rotate(135deg);
  right: 10px;
}

.c-interviewBox {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 4px;
  text-decoration: none;
  color: inherit;
}
.c-interviewBox__thumbnail {
  display: block;
  position: relative;
}
.c-interviewBox__thumbnail img {
  display: block;
  margin: 0 auto;
}
.c-interviewBox__thumbnail img:hover::before, .c-interviewBox__thumbnail img:hover::after {
  opacity: 1;
}
.c-interviewBox.-movie .c-interviewBox__thumbnail::before, .c-interviewBox.-movie .c-interviewBox__thumbnail::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 1;
}
.c-interviewBox.-movie .c-interviewBox__thumbnail::before {
  display: block;
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ff4b00;
  z-index: 1;
}
.c-interviewBox.-movie .c-interviewBox__thumbnail::after {
  display: block;
  content: "";
  box-sizing: border-box;
  width: 14px;
  height: 16px;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 14px #ffffff;
  z-index: 2;
}
.c-interviewBox__title, .c-interviewBox__text {
  font-size: 14px;
  margin-top: 4px;
}
.c-interviewBox:hover {
  text-decoration: none;
}
.c-interviewBox:hover .c-interviewBox__thumbnail img {
  opacity: 0.5;
}
.c-interviewBox:hover .c-interviewBox__title,
.c-interviewBox:hover .c-interviewBox__text {
  opacity: 0.5;
}

.c-companyList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@supports (display: grid) {
  .c-companyList {
    margin-left: 0;
  }
}
.c-companyList:not(:first-child) {
  margin-top: 40px;
}
.c-companyListContainer {
  display: block;
}
.c-companyListContainer:not(:first-child) {
  margin-top: 40px;
}
.c-companyListContainer:hover {
  opacity: 0.5;
}
.c-companyListContainer .c-companyList__item__link:hover {
  opacity: 1;
}
.c-companyList__item {
  width: calc(100% - 12px);
  display: block;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 3px;
  margin: 0 0 12px 12px;
  box-sizing: border-box;
}
@supports (display: grid) {
  .c-companyList__item {
    margin: 0;
    width: auto;
  }
}
.c-companyList__item__link {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  height: 100%;
  padding: 16px;
  cursor: pointer;
  box-sizing: border-box;
}
.c-companyList__item__link, .c-companyList__item__link:visited {
  color: #585858;
}
.c-companyList__item__link:hover {
  text-decoration: none;
  opacity: 0.5;
}
.c-companyList__item__link > * {
  width: 100%;
}
.c-companyList__item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 75%;
  height: 60px;
  justify-self: center;
  margin: 0 auto;
}
.c-companyList__item__image img {
  max-height: 100%;
  min-width: 1px;
}
.c-companyList__item__name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
.c-companyList__item__address {
  margin-top: 5px;
}
.c-companyList__item__description {
  display: block;
  height: 4.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  border-bottom: solid 2px #cccccc;
  padding-bottom: 10px;
}
@supports (-webkit-line-clamp: 3) {
  .c-companyList__item__description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.c-companyList__item__description h5 {
  font-size: clamp(13px, 1.9vw, 15px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.75;
}
.c-companyList__item__tags {
  margin-top: 10px;
}
.c-companyList__item__icons {
  text-align: center;
  display: flex;
  gap: 5px;
  flex-direction: column;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.7em;
}
.c-companyList__item__icon {
  color: white;
  padding: 3px;
  border-radius: 20px;
  position: relative;
}
.c-companyList__item__icon::before {
  display: block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.c-companyList__item__icon.-specialPlan {
  background-color: #004BA5;
}
.c-companyList__item__icon.-specialPlan::before {
  background-image: url(/_assets/img/construction/icon/icon_futureshop.svg);
  left: 0.7em;
  top: 0.3em;
}
.c-companyList__item__icon.-itSubsidy {
  background-color: #99096F;
}
.c-companyList__item__icon.-itSubsidy::before {
  background-image: url(/_assets/img/construction/icon/icon_subsidy.svg);
  left: 0.7em;
  top: 0.3em;
}
.c-companyList.-minimum {
  grid-template-columns: repeat(auto-fill, minmax(198px, 1fr));
  grid-auto-rows: 116px;
  margin-left: -8px;
  gap: 12px 8px;
}
@supports (display: grid) {
  .c-companyList.-minimum {
    margin: 0;
  }
}
.c-companyList.-minimum .c-companyList__item {
  border-radius: 5px;
  border: none;
  height: 116px;
  width: calc((100% - 16px) / 2);
  margin: 0 0 12px 8px;
}
@supports (display: grid) {
  .c-companyList.-minimum .c-companyList__item {
    width: auto;
    height: auto;
    margin: 0;
  }
}
.c-companyList.-minimum .c-companyList__item__link {
  padding: 16px 24px;
}
.c-companyList.-minimum .c-companyList__item__image {
  max-width: 100%;
  height: 100%;
}

.c-serviceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.c-serviceList__item {
  padding-left: 1em;
  position: relative;
}
.c-serviceList__item::before {
  display: block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  background-color: #ddc639;
  border-radius: 50%;
  margin-right: 0.4em;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.c-serviceList__item:not(:last-child) {
  margin-right: 10px;
}
.c-serviceList.-minimum {
  display: block;
}
.c-serviceList.-minimum .c-serviceList__item {
  margin: 0;
}

.c-address {
  display: flex;
  align-items: flex-start;
}
.c-address::before {
  display: block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.6em;
  background-image: url("/_assets/img/construction/icon_company.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.c-companyHeader {
  width: 100%;
  background-color: #fff;
  color: #585858;
  padding: 40px 0;
}
.c-companyHeader__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.c-companyHeader__logo {
  max-height: 100px;
}
.c-companyHeader__logo img {
  display: block;
  min-width: 1px;
  max-height: 100px;
}
.c-companyHeader__name {
  font-size: 20px;
  margin-top: 15px;
}
.c-companyHeader__address {
  margin-top: 10px;
}

.c-detailList__title {
  font-size: 20px;
  font-weight: bold;
  border-left: 3px solid #585858;
  padding-left: 10px;
}
.c-detailList__body {
  margin-top: 20px;
}
.c-detailList + .c-detailList {
  margin-top: 35px;
}

.c-partnerPromotion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #004ba5;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
}
.c-partnerPromotion__label {
  color: #004ba5;
  font-weight: bold;
  text-align: center;
}
.c-partnerPromotion__button {
  margin-top: 0.5em;
}
.c-partnerPromotion__button__button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  background-color: #004ba5;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.5em 1.5em 0.8em;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  border-radius: 30px;
}
.c-partnerPromotion__button__button::after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(/_assets/img/_common/icon/external_white.svg);
  margin-left: 7px;
}
.c-partnerPromotion__button__button:hover {
  background-color: #0062d8;
  text-decoration: none;
}

.c-shopList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@supports (display: grid) {
  .c-shopList {
    margin-left: 0;
  }
}
.c-shopList__item {
  box-sizing: border-box;
  width: calc((100% - 40px) / 2);
  margin: 0 0 20px 40px;
}
@supports (display: grid) {
  .c-shopList__item {
    margin: 0;
    width: auto;
  }
}
.c-shopList__item__link {
  transition: all 0.3s ease;
}
.c-shopList__item__link:hover {
  text-decoration: none;
  color: #ff4b00;
}
.c-shopList__item__image {
  max-width: 100%;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.c-shopList__item__image img {
  display: block;
  width: 100%;
}
.c-shopList__item__link:hover .c-shopList__item__image img {
  opacity: 0.7;
}
.c-shopList__item__industry {
  margin-top: 5px;
  font-size: 13px;
}
.c-shopList__item__mark {
  display: inline-block;
  font-size: 10px;
  margin-bottom: 3px;
  color: #333333;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  border-radius: 1em;
  padding: 0.1em 1em;
}
.c-shopList__item__name {
  font-weight: bold;
}
.c-shopList__item__link[target=_blank] .c-shopList__item__name::after {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon-external.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cpath%20fill%3D%22%231c7dc1%22%20d%3D%22M644.538%2C748.21H633.92V737.592h4.457V735.9h-6.148v14h14v-6.148h-1.691v4.457Z%22%20transform%3D%22translate(-632.219%20-735.906)%22%2F%3E%20%3Cpath%20fill%3D%22%231c7dc1%22%20d%3D%22M644.539%2C735.9h-4.074v1.691h2.823l-6%2C6%2C1.195%2C1.2%2C6.056-6.056v2.933h1.691V735.9h-1.69Zm0%2C1.7%2C0%2C0h0v0Z%22%20transform%3D%22translate(-632.219%20-735.906)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 4px;
  vertical-align: text-top;
}
.c-shopList__item__link[target=_blank]:hover .c-shopList__item__name::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon-external.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cpath%20fill%3D%22%23ff4b00%22%20d%3D%22M644.538%2C748.21H633.92V737.592h4.457V735.9h-6.148v14h14v-6.148h-1.691v4.457Z%22%20transform%3D%22translate(-632.219%20-735.906)%22%2F%3E%20%3Cpath%20fill%3D%22%23ff4b00%22%20d%3D%22M644.539%2C735.9h-4.074v1.691h2.823l-6%2C6%2C1.195%2C1.2%2C6.056-6.056v2.933h1.691V735.9h-1.69Zm0%2C1.7%2C0%2C0h0v0Z%22%20transform%3D%22translate(-632.219%20-735.906)%22%2F%3E%3C%2Fsvg%3E");
}

.c-meisterList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@supports (display: grid) {
  .c-meisterList {
    margin: 0;
  }
}
.c-meisterList__item {
  width: calc((100% - 32px) / 2);
  margin: 0 0 16px 16px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  color: #585858;
  border-radius: 3px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@supports (display: grid) {
  .c-meisterList__item {
    width: auto;
    margin: 0;
  }
}
.c-meisterList__item__header {
  width: 100%;
  height: 60px;
  background-color: #f9f5df;
  position: relative;
  align-self: flex-start;
}
.c-meisterList__item__header::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  transform: skewY(-8deg);
  transform-origin: 100% 0;
}
.c-meisterList__item__body {
  flex-grow: 1;
  padding: 80px 20px 20px;
}
.c-meisterList__item__footer {
  padding: 0 10px 20px;
}
.c-meisterList__item__avater {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border: solid 2px #ffffff;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-meisterList__item__avater img {
  min-width: 1px;
}
.c-meisterList__item__name {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 1em;
}
.c-meisterList__item__name::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #004ea2;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.c-meisterList__item__data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
}

.c-contactList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.c-contactList__item:not(:first-child) {
  margin-left: 4px;
}
.c-contactList__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.c-contactList__item a img {
  display: block;
  width: 27px;
  height: 27px;
}

.c-box {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 3px;
  padding: 24px;
}

.c-companyDataList {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.c-companyDataList__label {
  border-top: solid 2px #373737;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2em;
}
.c-companyDataList__data {
  border-top: solid 1px #373737;
  padding: 15px 0;
}
.c-companyDataList__data:last-of-type {
  border-bottom: solid 1px #373737;
}

.c-linkButtonList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@supports (display: grid) {
  .c-linkButtonList {
    margin: 0;
  }
}
.c-linkButtonList__item {
  width: 100%;
  margin: 0 0 8px 8px;
  box-sizing: border-box;
}
@supports (display: grid) {
  .c-linkButtonList__item {
    margin: 0;
  }
}
.c-linkButtonList__item__link {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  justify-content: center;
  align-items: center;
  border: solid 1px #ffffff;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 40px 15px 20px;
  position: relative;
}
.c-linkButtonList__item__link:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.c-linkButtonList__item__link::after {
  display: block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
}
.c-linkButtonList__item__link[href^="#"]::after {
  transform: rotate(135deg);
  right: 18px;
}
.c-linkButtonList__item__label {
  text-align: center;
}

.c-overflowBox {
  position: relative;
}
.c-overflowBox__image {
  position: relative;
  z-index: 1;
}
.c-overflowBox__text {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  color: #373737;
  padding: 30px;
  z-index: 2;
  margin: -40px 10px 0;
}
.c-overflowBox__title {
  border-color: #b3b3b3;
}
.c-overflowBox + .c-overflowBox {
  margin-top: 30px;
}

.c-dataList__item + .c-dataList__item {
  margin-top: 20px;
}
.c-dataList__item__label, .c-dataList__item__data {
  display: block;
}
.c-dataList__item__label {
  font-weight: bold;
}
.c-dataList__item__data {
  margin-top: 5px;
}

.c-itemizedBox {
  background-color: #f9f5df;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.c-itemizedBox > * + * {
  margin-top: 20px;
}
.c-itemizedBox__image {
  text-align: center;
}

[class*=u-col--] {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

@media screen and (660px < width) {
  .c-pageHeader__inner,
  .c-overview,
  .c-content {
    width: 1024px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-pageHeader {
    height: 580px;
    display: flex;
    align-items: center;
  }
  .c-pageHeader__title {
    font-size: 28px;
  }
  .c-pageHeader__lead {
    font-size: 18px;
  }
  .c-button, .c-button--primary, .c-button--cancel, .c-button--pagetop {
    width: auto;
  }
  .c-button--primary {
    padding: 0 40px;
    margin-inline: 10px;
  }
  .c-button.-large, .-large.c-button--primary, .-large.c-button--cancel, .-large.c-button--pagetop {
    min-width: 400px;
  }
  .c-contentsArea {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .c-overview > * + *,
  .c-content > * + * {
    margin-top: 0;
  }
  .c-overview__title,
  .c-content__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .-dark .c-overview__title,
  .-dark .c-content__title {
    color: #ffffff;
  }
  .c-overview__body > * + *,
  .c-content__body > * + * {
    margin-top: 20px;
  }
  .c-overview {
    display: flex;
    flex-wrap: nowrap;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .c-overview:not(:last-child) {
    margin-bottom: 80px;
  }
  .c-overview > * {
    width: calc((100% - 40px) / 2);
  }
  @supports (display: grid) {
    .c-overview > * {
      width: auto;
    }
  }
  .c-overview > * + * {
    margin-left: 40px;
  }
  @supports (display: grid) {
    .c-overview > * + * {
      margin-left: 0;
    }
  }
  .c-content__title__addon {
    font-size: 0.5em;
  }
  .c-content:not(:first-child) {
    margin-top: 60px;
  }
  .c-imageAndText__title {
    font-size: 18px;
  }
  .c-carousel {
    gap: 20px;
  }
  .c-carousel__item {
    flex-basis: calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
    min-width: calc((100% - 48px) / 3);
    margin-right: 24px;
  }
  .c-carousel__button {
    width: 32px;
    height: 32px;
  }
  .c-carousel__button::before {
    width: 10px;
    height: 10px;
    border-top: solid 3px #ffffff;
    border-left: solid 3px #ffffff;
    top: 10px;
  }
  .c-carousel__button.-prev::before {
    left: 12px;
  }
  .c-carousel__button.-next::before {
    right: 12px;
  }
  .c-interviewBox.-horizontal {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto 1fr;
    gap: 0 40px;
  }
  .c-interviewBox.-horizontal > .c-interviewBox__thumbnail {
    grid-row: 1/span 2;
    grid-column: 1;
  }
  .c-interviewBox.-horizontal .c-interviewBox__title,
  .c-interviewBox.-horizontal .c-interviewBox__text {
    grid-column: 2;
  }
  .c-interviewBox.-horizontal .c-interviewBox__title {
    grid-row: 1;
    margin-top: 0;
  }
  .c-interviewBox.-horizontal .c-interviewBox__text {
    grid-row: 2;
  }
  .c-companyList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
  }
  .c-companyList:not(:first-child) {
    margin-top: 60px;
  }
  .c-companyListContainer {
    display: block;
  }
  .c-companyListContainer:not(:first-child) {
    margin-top: 60px;
  }
  .c-companyListContainer:hover {
    opacity: 0.5;
  }
  .c-companyList__item {
    width: calc((100% - 24px) / 2);
  }
  @supports (display: grid) {
    .c-companyList__item {
      width: auto;
    }
  }
  .c-companyList__item__link {
    padding: 32px 40px;
  }
  .c-companyList__item__image {
    height: 60px;
  }
  .c-companyList__item__name {
    font-size: 18px;
  }
  .c-companyList.-minimum .c-companyList__item {
    width: calc((100% - 24px) / 3);
  }
  @supports (display: grid) {
    .c-companyList.-minimum .c-companyList__item {
      width: auto;
    }
  }
  .c-companyHeader {
    padding: 60px 0;
  }
  .c-companyHeader__inner {
    flex-wrap: nowrap;
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
  }
  .c-companyHeader__logo {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    margin-right: 20px;
    box-sizing: border-box;
  }
  @supports (display: grid) {
    .c-companyHeader__logo {
      width: auto;
      margin: 0;
    }
  }
  .c-companyHeader__name {
    font-size: 28px;
    margin-top: 0;
  }
  .c-detailList__title {
    font-size: 24px;
  }
  .c-detailList + .c-detailList {
    margin-top: 50px;
  }
  .c-detailList.-horizontal {
    display: flex;
    flex-wrap: nowrap;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
  }
  .c-detailList.-horizontal .c-detailList__title {
    align-self: flex-start;
    align-self: start;
    width: 200px;
    flex-shrink: 0;
  }
  .c-detailList.-horizontal .c-detailList__body {
    margin-top: 0;
    margin-left: 40px;
    width: calc(100% - 200px - 40px);
  }
  @supports (display: grid) {
    .c-detailList.-horizontal .c-detailList__body {
      margin: 0;
      width: auto;
    }
  }
  .c-partnerPromotion {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .c-partnerPromotion__button {
    margin-top: 0;
  }
  .c-shopList {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    margin-left: -40px;
    gap: 20px 40px;
  }
  @supports (display: grid) {
    .c-shopList {
      margin: 0;
    }
  }
  .c-shopList__item {
    box-sizing: border-box;
    width: calc((100% - 120.03px) / 3);
  }
  @supports (display: grid) {
    .c-shopList__item {
      width: auto;
    }
  }
  .c-shopList__item__image {
    box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.15);
  }
  .c-shopList__item__industry {
    margin-top: 10px;
  }
  .c-meisterList {
    grid-template-columns: repeat(3, 1fr);
    margin-left: -20px;
    gap: 20px;
  }
  @supports (display: grid) {
    .c-meisterList {
      margin: 0;
    }
  }
  .c-meisterList__item {
    width: calc((100% - 60px) / 3);
    margin: 0 0 20px 20px;
  }
  @supports (display: grid) {
    .c-meisterList__item {
      width: auto;
      margin: 0;
    }
  }
  .c-box {
    padding: 40px;
  }
  .c-companyDataList {
    grid-template-columns: 1fr 3fr;
  }
  .c-companyDataList__label, .c-companyDataList__data {
    box-sizing: border-box;
  }
  .c-companyDataList__label {
    padding: 15px 20px 15px 0;
    width: 25%;
  }
  @supports (display: grid) {
    .c-companyDataList__label {
      width: auto;
    }
  }
  .c-companyDataList__label:last-of-type {
    border-bottom: solid 2px #373737;
  }
  .c-companyDataList__data {
    padding: 15px 0 15px 20px;
    width: 75%;
  }
  @supports (display: grid) {
    .c-companyDataList__data {
      width: auto;
    }
  }
  .c-linkButtonList {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-linkButtonList__item {
    width: calc((100% - 16px) / 2);
  }
  @supports (display: grid) {
    .c-linkButtonList__item {
      width: auto;
    }
  }
  [class*=u-col--] {
    gap: 40px;
    margin-left: -40px;
  }
  @supports (display: grid) {
    [class*=u-col--] {
      margin: 0;
    }
  }
  [class*=u-col--] > * {
    box-sizing: border-box;
    margin: 0 0 40px 40px;
  }
  @supports (display: grid) {
    [class*=u-col--] > * {
      margin: 0;
    }
  }
  .u-col--2 {
    grid-template-columns: 1fr 1fr;
  }
  .u-col--2 > * {
    width: calc((100% - 80px) / 2);
  }
  @supports (display: grid) {
    .u-col--2 > * {
      width: auto;
    }
  }
  .u-col--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .u-col--3 > * {
    width: calc((100% - 120.03px) / 3);
  }
  @supports (display: grid) {
    .u-col--3 > * {
      width: auto;
    }
  }
}
@media screen and (1024px < width) {
  .c-pageHeader__inner,
  .c-contentsArea {
    padding-right: 0;
    padding-left: 0;
  }
  .c-pageHeader__title {
    font-size: 32px;
  }
  .c-pageHeader__lead {
    font-size: 20px;
  }
  .c-buttonContainer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-buttonContainer:not(:first-child) {
    margin-top: 40px;
  }
  .c-buttonContainer > * + * {
    margin-top: 0;
    margin-left: 36px;
  }
  .c-buttonContainer.-right {
    justify-content: flex-end;
  }
  .c-button__balloon {
    position: absolute;
    z-index: 1;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    color: #585858;
    font-size: 12px;
    border-radius: 50%;
    top: -40px;
    right: -30px;
    line-height: 1.5;
  }
  .c-button__balloon::after {
    display: block;
    box-sizing: border-box;
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 10px #ffffff;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    transform: rotate(40deg);
    transform-origin: left bottom;
    position: absolute;
    bottom: 4px;
    left: 10px;
  }
  .c-overview__title,
  .c-content__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .c-content:not(:first-child) {
    margin-top: 90px;
  }
  .c-imageAndText__title {
    font-size: 24px;
  }
  .c-carousel {
    margin: 0 -52px;
  }
  .c-companyList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .c-companyListContainer {
    display: block;
  }
  .c-companyListContainer:hover {
    opacity: 0.5;
  }
  .c-companyList__item {
    width: calc((100% - 36px) / 3);
  }
  @supports (display: grid) {
    .c-companyList__item {
      width: auto;
    }
  }
  .c-companyList.-minimum .c-companyList__item {
    width: calc((100% - 40px) / 5);
  }
  @supports (display: grid) {
    .c-companyList.-minimum .c-companyList__item {
      width: auto;
    }
  }
  .c-companyHeader__inner {
    max-width: 1024px;
  }
  .c-companyHeader__name {
    font-size: 32px;
  }
  .c-detailList {
    gap: 60px;
  }
  .c-shopList {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-shopList__item {
    width: calc((100% - 160px) / 4);
  }
  @supports (display: grid) {
    .c-shopList__item {
      width: auto;
    }
  }
  .c-meisterList {
    grid-template-columns: repeat(4, 1fr);
    margin-left: -32px;
    gap: 24px 32px;
  }
  @supports (display: grid) {
    .c-meisterList {
      margin: 0;
    }
  }
  .c-meisterList__item {
    width: calc((100% - 128px) / 4);
    margin: 0 0 24px 32px;
  }
  @supports (display: grid) {
    .c-meisterList__item {
      width: auto;
      margin: 0;
    }
  }
  .c-linkButtonList {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .c-linkButtonList__item {
    width: calc((100% - 32px) / 4);
  }
  @supports (display: grid) {
    .c-linkButtonList__item {
      width: auto;
    }
  }
  .c-overflowBox__text {
    width: 51%;
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
  }
  .c-overflowBox:nth-child(even) .c-overflowBox__text {
    left: 0;
    right: auto;
  }
}
/*# sourceMappingURL=../maps/construction/renew2021.css.map */
