@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/* font-weight */
:root {
  /* カラー */
  --color-text: #333;
  --color-blue: #5ac2db;
  --color-yellow: #fcf431;
  --color-gray: #d1d1d1;
  --color-line-blue: #005bac;
  --color-bg-blue: #def3f8;
  --color-grad-text: linear-gradient(90deg, #5ac2db, #005bac 99%);
  /* font-family */
  --font-family-kaku: "Zen Kaku Gothic New", sans-serif;
  --font-family-maru: "Zen Maru Gothic", serif;
  /* font-weight */
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  /* bootstrap icons */
  --font-family-icon: "bootstrap-icons";
  --icon-mail: "";
  --icon-tel: "";
  --icon-window: "";
  --icon-arrow-right: "";
  --icon-arrow-top: "";
  --icon-arrow-bottom: "";
  /* パターン背景 */
  --bg-pattern-grid: url(../img/common/pt-grid.png);
  --bg-pattern-dot: url(../img/common/pt-dot.png);
}

@media screen and (min-width: 768px) {
  :root {
    /* フォントサイズ */
    --font-size-xxxxxl: 4.5rem;
    --font-size-xxxxl: 3.8rem;
    --font-size-xxxl: 3rem;
    --font-size-xxl: 2.5rem;
    --font-size-xl: 2.2rem;
    --font-size-gl: 1.8rem;
    --font-size-base: 1.5rem;
    --font-size-sm: 1.4rem;
    --font-size-xs: 1.2rem;
    /* line-height */
    --line-height-xxxxl: 1.31579;
    --margin-height-xxxxl: -0.157895em;
    --line-height-xxxl: 1.4;
    --margin-height-xxxl: -0.2em;
    --line-height-xxl: 1.4;
    --margin-height-xxl: -0.2em;
    --line-height-xl: 1.272728;
    --margin-height-xl: -0.136364em;
    --line-height-gl: 1.33334;
    --margin-height-gl: -0.16667em;
    --line-height-base: 1.6;
    --margin-height-base: -0.3em;
    --line-height-sm: 1.714286;
    --line-height-xs: 1.6666667;
    /* letter-speacing */
    --letter-spacing-base: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  :root {
    /* フォントサイズ */
    --font-size-xxxxxl: 3em;
    --font-size-xxxxl: 2.4em;
    --font-size-xxxl: 2em;
    --font-size-xxl: 1.733333334em;
    --font-size-xl: 1.4em;
    --font-size-gl: 1.2em;
    --font-size-base: 1em;
    --font-size-sm: 0.8em;
    --font-size-xs: 0.66666667em;
    /* line-height */
    --line-height-xxxxl: 1.3333334;
    --line-height-xxxl: 1.5;
    --line-height-xxl: 1.5384616;
    --line-height-xl: 1.5238096;
    --line-height-gl: 1.6666667;
    --line-height-base: 1.6;
    --line-height-sm: 1.75;
    --line-height-xs: 2;
    /* letter-speacing */
    --letter-spacing-base: 0.06em;
  }
}
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

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

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  padding-top: 3em;
}
.pagenation li {
  width: 36px;
  font-size: var(--font-size-base);
  line-height: 40px;
  margin: 5px 4px 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated__list {
  margin-top: 2em;
}
.paginated__link {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}
.paginated__link--prev::before {
  margin-right: 1em;
}
.paginated__link--next::after {
  margin-left: 1em;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1920px;
}
#header .header__logo {
  width: 13.0209%;
  max-width: 250px;
  height: 150px;
  border-bottom-right-radius: clamp(20px, 1.5625vw, 30px);
}
#header .header__logo img {
  height: 72.667%;
  aspect-ratio: 114/109;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header__other {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
#header .header__btn {
  width: 280px;
  height: 80px;
  transform: translateY(-3px);
  border-radius: 0 0 clamp(20px, 1.5625vw, 30px) clamp(20px, 1.5625vw, 30px);
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 80px 0 50px;
}
#footer .footer__inner {
  display: grid;
  grid-template: "other contact" auto "other fnav" auto/1fr 620px;
  gap: 45px 50px;
  width: 1080px;
}
#footer .footer__contact {
  padding: 34px 38px;
  border-radius: 8px;
  box-shadow: 0 0 0 3px var(--color-blue) inset;
  grid-area: contact;
}
#footer .footer__contact::before {
  width: calc(100% - 53px);
  height: 209px;
  top: -61px;
  left: -9px;
}
#footer .footer__contact-title {
  font-size: var(--font-size-xl);
  line-height: 1;
  margin-bottom: 26px;
}
#footer .footer__contact-items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px 24px;
}
#footer .footer__contact-items:not(:has(.com-btn--line)) .footer__contact-btn {
  width: 100%;
}
#footer .footer__contact-btn {
  width: calc(50% - 12px);
  height: 70px;
  border-radius: 8px;
}
#footer .footer__contact-tel {
  width: 100%;
  padding: 12px;
}
#footer .footer__other {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 30px;
  grid-area: other;
}
#footer .footer__logo img {
  width: 130px;
  aspect-ratio: 130/124;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer .footer__info {
  letter-spacing: var(--letter-spacing-base);
  line-height: var(--line-height-base);
  margin: var(--margin-height-base) 0;
}
#footer .footer__info-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#footer .footer__info-item span::after {
  content: "｜";
}
#footer .footer__sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 17px;
}
#footer .footer__sns dt {
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}
#footer .footer__sns dt::after {
  content: "｜";
}
#footer .footer__sns dd {
  width: 34px;
}
#footer .footer__links {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 280px;
}
#footer .footer__link a {
  border-radius: 8px;
}
#footer .footer__link a > span {
  margin: -0.233335em 0;
}
#footer .footer__link a::after {
  font-size: 1.6rem;
  margin-left: 20px;
}
#footer .footer__link--official {
  height: 80px;
}
#footer .footer__link--recruit {
  height: 50px;
}

