@charset "UTF-8";


@custom-media --md screen and (min-width: 768px);
@custom-media --xl screen and (min-width: 1200px);
/*
@mixin is-sp() {
  @media screen and (max-width: $breakpoint-sp) {
    @content;
  }
}
*/
:root {
  --navy: #051833;
  --ink: #050505;
  --paper: #fafafa;
  --beige: #eee9e9;
  --gray: #ddd;
  --latin: Mukta, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  --body: "Noto Sans", -apple-system, "Segoe UI", Arial, sans-serif;
  --serif: Peddana, Georgia, "Times New Roman", serif;
}

/* ===============================

	FOUNDATION

================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #e7e7e7;
}

::selection {
  background: #e7e7e7;
}

html {
  width: 100%;
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  width: 100%;
  background: #fafafa;
  font: normal normal normal 1.4rem/1.6 var(--body);
  color: #050505;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

.u-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* ===============================

	LAYOUT

================================ */
.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  color: #fafafa;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-header.is-fixed,
.l-header.is-open {
  background: rgba(255, 255, 255, 0.8);
  color: #050505;
}

.l-header__body {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: flex;
  height: 6rem;
  padding: 0 0 0 5%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.l-header__nav {
  display: none;
}

.l-header__contact {
  height: 100%;
  margin-left: auto;
}

.l-header__tel {
  height: 100%;
}

.l-header__contact_btn,
.l-header__tel_btn {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 100%;
}

.l-header__contact_btn svg,
.l-header__tel_btn svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linejoin: round;
}

.l-header__button {
  height: 100%;
}

.header-menu-button {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 6rem;
  height: 100%;
}

.header-menu-button__line {
  position: absolute;
  top: calc(50% - .1rem);
  left: 2.4rem;
  display: inline-block;
  width: 2rem;
  height: .2rem;
  border-radius: 2px;
  background: currentColor;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
}

.header-menu-button__line:first-child {
  -webkit-transform: translateY(-0.7rem);
          transform: translateY(-0.7rem);
}

.header-menu-button__line:last-child {
  -webkit-transform: translateY(0.7rem);
          transform: translateY(0.7rem);
}

.header-menu-button__line::before {
  position: absolute;
  top: -.1rem;
  left: -.8rem;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: currentColor;
  content: '';
}

