@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html:has(.header--oth) {
  scroll-padding-top: clamp(85px, 6.5104166667vw, 100px);
}

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

a[href^="tel:"] {
  pointer-events: none;
}

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: clamp(85px, 6.5104166667vw, 100px);
  padding-inline: clamp(20px, 1.5625vw, 30px);
}
#header .header__logo {
  width: clamp(260px, 20.3125vw, 312px);
}
#header .header__text {
  font-size: clamp(1.3rem, 1.0119047619vw, 1.7rem);
  margin-inline: auto;
  transform: translateX(clamp(-156px, -10.15625vw, -130px));
  position: relative;
  z-index: 0;
}
#header .header__text::before {
  content: "";
  width: calc(100% + 8em);
  height: 0.3529412em;
  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--oth {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
#header.header--oth .header__inner {
  padding: clamp(15px, 1.0416666667vw, 20px);
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: clamp(80px, 6.25vw, 120px) 0 clamp(70px, 5.2083333333vw, 100px);
}
#footer::before {
  height: clamp(46px, 3.5416666667vw, 68px);
}
#footer::after {
  width: calc(100% - 6rem);
  max-width: 1280px;
  height: clamp(150px, 10.3645833333vw, 199px);
}
#footer .footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  width: 1080px;
}
#footer .footer__logo {
  margin-bottom: 2rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  padding-block: 0.65rem;
}
.footer-nav__item::before {
  font-size: 1.2rem;
}

/*コピーライト
-----------------------------*/
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  right: 9px;
  bottom: 14px;
}