/*フッターナビ
-----------------------------*/
.fnav {
  grid-area: fnav;
  padding-bottom: 60px;
}
.fnav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 2em;
}
.fnav__item {
  line-height: var(--line-height-base);
  margin: var(--margin-height-base) 0;
}
.fnav__link {
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1em);
}

/*コピーライト
-----------------------------*/
.copy {
  width: 1080px;
  margin: 0 auto;
}
.copy p {
  font-size: var(--font-size-xs);
  letter-spacing: var(--letter-spacing-base);
  line-height: 2;
  margin: -0.5em 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

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

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

/*===============================================
  visual
===============================================*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: clamp(550px, 42.9166666667vw, 824px);
}
.visual__main::before, .visual__main::after {
  width: 41.667%;
  max-width: 800px;
  height: 91.0195%;
  top: 6.068%;
}
.visual__main::before {
  right: 50%;
  border-radius: clamp(20px, 1.5625vw, 30px) 0 0 clamp(20px, 1.5625vw, 30px);
}
.visual__main::after {
  left: 50%;
  border-radius: 0 clamp(20px, 1.5625vw, 30px) clamp(20px, 1.5625vw, 30px) 0;
}
.visual__main-box {
  width: 56.25%;
  max-width: 1080px;
}
.visual__main-box::before {
  height: clamp(100% - 24px, 100% - 1.25vw, 100% - 16px);
  border-radius: clamp(20px, 1.5625vw, 30px) clamp(20px, 1.5625vw, 30px) 0 0;
}
.visual__main-box::after {
  width: 105.926%;
  height: 126.214%;
}
.visual__main-sub {
  width: 23.4375em;
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
  line-height: 1.5625;
  letter-spacing: var(--letter-spacing-base);
  padding-left: calc(var(--letter-spacing-base) * 1em);
  outline-width: 3px;
  outline-offset: -3px;
  border-radius: 8px;
}
.visual__main-catch {
  padding: clamp(22px, 1.6666666667vw, 32px) 0 clamp(12px, 0.9375vw, 18px);
}
.visual__main-catch .grad {
  font-size: clamp(3.6rem, 2.7083333333vw, 5.2rem);
}
.visual__main-catch .txt {
  font-size: clamp(2.8rem, 2.0833333333vw, 4rem);
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
  margin-top: 0.35em;
}
.visual__main-catch .txt .min {
  font-size: 0.875em;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(380px, 28.6458333333vw, 550px);
}
.visual__sub-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 83.334%;
  max-width: 1600px;
  height: 81.8182%;
  border-radius: clamp(20px, 1.5625vw, 30px);
  overflow: hidden;
}
.visual__sub-catch {
  justify-content: flex-start;
  width: 50%;
  height: 33.334%;
  font-size: clamp(2.6rem, 1.9791666667vw, 3.8rem);
  padding: 0 clamp(34px, 2.65625vw, 51px);
  border-top-right-radius: clamp(14px, 1.0416666667vw, 20px);
  position: relative;
  z-index: 0;
}
.visual__sub-catch > span {
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1em);
}
.visual__sub-catch::after {
  width: 37.5%;
  right: -16.625%;
  bottom: 0;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item {
  width: 216px;
  height: 100px;
  position: relative;
}
.gnav__item::after {
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  background: linear-gradient(to bottom, var(--color-blue) 2px, transparent 2px, transparent 6px) repeat-y center top/2px 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
  opacity: 0.5;
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.gnav__link > span {
  display: block;
}
.gnav__link .icon {
  margin: 5px 0 10px;
  transition: all 0.3s;
}
.gnav__link .txt {
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  margin: var(--margin-height-base) 0;
}
.gnav__link:hover .icon {
  transform: translateY(-4px);
}
.gnav__link[aria-current=page] {
  color: var(--color-blue);
}

/*===============================================
  main#container
===============================================*/
#container {
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  height: 60px;
}
.breadcrumb__list {
  width: 1080px;
}
.breadcrumb__item {
  font-size: var(--font-size-xs);
  letter-spacing: var(--letter-spacing-base);
  line-height: var(--line-height-xs);
}