.is-open .header-menu-button__line:first-child {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.is-open .header-menu-button__line:nth-child(2) {
  opacity: 0;
}

.is-open .header-menu-button__line:last-child {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.sp-drawer {
  display: none;
  padding: 1.6rem 5% 3.2rem;
  background: #fafafa;
  color: #050505;
}

.is-open .sp-drawer {
  display: block;
}

.sp-drawer a {
  display: block;
  padding: 1.4rem 0;
  border-bottom: 1px solid #e7e7e7;
  font-family: var(--latin);
  font-size: 1.6rem;
  letter-spacing: .1em;
}

.sp-drawer__tel {
  margin-top: 2rem;
  letter-spacing: .1em;
}

.c-logo {
  display: table;
  width: 100%;
/*  max-width: 150px;*/
    max-width: 160px;
  height: 28px;
}

.c-logo__img {
  display: table-cell;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

.l-main {
  overflow: hidden;
}

.l-footer {
  padding: 3.2rem 10% 60px;
  background: #051833;
  color: #fafafa;
}

.l-footer__inner {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.l-footer__addr {
  margin-top: 1.6rem;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: .1em;
}

.st-footer-nav {
  display: -webkit-box;
  display: flex;
  margin: -.8rem -1.6rem 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  flex-wrap: wrap;
}

.st-footer-nav__item {
  margin: .8rem 1.6rem 0 0;
  flex-basis: calc(50% - 1.6rem);
  letter-spacing: .08em;
}

.st-footer-nav__item a,
.st-footer-nav__item button {
  -webkit-transition: .3s;
  transition: .3s;
}

.st-footer-nav__item a:hover,
.st-footer-nav__item button:hover {
  opacity: .8;
}

.st-footer-nav__item button {
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
}

.l-footer__note {
  margin-top: 3.2rem;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: .06em;
  opacity: .7;
}

.st-footer-copy {
  display: block;
  margin-top: 1.6rem;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .1em;
}

/* ===============================

	COMPONENT

================================ */
/*----------------------------------------
c-arrow-link
----------------------------------------*/
.c-arrow-link {
  position: relative;
  display: inline-block;
  padding: .8rem 6.4rem 1.2rem .4rem;
  border-bottom: 1px solid;
  letter-spacing: .1em;
}

.c-arrow-link::before, .c-arrow-link::after {
  position: absolute;
  display: inline-block;
  content: '';
}

.c-arrow-link::before {
  right: .8rem;
  bottom: .8rem;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-arrow-link::after {
  right: 1.6rem;
  bottom: 1.5rem;
  width: .4rem;
  height: .4rem;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-heading-2 {
  display: block;
}

.c-heading-2.-block .c-heading-2__large-text + .c-heading-2__small-text {
  margin: .4rem 0 0;
}

.c-heading-2__large-text {
  display: block;
  font-family: var(--latin);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.c-heading-2__small-text {
  display: block;
  margin-top: .4rem;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .16em;
}

.c-section-headline {
  display: block;
  text-align: center;
}

.c-section-headline__large-text,
.c-section-headline__small-text {
  display: block;
}

.c-section-headline__large-text {
  padding-left: .2em;
  font-family: var(--latin);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.c-section-headline__small-text {
  margin-top: .4rem;
  font-size: 1.3rem;
  letter-spacing: .16em;
}

.c-paragraph {
  line-height: 1.8;
  letter-spacing: .1em;
}

.c-paragraph.-small {
  font-size: 1.3rem;
  line-height: 2;
}

.c-paragraph p + p {
  margin-top: .8em;
}

.c-text-link {
  display: inline-block;
  line-height: 1.5;
  letter-spacing: .1em;
}

.c-figure {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #ddd;
}

.c-figure::after {
  display: block;
  padding-top: 61.8%;
  content: '';
}

.c-figure__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-hgroup {
  position: relative;
  padding-bottom: 4.2rem;
}

.c-hgroup::after {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 2rem;
  height: 2px;
  background: currentColor;
  content: '';
}

.c-hgroup__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .08em;
}

.c-hgroup__sub {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: .08em;
}

.c-border-headline {
  position: relative;
  display: block;
  padding-left: 6.4rem;
  font-family: var(--latin);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .1em;
}

.c-border-headline::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: inline-block;
  width: 4.8rem;
  height: 2px;
  background: currentColor;
  content: '';
}

.c-catch-text {
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: .1em;
}

.c-catch-text.-secondary {
  font-weight: 600;
}

.c-catch-text b {
  font-family: var(--latin);
  font-size: 2.6rem;
  letter-spacing: .06em;
}

.c-number {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: calc(100% / 3 - .8rem);
  height: calc(100% / 3 - .8rem);
  font-family: var(--latin);
  font-weight: 600;
}

.c-number__prefix {
  position: absolute;
  bottom: -5px;
  display: inline-block;
}

.c-number__prefix-text {
  position: relative;
  top: -18px;
  left: -8px;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: .1em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-number__counter {
  position: absolute;
  bottom: -.6rem;
  left: 1.8rem;
  display: inline-block;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0em;
  word-break: keep-all;
}

.sw-btn-next,
.sw-btn-prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 34px;
  border: 1px solid #000;
  background: rgba(5, 24, 51, 0);
  -webkit-transition: .3s;
  transition: .3s;
}

.sw-btn-next svg,
.sw-btn-prev svg {
  width: 10px;
  height: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
}

.sw-btn-next:hover,
.sw-btn-prev:hover {
  background: #051833;
  color: #fafafa;
}

/* ===============================

	PROJECT

================================ */
/*----------------------------------------
home-kv
----------------------------------------*/
.home-kv {
  /* IE11 Bug Fix */
  position: relative;
  display: -webkit-box;
  display: flex;
  background: #051833;
}

.home-kv__slider {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.kv-slide {
  position: absolute;
  inset: 0;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 1.4s;
  transition: opacity 1.4s;
}

.kv-slide.is-active {
  opacity: 1;
}

.home-kv__slider::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 24, 51, 0.65), rgba(5, 24, 51, 0.15));
  content: "";
}

.home-kv__container {
  /* IE11 Bug Fix */
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 12rem 7.5% 8rem;
  -webkit-box-align: center;
          align-items: center;
}

.home-kv__desc {
  z-index: 2;
  width: 100%;
  color: #fafafa;
}

.home-kv__paragraph {
  font-family: var(--serif);
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: .1em;
}

.kv-pager {
  display: flex;
  margin-top: 2.4rem;
}

.kv-pager__bullet {
  width: .8rem;
  height: .8rem;
  margin-right: 8px;
  border: 1px solid #fafafa;
  border-radius: 0;
  background: transparent;
}

.kv-pager__bullet.is-active {
  background: #fafafa;
}

/*----------------------------------------
home-intro
----------------------------------------*/
.home-intro {
  padding: 8rem 0 0;
}

.home-intro__headline {
  margin: 0 5% 3.2rem;
}

.home-intro__contents {
  position: relative;
  z-index: 0;
  padding: 0 0 8rem;
}

.home-intro__contents::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 64%;
  height: 60%;
  background: #051833;
  content: '';
}

.home-intro__desc {
  margin-left: 10%;
  padding: 3.2rem 6% 6rem 3.2rem;
  background: #eee9e9;
}

.home-intro__text {
  margin: 2.4rem 0 3.2rem;
}

.home-intro__thumb {
  position: relative;
  z-index: 1;
  width: 86%;
  margin: -4rem 0 0 auto;
}

.thumb-slider {
  position: relative;
  background: #ddd;
}

.thumb-slider::after {
  display: block;
  padding-top: 100%;
  content: '';
}

.thumb-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.thumb-slider__img.is-active {
  opacity: 1;
}

.thumb-slider__btns {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}

.thumb-slider__btns .sw-btn-prev,
.thumb-slider__btns .sw-btn-next {
  width: 48px;
  height: 48px;
  border: 0;
  background: #fff;
}

/*----------------------------------------
home-case (cennik)
----------------------------------------*/
.home-case {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 10rem 5% 0;
}

.home-grid-picture {
  position: relative;
  width: 100%;
  max-width: 560px;
}

.home-grid-picture__item {
  width: 100%;
  padding-top: 100%;
  background: #ddd no-repeat center center / cover;
}

.home-grid-picture__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-grid-picture__overlay i {
  position: absolute;
  display: block;
  background: #fafafa;
}

.home-grid-picture__overlay i:nth-child(1) { top: 0; bottom: 0; left: calc(100% / 3 - .8rem); width: 1.6rem; }
.home-grid-picture__overlay i:nth-child(2) { top: 0; bottom: 0; left: calc(200% / 3 - .8rem); width: 1.6rem; }
.home-grid-picture__overlay i:nth-child(3) { left: 0; right: 0; top: calc(100% / 3 - .8rem); height: 1.6rem; }
.home-grid-picture__overlay i:nth-child(4) { left: 0; right: 0; top: calc(200% / 3 - .8rem); height: 1.6rem; }

.home-grid-picture__overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% / 3 - .8rem);
  height: calc(100% / 3 - .8rem);
  background: #fafafa;
  content: "";
}

.home-case__desc .c-heading-2 {
  margin-bottom: 2.8rem;
}

.price-slide__item {
  display: none;
}

.price-slide__item.is-active {
  display: block;
  -webkit-animation: price-in .5s;
          animation: price-in .5s;
}

@keyframes price-in {
  from { opacity: 0; -webkit-transform: translateX(12px); transform: translateX(12px); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}

.price-slide__item .c-paragraph {
  margin: 1.6rem 0 2.4rem;
}

.home-case__container {
  display: flex;
  gap: 8px;
  margin-top: 3.2rem;
}

.home-case__note {
  margin-top: 2.4rem;
  font-size: 1.2rem;
  color: #5d6470;
  letter-spacing: .06em;
}

/*----------------------------------------
home-contents (checklist)
----------------------------------------*/
.home-contents {
  padding: 12rem 5% 0;
}

.sw-contents-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.2rem 1.6rem;
  margin-top: 5.6rem;
}

.sw-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 24rem;
  padding: 2.4rem 1.2rem 2rem;
  background: #051833 no-repeat center center/cover;
  color: #fafafa;
}

