@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;
}

.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;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  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 {
  aspect-ratio: 245/45;
  height: 4.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 6rem 0 10rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
}
#footer .footer__logo {
  margin-bottom: 1rem;
}
#footer .footer__logo img {
  aspect-ratio: 27/5;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 100%;
  padding-top: 1rem;
}
.footer-nav__list {
  border-top: solid 1px var(--color-main);
}
.footer-nav__list + .footer-nav__sub-list {
  padding-top: 0;
}
.footer-nav__item {
  line-height: 2;
  border-bottom: solid 1px var(--color-main);
}
.footer-nav__link {
  padding: 1em 4vw;
}
.footer-nav__sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background-color: var(--color-main);
  padding-block: 1px;
}
.footer-nav__sub-item {
  font-size: var(--font-size-sm);
  line-height: 2;
  background: var(--color-white);
}
.footer-nav__sub-link {
  padding: 1em 4vw;
}
.footer-nav__link, .footer-nav__sub-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-nav__link::after, .footer-nav__sub-link::after {
  content: "";
  display: block;
  width: 0.5rem;
  aspect-ratio: 5/9;
  -webkit-mask: url(../img/common/arrow_nav.svg) no-repeat center/contain;
          mask: url(../img/common/arrow_nav.svg) no-repeat center/contain;
  background-color: var(--color-text);
}

/*コピーライト
-----------------------------*/
.copy {
  padding-top: 2rem;
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 6rem;
  right: 1rem;
  bottom: 1rem;
  border-radius: 50%;
  outline: solid 1px rgba(0, 0, 0, 0.15);
}

