@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================
  カラー変数
=================================*/
/*===============================
  フォント変数
=================================*/
/* font-family */
/* font-weight */
/* 行間削除 */
/*===============================
  Bootstrap icon変数
=================================*/
/*===============================
  パターン変数
=================================*/
:root {
  /* カラー */
  --color-text: #7a6246;
  --color-white: #fff;
  --color-yellow: #ffedbb;
  --color-green: #309041;
  --color-mint: #a6d5c5;
  /* font-family */
  --font-family-kaku: "Zen Kaku Gothic New", sans-serif;
  --font-family-sawarabi: "Sawarabi Gothic", sans-serif;
  --font-family-montserrat: "Montserrat", sans-serif;
  --font-family-icon: "bootstrap-icons";
  /* font-weight */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semiBold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  /* pattern */
  --pattern-bg: url(../img/common/pt-bg_white.png);
  --pattern-bg-brown: url(../img/common/pt-bg_brown.png);
  --pattern-grid: url(../img/common/pt-grid.png);
}

@media screen and (min-width: 768px) {
  :root {
    /* フォントサイズ */
    --font-size-h1: 4.8rem;
    --font-size-h2: 4rem;
    --font-size-h3: 3.2rem;
    --font-size-h4: 2.8rem;
    --font-size-h5: 2.4rem;
    --font-size-h6: 1.8rem;
    --font-size-base: 1.6rem;
    --font-size-sm: 1.4rem;
    --font-size-xs: 1.2rem;
    /* line-height */
    --line-height-h1: 1;
    --line-height-h2: 1.625;
    --line-height-h3: 1.40625;
    --line-height-h4: 1;
    --line-height-h5: 1;
    --line-height-h6: 1.3888889;
    --line-height-base: 1.875;
    --line-height-sm: 1.714286;
    --line-height-xs: 1.6666667;
    /* letter-spacing */
    --letter-spacing-xl: 0.25em;
    --letter-spacing-lg: 0.15em;
    --letter-spacing-base: 0.1em;
    --letter-spacing-sm: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  :root {
    /* フォントサイズ */
    --font-size-h1: 2em;
    --font-size-h2: 1.75em;
    --font-size-h3: 1.5625em;
    --font-size-h4: 1.375em;
    --font-size-h5: 1.25em;
    --font-size-h6: 1.125em;
    --font-size-base: 1em;
    --font-size-sm: 0.875em;
    --font-size-xs: 0.75em;
    /* line-height */
    --line-height-title: 1.5;
    --line-height-base: 1.875;
    --line-height-sm: 1.714286;
    --line-height-xs: 1.666667;
    /* letter-spacing */
    --letter-spacing-xl: 0.15em;
    --letter-spacing-lg: 0.125em;
    --letter-spacing-base: 0.1em;
    --letter-spacing-sm: 0.05em;
  }
}
/*===============================================
  切り替え用
===============================================*/
.sp-none {
  display: none !important;
}

.com-table table,
.com-table table tbody,
.com-table table th,
.com-table table tr,
.com-table table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  font-size: var(--font-size-sm);
  padding-top: 2.5em;
}
.pagenation li {
  width: 2em;
  line-height: 2.15;
  margin: 0.5em 0.5em 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated__list {
  font-size: var(--font-size-sm);
  padding-top: 1.5em;
  margin-top: 2.5em;
}
.paginated__link {
  line-height: var(--line-height-sm);
  letter-spacing: var(--letter-spacing-base);
}
.paginated__link-title {
  font-size: max(1rem, 0.85em);
}
.paginated__link--prev .paginated__link-txt::before {
  margin-right: 0.5em;
}
.paginated__link--next .paginated__link-txt::after {
  margin-left: 0.5em;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
  font-size: clamp(1.3rem, 3.5555555556vw, 1.6rem);
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: clamp(72px, 20vw, 90px);
}
#header .header__logo {
  width: clamp(54px, 16vw, 72px);
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 2.5em 0 2em;
}
#footer .footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 90%;
  row-gap: 2.5em;
}
#footer .footer__logo {
  width: clamp(54px, 16vw, 72px);
  margin: 0 auto 1.5em;
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  line-height: 1.5;
  row-gap: 1em;
  margin-block: calc((1em - 1lh) / 2);
}
#footer .footer__add {
  text-align: center;
}
#footer .footer__other {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer__other dt::after {
  content: "｜";
}
#footer .footer__other dd {
  margin-right: 1em;
}
#footer .footer__other dd:last-of-type {
  margin-right: 0;
}
#footer .footer__links {
  gap: clamp(30px, 8.8888888889vw, 40px);
}
#footer .footer__link--sns {
  width: clamp(40px, 11.1111111111vw, 50px);
}
#footer .footer__link .com-btn {
  width: 15em;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 100%;
}
.footer-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-sm);
}
.footer-nav__item::after {
  content: "｜";
  color: var(--color-mint);
  margin: 0 0.5em;
}
.footer-nav__item:last-of-type::after {
  display: none;
}
.footer-nav__item:nth-last-of-type(n + 3) {
  display: none;
}
.footer-nav__link {
  line-height: 2;
}