/*サイドボタン
-----------------------------*/
#side {
  row-gap: 0.8em;
  width: calc(50% - 54rem);
  min-width: 110px;
  max-width: 193px;
  aspect-ratio: 193/178;
  font-size: clamp(12px, 5vw - 52px, 20px);
  background: linear-gradient(to top, #72b810 24%, var(--color-green) 24%);
  border: solid 0.6rem var(--color-white);
  outline: solid 0.4rem var(--color-text);
  outline-offset: -0.4rem;
  right: 0;
  bottom: 12rem;
}
#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: 9.333334em;
  font-size: 0.75em;
  line-height: 1.66667;
  -moz-column-gap: 0.8em;
       column-gap: 0.8em;
}
#side .en::before {
  width: 0.33334em;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  padding-bottom: clamp(48px, 3.6458333333vw, 70px);
}
.visual::before {
  width: 109.375%;
  background-size: min(938px, 44.667%);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(500px, 39.0625vw, 750px);
  padding-bottom: clamp(12px, 0.8854166667vw, 17px);
}
.visual__main::before {
  width: 90%;
  max-width: 1720px;
  border-radius: clamp(30px, 2.0833333333vw, 40px);
}
.visual__main::after {
  width: calc(100% + 2px);
  max-width: 1922px;
  height: 64.6667%;
  background-size: auto 100%;
  top: 6.1334%;
}
.visual__box {
  row-gap: clamp(14px, 1.09375vw, 21px);
}
.visual__catch img {
  height: clamp(164px, 10.6770833333vw, 205px);
}
.visual__catch .sub {
  font-size: clamp(1.4rem, 1.0416666667vw, 2rem);
  letter-spacing: var(--letter-spacing-lg);
  margin-right: calc(var(--letter-spacing-lg) * -1);
  margin-top: clamp(14px, 1.09375vw, 21px);
}
.visual__image img {
  height: clamp(128px, 10vw, 192px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(270px, 20.8333333333vw, 400px);
}
.visual__sub::before {
  width: 90%;
  max-width: 1720px;
  border-radius: clamp(30px, 2.0833333333vw, 40px);
}
.visual__catch--sub {
  font-size: clamp(4rem, 3.125vw, 6rem);
}
.visual__catch--sub > span {
  -webkit-text-stroke: clamp(8px, 0.625vw, 12px) var(--color-white);
  filter: drop-shadow(0 clamp(4px, 0.2604166667vw, 5px) var(--color-white));
}
.visual__catch--sub > span::before {
  -webkit-text-stroke: clamp(2px, 0.15625vw, 3px) var(--color-text);
  filter: drop-shadow(0 clamp(4px, 0.2604166667vw, 5px) var(--color-text));
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: clamp(1.3rem, 1.0135135135vw, 1.5rem);
  font-family: var(--font-family-pixel);
  font-weight: var(--font-weight-regular);
  color: var(--color-white);
  letter-spacing: 0;
  line-height: 2;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.08em;
}
.gnav__item::after {
  content: "/";
  margin-inline: 0.5em;
}
.gnav__item:last-of-type {
  margin-right: -0.08em;
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: block;
}
.gnav__link:hover {
  color: var(--color-yellow);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  height: 40px;
}
.breadcrumb__list {
  width: 1080px;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 10rem;
}

.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
/*ボタン
-----------------------------*/
/*テーブル
-----------------------------*/
/*テキストボックス
-----------------------------*/
.com-text p {
  margin-right: calc(var(--letter-spacing-base) * -1);
}

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

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

/* 会話
-----------------------------*/
.com-comment__list:nth-of-type(2) .com-comment__item {
  align-items: flex-end;
}
.com-comment__list:nth-of-type(2) .com-comment__item--right .com-comment__balloon::after {
  transform: scale(1, -1);
}
.com-comment__list:nth-of-type(2) .com-comment__balloon {
  margin-bottom: 2rem;
}
.com-comment__item {
  align-items: stretch;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
.com-comment__item::before {
  width: 17.3rem;
  min-height: 19.1rem;
  background-size: auto 191px;
}
.com-comment__item--right .com-comment__balloon::after {
  right: calc(100% - 0.4rem);
}
.com-comment__item--left.character03::before {
  width: 12rem;
}
.com-comment__item--left .com-comment__balloon::after {
  left: calc(100% - 0.4rem);
}
.com-comment__inner {
  min-height: 191px;
}
.com-comment__label {
  margin-bottom: -0.9em !important;
}
.com-comment__balloon {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  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(3.5rem + (1em - 1lh) / 2) 3.5rem;
}
.com-comment__balloon::before {
  border-width: 3rem;
  border-image-slice: 30;
}
.com-comment__balloon::after {
  width: 1.9rem;
  top: 5rem;
}

/*お知らせ
-----------------------------*/
.com-post__image {
  width: 15rem;
}
.com-post__link {
  padding: 3rem 2.5rem;
  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);
}

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

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

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

/*===============================================
  エントランスページ
===============================================*/
.entrance {
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  gap: clamp(40px, 3.125vw, 60px);
  height: clamp(630px, 48.9583333333vw, 940px);
  min-height: calc(100vh - (clamp(85px, 6.5104166667vw, 100px) + 4rem));
  padding: clamp(35px, 2.6041666667vw, 50px) clamp(40px, 3.125vw, 60px);
}
.entrance__item {
  row-gap: clamp(22px, 1.71875vw, 33px);
  outline-width: clamp(6px, 0.4166666667vw, 8px);
  outline-offset: clamp(-8px, -0.4166666667vw, -6px);
}
.entrance__item--official {
  grid-row: span 2;
}
.entrance__item--official .entrance__title img {
  height: clamp(131px, 10.2083333333vw, 196px);
}
.entrance__title img {
  height: clamp(92px, 7.1354166667vw, 137px);
}

/*===============================================
  トップページ
===============================================*/
/*ストーリー
-----------------------------*/
.top-story::before {
  height: 5rem;
}
.top-story::after {
  width: calc(100% - 6rem);
  max-width: 1280px;
  height: 23.4rem;
}
.top-story__title {
  margin-bottom: 4.9rem;
}
.top-story__text {
  width: 72rem;
  text-align: center;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  padding: 5.1rem 6rem;
  border-radius: 2rem;
  outline-width: 0.3rem;
  outline-offset: -0.9rem;
  margin-inline: auto;
}
.top-story__text .mb {
  margin-bottom: 1lh;
}
.top-story__text strong {
  font-size: var(--font-size-x2l);
  line-height: var(--line-height-x2l);
  margin-block: 1.2rem;
}
.top-story__text::before {
  width: calc(100% - 4rem);
  height: 8.7rem;
}

/*業務内容
-----------------------------*/
.top-business {
  padding-bottom: 25rem;
}
.top-business__title {
  margin-bottom: 6rem;
}
.top-business__box:nth-of-type(3n + 2) .com-title02--plate {
  background: linear-gradient(to right, transparent 3.5rem, var(--color-orange-light) 3.5rem, var(--color-orange-light) calc(100% - 3.5rem), transparent calc(100% - 3.5rem));
}
.top-business__box:nth-of-type(3n) .com-title02--plate {
  background: linear-gradient(to right, transparent 3.5rem, var(--color-red-light) 3.5rem, var(--color-red-light) calc(100% - 3.5rem), transparent calc(100% - 3.5rem));
}
.top-business__box:has(+ .top-business__comment) {
  margin-bottom: 13.2rem;
}
.top-business__heading {
  min-width: 50rem;
  margin-bottom: 5rem;
}

/* 中日本造園の主なクエスト（仕事） */
.top-business__items {
  padding: 0 8rem 9rem;
}
.top-business__items::before {
  height: calc(100% + 9rem);
  border-radius: 2rem;
  outline-width: 0.3rem;
  outline-offset: -0.9rem;
}
.top-business__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  margin-bottom: 6.5rem;
}
.top-business__item:nth-of-type(2n + 1) .top-business__image::before {
  left: 1rem;
}
.top-business__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.top-business__item:nth-of-type(2n) .top-business__image::before {
  left: -1rem;
}
.top-business__item:last-of-type::after {
  width: 17.3rem;
  aspect-ratio: 173/215;
  right: 2rem;
  bottom: -7.4rem;
}
.top-business__caption {
  font-size: var(--font-size-x4l);
  margin-bottom: 3rem;
}
.top-business__value {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.top-business__image {
  width: 40rem;
  flex-shrink: 0;
}
.top-business__image img {
  aspect-ratio: 1.0526315789;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-business__image::before {
  top: 1rem;
}
.top-business__image::after {
  border-width: 0.9rem;
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
}

/* 中日本造園の冒険の記録 */
.top-business__box:has(.top-business__memories) {
  width: calc(100% - 12rem);
  max-width: 1280px;
  min-width: 1080px;
}
.top-business__memories {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-bottom: 13.2rem;
  margin-bottom: 6rem;
}
.top-business__memories::before {
  content: "";
  width: calc(100vw - 4rem);
  max-width: calc(50vw + 73rem);
  min-width: 116rem;
  height: 13.2rem;
  background: var(--pattern-block);
  position: absolute;
  bottom: 0;
  z-index: -2;
}
.top-business__memories:last-of-type:after {
  width: 1080px;
  height: 14.2rem;
  bottom: -8.4rem;
}
.top-business__memories:nth-of-type(2n + 1)::before {
  left: min(-6rem, 50% - 50vw);
  background-position: right top;
  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow: -1rem 1rem #2e99c6;
}
.top-business__memories:nth-of-type(2n)::before {
  right: min(-6rem, 50% - 50vw);
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: 1rem 1rem #2e99c6;
}
.top-business__memories:nth-of-type(2n) .top-business__treasure::before {
  background-image: url(../img/common/treasure_top-green.png), url(../img/common/treasure_bottom-green.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-blue.png), url(../img/common/treasure_bottom-blue.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-red.png), url(../img/common/treasure_bottom-red.png);
}
.top-business__memory {
  width: 100%;
}
.top-business__memory::after {
  width: 100%;
  aspect-ratio: 240/105;
}
.top-business__balloon {
  aspect-ratio: 24/12;
  font-size: clamp(1.6rem, 1.25vw, 2rem);
  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: 6rem;
}
.top-env__items {
  padding-top: 10rem;
}
.top-env__item {
  padding: 0 8rem 8rem;
}
.top-env__item::before {
  height: calc(100% - 5.7rem);
  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 3.5rem, var(--color-orange-light) 3.5rem, var(--color-orange-light) calc(100% - 3.5rem), transparent calc(100% - 3.5rem));
}
.top-env__item:nth-of-type(3n) .com-title02--plate {
  background: linear-gradient(to right, transparent 3.5rem, var(--color-red-light) 3.5rem, var(--color-red-light) calc(100% - 3.5rem), transparent calc(100% - 3.5rem));
}
.top-env__item:nth-of-type(2n + 1) .top-env__image::before {
  left: 1rem;
}
.top-env__item:nth-of-type(2n) .top-env__inner {
  flex-direction: row-reverse;
}
.top-env__item:nth-of-type(2n) .top-env__image::before {
  left: -1rem;
}
.top-env__heading {
  row-gap: 1.5rem;
  margin-bottom: 5rem;
}
.top-env__heading .num {
  font-size: 2.5rem;
  line-height: 1;
  margin-left: 2rem;
}
.top-env__heading .num::after {
  font-size: 4rem;
}
.top-env__heading .sub {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
}
.top-env__heading::after {
  width: 1020px;
  height: 19.1rem;
  top: 1rem;
}
.top-env__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.top-env__image {
  width: 40rem;
  flex-shrink: 0;
}
.top-env__image img {
  aspect-ratio: 1.3333333333;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-env__image::before {
  top: 1rem;
}
.top-env__image::after {
  border-width: 0.9rem;
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
}
.top-env__text {
  width: 100%;
  align-self: center;
}
.top-env__chats {
  padding-top: 5rem;
}
.top-env__chat {
  padding: 3rem;
  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));
  outline: solid 4px #000;
  outline-offset: -4px;
}
.top-env__chat::before {
  border-width: 3rem;
  border-image-slice: 30;
}
.top-env__chat::after {
  width: 18.4rem;
  top: max(100% - 19rem, 3rem);
  right: 3rem;
}
.top-env__value {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.top-env__value .b {
  font-size: var(--font-size-xl);
  line-height: 1.75;
}

/*クリア画面
-----------------------------*/
.top-clear {
  padding: 15.5rem 0 17.2rem;
}
.top-clear::before, .top-clear::after {
  height: 8.4rem;
}
.top-clear__title {
  margin-bottom: 6rem;
}
.top-clear__title::before {
  width: 100%;
  height: 219px;
  background-size: 237px;
  top: -2.4rem;
}
.top-clear__text {
  row-gap: 5rem;
  width: 64rem;
  font-size: var(--font-size-x2l);
  line-height: var(--line-height-x2l);
  padding: 5.8rem 6rem;
  border-radius: 2rem;
  outline-width: 0.3rem;
  outline-offset: -0.9rem;
  margin-inline: auto;
}
.top-clear__text .b {
  font-size: var(--font-size-x3l);
  line-height: 1.86667;
}
.top-clear__text::before {
  width: calc(100% + 454px);
  height: 338px;
  bottom: -1.5rem;
}

/*よくある質問+α
-----------------------------*/
.top-faq__member {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.top-faq__image {
  width: 46rem;
  flex-shrink: 0;
  box-shadow: 0.8rem 0.6rem var(--color-text);
  margin-bottom: 0.6rem;
}
.top-faq__image img {
  aspect-ratio: 1.5333333333;
  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;
}
.top-faq__image--character02::after {
  width: 23.5rem;
  right: -8rem;
}
.top-faq__image--character03::after {
  width: 16.9rem;
  right: -6.8rem;
}
.top-faq__name {
  row-gap: 2rem;
  width: 100%;
  font-size: var(--font-size-x3l);
  line-height: 1;
  padding: 4.6rem 5rem;
  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 {
  width: 1.9rem;
  aspect-ratio: 19/21;
  background: url(../img/common/arrow_balloon-side.png) no-repeat right top/contain;
  right: calc(100% - 0.4rem);
  bottom: 3.4rem;
}
.top-faq__name .pos {
  font-size: var(--font-size-xl);
}
.top-faq__interview {
  padding-top: 7rem;
}
.top-faq__interview::before {
  width: 1080px;
  height: 22.6rem;
}
.top-faq__title {
  margin-bottom: 3rem;
}
.top-faq__movie {
  width: 64rem;
  padding: 0.9rem;
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
  margin-inline: auto;
}
.top-faq__list {
  padding-top: 6rem;
}
.top-faq__item {
  padding: 4rem 3rem;
  border-radius: 2rem;
  outline-width: 0.3rem;
  outline-offset: -0.9rem;
}
.top-faq__heading, .top-faq__body {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.top-faq__heading::before, .top-faq__body::before {
  width: 4.5rem;
}
.top-faq__heading {
  font-size: var(--font-size-x3l);
  line-height: var(--line-height-x3l);
  margin-bottom: 3rem;
}

/*仕事の流れ
-----------------------------*/
.top-flow {
  padding-block: 15rem;
}
.top-flow::before, .top-flow::after {
  height: 8.4rem;
}
.top-flow__title {
  margin-bottom: 5rem;
}
.top-flow__list {
  height: 1721px;
}
.top-flow__list::before {
  width: 117rem;
  height: 23.6rem;
  left: calc(50% + 4.5rem);
  bottom: 100%;
}
.top-flow__list::after {
  content: "";
  width: 1280px;
  height: 100%;
  background: url(../img/index/map_flow.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.top-flow__item > * {
  position: absolute;
}
.top-flow__item:nth-of-type(1) .top-flow__image {
  top: 20rem;
  left: 1rem;
}
.top-flow__item:nth-of-type(1) .top-flow__inner {
  top: 5rem;
  left: 30rem;
}
.top-flow__item:nth-of-type(1) .top-flow__inner::after {
  width: 1.8rem;
  aspect-ratio: 18/21;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  top: 50%;
  right: calc(100% - 1px);
  transform: translateY(-50%);
}
.top-flow__item:nth-of-type(2) .top-flow__image {
  top: 58rem;
  right: 35rem;
}
.top-flow__item:nth-of-type(2) .top-flow__inner {
  top: 31rem;
  left: 30rem;
}
.top-flow__item:nth-of-type(2) .top-flow__inner::after {
  height: 1.8rem;
  aspect-ratio: 21/18;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 7rem;
  top: calc(100% - 1px);
}
.top-flow__item:nth-of-type(3) .top-flow__image {
  top: 58rem;
  right: 10.5rem;
}
.top-flow__item:nth-of-type(3) .top-flow__inner {
  top: 37rem;
  right: 0;
}
.top-flow__item:nth-of-type(3) .top-flow__inner::after {
  height: 1.8rem;
  aspect-ratio: 21/18;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
}
.top-flow__item:nth-of-type(4) .top-flow__image {
  bottom: 72rem;
  left: 25.5rem;
}
.top-flow__item:nth-of-type(4) .top-flow__inner {
  bottom: 72.5rem;
  left: 48rem;
}
.top-flow__item:nth-of-type(4) .top-flow__inner::after {
  width: 1.8rem;
  aspect-ratio: 18/21;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  top: 50%;
  right: calc(100% - 1px);
  transform: translateY(-50%);
}
.top-flow__item:nth-of-type(5) .top-flow__image {
  left: 45.5rem;
  bottom: 52rem;
}
.top-flow__item:nth-of-type(5) .top-flow__inner {
  left: 0;
  bottom: 52rem;
}
.top-flow__item:nth-of-type(5) .top-flow__inner::after {
  width: 1.8rem;
  aspect-ratio: 18/21;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  left: calc(100% - 1px);
  transform: translateY(-50%);
}
.top-flow__item:nth-of-type(6) .top-flow__image {
  bottom: 12rem;
  right: 16.5rem;
  z-index: 1;
}
.top-flow__item:nth-of-type(6) .top-flow__inner {
  right: 23rem;
  bottom: 24rem;
}
.top-flow__item:nth-of-type(6) .top-flow__inner::after {
  height: 1.8rem;
  aspect-ratio: 21/18;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
}
.top-flow__inner {
  width: 37rem;
  padding: 2rem;
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
}
.top-flow__inner::after {
  content: "";
  background: var(--color-text);
  position: absolute;
  z-index: -1;
}
.top-flow__heading {
  width: 100%;
}

/*募集要項
-----------------------------*/
.top-recruit {
  padding-top: 13.5rem;
}
.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% - 10rem);
  height: 19.1rem;
  bottom: -10rem;
}
.top-recruit__inner::after {
  border-radius: 2rem;
  outline-width: 0.3rem;
  outline-offset: -0.9rem;
}
.top-recruit__title {
  row-gap: 4rem;
  -webkit-text-stroke: 0.8rem var(--color-text);
  paint-order: stroke;
  margin-bottom: 6rem;
  filter: drop-shadow(0 1.1rem var(--color-text));
}
.top-recruit__title .main {
  font-size: 7rem;
}
.top-recruit__table tr th {
  width: 20rem;
  text-align: center;
  vertical-align: middle;
  padding: 1.4rem 2rem;
}
.top-recruit__table tr td {
  padding: 1.4rem 2rem;
}

/*エントリーフォーム
-----------------------------*/
.top-entry {
  padding: 9.5rem 0 25rem;
}
.top-entry::before {
  min-width: 1920px;
  height: calc(100% - 9.9rem);
}
.top-entry::after {
  height: 9.9rem;
}
.top-entry__title {
  margin-bottom: 6rem;
}
.top-entry__title::before {
  width: calc(212px + 100%);
  height: 12rem;
}
.top-entry__title::after {
  width: 1080px;
  height: 121px;
  bottom: -6.7rem;
}

/*お知らせ
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template: auto 1fr/37rem 1fr;
  align-items: flex-start;
  gap: 2.5rem 6rem;
  min-height: 32.6rem;
}
.top-news__box::before {
  content: "";
  width: 44.3rem;
  aspect-ratio: 443/326;
  background: url(../img/index/bg_news-ttl.png) no-repeat left top/contain;
  position: absolute;
  top: 0;
  left: -7.3rem;
  z-index: -2;
}
.top-news__title {
  font-size: 5rem;
  -webkit-text-stroke: 0.8rem var(--color-white);
  paint-order: stroke;
  align-self: flex-start;
  padding-top: 4.4rem;
}
.top-news__list,
.top-news .com-empty {
  grid-row: span 2;
}
.top-news__btn {
  width: 25rem;
  height: 5rem;
  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-inline: auto;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive__title {
  font-size: 5rem;
  -webkit-text-stroke: 0.8rem var(--color-white);
  paint-order: stroke;
  align-self: flex-start;
  margin-bottom: 3rem;
}
/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  padding: 5rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__inner {
  padding: 11rem 0 7rem;
}
.contact-form__inner::before {
  width: 1280px;
}
.contact-form__inner::after {
  width: 78rem;
  height: 19.8rem;
  bottom: -14.6rem;
}
.contact-form__table {
  padding: 5rem;
}
.contact-form__table tr th {
  width: 45rem;
  text-align: left;
  vertical-align: middle;
  line-height: 2.375;
  padding: 1.8rem 2rem;
  background-position: left 2rem center;
}
.contact-form__table tr th label {
  padding-left: 3.6rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: 0.7rem;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.375;
  padding-block: 1.8rem;
}
.contact-submits-wrap > * {
  margin: 20px 15px 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__title {
  font-size: 5rem;
  -webkit-text-stroke: 0.8rem var(--color-white);
  paint-order: stroke;
  align-self: flex-start;
  margin-bottom: 5rem;
}
.contact-complete__text {
  text-align: center;
  padding: 4rem;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__title {
  font-size: 5rem;
  -webkit-text-stroke: 0.8rem var(--color-white);
  paint-order: stroke;
  align-self: flex-start;
  margin-bottom: 5rem;
}
.privacy-policy__box {
  padding: 3rem 4rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__title {
  font-size: 5rem;
  -webkit-text-stroke: 0.8rem var(--color-white);
  paint-order: stroke;
  align-self: flex-start;
  margin-bottom: 5rem;
}
.sitemap-list__items {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 1rem 8rem;
  padding: 4rem 5rem;
}
.sitemap-list__item:first-of-type {
  grid-column: span 2;
}
.sitemap-list__link {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  padding-block: 1.5rem;
}

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