/*サイドボタン
-----------------------------*/
#side {
  width: calc(100% - 12rem);
  height: 6rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  left: 1.5rem;
  bottom: 1rem;
}
#side > span {
  font-size: 1.125em;
}
#side::before {
  width: 2.4rem;
  aspect-ratio: 1;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual::before {
  width: 78rem;
  height: calc(100% - 4rem);
  max-height: 24rem;
  clip-path: polygon(0 16rem, 100% 0, 100% 100%, 0 100%);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  padding-bottom: 0.6rem;
}
.visual__item {
  width: 100%;
  height: 36rem;
  row-gap: 2rem;
  padding: 3.2rem 4rem 3rem 2rem;
}
.visual__item:nth-of-type(2) {
  align-self: flex-end;
}
.visual__item::before, .visual__item::after {
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  top: 1.5rem;
  left: 1.5rem;
}
.visual__item::after {
  clip-path: polygon(clamp(336px, 26.25vw, 504px) 0, 100% 0, 100% 100%, clamp(48px, 3.75vw, 72px) 100%);
}
.visual__catch--main {
  height: 100%;
}
.visual__catch--main .txt img {
  height: min(16rem, 35.556vw);
  aspect-ratio: 402/160;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.visual__catch--main .en {
  margin-top: 1.2rem;
}
.visual__catch--main .en img {
  height: 4.2rem;
  aspect-ratio: 247/42;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.visual__catch--service .en {
  margin-left: auto;
}
.visual__link {
  flex-shrink: 0;
}
.visual__image--main {
  width: 90%;
  left: 5%;
  filter: drop-shadow(0.6rem 0.6rem #c6c6c6);
}
.visual__image--main div {
  clip-path: polygon(40% 0, 100% 0, 60% 100%, 0 100%);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  width: 96%;
  height: 20rem;
  padding-left: 5vw;
  margin-top: 2rem;
  margin-inline: auto;
}
.visual__sub::before {
  width: 70%;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
}
.visual__sub--jobs .visual__image--sub img {
  -o-object-position: 75% center;
     object-position: 75% center;
}
.visual__sub--privacy .visual__image--sub img {
  -o-object-position: 80% center;
     object-position: 80% center;
}
.visual__catch--sub {
  font-size: 2.6rem;
  -webkit-text-stroke: 2px var(--color-white);
  paint-order: stroke;
  text-shadow: 0 0 0.6rem #fff;
}
.visual__catch--sub > span {
  max-width: 8em;
  line-height: 1.38462;
}
.visual__image--sub {
  width: 64%;
  height: calc(100% + 2rem);
  right: 2.5%;
  filter: drop-shadow(0.6rem 0.6rem #c6c6c6);
}
.visual__image--sub img {
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: 2rem;
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb + .section {
  padding-top: 6rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}
.section--bg::before {
  width: 78rem;
  height: 16.1rem;
  clip-path: polygon(0 0, 100% 15rem, 100% 100%, 0 100%);
}
.section--deco::after {
  width: 105vw;
  height: 20rem;
  top: 4.2rem;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 3.2rem;
}
.com-tel::before {
  font-size: 2.4rem;
  margin-block: -0.3rem;
}
.com-tel span {
  margin-block: -0.4rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 32rem;
  height: 7rem;
}
.com-btn > span {
  font-size: 1.8rem;
}
.com-btn::after {
  aspect-ratio: 30/8;
  height: 0.8rem;
  right: 2rem;
}

.com-link {
  min-height: 3rem;
}
.com-link > span {
  letter-spacing: 0.1em;
  margin-inline-end: -0.1em;
}
.com-link::before {
  width: 3rem;
}
.com-link--white {
  -webkit-text-stroke: 2px var(--color-text);
  paint-order: stroke;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 3rem;
}
.com-sns li {
  width: max(30px, 4rem);
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
  padding: calc(3.2rem - (0.5lh - 0.5em)) 2.4rem;
}
.com-table tr th,
.com-table tr td {
  padding: 1.25em 0.5em;
}
.com-table--noblock tr th {
  width: 8em;
  padding-right: 1em;
}
.com-table--noblock tr:first-of-type th,
.com-table--noblock tr:first-of-type td {
  padding-top: 0;
}
.com-table--noblock tr:last-of-type th,
.com-table--noblock tr:last-of-type td {
  padding-bottom: 0;
}
.com-table:not(.com-table--noblock) tr th {
  padding-bottom: 1em;
}
.com-table:not(.com-table--noblock) tr td {
  padding-top: 0;
}
.com-table:not(.com-table--noblock) tr:first-of-type th {
  padding-top: 0;
}
.com-table:not(.com-table--noblock) tr:last-of-type td {
  padding-bottom: 0;
}

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

/*ブログ
-----------------------------*/
.com-post__item--image {
  margin-bottom: 3rem;
}
.com-post__item--image .com-post__link {
  padding: 2rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.com-post__item--image .com-post__inner {
  row-gap: 1.2rem;
}
.com-post__item--image .com-post__heading {
  font-size: var(--font-size-h5);
  margin-bottom: 0.3rem;
}
.com-post__item--image .com-post__image {
  width: min(16rem, 35.556vw);
}
.com-post__item--image .com-post__image img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-post__link {
  padding: 2.85rem 3.2rem;
}

/*施工実績
-----------------------------*/
.com-works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 2rem;
}
.com-works__image {
  margin-bottom: 1.5rem;
}
.com-works__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-works__label {
  font-size: var(--font-size-h6);
  border-left-width: 0.4rem;
  padding-left: 1rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  padding-top: 3.5rem;
  margin-bottom: 4rem;
}
.com-title01::before {
  letter-spacing: 0.02em;
  margin-inline-end: -0.02em;
  margin-block: -0.15em;
}
.com-title01--left::before {
  left: -2.5vw;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding: 0 0 4rem;
}
.com-contact::after {
  width: calc(50% + 54rem);
  height: calc(100% - 12.6rem);
  top: 4rem;
}
.com-contact__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.com-contact__title {
  min-width: 8rem;
  font-size: 2rem;
  flex-shrink: 0;
}
.com-contact__title > span {
  padding: 2rem 1rem calc(2rem - 0.1em);
  letter-spacing: 0.1em;
}
.com-contact__title > span:nth-of-type(2) {
  margin-top: 1em;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  width: 100%;
  min-height: 32rem;
  margin-top: 4rem;
}
.com-contact__tel {
  width: 100%;
  font-size: min(3.2rem, 6.4vw);
}
.com-contact__tel::before {
  font-size: min(2.4rem, 4.8vw);
}
.com-contact__btn {
  height: 8rem;
  -moz-column-gap: 15px;
       column-gap: 15px;
  width: 100%;
  align-self: flex-start;
  padding-inline: 15px;
}
.com-contact__btn > span {
  word-break: keep-all;
}
.com-contact__btn--mail::before, .com-contact__btn--line::before {
  width: 30px;
  flex-shrink: 0;
}
.com-contact:not(.com-contact--top)::before {
  height: calc(100% - 16.6rem);
}
.com-contact--top::before {
  background: linear-gradient(to bottom, var(--color-white) calc(100% - 8rem), transparent calc(100% - 8rem)), var(--grad-black);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 4rem), 98vw calc(100% - 4rem), 98vw 4rem, 0 4rem);
}

/*バナーセクション
-----------------------------*/
.com-bnr {
  padding-block: 6rem;
}
.com-bnr::after {
  width: 120%;
  height: 24rem;
  bottom: calc(50% - 12rem);
}
.com-bnr__item {
  height: 18rem;
  padding: 2rem 3rem 3rem;
}
.com-bnr__title {
  padding-top: 3rem;
  margin-bottom: 0;
}
.com-bnr__title::before {
  left: -2rem;
}

/*===============================================
  トップページ
===============================================*/
.top .com-title01 {
  font-size: 3.2rem;
  padding-top: 4.2rem;
}
.top .com-title01::before {
  font-size: 6.4rem;
}

/*新着情報
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 4rem 3rem;
}
.top-news__title {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0;
  order: 0;
}
.top-news__title::before {
  left: -2.5vw;
  transform: none;
}
.top-news__list,
.top-news .com-empty {
  grid-column: span 2;
  order: 1;
}
.top-news__btn {
  order: 0;
}

/*熊本から、未来の“快適”を創造する。
-----------------------------*/
.top-about {
  padding: 4rem 0 2rem;
}
.top-about::before {
  width: 78rem;
  height: calc(100% + 16rem);
  clip-path: polygon(0 16rem, 100% 0, 100% 100%, 0 100%);
}
.top-about::after {
  width: 80%;
  aspect-ratio: 1;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.top-about__title {
  row-gap: 2rem;
  padding-top: 4rem;
}
.top-about__title > span:nth-of-type(2) {
  padding-left: 1em;
  margin-right: -0.6em;
}
.top-about__title .mid {
  font-size: 1.125em;
  line-height: 1;
}
.top-about__title .b {
  font-size: 1.25em;
  line-height: 1;
}
.top-about__title::before {
  font-size: 6.4rem;
}
.top-about__image {
  width: 95%;
  margin-top: 5rem;
  margin-left: auto;
}
.top-about__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__image img {
  clip-path: polygon(32% 0, 100% 0, 100% 100%, 0 100%);
}

/*動画
-----------------------------*/
.top-movie {
  padding: 12rem 0 0;
}
.top-movie::before {
  height: calc(100% - 20rem);
}
.top-movie::after {
  width: 110vw;
  height: 20rem;
  bottom: -10rem;
}
.top-recmovie {
  padding-bottom: 0;
}

/*事業内容
-----------------------------*/
.top-service {
  padding-bottom: 2rem;
}
.top-service::before {
  width: 80%;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.top-service::after {
  width: 78rem;
  height: 16.1rem;
}
.top-service__heading {
  font-size: 2.6rem;
  row-gap: 1rem;
  margin-bottom: 3rem;
}
.top-service__heading > span:nth-of-type(2) {
  padding-left: 1.5em;
}
.top-service__btn {
  margin-top: 4rem;
}
.top-service__image {
  width: 95%;
  margin-top: 5rem;
}
.top-service__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service__image img {
  clip-path: polygon(0 0, 68% 0, 100% 100%, 0 100%);
}

/*施工実績
-----------------------------*/
.top-works::before {
  width: 110vw;
  height: 20rem;
  bottom: -2rem;
}
.top-works__inner {
  padding-bottom: 5rem;
}
.top-works__inner::before {
  width: 100vw;
  height: calc(100% - 15rem);
}
.top-works__btn {
  margin: 4rem auto 0;
}
.top-works .com-empty {
  padding-block: 12rem;
}

/*採用情報
-----------------------------*/
.top-recruit {
  padding-bottom: 4rem;
}
.top-recruit::before {
  width: 80%;
  aspect-ratio: 1;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.top-recruit__heading {
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-end;
  row-gap: 0.8rem;
  margin-bottom: 3rem;
}
.top-recruit__heading > span:nth-of-type(1) {
  margin-right: 1.5em;
}
.top-recruit__btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  padding-top: 4rem;
}
.top-recruit__btn > span {
  font-size: 1.25em;
}
.top-recruit__images {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 98vw;
  padding-top: 4rem;
  margin-left: -4vw;
}
.top-recruit__image {
  width: 62%;
}
.top-recruit__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-recruit__image--top img {
  clip-path: polygon(0 0, 100% 0, 68% 100%, 0 100%);
}
.top-recruit__image--bottom {
  margin-left: auto;
  margin-top: -24%;
}
.top-recruit__image--bottom img {
  clip-path: polygon(32% 0, 100% 0, 100% 100%, 0 100%);
}
.top-recruit__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*よくあるご質問バナー
-----------------------------*/
/*アクセスマップ
-----------------------------*/
.top-access {
  padding-top: 4rem;
}
.top-access::after {
  font-size: 8rem;
  margin-block: -0.15em;
  bottom: 1rem;
}
.top-access__map {
  height: 36rem;
}
.top-access__wrap:has(+ .top-access__text) {
  margin-bottom: 3rem;
}

/*===============================================
  事業内容
===============================================*/
/*福嶋電設の事業 
-----------------------------*/
.service-list__item {
  padding: 3.2rem 2.4rem 2.4rem;
  margin-bottom: 4rem;
}
.service-list__item::before {
  width: 90%;
  height: 16rem;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
}
.service-list__heading {
  margin-bottom: 2.4rem;
}
.service-list__image {
  margin-top: 3rem;
}
.service-list__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  施工実績
===============================================*/
/*施工実績一覧
-----------------------------*/
.works-list__inner {
  padding-bottom: 5rem;
}
.works-list__inner::before {
  width: 100vw;
  height: calc(100% - 15rem);
}
/*施工実績詳細
-----------------------------*/
.works-detail__inner {
  color: var(--color-white);
  padding-bottom: 5rem;
}
.works-detail__inner::before {
  width: 100vw;
  height: calc(100% - 10rem);
}
.works-detail__image {
  margin: 0 auto 4rem;
}
.works-detail__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-detail__title {
  margin-bottom: 3rem;
}
.works-detail .paginated__list {
  padding-top: 0;
  margin-top: 4rem;
}

/*===============================================
  採用情報
===============================================*/
/*動画
-----------------------------*/
.recruit-movie {
  padding-bottom: 0;
}

/*仕事内容
-----------------------------*/
.recruit-list__item {
  padding: 3.6rem 2.4rem 2.4rem;
  margin-bottom: 4rem;
}
.recruit-list__heading {
  margin-bottom: 2.4rem;
  word-break: keep-all;
}

/*具体的な仕事内容
-----------------------------*/
.recruit-flow {
  padding-bottom: 4rem;
}
.recruit-flow::before {
  width: 78rem;
  height: 16rem;
}
.recruit-flow__list {
  padding-top: 1.7rem;
}
.recruit-flow__item {
  padding: 3.6rem 2.4rem 2.4rem;
  margin-bottom: 6.2rem;
}
.recruit-flow__item::before {
  font-size: 4rem;
  position: absolute;
  top: -1.2rem;
  left: 1.2rem;
}
.recruit-flow__item::after {
  height: 2.5rem;
  top: calc(100% + 1.5rem);
}
.recruit-flow__heading {
  margin-bottom: 2.4rem;
}

/*キャリアステップ・給与事例
-----------------------------*/
.recruit-career::before {
  width: 110vw;
  height: 20rem;
}
.recruit-career__item {
  margin-bottom: 4rem;
}
.recruit-career__item:last-of-type {
  margin-bottom: 0;
}
.recruit-career__heading {
  flex-direction: row;
  align-items: flex-end;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  margin-bottom: 2.5rem;
}
.recruit-career__heading .year {
  font-size: 1.25em;
}
.recruit-career__heading .year span {
  font-size: 1.5em;
}
.recruit-career__inner {
  padding: 2.4rem 2rem;
}
.recruit-career__caption {
  margin-bottom: 2rem;
  word-break: keep-all;
}
.recruit-career__caption br {
  display: none;
}
.recruit-career__body {
  line-height: 1.5;
}
.recruit-career__salary {
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 2rem 2.4rem;
  gap: 0.5rem 1.4rem;
}
.recruit-career__text {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  line-height: 1.66667;
  padding: 2rem;
  margin: 4rem auto 0;
}
.recruit-career__text p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1 - 0.5em);
}

/*募集要項バナー
-----------------------------*/
.recruit-jobs .com-bnr__title::before {
  font-size: 4.8rem;
}

/*===============================================
  募集要項
===============================================*/
/*働く魅力
-----------------------------*/
.jobs-feature__list {
  padding-top: 1.2rem;
}
.jobs-feature__item {
  padding: 3.6rem 2.4rem 2.4rem;
  margin-bottom: 4.2rem;
}
.jobs-feature__item:last-of-type {
  margin-bottom: 0;
}
.jobs-feature__item::before {
  font-size: 4rem;
  position: absolute;
  top: -1.2rem;
  left: 1.2rem;
}
.jobs-feature__heading {
  row-gap: 1.5rem;
  margin-bottom: 2.4rem;
  word-break: keep-all;
}

/*募集要項
-----------------------------*/
/*===============================================
  よくあるご質問
===============================================*/
/*よくあるご質問一覧
-----------------------------*/
.faq-list__box {
  margin-bottom: 6rem;
}
.faq-list__box:last-of-type {
  min-height: 20rem;
}
.faq-list__heading {
  padding: calc(3rem - 0.5em) 2rem;
  margin-bottom: 1.5rem;
}
.faq-list__items {
  padding: 3rem 2.4rem;
}
.faq-list__item {
  padding-bottom: 3rem;
  margin-bottom: 4rem;
}
.faq-list__label {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.faq-list__label::before {
  width: 4.2rem;
  font-size: 3rem;
}
.faq-list__body::before {
  width: 4.2rem;
  font-size: 3rem;
}

/*===============================================
  会社案内
===============================================*/
/*代表挨拶
-----------------------------*/
.company-greeting {
  padding-bottom: 10rem;
}
.company-greeting::before {
  width: 100%;
  height: 10rem;
  clip-path: polygon(0 calc(100% - 2rem), 100% 0, 100% 100%, 0 100%);
}
.company-greeting__heading {
  padding: calc(3rem - 0.5em) 2rem;
  margin-bottom: 2rem;
}
.company-greeting__image img {
  aspect-ratio: 0.8413793103;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-greeting__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3rem;
  padding-top: 4rem;
}
.company-greeting__item > * {
  width: 100%;
}
.company-greeting__caption {
  row-gap: 2rem;
}
.company-greeting__caption > span.line {
  padding-bottom: calc(1.5rem - (0.5lh - 0.5em));
}

/*基本情報
-----------------------------*/
.company-info__map {
  height: 36rem;
  margin-top: 4rem;
}

/*===============================================
  ブログ
===============================================*/
/* ブログ 一覧
-----------------------------*/
.blog-archive__tags {
  margin-bottom: 4rem;
}
.blog-archive__tags dt {
  margin-bottom: 2rem;
}
.blog-archive__tag {
  width: 100%;
  height: 6rem;
  padding-inline: 6rem;
  margin-bottom: 1.5rem;
}
.blog-archive__tag > span {
  font-size: 1em;
}
.blog-archive__tag:last-of-type {
  margin-bottom: 0;
}

/* ブログ 詳細
-----------------------------*/
.blog-detail::before {
  height: calc(100% - 16rem);
}
.blog-detail__box {
  padding: 3.6rem 2.4rem;
}
.blog-detail__title {
  font-size: var(--font-size-h5);
  margin-bottom: 2rem;
}
.blog-detail .paginated__list {
  padding-top: 4rem;
}

/*===============================================
  お問い合わせ
===============================================*/
/* お問い合わせ方法
-----------------------------*/
.contact-method__inner {
  row-gap: 3rem;
  padding: 3.6rem 2.4rem;
}

/* お問い合わせフォーム
-----------------------------*/
.contact-form__table tr:last-of-type {
  border-bottom: solid 1px rgba(0, 0, 0, 0.15) !important;
}
.contact-form__table tr:last-of-type td {
  padding-bottom: 1.25em !important;
}
.contact-form .contact-recaptcha-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}
.contact-form .contact-recaptcha-wrap .g-recaptcha {
  transform-origin: center bottom;
}
@media screen and (max-width: 360px) {
  .contact-form .contact-recaptcha-wrap .g-recaptcha {
    transform: scale(0.85);
  }
}
.contact-form .contact-submits-wrap {
  padding-top: 4rem;
}
.contact-form .contact-submits-wrap > * {
  height: 7rem;
  font-size: 1.8rem;
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  padding: 3.6rem 2.4rem;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 3.6rem 2.4rem;
}
.privacy-policy__heading {
  margin-bottom: 2rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  padding: 2rem;
}
.sitemap-list__item:last-of-type {
  border-bottom: none;
}
.sitemap-list__link {
  padding: 1.25em 1em;
}

/*===============================================
  404エラー
===============================================*/
.error-message__text {
  padding: 3.6rem 2.4rem;
}