/*コピーライト
-----------------------------*/
.copy {
  font-size: var(--font-size-xs);
  padding: 0.5em 0;
}
.copy p {
  line-height: var(--line-height-xs);
}

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

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

/*===============================================
  visual
===============================================*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: min(585px, 150vw - clamp(72px, 20vw, 90px));
}
.visual__main-catch {
  width: min(450px, 100vw);
}
.visual__main-images {
  display: grid;
  grid-template: repeat(4, 25%)/repeat(2, 50%);
}
.visual__main-image--big {
  grid-column: span 2;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(160px, 50vw, 225px);
}
.visual__sub::before {
  width: 64%;
}
.visual__sub-catch {
  font-size: clamp(2rem, 6.2222222222vw, 2.8rem);
  -webkit-text-stroke: #f9f7f4 0.125em;
  paint-order: stroke;
  padding-left: 5vw;
}
.visual__sub-catch .en {
  font-size: 0.75em;
  margin-bottom: 0.5em;
}

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

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding: 0.5em 0;
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb__item {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

/*===============================================
  main共通
===============================================*/
.section {
  padding: min(80px, 17.7777777778vw) 0;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  font-size: var(--font-size-h1);
  row-gap: 0.25em;
}
.com-tel-num::before {
  font-size: 0.75em;
  margin-right: 0.25em;
}
.com-tel-num span {
  letter-spacing: var(--letter-spacing-sm);
  margin: -0.2em calc(var(--letter-spacing-sm) * -1) -0.075em 0;
}
.com-tel .com-replace {
  font-size: 0.375em;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 17em;
  height: clamp(50px, 13.3333333333vw, 60px);
  border-radius: 8px;
  padding-left: 1em;
  margin-inline: auto;
}

/*テーブル
-----------------------------*/
.com-table tr {
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
}
.com-table tr th {
  margin-bottom: 0.5em;
}
/*テキストボックス
-----------------------------*/
.com-text br {
  display: none;
}
.com-text .mb {
  margin-bottom: 1.5em;
}

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

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  font-size: var(--font-size-h3);
  margin-bottom: 1.6em;
}
.com-title01 .en {
  font-size: 0.5em;
  letter-spacing: var(--letter-spacing-base);
  padding: 0.5em calc(0.875em - var(--letter-spacing-base)) 0.5em calc(0.875em + var(--letter-spacing-base));
  margin-bottom: 1em;
}
.com-title01 .ja {
  line-height: var(--line-height-title);
  letter-spacing: var(--letter-spacing-xl);
  margin-right: calc(var(--letter-spacing-xl) * -1);
}
.com-title01 .ja .b {
  font-size: 1.2em;
  line-height: 1;
}

/*中タイトル
-----------------------------*/
.com-title02 {
  font-size: var(--font-size-h4);
  margin-bottom: 1.25em;
}
.com-title02 > span {
  line-height: var(--line-height-title);
  letter-spacing: var(--letter-spacing-lg);
  margin-right: calc(var(--letter-spacing-lg) * -1);
}

/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  background-size: auto min(225px, 50vw);
  padding: min(180px, 40vw) 0 10px;
}
.com-contact::before {
  display: none;
}
.com-contact__inner {
  padding: 1.875em 1.25em;
}
.com-contact__inner::before {
  width: 98vw;
  max-width: 480px;
  height: min(120px, 26.6666666667vw);
  bottom: -10px;
}
.com-contact__text {
  margin-top: 0;
}
.com-contact__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.5em;
  padding-top: 1.5em;
  margin-top: 2em;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*こんなお悩みございませんか？