/*===============================================
  main共通
===============================================*/
.section {
  padding: 100px 0;
}
.section:first-of-type {
  padding: 80px 0;
}
.section:first-of-type::before {
  width: calc(50% - 310px);
}
.section:first-of-type:not(.news-detail) .inbox {
  display: grid;
  grid-template-columns: 1fr 800px;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.section:first-of-type:not(.news-detail) .com-title01 {
  align-items: flex-start;
  text-align: left;
}
.section:first-of-type:not(.news-detail) .com-title01 .ja {
  font-size: var(--font-size-xxxl);
  line-height: var(--line-height-xxxl);
}
.section:first-of-type:not(.news-detail) .com-title01 .ja:first-child {
  margin-top: calc(var(--margin-height-xxxl) * 1.5);
}
.section:first-of-type:not(.news-detail) .com-title01 .ja:last-child, .section:first-of-type:not(.news-detail) .com-title01 .ja:has(+ .en) {
  margin-bottom: var(--margin-height-xxxl);
}

.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
.com-tel {
  font-size: var(--font-size-xxxxl);
}
.com-tel > * {
  min-width: calc(10em - 100px);
}
.com-tel-num::before {
  width: 30px;
  margin-right: 10px;
}
.com-tel-num span {
  letter-spacing: 0.05em;
  margin: -0.184211em -0.05em -0.0789474em 0;
}
.com-tel .com-replace {
  height: 13px;
  margin-top: 1px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}

/*ボタン
-----------------------------*/
.com-link {
  line-height: var(--line-height-base);
  margin: var(--margin-height-base) 0;
}
.com-link::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5em;
  font-size: 2em;
  margin-right: 0.5em;
}

.com-btn {
  border-width: 3px;
  font-size: var(--font-size-base);
  letter-spacing: var(--letter-spacing-base);
  line-height: var(--line-height-base);
}
.com-btn--mail::before, .com-btn--line::before {
  width: 30px;
  margin-right: 15px;
}

