@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 {
  width: 11rem;
}
#header .header__logo img {
  width: 100%;
  aspect-ratio: 110/48;
  -o-object-fit: contain;
     object-fit: contain;
}

/*===============================================
  footer
===============================================*/
#footer .footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
  padding-block: 5rem;
}
#footer .footer__logo {
  width: 16rem;
}
#footer .footer__logo img {
  width: 100%;
  aspect-ratio: 160/69;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
}
#footer .footer__add .line {
  display: inline-block;
  margin-right: 0.5em;
}
#footer .footer__add .line:last-of-type {
  margin-right: 0;
}
/*フッターナビ
-----------------------------*/
.footer-nav {
  background: rgba(0, 99, 53, 0.12);
  padding: 3rem 5vw;
}
.footer-nav__sub-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  font-size: var(--font-size-xs);
  line-height: 2;
  margin-block: calc((1em - 1lh) / 2);
}

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

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  padding-top: 2rem;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  flex-direction: column;
}
.visual__main::before {
  width: 32%;
  height: 8rem;
}
.visual__main::after {
  display: block;
  width: 90%;
  aspect-ratio: 3/2;
  margin-left: auto;
}
.visual__catch--main {
  width: 90%;
  row-gap: 3rem;
  padding: 3rem 0 5rem;
}
.visual__catch--main .main {
  padding-block: 0.2rem;
  padding-left: 2rem;
}
.visual__catch--main .main img {
  height: 12rem;
  aspect-ratio: 13/6;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.visual__catch--main .sub img {
  height: 6rem;
  aspect-ratio: 10/3;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 20rem;
}
.visual__sub::before {
  width: 64.0625%;
  max-width: calc(50% + 27rem);
}
.visual__catch--sub {
  width: 90%;
  font-size: var(--font-size-h2);
}
.visual__catch--sub > span {
  line-height: calc(1em + 1rem);
  padding: 1rem 1.5rem;
}
.visual__catch--sub::before {
  width: 5vw;
}

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

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}
.section:not(:last-of-type):not(.section--bg):not(:has(+ .section--bg)) {
  padding-block-end: 2rem;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 1.5rem;
}
.com-tel__num {
  font-size: 2rem;
}
.com-tel__num::before {
  margin-block: -0.1em;
}
.com-tel__num span {
  font-size: 2em;
  margin-block-start: -0.6rem;
  margin-block-end: -0.4rem;
}
.com-tel .com-time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  padding: 2rem 1rem;
}
.com-btn::after {
  width: 3rem;
  aspect-ratio: 30/6;
}