-----------------------------*/
.top-worries {
  padding-bottom: 0;
}
.top-worries__list {
  padding: 1.875em 1.25em 2.5em;
}
.top-worries__list::after {
  width: 96vw;
  max-width: 480px;
  height: min(120px, 26.6666666667vw);
  bottom: 100%;
}
.top-worries__item {
  padding-left: 1.75em;
  margin-bottom: 1.25em;
}
.top-worries__item::before {
  font-size: 1em;
  line-height: var(--line-height-base);
}
.top-worries__item:last-of-type {
  margin-bottom: 0;
}
.top-worries__item br {
  display: none;
}
.top-worries__text {
  font-size: var(--font-size-h4);
  justify-content: center;
  padding: 2em 0 1.875em;
  margin: 2em 0 0;
}
.top-worries__text p {
  line-height: var(--line-height-title);
  letter-spacing: var(--letter-spacing-sm);
  margin-right: calc(var(--letter-spacing-sm) * -1 - 0.5em);
}
.top-worries__text p::before {
  width: calc(100% + 2em);
  height: 1.25em;
}

/*そのお悩み、
住感工房にお任せください！
-----------------------------*/
.top-about__btn {
  margin-top: 2.5em;
}

/*住感工房の想いを動画でご紹介！
-----------------------------*/
.top-movie {
  padding-top: 0;
}
.top-movie::before {
  height: min(135px, 30vw);
}
.top-movie__images {
  display: grid;
  grid-template: repeat(2, 1fr)/1.5fr 1fr;
  margin-bottom: min(60px, 13.3333333333vw);
}
.top-movie__image--left {
  grid-row: span 2;
}
.top-movie__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*住感工房の特徴
-----------------------------*/
.top-feature {
  padding: 0;
}
.top-feature__inner {
  padding: min(80px, 17.7777777778vw) 0;
}
.top-feature__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25em;
  max-width: 405px;
  margin-inline: auto;
}
.top-feature__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 1;
  border-radius: 1em;
  row-gap: 0.5em;
  padding-bottom: 0.5em;
}
.top-feature__item::before {
  display: block;
  text-align: center;
  font-size: var(--font-size-h2);
  margin: -0.1em 0;
}
.top-feature__icon {
  text-align: center;
}
.top-feature__icon img {
  width: 4em;
  aspect-ratio: 73/71;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-feature__text {
  line-height: var(--line-height-title);
  padding-inline: 0.5em;
}
.top-feature__btn {
  margin-top: 2.5em;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr {
  padding: 0;
}
.top-bnr::before, .top-bnr::after {
  display: none;
}
.top-bnr__list {
  width: 100%;
}
.top-bnr__item {
  margin-bottom: 2px;
}
.top-bnr__item:last-of-type {
  margin-bottom: 0;
}
.top-bnr__item:hover .top-bnr__link::after {
  width: 200%;
}
.top-bnr__link {
  padding: 2em 1.5em;
}
.top-bnr__link::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--color-text) 60%, transparent);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.4s ease-out;
  opacity: 0.64;
}
.top-bnr__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-out;
}
.top-bnr__title {
  margin-bottom: 1.5em;
}
.top-bnr__title .en {
  font-size: var(--font-size-h6);
  margin-bottom: 1em;
}
.top-bnr__title .ja {
  max-width: calc(100% - 2.27273em);
  font-size: var(--font-size-h4);
  padding-bottom: 0.25em;
}
.top-bnr__title::after {
  font-size: 1.25em;
  width: 2em;
  margin-right: 0.5em;
}

/*施工実績
-----------------------------*/
.top-works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875em 1em;
  grid-area: list;
}
.top-works__item:nth-of-type(3) {
  display: none;
}
.top-works__image {
  margin-bottom: 1em;
}
.top-works__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works__heading {
  font-size: var(--font-size-h6);
  line-height: 1.33334;
}
.top-works__btn {
  margin-top: 2.5em;
}
/*お知らせ
-----------------------------*/
.top-news__title::after {
  content: "";
  width: 12em;
  height: 2.5em;
  background: url(../img/index/deco_news.png) no-repeat right bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5em;
  z-index: -1;
}
.top-news__item {
  padding-bottom: 1.25em;
  margin-bottom: 1.5em;
}
.top-news__item-link {
  row-gap: 1em;
}
.top-news__item-tags {
  font-size: var(--font-size-sm);
  line-height: 1.5;
}
.top-news__btn {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-h6);
  line-height: 2;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-left: auto;
  margin-top: 2.5em;
}
.top-news__btn::before {
  width: 2em;
  font-size: 1.25em;
}