/*テーブル
-----------------------------*/
.com-table tr th {
  width: 150px;
  padding: 18px 0;
}
.com-table tr td {
  font-weight: var(--font-weight-bold);
  padding: 18px 20px;
}

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

/*SB未記入テキスト
-----------------------------*/
.com-empty {
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xxl);
  padding: 2.5em 0;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  margin-bottom: 40px;
}
.com-title01 > span {
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-title01 .ja {
  font-size: var(--font-size-xxxxl);
  line-height: var(--line-height-xxxxl);
}
.com-title01 .ja:first-child {
  margin-top: calc(var(--margin-height-xxxxl) * 1.5);
}
.com-title01 .ja:last-child, .com-title01 .ja:has(+ .en) {
  margin-bottom: var(--margin-height-xxxxl);
}
.com-title01 .en {
  font-size: calc(1em + 1px);
  margin-top: 1em;
}

/*中タイトル
-----------------------------*/
.com-title02 {
  font-size: var(--font-size-xxl);
  padding-left: 13px;
  margin-bottom: 30px;
}
.com-title02::before {
  width: 3px;
  height: calc(100% - 5px);
}
.com-title02 > span {
  line-height: var(--line-height-xxl);
}
.com-title02 > span:first-child {
  margin-top: var(--margin-height-xxl);
}
.com-title02 > span:last-child, .com-title02 > span:has(+ .en) {
  margin-bottom: var(--margin-height-xxl);
}

/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*リンクセクション
-----------------------------*/
.com-bnr__list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.com-bnr__item {
  width: 100%;
  height: clamp(270px, 20.8333333333vw, 400px);
}
.com-bnr__item-link {
  outline-offset: -11px;
}
.com-bnr__item-title {
  width: 62.5%;
  height: 37.5%;
  border-radius: clamp(20px, 1.5625vw, 30px);
  outline-width: 3px;
  outline-offset: -3px;
  gap: 15px;
}
.com-bnr__item-title::after {
  width: 0.5em;
  font-size: 2em;
  right: 1em;
}
.com-bnr__item-title .txt {
  font-size: var(--font-size-xxxl);
}
.com-bnr__item-title .sub {
  font-size: var(--font-size-xl);
}

/*===============================================
  トップページ
===============================================*/
/*お知らせ
-----------------------------*/
.top-news {
  padding: 80px 0;
}
.top-news__title {
  margin-bottom: 0;
}
.top-news__item {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.top-news__item-image {
  width: 160px;
  outline-width: 3px;
  outline-offset: -3px;
}
.top-news__item-image img {
  aspect-ratio: 1.3333333333;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-news__item-inner {
  width: calc(100% - 190px);
  row-gap: 20px;
}
.top-news__item-date {
  font-size: 1.6rem;
  line-height: 1;
}
.top-news__item-title {
  margin: var(--margin-height-base) 0;
}
.top-news__item-tags {
  gap: 9px;
}
.top-news__item-tag {
  font-size: var(--font-size-xs);
  line-height: calc(1em + 10px);
  padding: 0 10px;
}
.top-news__link {
  position: absolute;
  left: 0;
  top: 130px;
}

/*こんなお悩みありませんか？
-----------------------------*/
.top-trouble {
  padding-top: 80px;
  border-bottom-width: 3px;
}
.top-trouble::before {
  width: 1120px;
  height: 243px;
}
.top-trouble:has(+ .top-about)::after {
  width: 76px;
  height: 33px;
}
.top-trouble__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 13px;
}
.top-trouble__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 120px;
  outline-width: 3px;
  outline-offset: -3px;
}
.top-trouble__item::before {
  font-size: 8rem;
  margin: -18px -3px -39px;
  -webkit-text-stroke-width: 10px;
  top: -9px;
  left: 18px;
}
.top-trouble__item:nth-last-of-type(2n) {
  margin-top: 30px;
}
.top-trouble__item p {
  text-align: center;
  font-size: var(--font-size-gl);
  line-height: var(--line-height-gl);
  padding: 0 1em;
  word-break: keep-all;
}

/*そんな時は
お掃除コンシェルジュWATにお任せください！
-----------------------------*/
.top-about {
  padding: 80px 0;
  background: url(../img/index/bg_about.jpg) no-repeat center/cover;
}
.top-about__box {
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 0 0 3px var(--color-blue) inset;
  background: #fff;
}
.top-about__box::after {
  width: 100%;
  height: 253px;
  bottom: -81px;
}
.top-about__title .ja {
  font-size: 4.2rem;
  line-height: 1.1904762;
}
.top-about__title .ja:first-child {
  margin-top: -6px;
}
.top-about__title .ja:last-child, .top-about__title .ja:has(+ .en) {
  margin-bottom: -4px;
}

/*対応エリア
-----------------------------*/
.top-area .inbox {
  display: grid;
  grid-template: "title text" auto "list list" auto/1fr 620px;
  row-gap: 40px;
  padding: 0 50px;
}
.top-area__title {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0;
  grid-area: title;
}
.top-area__text {
  grid-area: text;
}
.top-area__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px 80px;
  grid-area: list;
}
.top-area__item {
  width: 450px;
}
.top-area__item-image figcaption {
  width: 77.7778%;
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xxl);
  padding: calc(35px + var(--margin-height-xxl)) 0 calc(20px + var(--margin-height-xxl));
}
.top-area__item-image figcaption::before {
  height: 60px;
  top: -34px;
}
.top-area__item-cities {
  line-height: 2;
  padding: calc(30px - 0.5em) 30px;
}

