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

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

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
.paginated__link {
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  padding-inline: min(1.5rem, 3vw);
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9rem;
}
#header .header__logo img {
  height: 4.2rem;
}
#header .header__text {
  font-size: var(--font-size-xs);
  line-height: 2;
  padding-inline: 8rem;
  word-break: keep-all;
  margin-block: calc((1em - 1lh) / 2);
  position: relative;
  z-index: 0;
}
#header .header__text::before {
  content: "";
  width: 90%;
  height: 0.5rem;
  background: url(../img/entrance/arrow.svg) no-repeat left center/contain, url(../img/entrance/arrow.svg) no-repeat right center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
#header .header__text p {
  letter-spacing: 0.18em;
  margin-right: -0.18em;
}
#header.header--ent .header__inner {
  height: 15rem;
  flex-direction: column;
  row-gap: 2rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 5rem 0 12rem;
  background-size: 56rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  width: 90%;
}
#footer .footer__logo {
  margin-bottom: 1rem;
}
#footer .footer__logo img {
  height: 4.2rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  padding-block: 2rem;
}
.footer-nav__list {
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
.footer-nav__item::before {
  font-size: 0.5em;
  margin-right: 1em;
}

/*コピーライト
-----------------------------*/
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 6rem;
  right: 1rem;
  bottom: 1rem;
}

/*サイドボタン
-----------------------------*/
#side {
  width: calc(100% - 10rem);
  height: 9rem;
  row-gap: 0.75em;
  font-size: var(--font-size-base);
  background: linear-gradient(to top, #72b810 24%, var(--color-green) 24%);
  border: solid 0.5rem var(--color-white);
  outline: solid 0.3rem var(--color-text);
  outline-offset: -0.3rem;
  left: 1rem;
  bottom: 1rem;
}
#side .ja {
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-right: -0.12em;
}
#side .ja .mid {
  font-size: 0.8em;
  line-height: 1.625;
}
#side .ja .min {
  font-size: 0.75em;
  line-height: 1;
}
#side .en {
  width: 9em;
  font-size: 0.75em;
  line-height: 2;
  -moz-column-gap: 0.8em;
       column-gap: 0.8em;
}
#side .en::before {
  width: 0.5em;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  padding-bottom: 3rem;
}
.visual::before {
  width: 110%;
  background-size: 45%;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 52rem;
}
.visual__main::before {
  width: 92%;
  border-radius: 2rem;
}
.visual__main::after {
  width: calc(100% + 2px);
  height: 56%;
  background-size: auto 48%;
  top: 5%;
}
.visual__box {
  row-gap: clamp(20px, 1.5625vw, 30px);
}
.visual__catch img {
  height: 9.6rem;
}
.visual__catch .sub {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: var(--letter-spacing-lg);
  margin-right: calc(var(--letter-spacing-lg) * -1);
  margin-top: 1em;
  word-break: keep-all;
  padding-inline: 3rem;
}
.visual__image img {
  height: 12.8rem;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 20rem;
}
.visual__sub::before {
  width: 92%;
  border-radius: 2rem;
}
.visual__catch--sub {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}
.visual__catch--sub > span {
  -webkit-text-stroke: 0.8rem var(--color-white);
  filter: drop-shadow(0 0.3rem var(--color-white));
}
.visual__catch--sub > span::before {
  -webkit-text-stroke: 0.2rem var(--color-text);
  filter: drop-shadow(0 0.3rem var(--color-text));
}

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

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

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  grid-template-columns: 3.2rem auto;
}
.com-tel__num {
  font-size: 3.6rem;
}
.com-tel .com-replace {
  font-size: var(--font-size-sm);
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 20em;
  height: max(50px, 6rem);
  margin-inline: auto;
}

/*テーブル
-----------------------------*/
.com-table--noblock tr th {
  width: 8em;
}
.com-table:not(.com-table--noblock) tr td {
  padding-top: 0;
}

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

/* ドットボーダー
-----------------------------*/
.com-border__top::before {
  background: url(../img/common/dot_border-top.png) repeat-x center bottom/auto 3.2rem, linear-gradient(to top, transparent 3.2rem, var(--color-text) 3.2rem);
}

.com-border__bottom::after {
  background: url(../img/common/dot_border-bottom.png) repeat-x center top/auto 3.2rem, linear-gradient(to bottom, transparent 3.2rem, var(--color-text) 3.2rem);
}