/*===============================================
  住感工房について
===============================================*/
/*私たちの想い
-----------------------------*/
.about-thoughts__feeling {
  padding: 1.875em 1.25em;
  margin-bottom: 4em;
}
.about-thoughts__feeling::after {
  width: 2em;
  right: -1em;
  bottom: 0.5em;
}
.about-thoughts__feeling-title > span {
  word-break: keep-all;
}
.about-thoughts__feeling-list {
  margin-bottom: 2.5em;
}
.about-thoughts__feeling-item {
  display: grid;
  grid-template-columns: 6em 1fr;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-bottom: 2em;
}
.about-thoughts__feeling-item:last-of-type {
  margin-bottom: 0;
}
.about-thoughts__feeling-heading {
  width: 100%;
}
.about-thoughts__feeling-heading::before {
  font-size: var(--font-size-h4);
  margin: -0.25em 0 0.1em;
}
.about-thoughts__feeling-heading > span {
  font-size: var(--font-size-base);
}
.about-thoughts__feeling-body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.about-thoughts__box-image {
  margin-top: 2.5em;
}
.about-thoughts__box-image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*住感工房の特徴
-----------------------------*/
.about-feature {
  padding: 0;
}
.about-feature__inner {
  padding: min(80px, 17.7777777778vw) 0;
}
.about-feature__item {
  margin-bottom: 2.5em;
}
.about-feature__icon {
  width: 10em;
  row-gap: 1em;
  margin: 0 auto 2em;
}
.about-feature__icon::before {
  font-size: var(--font-size-h2);
  margin-block: -0.1em;
}
.about-feature__icon img {
  width: 4em;
  aspect-ratio: 73/71;
  -o-object-fit: contain;
     object-fit: contain;
}

/*会社情報
-----------------------------*/
.about-company__table tr td .com-replace {
  font-size: var(--font-size-sm);
}
.about-company__map {
  height: min(360px, 80vw);
  margin-top: 2.5em;
}

/*===============================================
  リフォーム
===============================================*/
/*住感工房のリフォーム
-----------------------------*/
.reform-about {
  padding-bottom: 0;
}
.reform-about__image {
  width: 100vw;
  margin-top: min(60px, 13.3333333333vw);
  margin-left: -5vw;
}
.reform-about__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*リフォーム例
-----------------------------*/
.reform-example__heading {
  padding-top: 2.5em;
}
.reform-example__heading:first-of-type {
  padding-top: 0;
}
.reform-example__images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 40vw), 1fr));
  gap: 1.5em 1em;
}
.reform-example__image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1em;
}
.reform-example__image figcaption {
  text-align: center;
  font-size: var(--font-size-h6);
  line-height: var(--line-height-title);
  margin-block: calc((1em - 1lh) / 2);
  word-break: keep-all;
}
.reform-example__image figcaption .min {
  display: block;
  font-size: 0.8333334em;
  margin-inline: -0.5em;
}
.reform-example__text {
  justify-content: center;
  padding: 2em 0 1.875em;
  margin: 2.25em 0 0;
}
.reform-example__text .main {
  line-height: var(--line-height-title);
  letter-spacing: var(--letter-spacing-sm);
  margin-right: calc(var(--letter-spacing-sm) * -1 - 0.5em);
}
.reform-example__text .main::before {
  width: calc(100% + 2em);
  height: 1.25em;
}
.reform-example__text .min {
  font-size: 0.5em;
  margin-top: 2em;
}

/*施工実績
-----------------------------*/
.reform-works__inner::before {
  max-width: 1280px;
  min-width: 1200px;
}
.reform-works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875em 1em;
  grid-area: list;
}
.reform-works__item:nth-of-type(3) {
  display: none;
}
.reform-works__image {
  margin-bottom: 1em;
}
.reform-works__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reform-works__heading {
  font-size: var(--font-size-h6);
  line-height: 1.33334;
}
.reform-works__btn {
  margin-top: 2.5em;
}
/*費用の目安
-----------------------------*/
.reform-cost__title {
  margin-bottom: 1.5em;
}
.reform-cost__box {
  padding-top: 3em;
  margin-bottom: 1em;
}
.reform-cost__box::after {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-title);
  padding: 2.5em 0;
}
.reform-cost__item {
  padding-bottom: 1em;
  margin-bottom: 1em;
}