/*お掃除コンシェルジュWATが選ばれる理由
-----------------------------*/
.top-feature::before {
  width: calc(50% - 310px);
}
.top-feature__title {
  align-items: flex-end;
  text-align: right;
  margin-bottom: 0;
}
.top-feature__title .ja {
  max-width: 14em;
}
.top-feature__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.top-feature__list::before {
  width: calc(100% - 20px);
  height: 168px;
  bottom: 100%;
}
.top-feature__item {
  display: grid;
  grid-template: "image title" auto "text text" auto/160px 1fr;
  gap: 20px;
  width: 520px;
  min-height: 305px;
  outline-width: 3px;
  outline-offset: -3px;
  padding: 40px 30px;
}
.top-feature__item:nth-of-type(2n) {
  margin-top: 50px;
}
.top-feature__item-image {
  grid-area: image;
}
.top-feature__item-title {
  grid-area: title;
}
.top-feature__item-title .num {
  font-size: var(--font-size-xs);
  margin: -4px 0 6px;
}
.top-feature__item-title .num::after {
  font-size: 2em;
}
.top-feature__item-title .txt {
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xxl);
  letter-spacing: var(--letter-spacing-base);
  word-break: keep-all;
  background: linear-gradient(to top, transparent 2px, var(--color-blue) 2px, var(--color-blue) calc(100% - 3px), transparent calc(100% - 3px));
}
.top-feature__item-text {
  grid-area: text;
}
.top-feature__item-text p {
  display: inline;
}

/*実績紹介
-----------------------------*/
.top-works__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.top-works__item {
  width: 520px;
  padding: 40px 30px 80px;
  outline-width: 3px;
  outline-offset: -3px;
}
.top-works__item-title {
  margin-bottom: 30px;
}
.top-works__item-title > span {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
  margin: var(--margin-height-xl) 0;
}
.top-works__item-image {
  width: 220px;
}
.top-works__item-image img {
  outline-width: 3px;
  outline-offset: -3px;
}
.top-works__item-image figcaption {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 10px;
}
.top-works__item-link {
  height: 50px;
  padding: 0 28px;
}
.top-works__item-link::before {
  width: 0.5em;
  font-size: 2em;
  margin-right: 0.5em;
}
.top-works__link {
  margin: 50px auto 0;
}

