@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
@media screen and (max-width: 374px) {
  html {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
}

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

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - clamp(32px, 10vw, 48px));
  height: 5rem;
}
#header .header__logo {
  width: 6.875rem;
}
#header .header__logo img {
  width: 100%;
  aspect-ratio: 11/6;
  -o-object-fit: contain;
     object-fit: contain;
}
#header.header--ent {
  width: 7.5rem;
  top: calc(50% - 1.25rem);
}
#header.header--ent .header__logo {
  width: 50%;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 3.5rem;
}
#footer .footer__inner {
  row-gap: 1.875rem;
}
#footer .footer__logo {
  width: 9.375rem;
}
#footer .footer__logo img {
  width: 100%;
  aspect-ratio: 15/8;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__info {
  width: calc(100% - clamp(32px, 10vw, 48px));
}
#footer .footer__add {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#footer .footer__add dt {
  font-size: var(--font-size-sm);
  line-height: 1.71429;
  margin-bottom: 0.625rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  padding-top: 1.25rem;
}
.footer-nav__item {
  border-bottom: solid 1px #666;
}
.footer-nav__item:first-of-type {
  border-top: solid 1px #666;
}
.footer-nav__link {
  font-size: calc(var(--font-size-base) - 1px);
  line-height: 2;
  padding: 1em clamp(16px, 5vw, 24px);
}
.footer-nav__sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #666;
}
.footer-nav__sub-item {
  background: #494949;
}
.footer-nav__sub-link {
  font-size: calc(var(--font-size-sm) - 1px);
  line-height: 2;
  padding: 1em clamp(16px, 5vw, 24px);
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: calc((2.5rem - 1em) / 2);
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  right: 0.625rem;
  bottom: 0.625rem;
}

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  background-size: 160%;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  align-items: flex-start;
  height: 45rem;
  padding-top: 5.625rem;
  background-size: 160%;
}
.visual__main #slideshow {
  width: 80%;
  height: 17.5rem;
}
.visual__main #slideshow li {
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
.visual__main #slideshow::before, .visual__main #slideshow::after {
  height: 100%;
}
.visual__main #slideshow::before {
  width: 22%;
  clip-path: polygon(90% 0, 100% 0, 10% 100%, 0 100%);
  left: -13%;
}
.visual__main #slideshow::after {
  width: 25%;
  clip-path: polygon(80% 0, 100% 0, 20% 100%, 0 100%);
  left: -8%;
}
.visual__box {
  justify-content: center;
  width: calc(100% - clamp(32px, 10vw, 48px));
  height: calc(100% - 17.5rem);
  row-gap: 1.25rem;
  padding-top: 0.75rem;
}
.visual__box::before {
  width: 6.25rem;
  left: 13.5rem;
  top: 1.5rem;
}
.visual__box::after {
  width: 32%;
  min-width: 7.5rem;
  right: -0.5rem;
  bottom: -2rem;
}
.visual__catch--main {
  max-width: 28.75rem;
  row-gap: 1.25rem;
}
.visual__catch--main .main {
  width: calc(100% - 2.5rem);
  padding-inline: 0.625rem;
}
.visual__catch--main .main img {
  width: 100%;
  aspect-ratio: 40/12;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.visual__catch--main .sub {
  width: 100%;
  padding: 0.5rem 0.9375rem;
}
.visual__catch--main .sub img {
  width: 100%;
  aspect-ratio: 430/16;
  -o-object-fit: contain;
     object-fit: contain;
}
.visual__catch--main .sub::before {
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
}
.visual__list {
  width: 80%;
  max-width: 18.75rem;
}
.visual__list img {
  width: 100%;
  aspect-ratio: 300/86;
  -o-object-fit: contain;
     object-fit: contain;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 20rem;
  padding-top: 5.625rem;
  background-size: 160%;
}
.visual__catch--sub {
  width: calc(100% - clamp(32px, 10vw, 48px));
  font-size: min(var(--font-size-h2), 6vw);
}
.visual__catch--sub > span {
  min-width: 72%;
  padding: 0.9375rem 1em;
}
.visual__catch--sub > span::before {
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}
.visual__catch--sub::before {
  width: 6.25rem;
  left: 4rem;
  top: -2.25rem;
}
.visual__catch--sub::after {
  width: 5rem;
  left: -0.9375rem;
  bottom: -4.875rem;
}
.visual__bg {
  width: 80%;
  height: calc(100% - 5.625rem);
}
.visual__bg img {
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
.visual__bg::before, .visual__bg::after {
  height: 100%;
}
.visual__bg::before {
  width: 22%;
  clip-path: polygon(90% 0, 100% 0, 10% 100%, 0 100%);
  left: -13%;
}
.visual__bg::after {
  width: 25%;
  clip-path: polygon(80% 0, 100% 0, 20% 100%, 0 100%);
  left: -8%;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(1.40625rem - 0.5em);
}
.breadcrumb__list {
  width: calc(100% - clamp(32px, 10vw, 48px));
}
.breadcrumb + .section {
  padding-top: 6.25rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 5rem;
}

.inbox {
  width: calc(100% - clamp(32px, 10vw, 48px));
}

/*電話番号
-----------------------------*/
/*ボタン
-----------------------------*/
.com-btn {
  width: 15.625rem;
  height: 3.75rem;
  padding-inline: 1.25rem;
}
.com-btn::after {
  width: 2.5rem;
  right: -0.9375rem;
}

/* SNS
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th,
.com-table tr td {
  padding-block: 1em;
}
.com-table--noblock table {
  border-spacing: 0 0.1875rem;
  margin-block: -0.1875rem;
}
.com-table--noblock tr th {
  width: 6em;
  text-align: center;
  vertical-align: middle;
}
.com-table--noblock tr td {
  padding-inline: 0.75em;
}
.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 th,
.com-table:not(.com-table--noblock) tr td {
  padding-inline: 1.25em;
}

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

/*お知らせ
-----------------------------*/
.com-post__item {
  margin-bottom: 1.25rem;
}
.com-post__link {
  flex-direction: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.com-post__link:hover {
  transform: translateX(-0.3125rem);
}
.com-post__image {
  width: 6.875rem;
}
.com-post__inner {
  gap: 0.9375rem;
  align-self: center;
}
.com-post__date {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.com-post__heading > span {
  -webkit-line-clamp: 2;
}
.com-post__tags {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 1.375rem;
  margin-bottom: 2.5rem;
}
.com-title01 .en {
  margin-block: -0.375rem -0.25rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*エントリーバナー
-----------------------------*/
.com-entry {
  padding-block: 3.75rem;
}
.com-entry__item {
  row-gap: 1.25rem;
  height: 10rem;
}
.com-entry__item .en {
  font-size: 2.8125rem;
  margin-block: -0.4375rem -0.1875rem;
}
.com-entry__item .ja {
  font-size: 1.25rem;
}

/*===============================================
  総合トップ
===============================================*/
.entrance {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  height: 178.125vw;
  max-height: 50rem;
  min-height: calc(100svh - 2.5rem);
}
.entrance__box:first-of-type {
  padding-bottom: 1.25rem;
}
.entrance__box:last-of-type {
  padding-top: 1.25rem;
}
.entrance__box--hidden::after {
  font-size: var(--font-size-h4);
}
.entrance__title {
  font-size: min(var(--font-size-base), 3.5556vw);
  row-gap: 1.5em;
}
.entrance__title .en {
  font-size: 2em;
  line-height: 1.344828;
}
.entrance__title .ja {
  font-size: 1em;
  line-height: 2;
  padding-inline: 0.75em;
}
.entrance__btn {
  width: 24em;
  height: 3.5rem;
  font-size: var(--font-size-sm);
  margin-top: 2em;
}
.entrance__btn::after {
  width: 1.5em;
  right: 0.75em;
}

/*===============================================
  トップページ
===============================================*/
/*お知らせ
-----------------------------*/
.top-news {
  padding-block-end: 2.5rem;
}
.top-news__box::after {
  width: 92vw;
  height: 5rem;
  top: 3.5rem;
}
.top-news__btn {
  margin: 2.5rem auto 0;
}

/*モノづくりの未来を、あなたの手で。
-----------------------------*/
.top-about {
  padding-block-end: 0;
}
.top-about::before {
  width: 92%;
  height: 6.25rem;
  top: 6rem;
}
.top-about__title {
  align-items: flex-start;
  text-align: left;
}
.top-about__box::after {
  width: 92vw;
  height: 6.875rem;
  background-position: left bottom;
  bottom: -7.1875rem;
  transform: translateX(-50%) scale(-1, 1);
}
.top-about__heading {
  margin-block: -0.15625rem 1.71875rem;
  word-break: keep-all;
}
.top-about__heading br {
  display: none;
}
.top-about__heading > span {
  line-height: 1.8;
  padding-inline: 0.375rem calc(0.375rem - var(--letter-spacing-base));
}
.top-about__images {
  display: grid;
  grid-template-columns: 64% 32%;
  justify-content: space-between;
  margin-top: 4rem;
  margin-inline: clamp(-24px, -5vw, -16px);
}
.top-about__image {
  box-shadow: 0px 0.3125rem 1rem rgba(22, 21, 21, 0.14);
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*このような方を弘栄機工では募集しています！
-----------------------------*/
.top-recruit::before {
  height: calc(100% + 9.375rem);
  top: -3.125rem;
}
.top-recruit__title {
  row-gap: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.top-recruit__title::after {
  height: 1.5625rem;
}
.top-recruit__item {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  padding: 0.9375rem 1.25rem;
  margin-bottom: 0.625rem;
}
.top-recruit__item:last-of-type {
  margin-bottom: 0;
}
.top-recruit__text {
  text-align: center;
  padding: 2.25rem 1em 1.5rem;
  margin: 2.5rem auto 0;
  word-break: keep-all;
}
.top-recruit__text .b {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  margin-bottom: 0.5rem;
}
.top-recruit__text .b .c-orange {
  display: block;
}
.top-recruit__text .br {
  display: block;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr {
  padding-block-end: 2.5rem;
}
.top-bnr__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.5625rem;
  margin-bottom: 2.5rem;
}
.top-bnr__item:last-of-type {
  margin-bottom: 0;
}
.top-bnr__heading {
  justify-content: flex-end;
  row-gap: 0.9375rem;
  height: 11.25rem;
  padding-block: 1.5rem;
  font-size: var(--font-size-lg);
}
.top-bnr__heading > span {
  line-height: 1.66667;
}
.top-bnr__heading > span.en {
  font-size: 2em;
  line-height: 1;
  margin-block: -0.375rem -0.125rem;
}
.top-bnr__body {
  text-align: center;
  word-break: keep-all;
}
.top-bnr__btn {
  height: 3.125rem;
}

/*産業用ロボットってなに？
-----------------------------*/
.top-robots {
  padding-block-end: calc(3.5rem + 50vw);
}
.top-robots::before {
  aspect-ratio: 2/1;
  bottom: 0;
}
.top-robots__inner::after {
  width: 72.5rem;
  height: 11.75rem;
  top: 3.5rem;
}
.top-robots__title {
  align-items: flex-start;
  text-align: left;
  margin-right: -1em;
}
.top-robots__btn {
  margin-top: 2.5rem;
}

/*リンクセクション
-----------------------------*/
.top-link__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1.875rem;
  position: relative;
}
.top-link__item > * {
  width: 88%;
}
.top-link__item:last-of-type {
  margin-bottom: 0;
}
.top-link__image img {
  width: 100%;
  aspect-ratio: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-link__image img {
  max-height: 12.5rem;
  -o-object-position: center 20%;
     object-position: center 20%;
}
.top-link__heading {
  row-gap: 0.75rem;
  font-size: var(--font-size-base);
  padding: 1.25rem;
  margin-top: -3rem;
  margin-left: auto;
}
.top-link__heading > span {
  line-height: 1.5;
}
.top-link__heading > span.en {
  font-size: 2.5em;
  line-height: 1;
  margin-block: -0.4375rem -0.125rem;
  white-space: nowrap;
}
.top-link__heading::after {
  width: 4rem;
  right: 1.25rem;
  bottom: 1.25rem;
}

/*===============================================
  産業用ロボットってなに？
===============================================*/
/*産業用ロボットとは
-----------------------------*/
.about-robot__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-robot__image {
  box-shadow: 0px 0.3125rem 1rem rgba(22, 21, 21, 0.14);
  margin-bottom: 1.875rem;
}

/*産業用ロボットの未来
-----------------------------*/
.about-feature__title > span.en {
  font-size: min(var(--font-size-h3-en), 10vw);
}
.about-feature__heading {
  width: 100%;
  padding-block: calc((3.125rem - 1em) / 2);
  margin-bottom: 2.1875rem;
}

/*弘栄機工は提案、設計から
施工、メンテナンスまですべて対応
-----------------------------*/
.about-lead__title {
  align-items: flex-start;
  text-align: left;
  font-size: min(var(--font-size-h3), 7vw);
}
.about-lead__box::after {
  width: 69.75rem;
  height: 11.125rem;
  top: 1.0625rem;
}
.about-lead__heading {
  margin-block: -0.15625rem 1.71875rem;
  word-break: keep-all;
}
.about-lead__heading br {
  display: none;
}
.about-lead__heading > span {
  line-height: 1.8;
  padding-inline: 0.375rem calc(0.375rem - var(--letter-spacing-base));
}
.about-lead__image {
  max-width: 30.9375rem;
  margin: 1.875rem auto 0;
}

/*お仕事紹介
-----------------------------*/
.about-works {
  background-size: 48%;
}
.about-works__text {
  word-break: keep-all;
}
.about-works__list {
  margin-top: 2.5rem;
}
.about-works__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 4rem;
}
.about-works__item > * {
  width: 100%;
}
.about-works__item::before {
  font-size: 2.25rem;
  margin-block: -0.375rem 0.5rem;
}
.about-works__heading {
  padding: calc((3.75rem - 1em) / 2) 1.25rem;
  padding-right: 0.625rem;
  margin-bottom: 1.5625rem;
  word-break: keep-all;
}
.about-works__heading .min {
  display: inline-block;
  font-size: var(--font-size-lg);
}
.about-works__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-works__image {
  margin-bottom: 1.875rem;
}
.about-works__items {
  padding-top: 1.875rem;
}
.about-works__items dt {
  margin-bottom: 1.25rem;
}
.about-works__items dt > span {
  padding-right: 0.9375rem;
}
.about-works__items dt > span::before {
  width: calc(100vw - clamp(32px, 2.5vw, 48px) - 100%);
}
.about-works__items dd {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  justify-content: flex-start;
  gap: 0.75rem 2.5rem;
  line-height: 1.5;
}

/*===============================================
  働く魅力
===============================================*/
/*一緒に働く仲間を募集しています！
-----------------------------*/
.attraction-message {
  background-size: 48%;
}
.attraction-message__image {
  box-shadow: 0px 0.3125rem 1rem rgba(22, 21, 21, 0.14);
}
.attraction-message__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.attraction-message__image {
  margin-bottom: 1.875rem;
}
.attraction-message__image::after {
  background-size: 80%;
}

/*求める人材
-----------------------------*/
.attraction-person {
  background-size: 48%;
}
.attraction-person__list {
  padding: 2rem 1.5rem;
  margin-top: 2.5rem;
}
.attraction-person__item {
  font-size: var(--font-size-lg);
  line-height: 1.33334;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  margin-bottom: 1.25rem;
}
.attraction-person__item:last-of-type {
  margin-bottom: 0;
}
.attraction-person__value {
  text-align: center;
  font-size: min(var(--font-size-lg), 4vw);
  line-height: var(--line-height-lg);
  padding: 1.5rem 0;
  margin-top: 2.5rem;
  background-size: 7.5rem;
  word-break: keep-all;
}

/*働く魅力
-----------------------------*/
.attraction-work__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 4rem;
}
.attraction-work__item > * {
  width: 100%;
}
.attraction-work__item::before {
  font-size: 2.25rem;
  margin-block: -0.375rem 0.5rem;
}
.attraction-work__heading {
  padding: calc((3.75rem - 1em) / 2) 1.25rem;
  padding-right: 0.625rem;
  margin-bottom: 1.5625rem;
  word-break: keep-all;
}
.attraction-work__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.attraction-work__image {
  margin-bottom: 1.875rem;
}

/*待遇
-----------------------------*/
.attraction-treatment__item {
  display: grid;
  grid-template-columns: 6.875rem 1fr;
  gap: 1.5625rem 1rem;
  padding-top: 0.75rem;
  margin-bottom: 3.75rem;
}
.attraction-treatment__item:last-of-type {
  margin-bottom: 0;
}
.attraction-treatment__item::before {
  width: 2.8125rem;
  font-size: 1.5rem;
  top: 0;
  left: -0.75rem;
}
.attraction-treatment__image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.attraction-treatment__image::after {
  background-size: 120%;
}
.attraction-treatment__heading {
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  word-break: keep-all;
}
.attraction-treatment__body {
  grid-column: span 2;
}

/*キャリアアップ
-----------------------------*/
.attraction-career {
  background-size: 48%;
}
.attraction-career__heading {
  width: 100%;
  padding-block: calc((3.125rem - 1em) / 2);
  margin-bottom: 2.5rem;
}
.attraction-career__item {
  padding: 0.9375rem 0.9375rem 2.25rem;
  margin-bottom: 2.5rem;
}
.attraction-career__item .attraction-career__label, .attraction-career__item .attraction-career__body {
  padding-inline: 0.5625rem;
}
.attraction-career__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.attraction-career__image {
  margin-bottom: 1.5625rem;
}
.attraction-career__image::before {
  width: 2.8125rem;
  font-size: 1.5rem;
  top: -0.9375rem;
  left: -0.9375rem;
}
.attraction-career__label {
  margin-bottom: 1.5625rem;
}
.attraction-career__value::before {
  height: 1.125rem;
  margin-block: 2.5rem;
}
.attraction-career__caption {
  margin-bottom: 1.875rem;
}
.attraction-career__flow {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.5625rem 1.875rem;
  background-size: 8.25rem;
  padding: 2rem 1.5rem;
}
.attraction-career__flow::before {
  font-size: 1.875rem;
  width: 1em;
  padding-bottom: 0.625rem;
  margin-block-start: -0.1875rem;
}
.attraction-career__flow .attraction-career__body {
  grid-column: span 2;
}
.attraction-career__head {
  align-items: flex-start;
  text-align: left;
}

/*===============================================
  社員紹介
===============================================*/
/*社員紹介
-----------------------------*/
.staff-list__item {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  align-items: center;
  gap: 1.875rem 1.25rem;
  padding: 1.25rem;
  padding-bottom: 2.25rem;
  margin-bottom: 2.5rem;
}
.staff-list__heading {
  font-size: 1.375rem;
  gap: 0.75rem;
}
.staff-list__heading > span {
  line-height: 1.36364;
}
.staff-list__heading > span.label {
  font-size: var(--font-size-base);
  line-height: 1.875;
  padding-inline: 0.5em;
}
.staff-list__faq {
  grid-column: span 2;
}
.staff-list__faq dt {
  font-size: calc(1em + 1px);
  line-height: 1.76471;
  padding-block: 2.5rem 0.625rem;
  margin-bottom: 1.25rem;
}

/*===============================================
  募集要項
===============================================*/
/*募集要項
-----------------------------*/
.recruit-list {
  background-size: 48%;
}
.recruit-list__item {
  margin-bottom: 5rem;
}
.recruit-list__heading {
  margin-bottom: 1.5625rem;
}
.recruit-list__image {
  margin-bottom: 1.875rem;
}
.recruit-list__table {
  margin-top: 2.5rem;
}

/*===============================================
  会社を知る
===============================================*/
/*アットホームな雰囲気の職場で働きませんか？
-----------------------------*/
.company-greeting {
  background-size: 48%;
}
.company-greeting__inner {
  position: relative;
}
.company-greeting__inner::after {
  content: "";
  width: 100%;
  height: 6rem;
  background: url(../img/visual/deco_mv.svg) no-repeat right bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6.25rem;
  pointer-events: none;
}
.company-greeting__image img {
  width: 100%;
  aspect-ratio: 1.6666666667;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-greeting__image {
  box-shadow: 0px 0.3125rem 1rem rgba(22, 21, 21, 0.14);
  margin-bottom: 1.875rem;
}

/*会社概要
-----------------------------*/
.company-info__table tr td .label {
  display: block;
  font-weight: 700;
}
.company-info__table tr td .label::before {
  content: "■";
}

/*事業所案内
-----------------------------*/
.company-office__item {
  margin-bottom: 5rem;
}
.company-office__heading {
  font-size: 1.375rem;
  margin-bottom: 1.75rem;
}
.company-office__heading > span {
  max-width: 95%;
  line-height: 1.36364;
  padding-right: 0.75rem;
  word-break: keep-all;
}
.company-office__heading > span::before {
  width: calc(100vw - clamp(32px, 2.5vw, 48px) - 100%);
}
.company-office__map {
  height: 20rem;
  margin-top: 1.875rem;
}

/*関連会社
-----------------------------*/
.company-related__item {
  margin-bottom: 5rem;
}
.company-related__heading {
  font-size: 1.375rem;
  margin-bottom: 1.75rem;
}
.company-related__heading > span {
  max-width: 95%;
  line-height: 1.36364;
  padding-right: 0.75rem;
  word-break: keep-all;
}
.company-related__heading > span::before {
  width: calc(100vw - clamp(32px, 2.5vw, 48px) - 100%);
}
.company-related__logo {
  width: 8.5rem;
  margin-bottom: 1.5625rem;
}
.company-related__logo img {
  width: 100%;
  min-height: 5.1875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-related__map {
  height: 20rem;
  margin-top: 1.875rem;
}

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

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 1.25rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

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

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

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