/*===============================================
  初めての方へ
===============================================*/
/*ご依頼の流れ
-----------------------------*/
.beginner-flow__item {
  padding: 1.25em 1.25em 1.75em;
  margin-bottom: 2.5em;
}
.beginner-flow__item::after {
  width: 0.5em;
  height: 2.5em;
  left: 50%;
  transform: translateX(-50%);
}
.beginner-flow__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.beginner-flow__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5em 1.25em;
  padding-top: 1.25em;
}
.beginner-flow__num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 4em;
  aspect-ratio: 1;
  line-height: 1.25;
  border-radius: 50%;
  border: solid 1px var(--color-text);
  padding-left: var(--letter-spacing-base);
}
.beginner-flow__num::after {
  font-size: var(--font-size-h5);
  line-height: 1;
}
.beginner-flow__heading {
  width: calc(100% - 5em);
  margin-bottom: 0;
}
.beginner-flow__heading > span {
  word-break: keep-all;
}
.beginner-flow__text {
  width: 100%;
}
.beginner-flow__contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 1em;
}
.beginner-flow__mail {
  margin-inline: 0;
}

/*よくある質問
-----------------------------*/
.beginner-faq__item {
  padding: 1.875em 1.25em;
  margin-bottom: 1.25em;
}
.beginner-faq__heading {
  grid-template-columns: 1.875em 1fr;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-bottom: 1.25em;
}
.beginner-faq__heading > span {
  font-size: var(--font-size-h6);
  line-height: 1.66667;
}
.beginner-faq__body {
  padding-left: 2.875em;
  margin-bottom: calc((1em - 1lh) / 2);
}

/*===============================================
  施工実績・お客様の声
===============================================*/
/*一覧ページ
-----------------------------*/
.works-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875em 1em;
  grid-area: list;
}
.works-list__image {
  margin-bottom: 1em;
}
.works-list__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-list__heading {
  font-size: var(--font-size-h6);
  line-height: 1.33334;
}

/*詳細ページ
-----------------------------*/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(0.5em);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.works-detail__images {
  padding-bottom: 10px;
}
.works-detail__images:has(+ .works-detail__text) {
  margin-bottom: 2.5em;
}
.works-detail__text {
  padding-top: 1em;
}
.works-detail__text::after {
  content: "\f138";
  font-family: var(--font-family-icon);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-h3);
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  right: 0.5em;
  top: -1em;
  z-index: -1;
  animation: scroll 2.4s infinite;
}
.works-detail__image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.works-detail__voice {
  padding-top: 80px;
}
.works-detail__voice-image {
  text-align: center;
  max-width: 900px;
  margin-inline: auto;
}

/*==================================================
 ニュース一覧
================================================== */
.news-archive__item {
  padding-bottom: 1.25em;
  margin-bottom: 1.5em;
}
.news-archive__item-link {
  row-gap: 1em;
}
.news-archive__item-tags {
  font-size: var(--font-size-sm);
  line-height: 1.5;
}

/*タグリスト
-----------------------------*/
.tag-select {
  margin-bottom: 2.5em;
}
.tag-select__box {
  min-width: 10em;
}
.tag-select__box::after {
  right: 0.75em;
}
.tag-select__dropdown {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: 1em 2.5em 1em 1em;
}

/*==================================================
 ニュース詳細
================================================== */
.news-detail__post {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  margin-bottom: 1em;
}
/*==================================================
 お問い合わせ
================================================== */
.contact-form__table {
  margin-bottom: 2.5em;
}
.contact-form__table tr th {
  margin-bottom: 1em;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: 0 0.5em;
  margin-top: 0.25em;
}
.contact-form__table tr th .upload-notice {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  margin-top: 0.5em;
}
.contact-form__table tr td select,
.contact-form__table tr td textarea,
.contact-form__table tr td input[type=tel],
.contact-form__table tr td input[type=num],
.contact-form__table tr td input[type=text],
.contact-form__table tr td input[type=email],
.contact-form__table tr td input[type=url] {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em 1em;
}
.contact-form__table tr td .upload-item-wrap {
  font-size: var(--font-size-xs);
}
.contact-form__table tr td .upload-item-wrap .ancion-btn {
  width: 9em;
}
.contact-form__table tr td .upload-items,
.contact-form__table tr td .imgs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1em;
}
.contact-form .contact-submits-wrap {
  padding-top: 1em;
}
.contact-form .contact-submits-wrap > * {
  width: 20em;
  max-width: 100%;
  height: clamp(50px, 13.3333333333vw, 60px);
  margin: 0 auto 1.25em;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 1.875em 1.25em;
  margin-bottom: 1.5em;
}

/*==================================================
 サイトマップ
================================================== */
.sitemap-list__item {
  margin-bottom: 0.75em;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

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