@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(8px, 2.2222222222vw, 10px);
  scroll-padding-top: 8rem;
}

.sp-none {
  display: none !important;
}

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 8rem;
}
#header .header__logo img {
  height: 2.1rem;
  aspect-ratio: 275/21;
  -o-object-fit: contain;
     object-fit: contain;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 6.4rem 4rem;
}
#footer .footer__inner {
  width: 90%;
}
#footer .footer__left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
}
#footer .footer__logo img {
  height: 2.4rem;
}
#footer .footer__info {
  align-items: center;
  row-gap: 2.4rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: calc(var(--font-size-base) - 1px);
  margin-top: 4rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1rem;
}
.footer-nav__item {
  grid-column: span 2;
  padding-bottom: 1px;
  position: relative;
}
.footer-nav__item:has(.nav-link--news), .footer-nav__item:has(.nav-link--news) ~ .footer-nav__item {
  font-size: calc(var(--font-size-sm) - 1px);
  grid-column: span 1;
}
.footer-nav__item::after {
  content: "";
  width: 100%;
  height: 1px;
  -webkit-mask: url(../img/common/frame_line.png) repeat-x left bottom;
          mask: url(../img/common/frame_line.png) repeat-x left bottom;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.footer-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2;
  padding: 1.5rem 4vw;
}
.footer-nav__link::after {
  content: "";
  display: block;
  width: 0.8rem;
  aspect-ratio: 4/5;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-top: 3.6rem;
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  right: 1rem;
  bottom: 1rem;
}

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 60rem;
  padding-top: 1.5rem;
}
.visual__catch--main {
  width: 36rem;
}
.visual__images {
  display: grid;
  grid-template: 25% 25% 50%/1fr 1fr;
  grid-auto-flow: column;
  gap: 0.5rem;
}
.visual__image--lb {
  grid-row: span 2;
}
.visual__image--r {
  grid-column: span 2;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 24rem;
}
.visual__catch--sub {
  width: 90%;
  max-width: 50rem;
  height: 10rem;
}
.visual__catch--sub img {
  height: 2.4rem;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  padding-block: calc(2.5rem - 0.5em);
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb + .section {
  padding-top: 10rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}
.section:last-of-type.com-contact {
  padding-block-end: 4.5rem;
}
.section--bg::before {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 1.2rem;
}
.com-tel__num {
  font-size: 3rem;
}
.com-tel__num .label {
  font-size: 1.5rem;
}
.com-tel__num .num {
  margin-block: -0.6rem -0.2rem;
}
.com-tel__num:has(+ .com-tel__txt), .com-tel__num:has(+ .com-replace) {
  margin-bottom: 0.8rem;
}
.com-tel__txt {
  font-size: calc(var(--font-size-xs) + 1px);
}
.com-tel .com-replace {
  font-size: var(--font-size-xs);
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 30rem;
  height: 6rem;
}
.com-btn img {
  height: var(--font-size-base);
}
.com-btn::after {
  width: 1rem;
  right: 2rem;
}

.com-mail,
.com-line {
  max-width: 100%;
  padding: 2px;
  padding-right: 1.2rem;
}
.com-mail img,
.com-line img {
  height: 1.8rem;
}
.com-mail::before,
.com-line::before {
  width: 80px;
}

.com-mail::before {
  background-size: 40%;
}

/* SNS
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th,
.com-table tr td {
  padding: 1em 0.5em;
}
.com-table--noblock tr th {
  width: 6em;
}
.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}
.com-table:not(.com-table--noblock) tr td {
  padding-top: 0;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}

/* フレームボックス
-----------------------------*/
.com-image {
  outline-width: 0.6rem;
  outline-offset: -0.6rem;
}

/*お知らせ
-----------------------------*/
.com-post__item {
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
.com-post__item--image .com-post__link {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-post__item--image .com-post__image {
  width: 12rem;
}
.com-post__item--image .com-post__inner {
  gap: 1.5rem 1.5rem;
}
.com-post__item--image .com-post__heading > span {
  -webkit-line-clamp: 2;
  max-height: 2lh;
}
.com-post__link {
  gap: 2rem 2rem;
}
.com-post__tag {
  font-size: var(--font-size-sm);
  line-height: calc(1em + 1rem);
  padding-inline: calc(1em - 2px);
  border-radius: 0.4rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2rem;
  margin-bottom: 5rem;
}
.com-title01 img {
  height: calc(var(--font-size-h3) - 2px);
}
.com-title01 .en img {
  height: 2.4rem;
}
.com-title01 .en::before {
  width: calc(100% + 6rem);
  height: 2.1rem;
}
.com-title01 .ja::before {
  width: calc(100% + 25rem);
  max-width: 98vw;
  height: 5rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-block: 0;
}
.com-contact__box {
  width: 96%;
  padding: 6.4rem 3vw 4.5rem;
}
.com-contact__box::after {
  width: calc(100% + 1.2rem);
  height: 16rem;
  bottom: -7.2rem;
}
.com-contact__title {
  margin-bottom: 3rem;
}
.com-contact__title > span.ja::before {
  width: calc(100% + 10rem);
  max-width: 99vw;
  top: calc(50% - 4.5rem);
}
.com-contact__title img {
  height: 5.4rem;
}
.com-contact__title::after {
  width: calc(100% - 6rem);
  height: 3.6rem;
  top: -1.2rem;
}
.com-contact__text {
  letter-spacing: var(--letter-spacing-min);
}
.com-contact__text p {
  margin-inline-end: calc(var(--letter-spacing-min) * -1);
}
.com-contact__items {
  margin-top: 2.4rem;
}
.com-contact__item {
  padding: 3rem 1.6rem;
  margin-bottom: 2rem;
}
.com-contact__item:last-of-type {
  margin-bottom: 0;
}
.com-contact__item dt {
  width: 100%;
  font-size: var(--font-size-h6);
  padding: 0 3rem 1.5rem;
  margin-bottom: 2rem;
}
.com-contact__item dt::before {
  height: 1rem;
}
.com-contact__btn {
  width: 100%;
  margin-inline: auto;
}

/*求人セクション
-----------------------------*/
.com-recruit::after {
  width: 110rem;
  height: 20.8rem;
  left: calc(50% + 2rem);
  bottom: 8.7rem;
}
.com-recruit__title {
  margin-bottom: 4rem;
}
.com-recruit__title > span.ja::before {
  width: calc(100% + 8rem);
  max-width: 99vw;
  top: calc(50% - 6.8rem);
}
.com-recruit__title img {
  height: 6.4rem;
}
.com-recruit__text {
  text-align: center;
  font-weight: 700;
  word-break: keep-all;
}
.com-recruit__btn {
  margin: 4rem auto 0;
}

/*施工事例 一覧
-----------------------------*/
.case-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 2rem;
}
.case-list__link {
  line-height: 1.875;
}
.case-list__image img {
  width: 100%;
  aspect-ratio: 1.3333333333;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-list__image {
  margin-bottom: 1.5rem;
}
.case-list .com-post__tags {
  margin-bottom: 1.2rem;
}

/*施工事例 詳細
-----------------------------*/
.case-detail .com-post__tags {
  margin-bottom: 2rem;
}
.case-detail__heading {
  margin-bottom: 2.5rem;
}
.case-detail__images {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding-top: 0.5rem;
  margin-bottom: 3rem;
}
.case-detail__images::after {
  width: 1.2rem;
  aspect-ratio: 2/3;
}
.case-detail__image figcaption {
  width: 8rem;
  aspect-ratio: 80/27;
  top: -0.5rem;
  left: -0.5rem;
}

/*===============================================
  トップページ
===============================================*/
/*人と人とのつながりを
大切にした住まいづくり
-----------------------------*/
.top-about::after {
  width: 96vw;
  height: 45vw;
  bottom: 0;
}
.top-about__title {
  margin-bottom: 3.6rem;
}
.top-about__title > span.ja::before {
  width: calc(100% + 8rem);
  max-width: 98vw;
  top: calc(50% - 6.4rem);
}
.top-about__title img {
  height: 7.2rem;
}
.top-about__title::before {
  width: 36rem;
  height: 5rem;
  top: -3rem;
}
.top-about__images {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-top: 1.2rem;
}
.top-about__image--main {
  width: 45%;
}
.top-about__image--sub {
  width: 32%;
}
.top-about__image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

/*当社について
-----------------------------*/
.top-movie {
  padding-block: 0;
}
.top-movie__box {
  padding-block: 8rem;
}
.top-movie__box::before {
  width: 100vw;
  background-position: left top 1rem, left bottom 1rem, left top;
}
.top-movie__box::after {
  display: none;
}
.top-movie__title {
  margin-bottom: 4.5rem;
}
.top-movie__title > span.ja::before {
  max-width: 98vw;
  top: calc(50% - 2rem);
}
.top-movie__item::before {
  display: none;
}

/*事業内容
-----------------------------*/
.top-works::after {
  width: 98vw;
  height: 11rem;
  bottom: 0;
  z-index: 6;
  pointer-events: none;
}
.top-works__text {
  word-break: keep-all;
}
.top-works__items {
  margin-top: 4rem;
}
.top-works__item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: center;
  gap: 2.5rem 1.5rem;
  padding: 2.4rem 2.4rem 5rem;
  margin-bottom: 2rem;
}
.top-works__item:last-of-type {
  margin-bottom: 0;
}
.top-works__heading {
  gap: 1rem 0.6rem;
}
.top-works__heading img {
  height: 2rem;
}
.top-works__heading img.min {
  height: 1.4rem;
}
.top-works__body {
  grid-column: span 2;
}
.top-works__link {
  font-size: var(--font-size-lg);
  right: 1.2rem;
  bottom: 1.2rem;
}
.top-works__link img {
  height: 1em;
}

/*当社が選ばれる3つの理由
-----------------------------*/
.top-reason__title {
  margin-bottom: 4rem;
}
.top-reason__title > span.ja::before {
  width: calc(100% + 8rem);
  max-width: 98vw;
  top: calc(50% - 5.2rem);
}
.top-reason__title img {
  height: 3.6rem;
}
.top-reason__item {
  margin-bottom: 4rem;
}
.top-reason__item:last-of-type {
  margin-bottom: 0;
}
.top-reason__heading {
  height: 12rem;
  aspect-ratio: 300/120;
  padding-bottom: 1rem;
}
.top-reason__heading img {
  height: 5rem;
}
.top-reason__heading::after {
  width: 4.5rem;
  top: -0.5rem;
  left: -1.5rem;
}
.top-reason__inner {
  row-gap: 1.5rem;
  padding-block: 4rem 3.2rem;
}
.top-reason__inner::before {
  background-size: 100% 6rem, 100% 1.2rem;
}
.top-reason__num img {
  height: 2.4rem;
}
.top-reason__image {
  margin-bottom: 1rem;
  outline-width: 0.6rem;
  outline-offset: -0.6rem;
}
.top-reason__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}

/*対応エリア
-----------------------------*/
.top-area {
  padding-block-end: 2rem;
}
.top-area::after {
  width: 92vw;
  height: max(13.2rem, 25vw);
  bottom: 0;
}
.top-area__text .mb:has(strong) {
  margin-bottom: 1em;
}
.top-area__text strong {
  line-height: 1.77778;
}
.top-area__map {
  width: 24rem;
  margin-top: 1.5rem;
  margin-left: auto;
}

/*施工事例
-----------------------------*/
.top-case::before {
  height: calc(100% + 8rem);
}
.top-case__list {
  width: 90%;
  margin-inline: auto;
}
.top-case__item {
  margin-bottom: 1.5rem;
}
.top-case__item:last-of-type {
  margin-bottom: 0;
}
.top-case__link {
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.top-case__image {
  width: 13.2rem;
}
.top-case__image img {
  width: 100%;
  aspect-ratio: 1.3333333333;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-case__image {
  flex-shrink: 0;
}
.top-case__inner {
  width: 100%;
}
.top-case .com-post__tags {
  margin-bottom: 1.5rem;
}
.top-case__heading > span {
  -webkit-line-clamp: 2;
  max-height: 2lh;
}
.top-case__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  padding-top: 4rem;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding-block-start: 6.4rem;
}
.top-news__title {
  width: 20rem;
  aspect-ratio: 200/214;
  padding-top: 3.2rem;
  margin-bottom: 4rem;
}
.top-news__btn {
  margin: 4rem auto 0;
}

/*===============================================
  わたしたちの想い
===============================================*/
/*従業員紹介
-----------------------------*/
.about-staff__item {
  margin-bottom: 4rem;
}
.about-staff__heading {
  row-gap: 1.5rem;
  padding-bottom: 1.9rem;
  margin-bottom: 2.5rem;
}
.about-staff__image img {
  width: 100%;
  aspect-ratio: 1.25;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-staff__image {
  margin-bottom: 3rem;
}

/*インテリアツツミの強み
-----------------------------*/
.about-strengths__title > span.ja::before {
  width: calc(100% + 8rem);
  max-width: 98vw;
  top: calc(50% - 5.2rem);
}
.about-strengths__item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: center;
  gap: 2.5rem 1.5rem;
  padding: 6rem 2.4rem 3.2rem;
  margin-bottom: 3rem;
}
.about-strengths__item:last-of-type {
  margin-bottom: 0;
}
.about-strengths__num {
  position: absolute;
  top: 1.2rem;
  left: 2rem;
}
.about-strengths__num img {
  height: 2.4rem;
}
.about-strengths__heading {
  align-items: flex-start;
  text-align: left;
}
.about-strengths__body {
  grid-column: span 2;
}

/*リフォーム・リノベーションの流れ
-----------------------------*/
.about-flow__title > span.ja::before {
  width: calc(100% + 8rem);
  max-width: 98vw;
  top: calc(50% - 5.2rem);
}
.about-flow__item {
  padding: 2.4rem 2.4rem 3.2rem;
  margin-bottom: 5rem;
}
.about-flow__item::after {
  width: 5rem;
  height: 2rem;
  top: calc(100% + 1.5rem);
}
.about-flow__icon {
  width: 16rem;
  margin: 0 auto 2rem;
}
.about-flow__heading {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding-bottom: 1.4rem;
  margin-bottom: 2.5rem;
}
.about-flow__heading .num {
  width: 4rem;
}
.about-flow__heading > span {
  line-height: calc(1em + 1rem);
}
.about-flow__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2rem;
  padding-top: 3rem;
}
.about-flow__tel {
  row-gap: 0.8rem;
}
.about-flow__tel .com-tel__num {
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.about-flow__tel .com-tel__num .label {
  width: 8rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.46667;
  border-radius: 0.5rem;
}
.about-flow__time {
  justify-content: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: var(--font-size-sm);
}
.about-flow__time dt {
  font-size: calc(1em - 1px);
  padding: 0.3rem 0.8rem;
}
.about-flow__btns {
  width: 100%;
}
.about-flow__btn {
  margin-bottom: 1.2rem;
}
.about-flow__btn:last-of-type {
  margin-bottom: 0;
}

/*===============================================
  リフォーム・リノベーション
===============================================*/
/*こんなお悩みありませんか？
-----------------------------*/
.service-worries {
  padding-block-end: 5rem;
}
.service-worries + .section {
  padding-block-start: 10rem;
}
.service-worries::after {
  height: calc(4.2rem + 1px);
  aspect-ratio: 3/1;
}
.service-worries__title > span.ja::before {
  width: calc(100% + 8rem);
  max-width: 98vw;
  top: calc(50% - 5.2rem);
}
.service-worries__list {
  padding: 2.4rem 2rem 3.6rem;
  background: var(--color-white);
  position: relative;
  margin-bottom: -1.6rem;
}
.service-worries__list::before {
  content: "";
  border: 4rem solid transparent;
  border-image-source: url(../img/common/frame_line.png);
  border-image-slice: 40;
  border-image-repeat: repeat;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.service-worries__item {
  text-align: center;
  font-size: var(--font-size-lg);
  line-height: calc(1em + 1rem);
  font-weight: 700;
  word-break: keep-all;
  padding-bottom: calc(1.5rem + 1px);
  margin-bottom: 1.5rem;
  background: url(../img/common/border_table.png) repeat-x left bottom;
}
.service-worries__item:last-of-type {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.service-worries__image {
  position: relative;
  z-index: 2;
}
.service-worries__image img {
  width: 35rem;
  aspect-ratio: 350/150;
  -o-object-fit: contain;
     object-fit: contain;
}

/*そのお悩み
インテリアツツミにお任せください！
-----------------------------*/
.service-about__title {
  row-gap: 2rem;
  margin-bottom: 5.6rem;
}
.service-about__title > span {
  gap: 1.2rem 0.8rem;
}
.service-about__title img {
  height: calc(var(--font-size-h3) - 2px);
}
.service-about__title::before {
  width: calc(100% + 12rem);
  max-width: 100vw;
  height: 6.4rem;
}
.service-about__title::after {
  width: 30rem;
  height: 5.2rem;
  left: calc(50% + 0.5rem);
  top: -2.4rem;
}
.service-about__item {
  padding: 3.2rem 2.4rem;
  margin-bottom: 2rem;
}
.service-about__item:last-of-type {
  margin-bottom: 0;
}
.service-about__heading {
  margin-bottom: 2.5rem;
}
.service-about__image img {
  width: 100%;
  aspect-ratio: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-about__image {
  margin-bottom: 2.5rem;
}
.service-about__body {
  font-size: var(--font-size-lg);
  line-height: calc(1em + 1rem);
}
.service-about__table {
  font-size: var(--font-size-sm);
  line-height: calc(1em + 1rem);
  padding-top: 2.4rem;
  margin-top: 2.5rem;
  gap: 0.8rem 1.5rem;
}
.service-about__table:not(:has(dd)) {
  padding-top: 0.4rem;
}
.service-about__table dt {
  min-width: 9rem;
  line-height: 1.42858;
  padding: 1rem;
}
.service-about__table dt + dd {
  margin-block: 0;
}
.service-about__table dd {
  margin-block: calc((1em - 1lh) / 2);
}

/*当社のおすすめ施工
-----------------------------*/
.service-recommend__title > span.ja::before {
  width: calc(100% + 12rem);
  max-width: 98vw;
  top: calc(50% - 4.5rem);
}
.service-recommend__heading {
  row-gap: 1.8rem;
  margin-bottom: 2.5rem;
}
.service-recommend__heading > span:not(:has(img)) {
  line-height: 1.5;
}
.service-recommend__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-recommend__image {
  margin-bottom: 3rem;
}
.service-recommend__point {
  background-position: left top 1.2rem;
  margin-top: 3.6rem;
}
.service-recommend__point dt {
  width: 12rem;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.service-recommend__point dd {
  line-height: 1.875;
}

/*===============================================
  法人のお客さまへ
===============================================*/
/*事業内容
-----------------------------*/
.corporate-works__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.corporate-works__image {
  margin-bottom: 3rem;
}
.corporate-works__point {
  background-position: left top 1.2rem;
  margin-top: 3.6rem;
}
.corporate-works__point dt {
  width: 12rem;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.corporate-works__point dd {
  line-height: 1.875;
}

/*===============================================
  会社概要
===============================================*/
/*会社情報
-----------------------------*/
.company-info__map {
  height: 32rem;
  margin-top: 4.5rem;
}

/*よくある質問
-----------------------------*/
.company-faq__item {
  margin-bottom: 5rem;
}
.company-faq__heading {
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  padding: calc((5rem - 1em) / 2) 1.6rem;
  border-radius: 1rem;
  margin-bottom: 2.5rem;
}
.company-faq__body {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.company-faq__body::before {
  width: 3.6rem;
}
.company-faq__body p {
  margin-top: calc((3.6rem - 1lh) / 2);
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__heading {
  margin-bottom: 2.5rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__title {
  margin-bottom: 3.5rem;
}
.contact-form__title > span.ja::before {
  width: calc(100% + 18rem);
  max-width: 98vw;
  top: calc(50% - 4.2rem);
}
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__title {
  margin-bottom: 3.5rem;
}
.contact-complete__title > span.ja::before {
  width: calc(100% + 12rem);
  max-width: 98vw;
  top: calc(50% - 4.2rem);
}
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__title > span.ja::before {
  width: calc(100% + 12rem);
  max-width: 98vw;
  top: calc(50% - 4.2rem);
}
.privacy-policy__box {
  padding: 3.2rem 2.4rem;
}
.privacy-policy__heading {
  margin-bottom: 2.5rem;
}

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

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