@charset "UTF-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
*::before,
*::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="number"] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

input,
button,
select,
textarea {
  border: none;
  outline: none;
}

:focus:not(:focus-visible) {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  clip: rect(0 0 0 0);
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

textarea {
  display: block;
  resize: vertical;
}

img {
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  display: block;
  font-style: italic;
  height: auto;
  max-width: 100%;
  shape-margin: 0.75rem;
  width: 100%;
}

time {
  display: block;
}

:root {
  --letter-spacing: 0.05em;
  --scrollbar-width: 0;
  --base-button-size: 30rem;
}

*,
*::before,
*::after {
  letter-spacing: var(--letter-spacing);
}

a {
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: opacity;
}

html {
  font-size: 0.63vw;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-break: strict;
  line-height: 2.125;
  min-height: 100vh;
  opacity: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

body.fixed {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

body.is-show {
  opacity: 1;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  ボーダーボタン
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.c-border-button__link {
  align-items: center;
  background: #fff;
  border: 0.2rem solid currentColor;
  border-radius: 100vmax;
  color: #003d98;
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: space-between;
  line-height: 2;
  padding: 0.78em 1.56em 0.78em 2.33em;
  transition-property: color, background, opacity;
}

.c-border-button__link .fas {
  transition: translate 0.5s;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  カラーボタン
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.c-color-button__link {
  align-items: center;
  background: #003d98;
  border-radius: 100vmax;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: space-between;
  line-height: 2;
  padding: 0.78em 1.56em 0.78em 2.33em;
}

.c-color-button__link .fas {
  transition: translate 0.5s;
}

.c-color-button__link:where(.c-color-button--center *) {
  justify-content: center;
  padding: 0.89em 3.33em;
  position: relative;
  z-index: 1;
}

.c-color-button__link:where(.c-color-button--center *) .fas {
  position: absolute;
  right: 2.8rem;
  top: 50%;
  translate: 0 -50%;
}

.c-color-button__link:where(.c-color-button--home *) .fas {
  left: 2.8rem;
  right: auto;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  お問い合わせボタン
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.c-contact-button__link {
  align-items: center;
  background-color: #003d98;
  border-radius: 100vmax;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 400;
  gap: 0.4em;
  justify-content: center;
  min-height: 11rem;
  padding: 1.2rem 2rem;
}

.c-contact-button__link .fas {
  margin-top: 0.05em;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  電話ボタン
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.c-tel-button__link {
  border: 0.2rem solid #fff;
  border-radius: 100vmax;
  color: #fff;
  display: -ms-grid;
  display: grid;
  min-height: 11rem;
  padding: 0.6rem 2rem;
  place-content: center;
  place-items: center;
}

.c-tel-button__number {
  align-items: center;
  display: flex;
  font-family: "DM Sans", sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  gap: 0.4em;
  line-height: 1.29;
}

.c-tel-button__number .fas {
  font-size: 0.71em;
  margin-top: 0.1em;
}

.c-tel-button__text {
  font-size: 1.2rem;
}

.l-button {
  width: min(100%, var(--base-button-size));
}

.l-button.l-button--center {
  margin-inline: auto;
}

.l-button.l-button--right {
  margin-left: auto;
}

.l-button.l-button--center {
  margin-inline: auto;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  ３列カードレイアウト
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.l-cards03 {
  -ms-grid-columns: minmax(0, 1fr) 2.6rem minmax(0, 1fr) 2.6rem minmax(0, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 2.6rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  ４列カードレイアウト
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.l-cards04 {
  -ms-grid-columns: minmax(0, 1fr) 3.4rem minmax(0, 1fr) 3.4rem minmax(0, 1fr) 3.4rem minmax(0, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 3.4rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.l-cards04.l-cards04--gap01 {
  gap: 2.4rem;
}

.l-inner {
  margin-inline: auto;
  max-width: 124.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  width: 100%;
}

.l-inner.l-inner--small {
  max-width: 98.8rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  セクション上下の余白
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.l-section {
  padding: 14.8rem 0 15.6rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  テキスト上の余白
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.l-text {
  margin-top: 5rem;
}

.l-wrapper {
  overflow-x: clip;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  アコーディオン
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-accordion__item + .p-accordion__item {
  margin-top: 4.2rem;
}

.p-accordion__summary {
  -ms-grid-columns: -webkit-max-content 2rem 1fr 2rem -webkit-max-content;
  -ms-grid-columns: max-content 2rem 1fr 2rem max-content;
  align-items: center;
  background-color: #e9eff6;
  border-radius: 1rem;
  color: #333;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
  padding: 2.2rem 4rem 2.2rem 2.8rem;
  position: relative;
}

.p-accordion__summary::-webkit-details-marker {
  display: none;
}

.p-accordion__icon {
  aspect-ratio: 1;
  background-color: #003d98;
  border-radius: 50%;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  place-items: center;
  width: 4.6rem;
}

.p-accordion__icon.p-accordion__icon--answer {
  background: #e7380d;
}

.p-accordion__summary-text {
  font-size: 1.8rem;
  line-height: 1.89;
}

.p-accordion__toggle-icon {
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 1.8rem;
}

.p-accordion__toggle-icon::before,
.p-accordion__toggle-icon::after {
  background-color: #003d98;
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  transition-duration: 0.5s;
  width: 100%;
  z-index: 1;
}

.p-accordion__toggle-icon::before {
  transform: translateY(-50%);
  transition-property: transform;
}

.p-accordion__toggle-icon::after {
  transform: translateY(-50%) rotate(90deg);
  transition-property: transform, opacity, visibility;
}

.p-accordion__toggle-icon:where(.p-accordion__details[open] *)::before {
  transform: translateY(-50%) rotate(180deg);
}

.p-accordion__toggle-icon:where(.p-accordion__details[open] *)::after {
  opacity: 0;
  transform: translateY(-50%) rotate(180deg);
  visibility: hidden;
}

.p-accordion__body {
  overflow: hidden;
}

.p-accordion__body-inner {
  -ms-grid-columns: -webkit-max-content 2rem 1fr;
  -ms-grid-columns: max-content 2rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  padding: 2.2rem 11.6rem 0 2.8rem;
}

.p-accordion__body-text {
  margin-top: 0.4em;
}

.p-breadcrumb__list {
  align-items: center;
  display: flex;
  gap: 0.4rem 1rem;
  justify-content: flex-end;
  padding: 1.6rem 0;
}

.p-breadcrumb__item {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: capitalize;
  white-space: nowrap;
}

.p-breadcrumb__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-breadcrumb__link {
  align-items: center;
  color: #7b7f85;
  display: flex;
}

.p-breadcrumb__link::after {
  color: inherit;
  content: "/";
  display: inline-block;
  margin-left: 1rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  カラーコンクリート
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-concrete__contents {
  -ms-grid-columns: -webkit-max-content 3.2rem 57rem;
  -ms-grid-columns: max-content 3.2rem 57rem;
  display: -ms-grid;
  display: grid;
  gap: 2.4rem 3.2rem;
  grid-template-columns: -webkit-max-content 57rem;
  grid-template-columns: max-content 57rem;
  justify-content: space-between;
}

.p-concrete__text {
  font-weight: 400;
}

.p-concrete__panel {
  border-bottom: 0.2rem solid #dfe0e1;
  border-top: 0.2rem solid #dfe0e1;
  margin-top: 8.8rem;
  padding: 6rem 0;
}

.p-concrete__panel-item {
  -ms-grid-columns: minmax(0, 1fr);
  -ms-grid-rows: -webkit-max-content 2.8rem 1fr;
  -ms-grid-rows: max-content 2.8rem 1fr;
  background: #e9eff6;
  border-radius: 1rem;
  display: -ms-grid;
  display: grid;
  gap: 2.8rem;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  padding: 4.6rem 2.4rem 3.6rem;
  place-content: center;
  place-items: center;
}

.p-concrete__panel-item > *:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.p-concrete__panel-item > *:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}

.p-concrete__panel-icon {
  width: 7rem;
}

.p-concrete__panel-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-concrete__cards {
  margin-top: 6rem;
}

.p-concrete__card-image img {
  aspect-ratio: 382/394;
  border-radius: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-concrete__card-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.62;
  margin-top: 2rem;
}

.p-concrete__card-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.86;
  margin-top: 1.6rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  お気軽にご相談・お問い合わせ...
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-contact01__heading-group {
  text-align: center;
}

.p-contact01__heading {
  --letter-spacing: 0.03em;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.93;
}

.p-contact01__heading-sub {
  font-weight: 400;
  margin-top: 0.5em;
}

.p-contact01__contents {
  margin-top: 8rem;
}

.p-contact01__contents-title {
  --letter-spacing: 0.03em;
  -ms-grid-columns: -webkit-max-content 0.58em 1fr;
  -ms-grid-columns: max-content 0.58em 1fr;
  align-items: center;
  display: -ms-grid;
  display: grid;
  font-size: 2.4rem;
  font-weight: 700;
  gap: 0.58em;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  line-height: 1.67;
}

.p-contact01__contents-title::before {
  background: #e7380d;
  content: "";
  display: block;
  height: 85%;
  width: 0.3rem;
}

.p-contact01__box {
  border: 0.1rem solid #c1c4c6;
  border-radius: 1rem;
  margin-top: 4rem;
  padding: 3.2rem 4.8rem;
}

.p-contact01__box.p-contact01__box--tel {
  -ms-grid-columns: minmax(0, 1fr) 8rem minmax(0, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}

.p-contact01__box.p-contact01__box--line {
  padding: 3.2rem 12.8rem;
}

.p-contact01__content {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.p-contact01__content:first-of-type::before {
  background: #c1c4c6;
  bottom: 3.6rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 3.6rem;
  translate: -50%;
  width: 0.1rem;
}

.p-contact01__box-title {
  --letter-spacing: 0.03em;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

.p-contact01__number {
  --letter-spacing: 0.02em;
  align-items: center;
  color: #003d98;
  display: flex;
  font-family: "DM Sans", sans-serif;
  font-size: 4.6rem;
  font-weight: 600;
  gap: 1.2rem;
  line-height: 1;
  margin-top: 0.4em;
}

.p-contact01__number .fas {
  font-size: 0.61em;
}

.p-contact01__sub-text {
  color: #7b7f85;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 0.2em;
  padding-left: 1.8em;
  text-align: center;
}

.p-contact01__line-content {
  -ms-grid-columns: -webkit-max-content 8.8rem -webkit-max-content;
  -ms-grid-columns: max-content 8.8rem max-content;
  display: -ms-grid;
  display: grid;
  gap: 8.8rem;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  margin-top: 3.2rem;
}

.p-contact01__line-qr {
  width: 14.5rem;
}

.p-contact01__line-info {
  text-align: center;
}

.p-contact01__line-banner {
  display: block;
  margin-inline: auto;
  max-width: 20rem;
}

.p-contact01__line-id {
  align-items: baseline;
  color: #003d98;
  display: flex;
  font-family: "DM Sans", sans-serif;
  font-size: 2.8rem;
  gap: 0.5em;
  justify-content: center;
  line-height: 1;
  margin-top: 0.5em;
}

.p-contact01__line-id .large {
  --letter-spacing: 0;
  font-size: 3.6rem;
  font-weight: 600;
}

.p-contact01__line-id .fab {
  font-size: 1.1em;
}

.p-contact01__line-text {
  color: #7b7f85;
  font-weight: 400;
  margin-top: 0.2em;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  お問い合わせフォーム
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-contact02 {
  background: rgba(244, 244, 244, 0.5);
}

.p-contact02__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.56;
  text-align: center;
}

.p-contact02__text {
  font-weight: 400;
  margin-top: 1.6rem;
}

.p-contact02__form-container {
  margin-top: 4.8rem;
}

.p-contact02__attention-text {
  background: #fff;
  border: 0.1rem solid #c1c4c6;
  border-radius: 1rem;
  font-weight: 400;
  margin-top: 6rem;
  padding: 2.2rem 2.4rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  フッターCTA
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-cta {
  background-image: url(/_common-n/img/footer-back@2x.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15.3rem 0 12.3rem;
  position: relative;
  z-index: 1;
}

.p-cta::before {
  background: #000;
  content: "";
  display: block;
  inset: 0;
  opacity: 0.25;
  position: absolute;
}

.p-cta__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.p-cta__content01 {
  color: #fff;
  margin-top: 2.4rem;
}

.p-cta__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.56;
}

.p-cta__text {
  font-weight: 400;
  margin-top: 3.2rem;
}

.p-cta__content02 {
  width: min(100%, 37rem);
}

.p-cta__contact-button {
  margin-top: 2rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  施工例詳細
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-detail__large-heading {
  border-bottom: 0.2rem solid #c1c4c6;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.64;
  padding-bottom: 0.64em;
}

.p-detail__large-heading + * {
  margin-top: 2.4rem;
}

.p-detail__text {
  font-weight: 400;
}

.p-detail__thumbnail {
  margin-top: 4rem;
}

.p-detail__thumbnail img {
  aspect-ratio: 940/585;
  border-radius: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-detail__middle-heading {
  --letter-spacing: 0.03em;
  -ms-grid-columns: -webkit-max-content 0.58em 1fr;
  -ms-grid-columns: max-content 0.58em 1fr;
  align-items: center;
  display: -ms-grid;
  display: grid;
  font-size: 2.4rem;
  font-weight: 700;
  gap: 0.58em;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  line-height: 1.67;
  margin-top: 4.8rem;
}

.p-detail__middle-heading::before {
  background: #e7380d;
  content: "";
  display: block;
  height: 85%;
  width: 0.3rem;
}

.p-detail__middle-heading + .p-detail__text {
  margin-top: 1.2rem;
}

.p-detail__middle-heading + .p-detail__image {
  margin-top: 3.2rem;
}

.p-detail__image img {
  aspect-ratio: 933/581;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-detail__nav-area {
  -ms-grid-columns: -webkit-max-content 3rem 1fr 3rem -webkit-max-content;
  -ms-grid-columns: max-content 3rem 1fr 3rem max-content;
  align-items: center;
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
  justify-content: space-between;
  margin-top: 9.6rem;
}

.p-detail__nav-link {
  align-items: center;
  color: #11469b;
  display: flex;
  font-size: 1.4rem;
  gap: 2rem;
}

.p-detail__nav-link .fas {
  aspect-ratio: 1;
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  font-size: 1.14em;
  place-items: center;
  width: 5rem;
}

.p-detail__button {
  background: #003d98;
  border-radius: 100vmax;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  margin-inline: auto;
  padding: 0.89em 1.33em;
  place-items: center;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  エクステリア工事
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-exterior {
  background: #f4f4f4;
}

.p-exterior__contents {
  -ms-grid-columns: 1fr 30rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 30rem;
}

.p-exterior__title {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  grid-row: 1/2;
}

.p-exterior__text {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 2;
  -ms-grid-column: 1;
  grid-column: 1/3;
  -ms-grid-row: 2;
  grid-row: 2/3;
}

.p-exterior__button {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 1;
  -ms-grid-column: 2;
  grid-column: 2/3;
  -ms-grid-row: 1;
  grid-row: 1/2;
  margin-top: 10rem;
}

.p-exterior__cards {
  margin-top: 6.8rem;
}

.p-exterior__card {
  border-radius: 1rem;
  color: #fff;
  height: 53.8rem;
  overflow: hidden;
  padding: 6.3rem 4rem;
  position: relative;
  z-index: 1;
}

.p-exterior__card::before {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -10;
}

.p-exterior__card::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -5;
}

.p-exterior__card:nth-child(1)::before {
  background-image: url(/_common-n/img/top/sec03-01@2x.jpg);
  background-position: 50% 50%;
}

.p-exterior__card:nth-child(2)::before {
  background-image: url(/_common-n/img/top/sec03-02@2x.jpg);
  background-position: 50% 20%;
}

.p-exterior__card:nth-child(3)::before {
  background-image: url(/_common-n/img/top/sec03-03@2x.jpg);
  background-position: 50% 74%;
}

.p-exterior__card-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.62;
}

.p-exterior__card-title::after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 0.2rem;
  margin-top: 0.6rem;
  width: 1.62em;
}

.p-exterior__card-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.86;
  margin-top: 1.6rem;
  text-align: justify;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  ハウスメーカー様、工務店様...
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-faq01.l-section {
  padding-bottom: 7.8rem;
}

.p-faq01__title {
  border-bottom: 0.2rem solid #c2c4c6;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 0.64em;
}

.p-faq01__text {
  font-weight: 400;
  line-height: 2.13;
  margin-top: 1.63em;
}

.p-faq01__button {
  margin-top: 4.8rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  個人のお客様へ
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-faq02.l-section {
  padding-top: 7.8rem;
}

.p-faq02__title {
  border-bottom: 0.2rem solid #c2c4c6;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 0.64em;
}

.p-faq02__accordion {
  margin-top: 3.8rem;
}

.p-feedback {
  padding: 20rem 0 15rem;
}

.p-feedback__text {
  line-height: 1.8;
  margin-top: 5rem;
  text-align: center;
}

.p-feedback__button {
  margin-inline: auto;
  margin-top: 8rem;
  max-width: 35rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  施工までの流れ
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-flow__text {
  font-weight: 400;
}

.p-flow__step-list {
  display: -ms-grid;
  display: grid;
  gap: 8.2rem;
  margin-top: 4.8rem;
  padding-left: 4rem;
}

.p-flow__step-item {
  background: #e9eff6;
  border-radius: 1rem;
  padding: 3.2rem 4.8rem 4rem 8.8rem;
  position: relative;
  z-index: 1;
}

.p-flow__step-item:nth-of-type(n + 2)::before {
  color: #e7380d;
  content: "";
  content: "\f078";
  display: block;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 2.8rem;
  font-weight: 900;
  left: calc(50% - 0.8rem);
  position: absolute;
  top: -4.1rem;
  translate: -50% -50%;
}

.p-flow__step-icon {
  aspect-ratio: 1;
  background: #003d98;
  border-radius: 50%;
  color: #fff;
  display: block;
  display: -ms-grid;
  display: grid;
  font-family: "DM Sans", sans-serif;
  left: 0;
  place-content: center;
  place-items: center;
  position: absolute;
  text-transform: uppercase;
  top: 3.3rem;
  translate: -50%;
  width: 8.2rem;
  z-index: 5;
}

.p-flow__step-en {
  line-height: 1;
}

.p-flow__step-number {
  font-size: 2.6rem;
  line-height: 1.2;
}

.p-flow__step-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.62;
  text-indent: -0.06em;
}

.p-flow__step-text {
  font-weight: 400;
  margin-top: 0.5em;
}

.p-flow__button {
  margin-top: 3.2rem;
}

.p-footer__info-container {
  background: #11469b;
  color: #fff;
  padding: 10rem 0 8rem;
}

.p-footer__inner {
  display: flex;
  justify-content: space-between;
}

.p-footer__logo {
  display: block;
  width: 29.3rem;
}

.p-footer__company-text {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 3.2rem;
}

.p-footer__page-list {
  -ms-grid-columns: auto 3.2rem auto 3.2rem auto 3.2rem auto;
  display: -ms-grid;
  display: grid;
  gap: 0.8rem 3.2rem;
  grid-template-columns: repeat(4, auto);
}

.p-footer__page-link {
  display: block;
  font-weight: 400;
}

.p-footer__sns-list {
  display: flex;
  gap: 2.8rem;
  justify-content: flex-end;
  margin-top: 4rem;
}

.p-footer__sns-link {
  align-items: center;
  display: flex;
  gap: 1.2rem;
}

.p-footer__sns-icon {
  aspect-ratio: 1;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 4.6rem;
}

.p-footer__sns-icon > img {
  width: 2.4rem;
}

.p-footer__sns-icon > i {
  font-size: 2rem;
}

.p-footer__sns-name {
  font-size: 1.2rem;
  font-weight: 400;
}

.p-footer__copyright {
  background: #11469b;
  border-top: 0.2rem solid rgba(255, 255, 255, 0.5);
}

.p-footer__copyright-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 2.4rem 0;
  text-align: right;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  フォーム

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-form {
  border-top: 0.1rem solid #c1c4c6;
}

.p-form__content {
  align-items: flex-start;
  border-bottom: 0.1rem solid #c1c4c6;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  padding: 1.6rem;
}

.p-form__term {
  width: 21.4rem;
}

.p-form__term > label,
.p-form__term > p {
  align-items: center;
  display: flex;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  gap: 1.2rem;
  justify-content: space-between;
}

.p-form__tag {
  background-color: #e7380d;
  border-radius: 100vmax;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.6rem 1.2rem;
  place-items: center;
  width: 6.3rem;
}

.p-form__description {
  flex: 1;
  font-size: 1.6rem;
}

.p-form__description:not(:has(.p-form__radio)) input,
.p-form__description:not(:has(.p-form__radio)) textarea {
  background: #fff;
  border: 0.1rem solid #c1c4c6;
  border-radius: 0.5rem;
  display: block;
  line-height: 1.8;
  padding: 0.4em 0.8em;
  width: 100%;
}

.p-form__description textarea {
  min-height: 18.2rem;
}

.p-form__radio-contents {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 2rem;
}

.p-form__radio-text {
  cursor: pointer;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 2.5rem;
  position: relative;
}

.p-form__radio-text::before {
  aspect-ratio: 1;
  border: 0.1rem solid #c1c4c6;
  border-radius: 50%;
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}

.p-form__radio:checked + .p-form__radio-text::after {
  aspect-ratio: 1;
  background-color: #003d98;
  border-radius: 50%;
  content: "";
  display: block;
  height: auto;
  left: 0.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
}

.p-form__recaptcha-area {
  margin-top: 6.4rem;
  text-align: center;
}

.p-form__recaptcha-text {
  line-height: 2.5;
  margin-top: 2rem;
}

.p-form__button-content {
  margin-inline: auto;
  margin-top: 4rem;
}

.p-form__submit {
  align-items: center;
  background: #003d98;
  border-radius: 100vmax;
  color: #fff;
  cursor: auto;
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: center;
  line-height: 2;
  padding: 0.89em 3.33em;
  position: relative;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 1;
}

.p-form__submit .fas {
  position: absolute;
  right: 2.8rem;
  top: 50%;
  transition: translate 0.5s;
  translate: 0 -50%;
}

.p-form__submit[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.p-form__submit:not([disabled]) {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

.p-hamburger {
  display: none;
}

.p-hamburger__button {
  height: 2.3rem;
  position: relative;
  transition: opacity 0.5s;
  width: 3.4rem;
  z-index: 200;
}

.p-hamburger__button span {
  background-color: #003d98;
  display: block;
  height: 0.4rem;
  position: absolute;
  scale: 1 0.5;
  transition-duration: 0.5s;
  transition-property: translate, rotate, opacity, top, bottom, background-color;
  width: 100%;
}

.p-hamburger__button span:nth-of-type(1) {
  left: 0;
  top: 0;
}

.p-hamburger__button span:nth-of-type(2) {
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

.p-hamburger__button span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

.p-hamburger__button[aria-expanded="true"] span {
  background-color: #fff;
}

.p-hamburger__button[aria-expanded="true"] span:nth-of-type(1) {
  rotate: 45deg;
  top: 50%;
  translate: 0 -50%;
}

.p-hamburger__button[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

.p-hamburger__button[aria-expanded="true"] span:nth-of-type(3) {
  bottom: 50%;
  rotate: -45deg;
  translate: 0 50%;
}

.p-hamburger__mask {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100vh;
  height: 100dvh;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: visibility, opacity;
  visibility: hidden;
  width: 100%;
  z-index: 50;
}

.is-open .p-hamburger__mask {
  opacity: 1;
  visibility: visible;
}

.p-hamburger__nav {
  background-color: #003d98;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  transition-property: translate, visibility, opacity;
  translate: 100% 0;
  visibility: hidden;
  width: min(92%, 50rem);
  z-index: 100;
}

.is-open .p-hamburger__nav {
  opacity: 1;
  translate: 0 0;
  visibility: visible;
}

.p-hamburger__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  height: 100%;
  overflow-y: auto;
  padding: 8rem 2rem;
  width: 100%;
}

.p-hamburger__item {
  color: #fff;
}

.p-hamburger__item-link {
  display: -ms-inline-grid;
  display: inline-grid;
  font-size: 1.4rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.p-hamburger__cta {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.p-hamburger__info {
  margin-top: 3.2rem;
}

.p-hamburger__logo {
  display: block;
  width: 20rem;
}

.p-hamburger__address {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 2.4rem;
}

.p-header {
  left: 0;
  position: relative;
  top: 0;
  transition: background-color 0.5s;
  width: 100%;
  z-index: 100;
}

.p-header.js-change {
  background-color: #fff;
  position: fixed;
}

.p-header__inner {
  align-items: center;
  display: flex;
  height: 10rem;
  justify-content: space-between;
  padding-left: 3rem;
}

.p-header__logo-content {
  height: 100%;
}

.p-header__logo {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 25.3rem;
}

.p-header__nav {
  height: 100%;
}

.p-header__list {
  align-items: center;
  display: flex;
  gap: 2rem;
  height: 100%;
}

.p-header__item {
  font-size: 1.4rem;
  height: 100%;
}

.p-header__item:last-of-type {
  margin-left: 2rem;
}

.p-header__item-link {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 1rem;
}

.p-header__cta-link {
  background-color: #003d98;
  color: #fff;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  height: 100%;
  line-height: 2;
  padding: 2rem;
  place-content: center;
  place-items: center;
  width: 14.6rem;
}

.p-header__cta-link .fas {
  font-size: 1.29em;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  エクステリアに、上質な...
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-manufacturer {
  background: rgba(244, 244, 244, 0.5);
}

.p-manufacturer__text {
  font-weight: 400;
}

.p-manufacturer__logo-list {
  border-left: 0.1rem solid #c1c4c6;
  border-top: 0.1rem solid #c1c4c6;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  margin-top: 4.6rem;
}

.p-manufacturer__logo-item {
  background: #fff;
  border-bottom: 0.1rem solid #c1c4c6;
  border-right: 0.1rem solid #c1c4c6;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}

.p-manufacturer__logo-image {
  width: min(22rem, 92%);
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  代表メッセージ
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-message__text {
  font-weight: 400;
}

.p-message__text--first {
  padding-right: 30rem;
  position: relative;
}

.p-message__text--first::after {
  aspect-ratio: 465/248;
  background-image: url(/_common-n/img/company/illust@2x.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  translate: 0 -50%;
  width: 23.4rem;
  z-index: -10;
}

.p-message__middle-heading {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.62;
  margin-top: 1.54em;
}

.p-message__middle-heading + .p-message__text {
  margin-top: 0.88em;
}

.p-message__profile {
  font-weight: 400;
  margin-top: 3.2rem;
  text-align: right;
}

.p-message__profile span {
  font-size: 2.4rem;
  line-height: 1.67;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  ｍｖ
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-mv {
  position: relative;
  z-index: 1;
}

.p-mv__container {
  -ms-grid-columns: 1fr clamp(56rem, -33.4rem + 74.5vw, 85.8rem);
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr clamp(56rem, -33.4rem + 74.5vw, 85.8rem);
}

.p-mv__heading-group {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  grid-row: 1/2;
  padding-bottom: 8rem;
  padding-left: clamp(4rem, -13.4rem + 14.5vw, 9.8rem);
  padding-right: 2.4rem;
  padding-top: 14rem;
}

.p-mv__heading {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.64;
}

.p-mv__heading-sub {
  color: #7b7f85;
  font-size: 2rem;
  line-height: 1.7;
  margin-top: 1em;
}

.p-mv__main-wrapper {
  -ms-grid-row-span: 2;
  -ms-grid-column-span: 1;
  -ms-grid-column: 2;
  grid-column: 2/3;
  -ms-grid-row: 1;
  grid-row: 1/3;
}

.p-mv__main-wrapper * {
  height: 100%;
}

.p-mv__main-wrapper .splide__slide {
  transition: opacity 2000ms cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.p-mv__main-wrapper .splide__slide img {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mv__loop-slide-wrapper {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  grid-row: 2/3;
  padding-bottom: 3.2rem;
  padding-left: clamp(4rem, -13.4rem + 14.5vw, 9.8rem);
  padding-top: 4rem;
  position: relative;
  z-index: 1;
}

.p-mv__loop-slide-wrapper::before {
  background: #f4f4f4;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -1;
}

.p-mv__loop-slide {
  margin-right: -20rem;
  width: clamp(66rem, 50.4rem + 13vw, 71.2rem);
}

.p-mv__loop-slide .splide__slide img {
  aspect-ratio: 178/180;
  -o-object-fit: cover;
  object-fit: cover;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  ページャー
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-pager {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
}

.p-pager__item.p-pager__item--dot {
  display: -ms-grid;
  display: grid;
  letter-spacing: 0;
  place-items: center;
}

.p-pager__circle {
  aspect-ratio: 1;
  background-color: #fff;
  border: 0.1rem solid #11469b;
  border-radius: 50%;
  color: #11469b;
  display: -ms-grid;
  display: grid;
  font-family: "DM Sans", sans-serif;
  line-height: 1;
  place-items: center;
  width: 5rem;
}

.p-pager__circle.p-pager__circle--active {
  background-color: #11469b;
  color: #fff;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  パララックス
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-para {
  aspect-ratio: 1600/646;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-para__image {
  height: 150%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  企業理念
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-philosophy {
  background: rgba(244, 244, 244, 0.5);
  text-align: center;
}

.p-philosophy__title {
  display: -ms-grid;
  display: grid;
  font-size: 3.6rem;
  font-weight: 700;
  gap: 0.33em;
  line-height: 1.56;
  place-items: center;
}

.p-philosophy__title::after {
  background: #e7380d;
  content: "";
  display: block;
  height: 0.2rem;
  width: 5.4rem;
}

.p-philosophy__strong-text {
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
  margin-top: 1.9em;
  position: relative;
  z-index: 1;
}

.p-philosophy__strong-text::before {
  aspect-ratio: 868/494;
  background-image: url(/_common-n/img/company/logo-back@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  translate: -50% -4rem;
  width: 43.4rem;
  z-index: -1;
}

.p-philosophy__text {
  font-weight: 400;
  margin-top: 1.5em;
  position: relative;
  z-index: 1;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  会社概要
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-profile__thumbnail img {
  aspect-ratio: 940/406;
  border-radius: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-profile__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 6.8rem;
}

.p-profile__info {
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  border-top: 0.2rem solid #c1c4c6;
  display: -ms-grid;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  margin-top: 2.4rem;
  padding-top: 4rem;
}

.p-profile__info-content {
  -ms-grid-column-span: 2;
  -ms-grid-columns: subgrid;
  align-items: start;
  border-bottom: 0.1rem solid #c1c4c6;
  display: -ms-grid;
  display: grid;
  gap: 14.5rem;
  grid-column: span 2;
  grid-template-columns: subgrid;
  justify-content: space-between;
  padding: 1.8rem 8rem;
}

.p-profile__info-term {
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.p-profile__info-description {
  line-height: 2.13;
}

.p-profile__info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em 1em;
}

.p-profile__info-dl {
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}

.p-profile__info-dl-item {
  -ms-grid-column-span: 2;
  -ms-grid-columns: subgrid;
  align-items: start;
  display: -ms-grid;
  display: grid;
  gap: 1em;
  grid-column: span 2;
  grid-template-columns: subgrid;
  justify-content: space-between;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  採用情報
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-recruit__text {
  font-weight: 400;
}

.p-recruit__info-contents {
  margin-top: 5.6rem;
}

.p-recruit__info-title {
  background: #003d98;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.89;
  padding: 1.28em 1.78em;
}

.p-recruit__info-list {
  -ms-grid-columns: minmax(19rem, -webkit-max-content) 1fr;
  -ms-grid-columns: minmax(19rem, max-content) 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(19rem, -webkit-max-content) 1fr;
  grid-template-columns: minmax(19rem, max-content) 1fr;
  margin-top: 4rem;
}

.p-recruit__info-content {
  -ms-grid-column-span: 2;
  -ms-grid-columns: subgrid;
  align-items: start;
  border-top: 0.2rem solid #c1c4c6;
  display: -ms-grid;
  display: grid;
  gap: 8rem;
  grid-column: span 2;
  grid-template-columns: subgrid;
  justify-content: space-between;
  padding: 2rem 1.6rem;
}

.p-recruit__info-content:last-of-type {
  border-bottom: 0.2rem solid #c1c4c6;
}

.p-recruit__info-term {
  text-transform: uppercase;
  white-space: nowrap;
}

.p-recruit__info-description {
  font-weight: 400;
}

.p-recruit__button {
  margin-top: 8rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  リフォーム工事
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-reform {
  background: #e9eff6;
}

.p-reform__cards {
  margin-top: 6.4rem;
}

.p-reform__card-image img {
  aspect-ratio: 272/310;
  border-radius: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-reform__card-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.6em;
}

.p-reform__child-list {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.86;
  margin-top: 1.14em;
}

.p-reform__child-item {
  -ms-grid-columns: -webkit-max-content 0.57em 1fr;
  -ms-grid-columns: max-content 0.57em 1fr;
  align-items: start;
  display: -ms-grid;
  display: grid;
  gap: 0.57em;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}

.p-reform__child-item::before {
  aspect-ratio: 1;
  background: #c0c4c6;
  border-radius: 50%;
  content: "";
  display: block;
  margin-top: 1rem;
  width: 0.8rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  ちょっとこうしたい...
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-service__top-contents {
  -ms-grid-columns: -webkit-max-content 14.6rem 1fr;
  -ms-grid-columns: max-content 14.6rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 14.6rem;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}

.p-service__strong {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.56;
}

.p-service__top-text {
  font-weight: 400;
}

.p-service__contents {
  -ms-grid-columns: 1fr 3.6rem 1fr 3.6rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 5.6rem 3.6rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 9rem;
}

.p-service__image img {
  aspect-ratio: 376/248;
  border-radius: 1rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-service__definition-list {
  margin-top: 2rem;
}

.p-service__term {
  font-size: 2rem;
  font-weight: 700;
}

.p-service__desc {
  -ms-grid-columns: -webkit-max-content 0.8rem 1fr;
  -ms-grid-columns: max-content 0.8rem 1fr;
  align-items: start;
  display: -ms-grid;
  display: grid;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 0.8rem;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  line-height: 1.86;
}

.p-service__desc::before {
  aspect-ratio: 1;
  background: #c1c4c6;
  border-radius: 50%;
  content: "";
  display: block;
  margin-top: 0.71em;
  width: 0.8rem;
}

.p-service__desc:first-of-type {
  margin-top: 0.6rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  強み
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-strong {
  position: relative;
  z-index: 1;
}

.p-strong::before {
  background-image: url(/_common-n/img/top/sec02-back@2x.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  inset: 0;
  opacity: 0.12;
  position: absolute;
  z-index: -1;
}

.p-strong__contents {
  -ms-grid-columns: 30rem min(20rem, 12.5vw) 1fr;
  align-items: start;
  display: -ms-grid;
  display: grid;
  gap: min(20rem, 12.5vw);
  grid-template-columns: 30rem 1fr;
}

.p-strong__left-content {
  position: -webkit-sticky;
  position: sticky;
  top: 12rem;
}

.p-strong__text {
  font-weight: 400;
}

.p-strong__button {
  margin-top: 5rem;
}

.p-strong__item {
  border-top: 0.2rem solid #dfe0e1;
  padding-top: 2.4rem;
}

.p-strong__item:nth-of-type(n + 2) {
  margin-top: 9rem;
}

.p-strong__number {
  color: #003d98;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.p-strong__item-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 3.2rem;
}

.p-strong__content {
  -ms-grid-columns: 26.6rem 3.2rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 3.2rem;
  grid-template-columns: 26.6rem 1fr;
  margin-top: 4rem;
}

.p-strong__item-image img {
  aspect-ratio: 1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-strong__item-text {
  font-weight: 400;
  margin-top: 3.2rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  外構・エクステリアのトータルサポート
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-support {
  padding: 15rem 0 19.2rem;
}

.p-support__container {
  -ms-grid-columns: -webkit-max-content clamp(8rem, -14.5rem + 18.75vw, 15.5rem) 1fr;
  -ms-grid-columns: max-content clamp(8rem, -14.5rem + 18.75vw, 15.5rem) 1fr;
  display: -ms-grid;
  display: grid;
  gap: clamp(8rem, -14.5rem + 18.75vw, 15.5rem);
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  margin-right: calc(50% - (100vw - var(--scrollbar-width)) / 2);
}

.p-support__text {
  font-weight: 400;
}

.p-support__text:nth-of-type(n + 2) {
  margin-top: 2.4rem;
}

.p-support__image img {
  aspect-ratio: 738/637;
  border-radius: 1rem 0 0 1rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  セクション見出し
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-title.p-title--center {
  text-align: center;
}

.p-title__heading-sub {
  color: #003d98;
  font-size: 2.2rem;
  line-height: 1.7;
}

.p-title__heading-sub--en {
  text-transform: uppercase;
}

.p-title__heading {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.56;
  margin-top: 1.2rem;
  padding-bottom: 2.4rem;
  position: relative;
  z-index: 1;
}

.p-title__heading::before,
.p-title__heading::after {
  bottom: 0;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
}

.p-title__heading::before {
  background-color: #e7380d;
  width: 3rem;
  z-index: 10;
}

.p-title__heading::after {
  background-color: #c0c4c6;
  width: 10rem;
  z-index: 5;
}

.p-title__heading:where(.p-title--center *)::before,
.p-title__heading:where(.p-title--center *)::after {
  left: 50%;
  translate: -50%;
}

.p-title__heading:where(.p-title--center *)::before {
  width: 5rem;
}

.p-under-mv {
  -ms-grid-columns: 740fr 860fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 740fr 860fr;
  height: 40rem;
}

.p-under-mv__heading-content {
  align-content: center;
  display: -ms-grid;
  display: grid;
  padding: 4rem 2.4rem 4rem clamp(5rem, -8.2rem + 11vw, 9.4rem);
  position: relative;
  z-index: 1;
}

.p-under-mv__heading-content::before {
  background-image: url(/_common-n/img/mv-back@2x.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  inset: 0;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
}

.p-under-mv__en {
  color: #7b7f85;
  font-family: "DM Sans", sans-serif;
  padding-left: 0.25em;
  text-transform: uppercase;
}

.p-under-mv__ja {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.25;
}

.p-under-mv__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  施工令カード
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-works-card {
  display: block;
}

.p-works-card__image img {
  aspect-ratio: 501/308;
  border-radius: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-works-card__heading {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 1.2em;
  overflow: hidden;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  施工例一覧ページ
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-works-list__list {
  -ms-grid-columns: minmax(0, 1fr) 4rem minmax(0, 1fr) 4rem minmax(0, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 4.8rem 4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
}

.p-works-list .p-works-card__image img {
  aspect-ratio: 372/248;
}

.p-works-list__pager {
  margin-top: 8rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  施工例
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-works {
  background: rgba(244, 244, 244, 0.5);
}

.p-works__contents {
  align-items: flex-end;
  display: flex;
  gap: 5rem;
  justify-content: space-between;
}

.p-works__title {
  flex-shrink: 0;
}

.p-works__splide {
  margin-right: calc(50% - (100vw - var(--scrollbar-width)) / 2);
  margin-top: 5.8rem;
}

.js-fadeIn {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  translate: 0 6rem;
}

.js-fadeIn.is-fadeIn {
  opacity: 1;
  transition-duration: 1.2s;
  transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
  translate: 0;
}

.u-pc {
  display: block;
}

.u-pc-ib {
  display: inline-block;
}

.u-sp {
  display: none;
}

.u-sp-ib {
  display: none;
}

.u-wrap {
  word-break: keep-all;
}

.u-wrap-sp wbr {
  display: none;
}

.u-wrap-pc {
  word-break: keep-all;
}

.u-visually-hidden {
  clip: rect(0 0 0 0);
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 0.83vw;
  }
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.9;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .c-border-button__link:hover {
    background: #003d98;
    color: #fff;
  }

  .c-border-button__link:hover .fas {
    translate: 0.4rem 0;
  }

  .c-color-button__link:hover .fas {
    translate: 0.4rem 0;
  }

  .c-color-button__link:where(.c-color-button--center *):hover .fas {
    translate: 0.4rem -50%;
  }

  .c-color-button__link:where(.c-color-button--home *):hover .fas {
    translate: -0.4rem -50%;
  }

  .p-form__submit:not([disabled]):hover {
    opacity: 0.9;
  }

  .p-form__submit:not([disabled]):hover .fas {
    translate: 0.4rem -50%;
  }

  .p-hamburger__button:hover {
    cursor: pointer;
    opacity: 0.9;
  }
}
