@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

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

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 11rem;
  padding-inline: clamp(30px, 2.3391812865vw, 40px);
}
#header .header__logo {
  width: 9.5rem;
}
#header .header__right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 2rem;
  padding-block: 2.5rem;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
#header .header__ig {
  width: 3rem;
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  transition: all 0.3s ease-out;
}
#header .header__ig:hover {
  opacity: 0.64;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 8rem;
}
#footer .footer__inner {
  display: grid;
  grid-template: repeat(2, auto)/38rem 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem 5rem;
  width: 1080px;
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 6rem 3rem;
}
#footer .footer__add {
  width: 100%;
}
#footer .footer__ig {
  width: 3rem;
}
#footer .footer__links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.8rem 1.6rem;
}
#footer .footer__links + .footer-nav {
  grid-row: span 1;
}
#footer .footer__link {
  width: 28.2rem;
  height: 5.4rem;
  font-size: 1.5rem;
}
#footer .footer__link::after {
  width: 1.8rem;
  right: 3rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  grid-row: span 2;
  padding-bottom: 5rem;
}
.footer-nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 2em;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.footer-nav__item {
  letter-spacing: 0.08em;
  margin-block: calc((1em - 1lh) / 2);
}

/*コピーライト
-----------------------------*/
.copy {
  width: 1080px;
  margin-inline: auto;
}
.copy p {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 10px;
  right: 10px;
}

/*サイドボタン
-----------------------------*/
#side {
  bottom: 10px;
  right: 10px;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual::before, .visual::after {
  width: 15.625%;
  aspect-ratio: 300/306;
  max-height: 306px;
}
.visual__catch > span {
  font-style: italic;
  padding-inline: clamp(24px, 1.875vw, 36px);
}
.visual__catch > span::before {
  clip-path: polygon(clamp(15px, 1.0416666667vw, 20px) 0, 100% 0, calc(100% - clamp(15px, 1.0416666667vw, 20px)) 100%, 0 100%);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(540px, 41.6666666667vw, 800px);
  padding: clamp(95px, 7.2916666667vw, 140px) max(50% - 90rem, 3.125%);
}
.visual__main::after {
  width: 18.90625%;
  aspect-ratio: 363/370;
  max-height: 370px;
}
.visual__image--lt {
  width: 89.4271%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 54.398% 100%, 0 100%);
}
.visual__image--rb {
  width: 51.667%;
  height: 91.5%;
}
.visual__image--rb img {
  -o-object-position: left top;
     object-position: left top;
}
.visual__catch--main {
  font-size: clamp(1.2rem, 0.8333333333vw, 1.6rem);
  row-gap: 1.25em;
}
.visual__catch--main > span {
  font-style: italic;
  padding-inline: clamp(24px, 1.875vw, 36px);
}
.visual__catch--main > span::before {
  clip-path: polygon(clamp(15px, 1.0416666667vw, 20px) 0, 100% 0, calc(100% - clamp(15px, 1.0416666667vw, 20px)) 100%, 0 100%);
}
.visual__catch--main .main {
  font-size: 3.125em;
  line-height: 1.48;
  filter: drop-shadow(0.18em 0.14em 0 var(--color-main));
}
.visual__catch--main .sub {
  font-size: 2.375em;
  line-height: 1.94737;
}
.visual__catch--main::after {
  width: 5.4375em;
  top: -2.9375em;
  right: -2.75em;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(360px, 27.6041666667vw, 530px);
  padding: clamp(80px, 6.25vw, 120px) max(50% - 91.5rem, 2.34375%);
}
.visual__sub::before {
  width: 77.136%;
  max-width: calc(50% + 52rem);
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - max(60rem, 50vw)) 100%);
}
.visual__sub::after {
  width: 18.90625%;
  aspect-ratio: 363/370;
  max-height: 370px;
}
.visual__catch--sub {
  width: clamp(600px, 46.875vw, 900px);
  text-align: center;
  font-size: clamp(2.8rem, 2.0833333333vw, 4rem);
  line-height: 1.85;
}
.visual__catch--sub > span {
  filter: drop-shadow(0.175em 0.175em 0 var(--color-main));
}
.visual__catch--sub::after {
  width: 9.66667%;
  top: -63.514%;
  right: -4.8889%;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-black);
  line-height: var(--line-height-sm);
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: calc((1em - 1lh) / 2);
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.08em;
}
.gnav__item::after {
  content: "/";
  color: var(--color-main);
  margin-inline: 1em;
}
.gnav__item:last-of-type {
  margin-right: -0.08em;
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: block;
  position: relative;
  z-index: 0;
}
.gnav__link::after {
  content: "";
  width: 0%;
  height: 2px;
  background: var(--color-main);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: -2;
  transition: all 0.3s ease-out;
}
.gnav__link:hover::after, .gnav__link.current::after {
  width: 100%;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  padding-top: 2rem;
}
.breadcrumb__list {
  width: 1080px;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 10rem;
}
.section:first-of-type {
  padding-block: clamp(100px, 7.8125vw, 130px);
}
.section:first-of-type::before {
  width: 96%;
  max-width: 154rem;
  height: clamp(192px, 15vw, 288px);
}
.section:first-of-type::after {
  width: 15.625%;
  height: clamp(204px, 15.9375vw, 306px);
}
.section--bg-black::before {
  width: 108.646%;
  min-height: calc(100% + max(15.3rem, 12vw));
  aspect-ratio: 1043/1064;
  margin-top: -11.146%;
}
.section--bg-black::after {
  width: 15.625%;
  height: clamp(204px, 15.9375vw, 306px);
}