.com-mail {
  width: 32rem;
  height: 7rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-mail::before {
  width: 2.4rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 3rem;
}
.com-sns li:not(.official) {
  width: 5rem;
}
.com-sns li.official a {
  padding-top: calc(3rem - 1.5em);
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th,
.com-table tr td {
  padding: 1em 0.5em;
}
.com-table--noblock {
  width: calc(100% + 2rem);
  margin-inline: -1rem;
  margin-top: calc((1em - 1lh) / 2);
}
.com-table--noblock table {
  border-collapse: separate;
  border-spacing: 1rem 0;
}
.com-table--noblock tr th,
.com-table--noblock tr td {
  border-bottom: solid 1px rgba(62, 33, 13, 0.2);
}
.com-table--noblock tr th {
  width: 6em;
  padding-left: 0.25em;
}
.com-table--noblock tr td {
  padding-right: 0.25em;
}
.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 {
  border-bottom: solid 1px rgba(62, 33, 13, 0.2);
}
.com-table:not(.com-table--noblock) tr th {
  font-weight: 700;
  padding-bottom: 0.75em;
}
.com-table:not(.com-table--noblock) tr td {
  padding-top: 0;
}

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

/*お知らせ
-----------------------------*/
.com-post__item {
  margin-bottom: 2rem;
}
.com-post__link {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1.5rem;
  min-height: 14rem;
  padding: 1.5rem;
  padding-left: 15rem;
}
.com-post__link::before {
  height: 100%;
}
.com-post__date {
  padding-inline: 1em;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.com-post__image {
  width: 12rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.com-post__heading > span {
  -webkit-line-clamp: 2;
  max-height: 2lh;
}
.com-post__tag {
  font-size: var(--font-size-sm);
  line-height: calc(1em + 1rem);
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 1.8rem;
  margin-bottom: 4rem;
}
.com-title01 .en {
  font-size: 6rem;
  margin-block-start: -1rem;
  margin-block-end: -0.6rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*ご挨拶
-----------------------------*/
.top-greeting::before {
  width: 32%;
  height: 24rem;
}
.top-greeting__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  padding-top: 4rem;
}
.top-greeting__image--top {
  grid-column: span 2;
  aspect-ratio: 2/1;
}
.top-greeting__image--left, .top-greeting__image--right {
  aspect-ratio: 1;
}
.top-greeting__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*こんな方を求めています！
-----------------------------*/
.top-wanted__item {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  font-size: var(--font-size-h5);
  line-height: 1.2;
  padding: 2rem 2rem;
}
.top-wanted__image {
  margin-top: 4rem;
  position: relative;
  z-index: 0;
}
.top-wanted__image::before {
  content: "";
  width: calc(100% - 3rem + 5vw);
  height: 100%;
  background: var(--color-bg);
  position: absolute;
  right: -5vw;
  bottom: -3rem;
  z-index: -1;
  pointer-events: none;
}
.top-wanted__image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

/*当社の特徴
-----------------------------*/
.top-feature {
  padding-top: 4rem;
}
.top-feature::before {
  width: 100%;
  height: calc(100% - 12rem);
}
.top-feature__images {
  display: grid;
  grid-template-columns: 1fr min(12rem, 20%);
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  width: 100%;
}
.top-feature__image {
  height: 16rem;
}
.top-feature__title {
  height: 16rem;
  padding-top: 1rem;
  top: -16rem;
}
.top-feature__list {
  padding-top: 4rem;
}
.top-feature__item {
  row-gap: 2rem;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: solid 1px rgba(62, 33, 13, 0.3);
}
.top-feature__item::before {
  font-size: 4rem;
  margin-block-start: -0.6rem;
  margin-block-end: -0.4rem;
}
.top-feature__item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.top-feature__heading {
  margin-bottom: 1rem;
}

/*当社のビジョン
-----------------------------*/
.top-vision::before {
  width: 100%;
  height: calc(100% - 24rem);
}
.top-vision__box {
  padding: 4rem 2.4rem 3.2rem;
}
.top-vision__heading {
  margin-bottom: 3rem;
}
.top-vision__list {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
}
.top-vision__list li {
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding-bottom: 1.4rem;
  margin-bottom: 2rem;
}
.top-vision__list li:last-of-type {
  margin-bottom: 0;
}
.top-vision__list li::before {
  font-size: 3rem;
  margin-block: calc((var(--font-size-h6) - 1em) / 2);
}
.top-vision__service {
  padding-top: 8rem;
}
.top-vision__label {
  margin-bottom: 3rem;
}
.top-vision__label > span {
  padding-inline: 3rem;
}
.top-vision__label > span::before, .top-vision__label > span::after {
  width: calc(50vw - 50%);
}
.top-vision__items {
  padding-top: 4rem;
}
.top-vision__item {
  padding: 4rem 2.4rem;
  margin-bottom: 5rem;
}
.top-vision__item:last-of-type {
  margin-bottom: 0;
}
.top-vision__caption {
  margin-bottom: 2.5rem;
}
.top-vision__balloon {
  width: 12rem;
  aspect-ratio: 6/5;
  font-size: var(--font-size-sm);
  line-height: calc(1em + 0.8rem);
  padding-top: 0.5rem;
  top: -6.8rem;
  right: -2rem;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr__item {
  height: 15rem;
  margin-bottom: 2rem;
}
.top-bnr__item:last-of-type {
  margin-bottom: 0;
}
.top-bnr__item::before {
  -webkit-mask: linear-gradient(to left, black 7rem, transparent 7rem, transparent 36%, black 36%) no-repeat center/100% 100%;
          mask: linear-gradient(to left, black 7rem, transparent 7rem, transparent 36%, black 36%) no-repeat center/100% 100%;
}
.top-bnr__item::after {
  width: 4rem;
  aspect-ratio: 5/1;
  right: 1.5rem;
  bottom: 1.5rem;
}
.top-bnr__title {
  row-gap: 1.2rem;
  padding-left: 5rem;
  margin-bottom: 0;
}
.top-bnr__title::before {
  content: "";
  width: 3rem;
  height: 1px;
  background: var(--color-white);
  position: absolute;
  top: 50%;
  left: 0;
  pointer-events: none;
}
.top-bnr__title .en {
  font-size: 3rem;
  margin-block-start: -0.4rem;
  margin-block-end: -0.3rem;
}

/*ご応募・お問い合わせ
-----------------------------*/
.top-entry {
  padding-top: 0;
}
.top-entry::before {
  height: 100%;
}
.top-entry__inner {
  padding: 3.6rem 2.4rem 3.2rem;
}
.top-entry__inner::before {
  width: 100vw;
  height: calc(100% - 8rem);
}
.top-entry__inner::after {
  width: calc(100% + 1rem);
  height: calc(100% - 10.6rem);
}
.top-entry__text .memo {
  margin-top: calc(2rem - (1lh - 1em));
}
.top-entry__mail {
  margin: 3rem auto 0;
}
.top-entry__flow {
  padding-top: 8rem;
}
.top-entry__heading {
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}
.top-entry__list {
  padding-left: 1rem;
}
.top-entry__item {
  font-size: var(--font-size-h6);
  padding: 2rem 2rem 2rem 5rem;
  margin-bottom: 3rem;
}
.top-entry__item:last-of-type {
  margin-bottom: 0;
}
.top-entry__item::before {
  border-radius: 1rem;
}
.top-entry__item::after {
  height: 1.2rem;
  aspect-ratio: 3/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  top: calc(100% + 0.9rem);
  transform: translateX(-50%);
}
.top-entry__item .min {
  font-size: var(--font-size-sm);
}
.top-entry__item p::before {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 4rem;
  top: 0;
  left: -0.25em;
}

/*お知らせ／ブログ
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 4rem 1rem;
}
.top-news__title {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0;
  order: 0;
}
.top-news__list,
.top-news .com-empty {
  grid-column: span 2;
  order: 2;
}
.top-news__btn {
  order: 1;
}

/*===============================================
  働く環境
===============================================*/
/*業務内容
-----------------------------*/
.env-service__item {
  padding: 2rem 2rem 3.2rem;
  margin-bottom: 3rem;
}
.env-service__item:last-of-type {
  margin-bottom: 0;
}
.env-service__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.env-service__image {
  margin-bottom: 2.5rem;
}
.env-service__heading {
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}

/*取扱い商品
-----------------------------*/
.env-product__item {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 2.5rem 2rem;
  padding: 2rem 2rem 3.2rem;
  margin-bottom: 5rem;
}
.env-product__item::before {
  font-size: 4rem;
  margin-block-start: -0.6rem;
  margin-block-end: -0.4rem;
  top: -2rem;
  left: 2rem;
}
.env-product__item:last-of-type {
  margin-bottom: 0;
}
.env-product__image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.env-product__heading {
  justify-content: center;
  row-gap: 1rem;
  border-top: solid 1px rgba(62, 33, 13, 0.2);
}
.env-product__body {
  grid-column: span 2;
}

/*当社で働くメリット
-----------------------------*/
.env-merit__list {
  padding-bottom: 4rem;
}
.env-merit__list::before {
  width: 100vw;
  height: calc(100% - 4rem);
}
.env-merit__item {
  padding: 3.2rem 2.4rem;
  margin-bottom: 3rem;
}
.env-merit__heading {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  flex-direction: row;
  margin-bottom: 2.5rem;
}
.env-merit__heading::before {
  font-size: 3rem;
  margin-block-start: -0.4rem;
  margin-block-end: -0.2rem;
  flex-shrink: 0;
}

/*1日の流れ
-----------------------------*/
.env-flow__list {
  padding: 3rem;
}
.env-flow__list::before {
  width: 100%;
}
.env-flow__item {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-bottom: 3rem;
}
.env-flow__item:last-of-type {
  padding-bottom: 0;
}
.env-flow__item::before {
  width: calc(1rem + 1px);
  margin-right: 1rem;
}
.env-flow__item::after {
  width: 1px;
  height: 100%;
  left: 0.5rem;
  top: calc((100% - 3rem) / 2);
}
.env-flow__item .time {
  width: 4em;
}
.env-flow__item .txt {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
}

/*ステップアップ
-----------------------------*/
.env-step__list::before {
  display: none;
}
.env-step__item {
  background: var(--color-bg);
  margin-bottom: 4rem;
}
.env-step__item::before {
  font-size: 3rem;
  padding: 1rem 2rem;
}
.env-step__item::after {
  height: 1.6rem;
  aspect-ratio: 3/1;
  top: calc(100% + 1.2rem);
}
.env-step__body {
  padding: 2rem;
}

/*===============================================
  先輩スタッフの声
===============================================*/
/*先輩スタッフの声
-----------------------------*/
.staff-list__item {
  padding: 3rem 1rem;
  margin-bottom: 3rem;
}
.staff-list__heading {
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}

/*===============================================
  募集要項
===============================================*/
/*募集要項
-----------------------------*/
.recruit-info__box {
  margin-bottom: 5rem;
}
.recruit-info__heading {
  padding: calc((6rem - 1em) / 2) 1.6rem;
  margin-bottom: 3rem;
}
.recruit-info__heading::before {
  height: calc(100% - (6.6rem - 1em));
}

/*===============================================
  会社案内
===============================================*/
/*会社概要
-----------------------------*/
/*アクセスマップ
-----------------------------*/
.company-access__map {
  height: 32rem;
  margin-top: 3rem;
}

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

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

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 3rem 1rem;
  margin-bottom: 3rem;
}
.privacy-policy__heading {
  padding-bottom: 2rem;
  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エラー
===============================================*/