.sw-card::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  content: "";
}

.sw-card.-navy::before {
  background: none;
}

.sw-card::after {
  position: relative;
  z-index: 1;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(250, 250, 250, 0.8);
  border-radius: 50%;
  content: "";
}

.sw-card__headline {
  position: relative;
  z-index: 1;
  font-family: var(--latin);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sw-card__headline span {
  display: block;
  margin-top: .4rem;
  font-family: var(--body);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: none;
}

.sw-card__desc {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: .06em;
}

/*----------------------------------------
home-blog (z notatnika)
----------------------------------------*/
.home-blog {
  position: relative;
  z-index: 0;
  padding: 12rem 5% 8rem;
}

.home-blog::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #eee9e9;
  content: "";
}

.sw-article-slide {
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3.2rem;
  margin-top: 5.6rem;
}

.c-article-thumb__caption {
  position: absolute;
  z-index: 1;
  top: .8rem;
  left: .8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 7.2rem;
  padding: .6rem 1.2rem;
  background: rgba(250, 250, 250, 0.8);
  font-size: 1.1rem;
  letter-spacing: .08em;
  text-align: center;
}

.c-article-thumb__caption b {
  font-family: var(--latin);
  font-size: 2.6rem;
  line-height: 1.1;
}

.sw-article-summary__title {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .06em;
}