/*===============================================
  料金案内
===============================================*/
.price-list .inbox {
  grid-template: "title list" auto "note list" 1fr/1fr 800px;
  gap: 30px 50px;
}
.price-list__title {
  grid-area: title;
  margin-bottom: 0;
}
.price-list__note {
  grid-area: note;
}
.price-list__groups {
  grid-area: list;
}
.price-list__group {
  margin-bottom: 50px;
}
.price-list__item {
  padding-bottom: calc(20px + var(--margin-height-base));
  margin-bottom: calc(20px + var(--margin-height-base));
}
.price-list__item-name {
  max-width: 43em;
}
.price-list__item-fee {
  font-size: var(--font-size-gl);
  line-height: 1.3333334;
}
.price-list__item-note {
  font-size: var(--font-size-xs);
  line-height: 1.5;
  padding: calc(10px - 0.25em) 10px;
  margin-top: calc(15px - 0.333333334em);
}

/*===============================================
  ご利用案内
===============================================*/
/*ご依頼の流れ
-----------------------------*/
.info-flow__item {
  display: grid;
  grid-template: "image title" auto "image text" 1fr/200px 1fr;
  gap: 25px 20px;
  outline-width: 3px;
  outline-offset: -3px;
  padding: 40px 30px;
  margin-bottom: 40px;
}
.info-flow__item::after {
  width: 15px;
  height: 40px;
  background-image: radial-gradient(circle, var(--color-blue) 7.5px, transparent 7.5px);
  background-position: left center;
  background-repeat: repeat-y;
  background-size: 15px 21px;
  top: 100%;
  left: 125px;
}
.info-flow__item-num {
  font-size: var(--font-size-xs);
  margin: -3px 0 -2px;
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 1;
}
.info-flow__item-num::after {
  font-size: 2.5em;
}
.info-flow__item-title {
  grid-area: title;
  margin-bottom: 0;
}
.info-flow__item-text {
  grid-area: text;
  padding-right: 30px;
}
.info-flow__item-text p {
  word-break: keep-all;
}
.info-flow__item-text .mb:has(+ .min) {
  margin-bottom: 1.2em;
}
.info-flow__item-text .min {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
}
.info-flow__item-image {
  grid-area: image;
}

/*よくある質問
-----------------------------*/
.info-faq__item {
  min-height: 140px;
  outline-width: 3px;
  outline-offset: -3px;
  margin-bottom: 30px;
}
.info-faq__item-title {
  padding: 15px 30px;
}
.info-faq__item-title::before {
  width: 30px;
}
.info-faq__item-title > span {
  width: calc(100% - 40px);
  font-size: var(--font-size-gl);
  line-height: var(--line-height-gl);
  margin-top: 3px;
}
.info-faq__item-answer {
  padding: 20px 30px;
}
.info-faq__item-answer::before {
  width: 30px;
}
.info-faq__item-answer p {
  width: calc(100% - 40px);
  margin-top: 3px;
}

/*===============================================
  実績紹介
===============================================*/
.works-list__group {
  padding-top: 50px;
  padding-bottom: 30px;
}
.works-list__group:first-of-type {
  margin-top: -50px;
}
.works-list__group-title::before {
  height: 100%;
}
.works-list__group-title > span {
  line-height: 1.2;
}
.works-list__group-images:has(+ .works-list__group-text) {
  margin-bottom: 30px;
}
.works-list__group-image {
  width: 395px;
}
.works-list__group-image img {
  outline-width: 3px;
  outline-offset: -3px;
}
.works-list__group-image figcaption {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 15px;
}
.works-list__group-text {
  margin: var(--margin-height-base) 0;
}