/* 会話
-----------------------------*/
.com-comment__item {
  flex-direction: column;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
.com-comment__item::before {
  aspect-ratio: 1;
  width: 17rem;
  background-size: contain;
  background-position: center top;
  margin-bottom: -8rem;
}
.com-comment__item--right::before {
  aspect-ratio: 10/11;
  margin-left: 1rem;
}
.com-comment__item--left::before {
  margin-left: auto;
  margin-right: 1rem;
}
.com-comment__label {
  font-size: var(--font-size-base);
  margin-bottom: -1.2em !important;
}
.com-comment__balloon {
  background: linear-gradient(to right, transparent 2.5rem, var(--color-white) 2.5rem, var(--color-white) calc(100% - 2.5rem), transparent calc(100% - 2.5rem));
  padding: calc(4rem + (1em - 1lh) / 2) 2.4rem calc(3rem + (1em - 1lh) / 2);
  word-break: keep-all;
}
.com-comment__balloon br {
  display: none;
}
.com-comment__balloon::before {
  border-width: 3rem;
  border-image-slice: 30;
}
.com-comment__balloon::after {
  display: none;
}

/*お知らせ
-----------------------------*/
.com-post__image {
  width: 12rem;
}
.com-post__link {
  padding: 2.5rem 2rem;
  background: linear-gradient(to right, transparent 2.5rem, var(--color-white) 2.5rem, var(--color-white) calc(100% - 2.5rem), transparent calc(100% - 2.5rem));
}
.com-post__link::before {
  border-width: 3rem;
  border-image-slice: 30;
}
.com-post__link::after {
  width: 1.2rem;
  left: -2.5rem;
}
.com-post__link:hover {
  transform: translateX(2.5rem);
}
.com-post__date::after {
  margin-inline: 0.25em;
}

/* SB未記入テキスト
-----------------------------*/
.com-empty {
  border-radius: 2rem;
  outline-width: 0.3rem;
  outline-offset: -0.9rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
/*中タイトル
-----------------------------*/
.com-title02--plate {
  padding: 3rem 2.4rem;
  background: linear-gradient(to right, transparent 2.5rem, var(--color-green-light) 2.5rem, var(--color-green-light) calc(100% - 2.5rem), transparent calc(100% - 2.5rem));
}
.com-title02--plate::before {
  border-width: 3rem;
  border-image-slice: 40;
}
.com-title02--plate.orange {
  background: linear-gradient(to right, transparent 2.5rem, var(--color-orange-light) 2.5rem, var(--color-orange-light) calc(100% - 2.5rem), transparent calc(100% - 2.5rem));
}
.com-title02--plate.red {
  background: linear-gradient(to right, transparent 2.5rem, var(--color-red-light) 2.5rem, var(--color-red-light) calc(100% - 2.5rem), transparent calc(100% - 2.5rem));
}

/*小タイトル
-----------------------------*/
.com-title03 {
  padding-block: 1.4rem;
  margin-bottom: 2rem;
}

/*===============================================
  エントランスページ
===============================================*/
.entrance {
  display: grid;
  grid-template-rows: 1.5fr 1fr 1fr;
  gap: 2rem;
  min-height: calc(100vh - 19rem);
  padding: 2rem;
}
.entrance__item {
  row-gap: 2rem;
  outline-width: 0.8rem;
  outline-offset: -0.8rem;
  padding-block: 4rem;
  background-position: center bottom;
}
.entrance__item--official .entrance__title img {
  height: 10rem;
}
.entrance__item--corporate {
  background-position: center bottom 30%;
}
.entrance__title img {
  height: 8rem;
}

/*===============================================
  トップページ
===============================================*/
/*ストーリー
-----------------------------*/
.top-story {
  padding-bottom: 15rem;
}
.top-story::before {
  height: 3.6rem;
}
.top-story::after {
  width: calc(100% - 4rem);
  height: 12rem;
}
.top-story__title {
  margin-bottom: 3rem;
}
.top-story__title .sub img {
  height: 2.4rem;
}
.top-story__title .main img {
  height: 6rem;
}
.top-story__text {
  padding: 3.2rem 2.4rem;
  border-radius: 1.2rem;
  outline-width: 0.2rem;
  outline-offset: -0.8rem;
  margin-inline: auto;
}
.top-story__text .mb {
  margin-bottom: 1en;
}
.top-story__text strong {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  margin-block: 1em;
}
.top-story__text::before {
  display: none;
}

/*業務内容
-----------------------------*/
.top-business {
  padding-bottom: 15rem;
}
.top-business__title {
  margin-bottom: 4rem;
}
.top-business__title .sub img {
  height: 4rem;
}
.top-business__title .main img {
  height: 8rem;
}
.top-business__comment {
  width: 90%;
  margin-inline: auto;
}
.top-business__box:nth-of-type(3n + 2) .com-title02--plate {
  background: linear-gradient(to right, transparent 2.5rem, var(--color-orange-light) 2.5rem, var(--color-orange-light) calc(100% - 2.5rem), transparent calc(100% - 2.5rem));
}
.top-business__box:nth-of-type(3n) .com-title02--plate {
  background: linear-gradient(to right, transparent 2.5rem, var(--color-red-light) 2.5rem, var(--color-red-light) calc(100% - 2.5rem), transparent calc(100% - 2.5rem));
}
.top-business__box:has(+ .top-business__comment) {
  margin-bottom: 10rem;
}
.top-business__heading {
  margin-bottom: 3rem;
}
.top-business__heading > span {
  word-break: keep-all;
}

/* 中日本造園の主なクエスト（仕事） */
.top-business__items {
  padding: 0 2.4rem 4rem;
}
.top-business__items::before {
  height: calc(100% + 9rem);
  border-radius: 2rem;
  outline-width: 0.3rem;
  outline-offset: -0.9rem;
}
.top-business__item {
  margin-bottom: 6rem;
}
.top-business__item:last-of-type::after {
  height: 16rem;
  aspect-ratio: 173/215;
  right: -2rem;
  bottom: -17rem;
}
.top-business__caption {
  align-items: center;
  font-size: var(--font-size-x4l);
  margin-bottom: 3rem;
}
.top-business__value {
  font-size: var(--font-size-base);
  line-height: 1.5;
}
.top-business__image {
  margin-bottom: 3rem;
}
.top-business__image img {
  aspect-ratio: 1.5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-business__image::before {
  top: 0.6rem;
  left: 0.6rem;
}
.top-business__image::after {
  border-width: 0.9rem;
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
}

/* 中日本造園の冒険の記録 */
.top-business__memories {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 4rem 2rem;
  max-width: 50rem;
  margin-inline: auto;
}
.top-business__memories:last-of-type:after {
  width: 1080px;
  height: 14.2rem;
  bottom: -8.4rem;
}
.top-business__memories:nth-of-type(2n) .top-business__memory:first-of-type {
  flex: 0 0 100%;
  margin-top: -100%;
}
.top-business__memories:nth-of-type(2n) .top-business__memory:first-of-type > * {
  width: calc(50% - 1rem);
  margin-left: auto;
}
.top-business__memories:nth-of-type(2n) .top-business__treasure::before {
  background-image: url(../img/common/treasure_top-blue.png), url(../img/common/treasure_bottom-blue.png);
}
.top-business__memories:nth-of-type(2n) .top-business__memory:nth-of-type(3n + 2) .top-business__treasure::before {
  background-image: url(../img/common/treasure_top-red.png), url(../img/common/treasure_bottom-red.png);
}
.top-business__memories:nth-of-type(2n) .top-business__memory:nth-of-type(3n) .top-business__treasure::before {
  background-image: url(../img/common/treasure_top-green.png), url(../img/common/treasure_bottom-green.png);
}
.top-business__memory {
  width: calc(50% - 1rem);
}
.top-business__memory::after {
  width: 100%;
  aspect-ratio: 240/105;
}
.top-business__balloon {
  aspect-ratio: 24/12;
  line-height: 1.5;
  background: linear-gradient(to right, transparent 2.5rem, var(--color-white) 2.5rem, var(--color-white) calc(100% - 2.5rem), transparent calc(100% - 2.5rem));
  padding: 1.5rem 1em;
  margin-bottom: 1em;
}
.top-business__balloon .min {
  font-size: 0.8em;
  line-height: 1.875;
}
.top-business__balloon::before {
  border-width: 3rem;
  border-image-slice: 30;
}
.top-business__balloon::after {
  height: 1.3rem;
  top: 5rem;
  top: calc(100% - 0.4rem);
}
.top-business__treasure {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 240/278;
  padding-bottom: 1.5rem;
}
.top-business__treasure .b {
  font-size: 2.8rem;
  line-height: 1;
}
.top-business__treasure .b.c-yellow {
  font-size: 2.5rem;
}

/*働く環境
-----------------------------*/
.top-env {
  padding-bottom: 15rem;
}
.top-env__title {
  margin-bottom: 4rem;
}
.top-env__title .sub img {
  height: 4rem;
}
.top-env__title .main img {
  height: 8rem;
}
.top-env__items {
  padding-top: 6rem;
}
.top-env__item {
  padding: 0 1.5rem 4rem;
  margin-bottom: 4rem;
}
.top-env__item::before {
  width: 95vw;
  height: calc(100% - 5rem);
  border-radius: 2rem;
  outline-width: 0.3rem;
  outline-offset: -0.9rem;
}
.top-env__item:nth-of-type(3n + 2) .com-title02--plate {
  background: linear-gradient(to right, transparent 2.5rem, var(--color-orange-light) 2.5rem, var(--color-orange-light) calc(100% - 2.5rem), transparent calc(100% - 2.5rem));
}
.top-env__item:nth-of-type(3n) .com-title02--plate {
  background: linear-gradient(to right, transparent 2.5rem, var(--color-red-light) 2.5rem, var(--color-red-light) calc(100% - 2.5rem), transparent calc(100% - 2.5rem));
}
.top-env__heading {
  row-gap: 1.2rem;
  margin-bottom: 3rem;
  word-break: keep-all;
}
.top-env__heading .num {
  display: inline-block;
  font-size: var(--font-size-lg);
  line-height: 2;
  margin-left: 1rem;
}
.top-env__heading .num::after {
  font-size: 1.5em;
  line-height: 1;
}
.top-env__heading .sub {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.top-env__heading::after {
  width: calc(100% + 4rem);
  height: 9rem;
  bottom: -4rem;
}
.top-env__image {
  margin-bottom: 3rem;
}
.top-env__image img {
  aspect-ratio: 1.5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-env__image::before {
  top: 0.6rem;
  left: 0.6rem;
}
.top-env__image::after {
  border-width: 0.9rem;
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
}
.top-env__chats {
  padding-top: 2rem;
}
.top-env__chat {
  padding: 2rem;
  background: linear-gradient(to right, transparent 2.5rem, var(--color-white) 2.5rem, var(--color-white) calc(100% - 2.5rem), transparent calc(100% - 2.5rem));
  margin-top: 12rem;
  overflow: visible;
}
.top-env__chat::before {
  border-width: 3rem;
  border-image-slice: 30;
}
.top-env__chat::after {
  height: 10rem;
  aspect-ratio: 13/10;
  background-size: 100%;
  bottom: 100%;
  left: 3rem;
  transform: none;
}
.top-env__chat--member::after {
  aspect-ratio: 1;
  left: inherit;
  right: 3rem;
}
.top-env__chat:first-of-type {
  margin-top: 10rem;
}
.top-env__label {
  font-size: var(--font-size-base);
}

/*クリア画面
-----------------------------*/
.top-clear {
  padding-block: 12rem;
}
.top-clear::before, .top-clear::after {
  height: 4.8rem;
}
.top-clear__title {
  margin-bottom: 4rem;
}
.top-clear__title img {
  height: 12rem;
}
.top-clear__title::before {
  width: 42rem;
  height: 18rem;
  background-size: 12rem;
  top: -4rem;
}
.top-clear__text {
  width: 90%;
  max-width: 50rem;
  row-gap: 3rem;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  padding: 3.6rem 3rem;
  border-radius: 2rem;
  outline-width: 0.3rem;
  outline-offset: -0.9rem;
  margin-inline: auto;
}
.top-clear__text .b {
  font-size: var(--font-size-x2l);
  line-height: 1.45455;
}
.top-clear__text::before {
  height: 13.2rem;
  bottom: -2rem;
}
.top-clear--stage01 .top-clear__text::before {
  width: calc(100% + 10rem);
  left: calc(50% + 2rem);
}
.top-clear--stage02 .top-clear__text::before {
  width: calc(100% + 12rem);
  left: calc(50% - 2rem);
}

/*よくある質問+α
-----------------------------*/
.top-faq {
  background-size: 32rem;
}
.top-faq__image {
  width: 32rem;
  flex-shrink: 0;
  box-shadow: 0.6rem 0.4rem var(--color-text);
  margin: 0 auto 1.5rem;
}
.top-faq__image img {
  aspect-ratio: 1.5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-faq__image::before {
  border-width: 0.9rem;
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
}
.top-faq__image::after {
  bottom: 0;
  right: -4rem;
}
.top-faq__image--character02::after {
  width: 12rem;
}
.top-faq__image--character03::after {
  width: 11.5rem;
}
.top-faq__name {
  row-gap: 1.5rem;
  width: 100%;
  font-size: var(--font-size-x2l);
  line-height: 1;
  padding: 3rem 2.4rem;
  background: linear-gradient(to right, transparent 2.5rem, var(--color-white) 2.5rem, var(--color-white) calc(100% - 2.5rem), transparent calc(100% - 2.5rem));
}
.top-faq__name::before {
  border-width: 3rem;
  border-image-slice: 30;
}
.top-faq__name::after {
  height: 1.3rem;
  aspect-ratio: 23/13;
  background: url(../img/common/arrow_balloon-bottom.png) no-repeat center top/contain;
  bottom: calc(100% - 0.4rem);
  left: 50%;
  transform: translateX(-50%) scale(1, -1);
}
.top-faq__name .pos {
  font-size: var(--font-size-lg);
}
.top-faq__interview {
  padding-top: 10rem;
}
.top-faq__interview::before {
  width: 42rem;
  height: 10rem;
  top: 6.4rem;
  left: calc(50% + 0.5rem);
}
.top-faq__title {
  margin-bottom: 2rem;
}
.top-faq__title img {
  height: 3.2rem;
}
.top-faq__movie {
  padding: 0.9rem;
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
}
.top-faq__list {
  padding-top: 8rem;
}
.top-faq__item {
  padding: 3rem 2.4rem;
  border-radius: 1.2rem;
  outline-width: 0.2rem;
  outline-offset: -0.8rem;
  margin-bottom: 2rem;
}
.top-faq__heading, .top-faq__body {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.top-faq__heading::before, .top-faq__body::before {
  width: 3.6rem;
}
.top-faq__heading {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
  margin-bottom: 2.4rem;
}

/*仕事の流れ
-----------------------------*/
.top-flow {
  padding-bottom: 15rem;
  background-size: 24rem;
}
.top-flow::before, .top-flow::after {
  height: 4.8rem;
}
.top-flow__title {
  margin-bottom: 4rem;
}
.top-flow__title .sub img {
  height: 4rem;
}
.top-flow__title .main img {
  height: 8rem;
}
.top-flow__list::before {
  width: 110%;
  height: 12rem;
  background-size: auto 100%, auto 80%;
  bottom: -15rem;
}
.top-flow__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  margin-bottom: 4rem;
}
.top-flow__item:last-of-type {
  margin-bottom: 0;
}
.top-flow__inner {
  width: 100%;
  padding: 1.5rem 1.5rem 2rem;
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
  position: relative;
  z-index: 0;
}
.top-flow__inner::after {
  content: "";
  aspect-ratio: 3/2;
  height: 1.2rem;
  background: var(--color-text);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - 1px);
  z-index: -1;
}
.top-flow__heading {
  width: 100%;
}

/*募集要項
-----------------------------*/
.top-recruit {
  padding-top: 10rem;
  background-size: auto 4rem, cover;
}
.top-recruit::before {
  width: 1722px;
  height: 339px;
  left: calc(50% - 5px);
  top: 12rem;
}
.top-recruit::after {
  width: 184rem;
  height: 27.9rem;
}
.top-recruit__inner::before {
  width: calc(100% - 2rem);
  height: 12rem;
  bottom: -14rem;
}
.top-recruit__inner::after {
  border-radius: 2rem;
  outline-width: 0.3rem;
  outline-offset: -0.9rem;
}
.top-recruit__title {
  font-size: var(--font-size-base);
  row-gap: 4rem;
  -webkit-text-stroke: 0.6rem var(--color-text);
  paint-order: stroke;
  margin-bottom: 4rem;
  filter: drop-shadow(0 0.5rem var(--color-text));
}
.top-recruit__title > span {
  line-height: 1.5;
  word-break: keep-all;
}
.top-recruit__title .main {
  font-size: 1.875em;
}
.top-recruit__table tr th {
  width: 9em;
  text-align: center;
  vertical-align: middle;
  font-size: var(--font-size-base);
  padding: 1.2rem 1em;
}
.top-recruit__table tr td {
  vertical-align: middle;
  font-size: var(--font-size-base);
  padding: 1.2rem 1em;
}

/*エントリーフォーム
-----------------------------*/
.top-entry {
  padding-bottom: 15rem;
}
.top-entry::before {
  height: calc(100% - 5rem);
}
.top-entry::after {
  height: 5rem;
  background-size: 24rem;
}
.top-entry__title {
  margin-bottom: 4rem;
}
.top-entry__title img {
  height: 8rem;
}
.top-entry__title::before {
  width: calc(100% + 12rem);
  height: 8rem;
}
.top-entry__title::after {
  width: 92vw;
  min-width: 40rem;
  height: 7.2rem;
  bottom: -4.5rem;
}

/*お知らせ
-----------------------------*/
.top-news {
  background-size: 42rem;
}
.top-news::after {
  content: "";
  width: 92%;
  height: 10rem;
  background: url(../img/index/deco_news.png) no-repeat left bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 0;
}
.top-news__title {
  font-size: var(--font-size-x4l);
  -webkit-text-stroke: 0.8rem var(--color-white);
  paint-order: stroke;
  margin-bottom: 4rem;
}
.top-news__btn {
  width: 25rem;
  height: 7rem;
  align-self: flex-start;
  border-radius: 1rem;
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 0.5rem var(--color-white) inset;
  margin: 4rem auto 0;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive {
  background-size: 24rem;
}
.news-archive__title {
  font-size: var(--font-size-x4l);
  -webkit-text-stroke: 0.8rem var(--color-white);
  paint-order: stroke;
  margin-bottom: 4rem;
}
/* お知らせ 詳細
-----------------------------*/
.news-detail {
  background-size: 24rem;
}
.news-detail__title {
  font-size: var(--font-size-lg);
  padding-block: 2rem;
}
.news-detail__title > span {
  line-height: var(--line-height-lg);
}
.news-detail__box {
  padding: 2rem 2rem 3rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__inner {
  padding: 5rem 0 8rem;
}
.contact-form__inner::before {
  width: 100vw;
  background-size: auto 4rem;
}
.contact-form__inner::after {
  width: 92vw;
  min-width: 42rem;
  height: 12rem;
  bottom: -9rem;
}
.contact-form__table {
  padding: 3rem 1.5rem;
}
.contact-form__table tr th {
  padding: 2.5rem 0 2rem;
}
.contact-form__table tr th label {
  padding-left: 2.4rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: 0.3rem;
}
.contact-form__table tr td {
  padding-bottom: 2.5rem;
}

.contact-submits-wrap > * {
  height: 7rem;
  margin: 0 auto 2rem;
}
.contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete {
  background-size: 24rem;
}
.contact-complete__title {
  font-size: var(--font-size-x4l);
  -webkit-text-stroke: 0.8rem var(--color-white);
  paint-order: stroke;
  margin-bottom: 4rem;
}
.contact-complete__text {
  padding: 3.2rem 2.4rem;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy {
  background-size: 24rem;
}
.privacy-policy__title {
  font-size: var(--font-size-x4l);
  -webkit-text-stroke: 0.8rem var(--color-white);
  paint-order: stroke;
  margin-bottom: 4rem;
}
.privacy-policy__box {
  padding: 3.6rem 2.4rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list {
  background-size: 24rem;
}
.sitemap-list__title {
  font-size: var(--font-size-x4l);
  -webkit-text-stroke: 0.8rem var(--color-white);
  paint-order: stroke;
  margin-bottom: 4rem;
}
.sitemap-list__items {
  padding: 3rem 2rem;
}
.sitemap-list__item {
  margin-bottom: 1rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

/*===============================================
  404エラー
===============================================*/
.error-message {
  background-size: 24rem;
}
.error-message__text {
  padding: 3.2rem 2.4rem;
}