.home-blog__note {
  margin-top: 4rem;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #5d6470;
  letter-spacing: .06em;
}

/*----------------------------------------
home-split (sklad rachunku)
----------------------------------------*/
.home-split {
  position: relative;
  z-index: 0;
  margin-top: 12rem;
  padding: 6.4rem 5% 7.2rem;
  background: #eee9e9;
}

.home-split__head .c-heading-2 {
  margin-top: 3.2rem;
}

.home-split__head .c-paragraph {
  max-width: 64rem;
  margin-top: 2rem;
}

.bill-bar {
  display: flex;
  height: 5.6rem;
  margin-top: 4.8rem;
  font-family: var(--latin);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .06em;
  color: #fafafa;
}

.bill-bar__part {
  display: flex;
  align-items: center;
  padding-left: 1.2rem;
  overflow: hidden;
}

.bill-bar__part.-energy { flex: 47 1 0; background: #051833; }
.bill-bar__part.-dist { flex: 22 1 0; background: #34507a; }
.bill-bar__part.-fixed { flex: 12 1 0; background: #8a97aa; }
.bill-bar__part.-vat { flex: 19 1 0; background: #fafafa; color: #050505; border: 1px solid #050505; }

.bill-legend {
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.4rem;
  margin-top: 3.2rem;
}

.bill-legend__item {
  padding-left: 2.4rem;
  border-left: 4px solid #051833;
}

.bill-legend__item.-dist { border-color: #34507a; }
.bill-legend__item.-fixed { border-color: #8a97aa; }
.bill-legend__item.-vat { border-color: #050505; border-left-style: dashed; }

.bill-legend dt {
  font-weight: 600;
  letter-spacing: .08em;
}

.bill-legend dd {
  margin-top: .6rem;
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: .05em;
}

.home-split__note {
  margin-top: 4rem;
  padding-top: 2.4rem;
  border-top: 1px solid #050505;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .06em;
}

/*----------------------------------------
home-diy
----------------------------------------*/
.home-diy {
  padding: 4rem 5% 4rem;
}

.home-diy__row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3.2rem;
  margin-top: 5.6rem;
  list-style: none;
}

.home-diy__item {
  position: relative;
  padding-top: 2.4rem;
  border-top: 4px solid #050505;
}

.home-diy__no {
  position: absolute;
  top: -2.2rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  background: #fafafa;
  border: 1px solid #050505;
  font-family: var(--latin);
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.8rem;
  text-align: center;
}

.home-diy__t {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .08em;
}

.home-diy__p {
  margin-top: 1.2rem;
  font-size: 1.35rem;
  line-height: 1.9;
  letter-spacing: .05em;
}

.home-diy__after {
  margin-top: 4.8rem;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: .05em;
}

.home-diy__link {
  border-bottom: 1px solid;
  font-weight: 600;
}

/*----------------------------------------
home-order (formularz)
----------------------------------------*/
.home-order {
  position: relative;
  z-index: 0;
  padding: 10rem 5% 10rem;
}

.home-order::before {
  position: absolute;
  z-index: -1;
  top: 6rem;
  right: 0;
  width: 70%;
  height: 40%;
  background: #051833;
  content: '';
}

.home-order__panel {
  padding: 3.2rem 2.4rem;
  background: #eee9e9;
}

.home-order__p {
  margin-top: 2rem;
  font-size: 1.3rem;
}

.order-form {
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.6rem;
  padding: 3.2rem 2.4rem 4rem;
  background: #fff;
  border: 1px solid #e7e7e7;
}

.order-form__f {
  position: relative;
  min-width: 0;
}

.order-form__f label {
  display: block;
  margin-bottom: .6rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .1em;
}

.order-form__f label small {
  font-weight: 400;
  color: #8a8f98;
}

.order-form__f input,
.order-form__f select,
.order-form__f textarea {
  display: block;
  width: 100%;
  padding: 1.2rem 1.2rem;
  border: 1px solid #c9c9c9;
  border-radius: 0;
  background: #fafafa;
  font: inherit;
  font-size: 1.5rem;
  color: #050505;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
}

.order-form__f select {
  padding-right: 3.6rem;
  background-image: linear-gradient(45deg, transparent 50%, #050505 50%), linear-gradient(135deg, #050505 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}

.order-form__f textarea {
  min-height: 11rem;
  resize: vertical;
  line-height: 1.6;
}

.order-form__f input:focus,
.order-form__f select:focus,
.order-form__f textarea:focus {
  border-color: #051833;
}

.order-form__f--trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.order-form__err {
  display: block;
  margin-top: .4rem;
  font-size: 1.2rem;
  color: #a4352a;
}

.order-form__err:empty {
  display: none;
}

.order-form__f.is-err input,
.order-form__f.is-err .order-form__check i {
  border-color: #a4352a;
}

.order-form__f .order-form__check {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .04em;
  cursor: pointer;
}

.order-form__check input {
  position: absolute;
  width: 16px;
  height: 16px;
  opacity: 0;
}

.order-form__check i {
  position: relative;
  flex: 0 0 18px;
  height: 18px;
  margin-top: 1px;
  border: 1px solid #050505;
  background: #fafafa;
}

.order-form__check input:checked + i {
  background: #051833;
  border-color: #051833;
}

.order-form__check input:checked + i::after {
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #fafafa;
  border-width: 0 1.5px 1.5px 0;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.order-form__check input:focus-visible + i {
  outline: 2px solid #051833;
  outline-offset: 2px;
}

.order-form__check em {
  font-style: normal;
}

.order-form__check a {
  text-decoration: underline;
}

.order-form__send {
  justify-self: start;
  padding: 1.4rem 4rem;
  border: 1px solid #051833;
  background: #051833;
  color: #fafafa;
  font-family: var(--latin);
  font-size: 1.5rem;
  letter-spacing: .16em;
  -webkit-transition: .3s;
  transition: .3s;
}

.order-form__send:hover {
  background: #fafafa;
  color: #051833;
}

.order-form__send[disabled] {
  opacity: .5;
  pointer-events: none;
}

.order-thanks {
  padding: 3.2rem 2.4rem;
  background: #fff;
  border: 1px solid #051833;
}

.order-thanks__h {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .08em;
}

.order-thanks__p {
  margin-top: 1.2rem;
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: .06em;
}

/*----------------------------------------
home-address
----------------------------------------*/
.home-address {
  position: relative;
}

.home-address__desc {
  background: #051833;
  color: #fafafa;
}

.home-address__desc-inner {
  padding: 4.8rem 5% 12rem;
}

.c-information {
  margin: 3.2rem 0 4rem;
}

.c-information__title {
  position: relative;
  padding-bottom: 4.6rem;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .08em;
}

.c-information__title::after {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 4rem;
  height: 2px;
  background: currentColor;
  content: '';
}

.c-information__row {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .08em;
}

.c-information__row span {
  display: block;
  font-size: 1.2rem;
  opacity: .7;
}

.home-address__map {
  margin: -8rem 5% 0;
}

.c-map {
  position: relative;
  min-height: 320px;
  background: #ddd;
}

.c-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c-map__load {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  width: 100%;
  background: repeating-linear-gradient(0deg, transparent 0 39px, rgba(5, 24, 51, 0.08) 39px 40px), repeating-linear-gradient(90deg, transparent 0 39px, rgba(5, 24, 51, 0.08) 39px 40px), #e9e9e9;
}

.c-map__load span {
  padding: .8rem 2.4rem;
  border: 1px solid #050505;
  font-family: var(--latin);
  letter-spacing: .16em;
  background: #fafafa;
}

.c-map__load small {
  font-size: 1.1rem;
  letter-spacing: .06em;
  color: #444;
}

/*----------------------------------------
home-contact
----------------------------------------*/
.home-contact {
  position: relative;
  z-index: 0;
  padding: 0 10% 8.5rem;
  margin-top: 8rem;
}

.home-contact__background {
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background: #051833 no-repeat center center / cover;
}

.home-contact__background::after {
  position: absolute;
  inset: 0;
  background: rgba(5, 24, 51, 0.55);
  content: "";
}

.home-contact__row {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.sw-contact-button {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.sw-contact-button:hover {
  opacity: .8;
}

.sw-contact-button__container {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 120px;
  padding: 1.6rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.sw-contact-button.-tel .sw-contact-button__container {
  background: rgba(71, 71, 71, 0.9);
  color: #fafafa;
}

.sw-contact-button.-mail .sw-contact-button__container {
  background: rgba(250, 250, 250, 0.8);
}

.sw-contact-button__container::after {
  position: absolute;
  z-index: -1;
  top: .8rem;
  right: .8rem;
  bottom: .8rem;
  left: .8rem;
  border: 1px solid;
  content: '';
}

.sw-contact-button__text {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--latin);
  font-size: 20px;
  letter-spacing: .1em;
}

.sw-contact-button__text svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linejoin: round;
}

.sw-contact-button__small {
  margin-top: .4rem;
  font-size: 1.1rem;
  letter-spacing: .08em;
}

/*----------------------------------------
pagetop / cookie
----------------------------------------*/
.p-pagetop {
  position: fixed;
  z-index: 90;
  right: 15px;
  bottom: 15px;
  visibility: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  -webkit-transition: .3s;
  transition: .3s;
}

.p-pagetop.is-show {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.p-pagetop:hover {
  background: white;
}

.p-pagetop-btn::before {
  display: block;
  width: 10px;
  height: 10px;
  margin: 4px auto 0;
  border: 2px solid #000;
  border-right: 0;
  border-bottom: 0;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-cookie {
  position: fixed;
  z-index: 200;
  left: 12px;
  right: 12px;
  bottom: 12px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 2.4rem 2rem;
  background: #fafafa;
  border: 1px solid #050505;
  box-shadow: 8px 8px 0 #051833;
}

.c-cookie__h {
  font-family: var(--latin);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.c-cookie__p {
  margin-top: .8rem;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: .04em;
}

.c-cookie__p a {
  text-decoration: underline;
}

.c-cookie__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 1.6rem;
}

.c-cookie__btn {
  padding: .9rem 1.8rem;
  border: 1px solid #051833;
  font-size: 1.25rem;
  letter-spacing: .1em;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-cookie__btn.-dark,
.c-cookie__btn:hover {
  background: #051833;
  color: #fafafa;
}

.c-cookie__more {
  padding: .6rem;
  font-size: 1.25rem;
  text-decoration: underline;
}

.c-cookie__set {
  margin-top: 1.2rem;
  border-top: 1px solid #ddd;
}

.c-cookie__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
  font-size: 1.15rem;
  color: #444;
}

.c-cookie__row b {
  display: block;
  font-size: 1.25rem;
  color: #050505;
}

.c-cookie__row em {
  font-style: normal;
}

.c-cookie__set .c-cookie__btn {
  margin-top: 1.2rem;
}

.c-switch {
  position: relative;
  flex: 0 0 40px;
  height: 22px;
}

.c-switch input {
  position: absolute;
  z-index: 2;
  inset: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.c-switch i {
  position: absolute;
  inset: 0;
  background: #c9c9c9;
  -webkit-transition: .2s;
  transition: .2s;
}

.c-switch i::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #fafafa;
  content: '';
  -webkit-transition: .2s;
  transition: .2s;
}

.c-switch input:checked + i {
  background: #051833;
}

.c-switch input:checked + i::after {
  -webkit-transform: translateX(18px);
          transform: translateX(18px);
}

/* ===============================

	MEDIA

================================ */
@media screen and (min-width: 768px) {
  .c-hgroup__title {
    font-size: 2.8rem;
  }
  .c-hgroup__sub {
    font-size: 1.5rem;
  }
  .home-intro {
    padding-top: 12rem;
  }
  .home-intro__contents {
    padding: 0 5% 12.8rem;
  }
  .home-intro__desc {
    margin: 0;
    padding: 5.4rem calc(50% + 4rem) 8rem 5%;
  }
  .home-intro__thumb {
    position: absolute;
    right: 5%;
    bottom: 4rem;
    width: 48%;
    margin: 0;
  }
  .thumb-slider__btns .sw-btn-prev,
  .thumb-slider__btns .sw-btn-next {
    width: 64px;
    height: 64px;
  }
  .home-case {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6%;
    align-items: center;
    padding-top: 14rem;
  }
  .sw-contents-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sw-article-slide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.2rem;
  }
  .home-split {
    width: 92%;
    padding: 8rem 5% 8.8rem;
  }
  .bill-legend {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.2rem 6.4rem;
  }
  .home-diy__row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4rem;
  }
  .home-diy__item:nth-child(2) {
    margin-top: 4rem;
  }
  .sw-article-slide__item:nth-child(2) {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  .home-order {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 38% minmax(0, 1fr);
    align-items: start;
    padding-top: 14rem;
  }
  .home-order__panel {
    padding: 5.4rem 4.8rem 8rem;
    margin-top: 8rem;
  }
  .order-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem 1.6rem;
    padding: 4.8rem;
  }
  .order-form__f--wide,
  .order-form__send {
    grid-column: 1 / -1;
  }
  .order-thanks {
    grid-column: 2;
    padding: 4.8rem;
  }
  .home-contact__row {
    flex-direction: row;
  }
  .sw-contact-button {
    flex: 1 1 50%;
  }
  .l-footer {
    padding: 5.6rem 10%;
  }
  .st-footer-nav__item {
    flex-basis: calc(25% - 1.6rem);
  }
  .c-cookie {
    left: auto;
    right: 70px;
    bottom: 24px;
    max-width: 420px;
  }
}

@media screen and (min-width: 1100px) {
  .c-number__prefix {
    bottom: .2rem;
    left: .8rem;
  }
  .c-number__counter {
    bottom: -.4rem;
    left: 4.8rem;
    font-size: 7.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .l-header,
  .l-header__body {
    height: 10.4rem;
  }
  .l-header__body {
    padding: 0 5%;
  }
  .l-header__nav {
    display: block;
    margin-left: auto;
  }
  .l-header__button,
  .l-header__contact,
  .l-header__tel,
  .sp-drawer,
  .is-open .sp-drawer {
    display: none;
  }
  .header-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .header-nav__item:not(:first-child) {
    margin-left: .5vw;
  }
  .header-nav__item .c-text-link {
    position: relative;
    z-index: 0;
    display: block;
    padding: 4px 10px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header-nav__item .c-text-link::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #050505;
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header-nav__item .c-text-link:hover {
    color: #fafafa;
  }
  .header-nav__item .c-text-link:hover::after {
    opacity: 1;
  }
  .c-logo {
    max-width: 180px;
    height: 3.2rem;
  }
  .home-kv__container {
    padding: 16rem 10%;
  }
  .home-kv__desc {
    width: auto;
    margin-right: 5%;
  }
  .c-hgroup__title {
    font-size: 36px;
  }
  .c-heading-2__large-text,
  .c-section-headline__large-text {
    font-size: 3rem;
  }
  .c-arrow-link {
    padding-right: 10.4rem;
    padding-left: .8rem;
  }
  .c-arrow-link::before {
    width: 2.4rem;
    height: 2.4rem;
  }
  .c-arrow-link::after {
    right: 1.8rem;
    bottom: 1.7rem;
    width: .6rem;
    height: .6rem;
  }
  .c-arrow-link:hover::before {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .c-arrow-link:hover::after {
    right: 1rem;
  }
  .home-case {
    max-width: 160rem;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
  }
  .home-grid-picture {
    max-width: none;
  }
  .sw-contents-grid {
    display: -webkit-box;
    display: flex;
    gap: 0;
    margin: 5.6rem -1.6rem 0 0;
  }
  .sw-contents-grid__column {
    min-width: 0;
    margin: 0 1.6rem 0 0;
    flex: 1 1 0;
  }
  .sw-card {
    min-height: 46rem;
    padding: 3.2rem 1.2rem 2.4rem;
    align-items: center;
  }
  .sw-card__headline {
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-size: 2rem;
    letter-spacing: .2em;
  }
  .sw-card__headline span {
    margin: 0 .6rem 0 0;
    font-size: 1.2rem;
  }
  .home-blog__head,
  .sw-article-slide,
  .home-blog__note {
    max-width: 160rem;
    margin-left: auto;
    margin-right: auto;
  }
  .sw-article-slide {
    margin-top: 5.6rem;
    gap: 4.8rem;
  }
  .home-address {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 50vw;
    grid-template-rows: 1fr;
  }
  .home-address__desc {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 75%;
  }
  .home-address__desc-inner {
    max-width: calc(160rem / 2);
    margin-left: 5vw;
    padding: 7.2rem 0 11.2rem;
  }
  .home-address__map {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    padding: 16rem 0 0;
  }
  .c-map {
    min-height: 540px;
    height: 100%;
  }
  .c-information__title {
    font-size: 30px;
    padding-bottom: 6.6rem;
  }
  .home-contact {
    padding: 0 5% 115px;
    margin-top: 12rem;
  }
  .sw-contact-button__container {
    height: 160px;
  }
  .-tel .sw-contact-button__text {
    font-size: 27px;
  }
  .-mail .sw-contact-button__text {
    font-size: 25px;
  }
  .l-footer {
    padding: 6.4rem 5% 5.6rem;
  }
  .l-footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .l-footer__address {
    max-width: 64rem;
    flex-basis: 30%;
  }
  .st-footer-nav {
    flex-basis: 60%;
    margin: -32px -1.6rem 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .st-footer-nav__item {
    margin: 32px 1.6rem 0 0;
  }
}