.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
/*ボタン
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
  margin-block: -1em;
}
.com-table table {
  border-collapse: separate;
  border-spacing: 0 1em;
}
.com-table tr th {
  text-align: center;
  padding: 0.5rem 1rem;
}
.com-table tr td {
  padding: 0.5rem 2rem 0.5rem 4rem;
}
.com-table--price {
  font-size: var(--font-size-h6);
  line-height: 1.66667;
}
.com-table--price tr th,
.com-table--price tr td {
  padding: 1.2rem 1rem;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-right: calc(var(--letter-spacing-base) * -1);
}

/*お知らせ
-----------------------------*/
.com-post__link {
  padding: 2.1rem 5rem;
}
.com-post__image {
  width: 15rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  margin-bottom: 7rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*自己診断
-----------------------------*/
.com-check__text {
  text-align: center;
}
.com-check__list {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4.5rem 6rem;
  margin: 7rem auto 0;
}
.com-check__list::before {
  width: 108rem;
}
.com-check__item {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  margin-bottom: 3.6rem;
}

/*リード文
-----------------------------*/
.com-lead__inner {
  min-height: 47rem;
  padding-left: 56rem;
}
.com-lead__title {
  align-items: flex-start;
  text-align: left;
}
.com-lead__image {
  width: calc(50vw - 10rem);
  min-width: 54rem;
  position: absolute;
  top: 0;
  left: min(-6rem, -50vw + 54rem);
}
.com-lead__image img {
  width: 100%;
  height: 47rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-lead__image::after {
  width: 5rem;
}

/*===============================================
  トップページ
===============================================*/
/*全国対応の電気工事
株式会社キュービクルパートナーズ
-----------------------------*/
.top-about__title {
  align-items: flex-start;
  text-align: left;
  row-gap: 2rem;
  margin-bottom: 9rem;
}
.top-about__title .sub {
  font-size: 4.4rem;
}
.top-about__title .mark {
  font-size: 5.4rem;
  background: linear-gradient(to top, var(--color-main) 2.8rem, transparent 2.8rem);
}
.top-about__text {
  max-width: 70rem;
  line-height: 2.5;
}
.top-about__images {
  padding-top: clamp(80px, 5.7291666667vw, 110px);
  padding-right: clamp(12px, 0.78125vw, 15px);
}
.top-about__images::after {
  width: clamp(435px, 33.8541666667vw, 650px);
  left: clamp(-32rem, 56rem - 50vw, -4rem);
  bottom: 23.499%;
}
.top-about__image--lb {
  height: clamp(360px, 23.75vw, 456px);
  aspect-ratio: 610/456;
  margin-inline: auto;
}
.top-about__image--rt {
  width: calc(50vw - 22rem);
  max-width: 74rem;
  min-width: 42rem;
  height: clamp(280px, 18.75vw, 360px);
  position: absolute;
  right: clamp(-42rem, 54rem - 50vw, -6rem);
  top: -14rem;
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*サービス内容
-----------------------------*/
.top-service__title {
  margin-bottom: 6rem;
}
.top-service__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem 5rem;
}
.top-service__item {
  width: 28rem;
}

/*動画で紹介
-----------------------------*/
.top-movie__title {
  margin-bottom: 6rem;
}
.top-movie__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem 6rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.top-movie__item {
  width: 32rem;
  min-height: 18rem;
}

/*キュービクルの設置・取替を
安心サポート
-----------------------------*/
.top-support {
  padding: clamp(100px, 7.8125vw, 130px) 0 clamp(105px, 8.1129807692vw, 135px);
}
.top-support__title {
  margin-bottom: 6rem;
}
.top-support__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6rem 8rem;
}
.top-support__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 4rem;
  width: 50rem;
}
.top-support__heading {
  width: 19.6rem;
  margin-bottom: -4rem;
}
.top-support__image {
  width: 100%;
  margin-bottom: -1rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
}
.top-support__image img {
  aspect-ratio: 1.3157894737;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-support__btn {
  margin: auto auto 0;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr__items {
  display: flex;
  justify-content: center;
}
.top-bnr__item {
  width: 100%;
  height: clamp(300px, 23.4042553191vw, 440px);
  outline-offset: calc(-1rem - 1px);
}
.top-bnr__item::after {
  width: clamp(62px, 4.84375vw, 93px);
  aspect-ratio: 93/95;
  bottom: 1rem;
  right: 1rem;
}
.top-bnr__title {
  font-size: clamp(3.2rem, 2.5vw, 4.4rem);
}
.top-bnr__title::before {
  width: 46vw;
  max-width: 83rem;
  min-width: 55.2rem;
  height: clamp(200px, 15.625vw, 300px);
  background-size: clamp(363px, 28.3333333333vw, 544px) !important;
}

/*会社情報
-----------------------------*/
.top-company__inner {
  display: grid;
  grid-template-columns: 54.4rem 1fr;
  gap: 7rem 8rem;
}
.top-company__inner:has(.top-company__map) {
  grid-auto-flow: column;
}
.top-company__title {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0;
}
.top-company__table {
  grid-column: span 2;
}
.top-company__table tr th {
  width: 24rem;
}
.top-company__table:has(+ .top-company__map) {
  grid-column: span 1;
}
.top-company__table:has(+ .top-company__map) tr th {
  width: 12rem;
}
.top-company__map {
  grid-row: span 2;
}

/*お知らせ
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template-columns: 1fr 44rem;
  align-items: flex-end;
  gap: 6rem 5rem;
}
.top-news__title {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0;
  order: 0;
}
.top-news__list,
.top-news .com-empty {
  grid-column: span 2;
  order: 2;
}
.top-news__btn {
  order: 1;
}

/*===============================================
  設置について
===============================================*/
/*発注前に知っておきたい
“よくある落とし穴”
-----------------------------*/
.installation-point__item {
  padding: 3rem 5.5rem 4rem;
  margin-bottom: 2.6rem;
}

/*落とし穴を回避する
当社の安心サポート体制
-----------------------------*/
.installation-support__item {
  padding: 4rem 5.5rem;
}
.installation-support__item::after {
  width: 5rem;
}
.installation-support__heading {
  margin-bottom: 3.5rem;
}

/*お客様からの声
-----------------------------*/
.installation-voice__item {
  display: grid;
  grid-template-columns: 36rem 1fr;
  align-items: flex-start;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding: 4rem 5rem;
}
.installation-voice__image img {
  aspect-ratio: 1.3846153846;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.installation-voice__table {
  margin-block: -1.4rem;
}
.installation-voice__table table {
  border-spacing: 0 1.4rem;
}
.installation-voice__table tr th {
  width: 12rem;
}
.installation-voice__table tr td {
  padding-left: 3rem;
}
.installation-voice__body {
  margin: calc(3rem + (1em - 1lh) / 2) 0 calc((1em - 1lh) / 2);
}

/*===============================================
  取替について
===============================================*/
/*取替を怠る“リスク“とは
-----------------------------*/
.replacement-risk__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.3rem 2rem;
}
.replacement-risk__item {
  padding: 3rem;
}
.replacement-risk__item:nth-of-type(5) .replacement-risk__heading {
  font-size: 2.4rem;
}
.replacement-risk__heading {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.replacement-risk__body {
  margin-right: -0.5em;
}
.replacement-risk__body .ki {
  display: inline-block;
  margin-right: -0.5em;
}

/*お客様の導入事例
-----------------------------*/
.replacement-case__item {
  padding: 4rem 5rem;
}
.replacement-case__table {
  margin-block: -1.4rem;
}
.replacement-case__table table {
  border-spacing: 0 1.4rem;
}
.replacement-case__table tr th {
  width: 12rem;
}
.replacement-case__table tr td {
  padding-left: 3rem;
}
.replacement-case__body {
  margin: calc(3rem + (1em - 1lh) / 2) 0 calc((1em - 1lh) / 2);
}

/*===============================================
  お問い合わせから見積もりまでの流れ
===============================================*/
/*見積もりステップ
-----------------------------*/
.flow-step__title {
  margin-bottom: 5rem;
}
.flow-step__items {
  padding-top: 4.8rem;
}
.flow-step__item {
  padding: 4rem 5rem;
  margin-bottom: 9.6rem;
}
.flow-step__item::before {
  width: 20rem;
  font-size: 3rem;
  line-height: 1.6;
  border-radius: 1rem 1rem 0 0;
}
.flow-step__body + .flow-step__box,
.flow-step__body + .flow-step__info {
  margin-top: 4.5rem;
}
.flow-step__box {
  padding: 3rem 4rem;
  margin-top: 2rem;
}
.flow-step__caption {
  min-width: 30rem;
}
.flow-step__value {
  text-align: center;
}
.flow-step__dot {
  text-align: center;
}
.flow-step__list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: flex-start;
}
.flow-step__list dt {
  text-align: right;
}
.flow-step__info {
  gap: 5rem;
  padding: 2.1rem 3rem;
  margin-top: 2rem;
}
.flow-step__tel {
  row-gap: 1.8rem;
}
.flow-step__tel .com-tel__num {
  font-size: 5rem;
  margin-bottom: -0.06em;
}
.flow-step__tel .com-tel__num::before {
  font-size: 2.8rem;
}
.flow-step__sns {
  width: 4.8rem;
  margin-block: 0.3rem;
}
.flow-step__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-top: 2.8rem;
}
.flow-step__btn {
  width: 100%;
  max-width: 44rem;
}

/*===============================================
  料金表
===============================================*/
/*キュービクル取替の目安価格例
-----------------------------*/
.price-example__inner {
  width: calc(100% - 12rem);
  max-width: 1280px;
}
.price-example__text {
  text-align: center;
}
.price-example__image {
  margin-top: 7rem;
}
.price-example__image img {
  width: 100%;
  height: clamp(480px, 37.5vw, 600px);
  -o-object-fit: cover;
     object-fit: cover;
}
.price-example__table {
  width: 1080px;
  margin: 10rem auto 0;
}
.price-example__table tr td:nth-of-type(1) {
  width: 14rem;
}

/*料金表
-----------------------------*/
.price-list__text {
  text-align: center;
}
.price-list__table {
  margin-top: 3rem;
}
.price-list__table tr td:nth-of-type(1) {
  width: 60rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail {
  padding: clamp(150px, 9.375vw, 180px) 0 10rem !important;
}
/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th {
  width: 350px;
  text-align: left;
  line-height: 2.375;
  padding: 1.5rem 2rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: 0.5rem;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.375;
  padding: 1.5rem 2rem;
}
.contact-form .contact-submits-wrap > * {
  margin: 20px 15px 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  text-align: center;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 4rem 5rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(5, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 0 6rem;
  padding: 4rem 5rem;
}
.sitemap-list__item:nth-of-type(5n) {
  border-bottom: none;
}
.sitemap-list__link {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  padding: 2rem 2.4rem;
}

/*===============================================
  404エラー
===============================================*/