/*===============================================
  会社案内
===============================================*/
/*ご挨拶
-----------------------------*/
.company-greeting__image {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.company-greeting__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-greeting__box {
  position: relative;
  z-index: 0;
}
.company-greeting__box-title {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  height: 250px;
  padding-left: 240px;
  padding-bottom: 48px;
  margin-bottom: 40px;
}
.company-greeting__box-title::after {
  height: 147px;
  right: 2px;
}
.company-greeting__box-title .txt {
  font-size: 2.4rem;
  filter: drop-shadow(3px 3px 5px rgba(51, 51, 51, 0.25));
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.company-greeting__box-title .txt:has(+ .sub) {
  margin-bottom: 20px;
}
.company-greeting__box-title .txt .grad-wrap {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin: 0 -0.35em 0 -0.5em;
}
.company-greeting__box-title .txt .shadow {
  -webkit-text-stroke-width: 4px;
}
.company-greeting__box-title .sub {
  font-size: var(--font-size-gl);
  line-height: 1.3888888889;
  padding: 15px 10px;
}

/*会社情報
-----------------------------*/
.company-information:has(.company-information__map) {
  padding-bottom: 0;
}
.company-information__table {
  padding: calc(12px + var(--margin-height-base)) 30px;
  outline-width: 3px;
  outline-offset: -3px;
}
.company-information__table tr td .com-replace {
  height: 13px;
}
.company-information__map {
  height: 450px;
  margin-top: 50px;
}

/*==================================================
 ニュース一覧
================================================== */
.news-archive .inbox {
  grid-template: "title list" auto "tag list" 1fr/1fr 800px;
  gap: 30px 50px;
}
.news-archive__title {
  grid-area: title;
  margin-bottom: 0;
}
.news-archive .tag-select {
  grid-area: tag;
  padding-right: 20px;
}
.news-archive .tag-select__box {
  min-width: 100%;
}
.news-archive__list-wrap {
  grid-area: list;
}
.news-archive__item {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-archive__item-image {
  width: 160px;
  outline-width: 3px;
  outline-offset: -3px;
}
.news-archive__item-image img {
  aspect-ratio: 1.3333333333;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-archive__item-inner {
  width: calc(100% - 190px);
  row-gap: 20px;
}
.news-archive__item-date {
  font-size: 1.6rem;
  line-height: 1;
}
.news-archive__item-title {
  margin: var(--margin-height-base) 0;
}
.news-archive__item-tags {
  gap: 9px;
}
.news-archive__item-tag {
  font-size: var(--font-size-xs);
  line-height: calc(1em + 10px);
  padding: 0 10px;
}

/*タグリスト
-----------------------------*/
.tag-select {
  margin-bottom: 50px;
}
.tag-select__box {
  min-width: 240px;
}
.tag-select__box::after {
  right: 18px;
}
.tag-select__dropdown {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: 12px 48px 12px 12px;
}

/*==================================================
 ニュース詳細
================================================== */
.news-detail__post {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  margin-bottom: 20px;
}
.news-detail__box {
  background: #fff;
  outline: solid var(--color-blue) 3px;
  outline-offset: -3px;
  border-radius: 8px;
  padding: 60px 50px;
}

/*==================================================
 お問い合わせ
================================================== */
.contact-form {
  padding: 100px 0;
}
.contact-form__table {
  margin-bottom: 56px;
}
.contact-form__table tr th {
  width: 310px;
  text-align: left;
  line-height: 2.375;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  font-size: var(--font-size-sm);
  line-height: 2;
  padding: 0 10px;
  margin-top: 5px;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.375;
  padding-left: 40px;
}
.contact-form .contact-submits-wrap {
  padding-top: 32px;
}
.contact-form .contact-submits-wrap > * {
  width: 320px;
  height: 60px;
  margin: 20px 15px 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
.contact-complete {
  padding: 100px 0;
}
.contact-complete__title .ja {
  word-break: keep-all;
}
.contact-complete__text {
  text-align: center;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy-policy {
  padding: 100px 0;
}
.privacy-policy__title .ja {
  word-break: keep-all;
}
.privacy-policy__box {
  margin-bottom: 60px;
}

/*==================================================
 サイトマップ
================================================== */
.sitemap-list {
  padding: 100px 0;
}
.sitemap-list__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 20px 60px;
}
.sitemap-list__link {
  font-size: 1.8rem;
  line-height: 1.66667;
  padding: 15px 20px;
}

/*===============================================
  404エラー
===============================================*/
.error-message {
  padding: 100px 0;
}