@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:not(.sp-none) {
  display: block !important;
  width: 100% !important;
}

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

/*===============================================
  header
===============================================*/
#header {
  padding-block: 1.5rem;
}
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 7rem;
  padding-inline-start: min(3rem, 5vw);
  padding-right: 1rem;
  border-radius: 1rem;
}
#header .header__logo {
  height: 2.4rem;
}
#header .header__logo img {
  height: 100%;
  aspect-ratio: 172/24;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
#header .header__btn {
  width: 5rem;
  aspect-ratio: 1;
  border-radius: 50%;
}
#header .header__btn > span {
  display: none;
}
#header .header__btn::before {
  width: 50%;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 7.2rem 0 5rem;
}
#footer .footer__logo {
  text-align: center;
  margin-bottom: 3rem;
}
#footer .footer__logo img {
  height: 3.2rem;
  aspect-ratio: 234/32;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

/*フッターナビ
-----------------------------*/
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-inline: 5%;
  margin-bottom: 4rem;
}
.footer-nav__item:first-of-type {
  grid-column: span 2;
}
.footer-nav__link {
  line-height: 2;
  padding: 0.5em 0.25em;
  border-bottom: solid 1px var(--color-bg-pink);
}
.footer-nav__link:not(p)::after {
  width: 3.2rem;
  height: 1em;
  background-size: 1.2rem;
}
.footer-nav .dropdown-menu__list {
  font-size: var(--font-size-sm);
  line-height: calc(1em + 2rem);
  padding-top: 1rem;
  margin-bottom: calc(-0.5lh + 0.5em);
}
.footer-nav .dropdown-menu__link::after {
  width: 3rem;
  height: 1em;
  background-size: 1.2rem;
}
.footer-nav__sub-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1rem;
  font-size: var(--font-size-sm);
  line-height: 2;
  padding: 1.5rem 5%;
  background: rgba(255, 245, 245, 0.2);
}
/*コピーライト
-----------------------------*/
.copy--oth {
  padding-top: 4rem;
}
.copy--ent {
  padding-block: calc(2.5rem - 0.5em);
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 5rem;
  right: 1rem;
  bottom: 1rem;
  border-radius: 0.8rem;
}
#pagetop img {
  width: 1.2rem;
}

/*サイドボタン
-----------------------------*/
#side {
  display: none;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  width: 95%;
  padding-top: 1rem;
  margin-inline: auto;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  height: 64rem;
}
.visual__catch--main {
  flex-direction: row-reverse;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding: 3rem 2.4rem;
}
.visual__catch--main > span {
  writing-mode: vertical-rl;
  max-height: 20em;
  text-orientation: mixed;
  word-break: keep-all;
  line-height: 1.25;
}
.visual__catch--main .main {
  font-size: 2.8rem;
}
.visual__catch--main .sub {
  font-size: 1.6rem;
}
.visual__image {
  overflow: hidden;
  border-radius: 0.8rem;
  position: absolute;
}
.visual__image--left, .visual__image--right {
  display: none;
}
.visual__image--lt {
  width: calc(100% - 18rem);
  max-height: 64%;
  aspect-ratio: 1/2;
  border-radius: 1.6rem;
  top: 0;
  left: 0;
}
.visual__image--lt img {
  -o-object-position: 64% center;
     object-position: 64% center;
}
.visual__image--rt {
  width: 80%;
  max-height: 28%;
  aspect-ratio: 5/4;
  border-radius: 1rem;
  right: 0;
  bottom: 0;
}
.visual__image--rt img {
  -o-object-position: center 80%;
     object-position: center 80%;
}
.visual__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 24rem;
  border-radius: 1.6rem;
}
.visual__catch--sub {
  min-width: 32rem;
  height: 7rem;
  font-size: min(var(--font-size-h2), 6.6667vw);
  border-radius: 0.8rem;
  padding-inline: 0.5em;
}

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

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

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  font-size: 3.6rem;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
}
.com-tel::before {
  width: 1em;
  aspect-ratio: 36/30;
}
.com-tel span {
  margin-block-start: -0.6rem;
  margin-block-end: -0.2rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.com-btn > span {
  font-size: var(--font-size-lg);
}
.com-btn::after {
  width: 5rem;
  aspect-ratio: 2/1;
  background-size: 2.4rem;
}

/* SNS
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table tr th,
.com-table tr td {
  padding: 1em;
}
.com-table--noblock tr th {
  width: 7em;
}
.com-table:not(.com-table--noblock) tr th {
  padding-bottom: 0.5em;
}
.com-table:not(.com-table--noblock) tr td {
  padding-top: 0;
}
.com-table:not(.com-table--noblock) tr:first-of-type th {
  padding-top: 0;
}

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

/*ブログ
-----------------------------*/
.com-post__item {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.com-post__item--image .com-post__link {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-post__item--image .com-post__image {
  width: 15rem;
}
.com-post__item--image .com-post__image img {
  border-radius: 1rem;
}
.com-post__item--image .com-post__inner {
  gap: 1.6rem 1.2rem;
}
.com-post__item--image .com-post__heading {
  font-size: var(--font-size-lg);
  margin-bottom: 0.5rem;
}
.com-post__link {
  gap: 1.6rem 1.2rem;
}
.com-post__date {
  line-height: 1.375;
}
.com-post__tag {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.69231;
  padding-inline: 0.75em;
  border-radius: 0.4rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2.5rem;
  margin-bottom: 5rem;
}
.com-title01 .en {
  letter-spacing: 0.02em;
  margin-inline-end: -0.02em;
  margin-top: -1rem;
  margin-bottom: -0.4rem;
}
.com-title01 > span:not(.en) {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.com-title01 > span:not(.en)::before, .com-title01 > span:not(.en)::after {
  width: 0.8rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  padding: 3rem 2rem;
  border-radius: 1rem;
  margin-top: 4rem;
}
.com-contact__btn {
  width: 36rem;
  height: 80px;
  border-radius: 2rem;
  padding-inline: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.com-contact__btn > span {
  font-size: min(2rem, 4.4445vw);
}
.com-contact__btn::before {
  width: 40px;
  flex-shrink: 0;
}
.com-contact__btn::after {
  display: none;
}

/*ページ遷移バナー
-----------------------------*/
.com-bnr {
  padding-block: 5rem;
}
.com-bnr__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
}
.com-bnr__item {
  width: 100%;
  height: 20rem;
  border-radius: 1rem;
  padding: 3rem 1.5rem 1.5rem 2.4rem;
  row-gap: 2.4rem;
}
.com-bnr__item .en {
  font-size: 5rem;
  margin-block-start: -0.8rem;
  margin-block-end: -0.3rem;
}
.com-bnr__item .ja {
  font-size: 2rem;
}
.com-bnr__item::after {
  width: 3rem;
  aspect-ratio: 2/1;
}
.com-bnr__item--individual, .com-bnr__item--corporate {
  outline-width: 2px;
  outline-offset: -2px;
}
.com-bnr__item--individual::after, .com-bnr__item--corporate::after {
  width: 5rem;
  border-top-left-radius: 1rem;
  background-size: 2.4rem;
}
.com-bnr__title {
  width: 24rem;
  height: 10rem;
  border-radius: 0.8rem;
  row-gap: 0.8rem;
  font-size: 2.8rem;
}
.com-bnr__title .min {
  font-size: 1.8rem;
}

/*===============================================
  エントランスページ
===============================================*/
.entrance {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  width: 95%;
  height: 78rem;
  min-height: calc(100dvh - 15rem);
  margin-inline: auto;
}
.entrance__item {
  width: 100%;
  height: 100%;
  outline-width: 2px;
  outline-offset: -2px;
  border-radius: 1.6rem;
}
.entrance__inner {
  width: 32rem;
  padding-block: 3rem;
  border-radius: 1rem;
}
.entrance__title {
  font-size: 3rem;
  row-gap: 1.2rem;
}
.entrance__title .min {
  font-size: 2rem;
}

/*===============================================
  トップページ
===============================================*/
/*ご挨拶
-----------------------------*/
/*株式会社　八桜の強み
-----------------------------*/
.top-strengths {
  padding-top: calc(12vw + 4rem);
}
.top-strengths::before {
  height: calc(100% - 8vw);
}
.top-strengths::after {
  font-size: 16vw;
  margin-top: -0.2em;
}
.top-strengths__title {
  margin-bottom: 3rem;
}
.top-strengths__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem 2rem;
  padding-block: 4rem;
}
.top-strengths__list::before {
  width: 95vw;
  border-radius: 1rem;
}
.top-strengths__list::after {
  content: "";
  width: 2px;
  height: calc(100% - 6rem);
  background: var(--color-border);
  background: linear-gradient(to bottom, var(--color-border) calc(50% - 2rem), transparent calc(50% - 2rem), transparent calc(50% + 2rem), var(--color-border) calc(50% + 2rem));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.top-strengths__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 1.2rem;
  position: relative;
}
.top-strengths__item::after {
  content: "";
  width: calc(100% - 1rem);
  height: 2px;
  background: var(--color-border);
  position: absolute;
  left: 0.5rem;
  top: calc(100% + 4rem - 1px);
}
.top-strengths__item:nth-last-of-type(1)::after, .top-strengths__item:nth-last-of-type(2)::after {
  display: none;
}
.top-strengths__icon img {
  width: 10rem;
  aspect-ratio: 145/113;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-strengths__heading {
  font-size: var(--font-size-lg);
  align-items: center;
  text-align: center;
  margin-top: 0.5rem;
}

/*サービス
-----------------------------*/
.top-service__item {
  margin-bottom: 6rem;
}
.top-service__item:last-of-type {
  margin-bottom: 0;
}
.top-service__image {
  margin-bottom: 2.4rem;
  border-radius: 1rem;
}
.top-service__image img {
  aspect-ratio: 2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service__image figcaption {
  justify-content: flex-end;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  height: 6rem;
  padding-inline: 2rem;
}
.top-service__image figcaption::after {
  width: 4rem;
  height: 1.7rem;
  background-size: 1.5rem;
}
.top-service__heading {
  margin-bottom: 1.5rem;
}

/*対応エリア
-----------------------------*/
.top-area::before {
  width: 56%;
  aspect-ratio: 1;
  background-position: right top;
  right: 2%;
  top: 2.5rem;
  opacity: 0.56;
}

/*会社情報
-----------------------------*/
.top-company__btn {
  margin-top: 3rem;
  margin-left: auto;
}
.top-company__map {
  height: 28rem;
  border-radius: 1rem;
  margin-top: 5rem;
}

/*求人情報はこちら
-----------------------------*/
.top-recruit {
  padding-top: 6.4rem;
  padding-bottom: 0;
}
.top-recruit::after {
  font-size: 22vw;
  margin-block: -0.1em;
  bottom: calc(50vw + 1rem);
}
.top-recruit__images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: calc(16vw + 3rem);
}
.top-recruit__image {
  width: calc(50% - 0.5rem);
  height: 25vw;
}
.top-recruit__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-recruit__image--lt img, .top-recruit__image--rt img {
  border-radius: 0 0 1rem 1rem;
}
.top-recruit__image--lb img, .top-recruit__image--rb img {
  border-radius: 1rem 1rem 0 0;
}

/*新着情報
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 5rem 0;
}
.top-news__title {
  margin-bottom: 0;
}
.top-news__list,
.top-news .com-empty {
  grid-column: span 2;
}

/*===============================================
  当社の強み
===============================================*/
/*八桜の強み
-----------------------------*/
.about-strengths__list {
  padding-top: 6rem;
}
.about-strengths__item {
  padding: 2.4rem 2.4rem 3rem;
  margin-bottom: 5rem;
  outline-width: 2px;
  outline-offset: -2px;
  border-radius: 1rem;
}
.about-strengths__item::before {
  width: 6rem;
  font-size: 2.4rem;
  top: -2rem;
  left: -1.6rem;
  z-index: 3;
}
.about-strengths__heading {
  font-size: var(--font-size-h5);
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding: 1.5rem;
  margin-bottom: 3rem;
  border-radius: 0.8rem;
  word-break: keep-all;
}
.about-strengths__heading .icon {
  width: 4rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

/*施工実績
-----------------------------*/
.about-works__title {
  margin-bottom: 3rem;
}
.about-works__btn {
  margin-left: auto;
}
.about-works__list,
.about-works .com-empty {
  margin-top: 4rem;
}
.about-works__item {
  padding: 5rem 2.4rem 2.4rem;
  border-radius: 1rem;
}
.about-works__date {
  min-width: 12rem;
  line-height: 2.1875;
  border-bottom-right-radius: 1rem;
  padding-inline: 0.5em;
}
.about-works__images {
  row-gap: 1rem;
}
.about-works__image img {
  aspect-ratio: 1.5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-works__image figcaption {
  margin-bottom: 1rem;
}
.about-works__image--before {
  width: calc(100% - 8rem);
}
.about-works__image--before figcaption {
  font-size: 1.8rem;
}
.about-works__image--before img {
  border-radius: 0.8rem;
}
.about-works__image--before::after {
  width: 5rem;
  bottom: 3rem;
  right: calc(100% + 1.5rem);
}
.about-works__image--after figcaption {
  font-size: 2.4rem;
}
.about-works__image--after img {
  border-radius: 1rem;
}
.about-works .com-empty {
  border-radius: 1rem;
}

/*===============================================
  サービス内容
===============================================*/
/*サービスのご紹介
-----------------------------*/
.service-list__tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 1.5rem;
  padding-block: 5rem;
}
.service-list__tag {
  width: calc(50% - 0.75rem);
  height: 6rem;
}
.service-list__item {
  padding: 2.4rem 2.4rem 3rem;
  border-radius: 1rem;
  margin-bottom: 5rem;
}
.service-list__item::before {
  width: calc(100% - 2.4rem);
  height: calc(100% - 2.4rem);
  background-size: 1rem;
  top: 1.2rem;
  left: 1.2rem;
}
.service-list__heading {
  padding: 2rem;
  border-radius: 0.8rem;
  margin-bottom: 3rem;
}
.service-list__ex {
  border-radius: 1rem;
  padding: 2.4rem 2rem;
  margin-top: 3rem;
}
.service-list__ex dt {
  font-size: var(--font-size-h5);
  margin-bottom: 2rem;
}
.service-list__ex dd {
  font-size: var(--font-size-lg);
  line-height: 1.66667;
  margin-bottom: 1rem;
}
.service-list__image {
  margin-top: 2rem;
}
.service-list__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-list__image img {
  border-radius: 1rem;
}

/*===============================================
  施工事例
===============================================*/
/*施工事例のご紹介
-----------------------------*/
.case-list__title {
  margin-bottom: 6rem;
}
.case-list__text strong {
  font-size: calc(1em + 2px);
  line-height: 1;
}
.case-list__text + * {
  margin-top: 6rem;
}
.case-list__box {
  padding: 2.4rem 2.4rem 3.2rem;
  border-radius: 1rem;
  outline-width: 2px;
  outline-offset: -2px;
  margin-bottom: 5rem;
}
.case-list__box:has(.case-list__item) {
  padding-bottom: 2.4rem;
}
.case-list__box .case-list__item {
  padding: 2rem 2rem 3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
.case-list__box .case-list__item .case-list__heading {
  font-size: var(--font-size-h5);
  padding: 2rem 1.5rem;
  margin-bottom: 2.5rem;
}
.case-list__box .case-list__item .case-list__images {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  margin-bottom: 2.5rem;
}
.case-list__box .case-list__item .case-list__images::after {
  width: 2.4rem;
  height: calc(100% - 2.8rem);
}
.case-list__box .case-list__item .case-list__image figcaption {
  font-size: 1.8rem;
}
.case-list__box .case-list__item .case-list__body {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}
.case-list__heading {
  padding: 2rem 1.5rem;
  margin-bottom: 3rem;
  border-radius: 0.8rem;
}
.case-list__images {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 3rem;
}
.case-list__images::after {
  display: none;
}
.case-list__image {
  position: relative;
}
.case-list__image img {
  aspect-ratio: 1.5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-list__image figcaption {
  margin-bottom: 1rem;
}
.case-list__image--before {
  width: calc(100% - 8rem);
}
.case-list__image--before figcaption {
  font-size: 1.8rem;
}
.case-list__image--before img {
  border-radius: 0.8rem;
}
.case-list__image--before::after {
  content: "";
  width: 5rem;
  aspect-ratio: 65/74;
  background: url(../img/common/arrow_case01.png) no-repeat center/contain;
  position: absolute;
  right: calc(100% + 1.5rem);
  bottom: 3rem;
}
.case-list__image--after figcaption {
  font-size: 2.4rem;
}
.case-list__image--after img {
  border-radius: 1rem;
}
.case-list__date, .case-list__area {
  font-size: var(--font-size-lg);
  margin-bottom: 1rem;
}
.case-list__date:has(+ .case-list__body), .case-list__area:has(+ .case-list__body) {
  margin-bottom: 2rem;
}
.case-list__data {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2rem;
}
.case-list__data dd {
  padding: 1.5rem 2rem;
}
.case-list__data dd.date {
  border-top-left-radius: 1rem;
}
.case-list__data dd.area {
  text-align: right;
  border-top-right-radius: 1rem;
}
.case-list__data dd.ttl {
  padding-block: 1.2rem;
}
.case-list__data dd.txt {
  padding-top: 1.2rem;
  border-radius: 0 0 1rem 1rem;
}
.case-list__data dd.ttl, .case-list__data dd.txt {
  grid-column: span 2;
  margin-top: -2rem;
  position: relative;
}
.case-list__data dd.ttl::after, .case-list__data dd.txt::after {
  content: "";
  width: calc(100% - 3rem);
  height: 2px;
  background: var(--color-border);
  position: absolute;
  top: -1px;
  left: 1.5rem;
}

/*===============================================
  会社情報
===============================================*/
/*代表挨拶
-----------------------------*/
.company-greeting__image {
  width: 30rem;
  margin: 0 auto 3rem;
}
.company-greeting__image img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-greeting__heading {
  margin-bottom: 2.5rem;
}

/*会社情報
-----------------------------*/
.company-info__map {
  height: 30rem;
  margin-top: 5rem;
}

/*===============================================
  採用情報
===============================================*/
/*採用メッセージ
-----------------------------*/
.recruit-message {
  padding-bottom: 4rem;
}
.recruit-message__heading {
  margin-bottom: 4rem;
  word-break: keep-all;
}
.recruit-message__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  padding-top: 5rem;
}
.recruit-message__image img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-message__image--lb, .recruit-message__image--rt {
  width: calc(40% - 1.5rem);
}
.recruit-message__image--lb img, .recruit-message__image--rt img {
  border-radius: 0.8rem;
}
.recruit-message__image--rt {
  margin-bottom: auto;
}
.recruit-message__image--lt, .recruit-message__image--rb {
  width: 60%;
}
.recruit-message__image--lt img, .recruit-message__image--rb img {
  border-radius: 1rem;
}

/*採用までの流れ
-----------------------------*/
.recruit-flow__item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: center;
  gap: 2rem 1.5rem;
  padding: 2.4rem;
  border-radius: 1rem;
  outline-width: 2px;
  outline-offset: -2px;
  margin-bottom: 5rem;
}
.recruit-flow__item:last-of-type {
  margin-bottom: 0;
}
.recruit-flow__item::after {
  content: "";
  width: 5rem;
  aspect-ratio: 5/2;
  background: var(--color-sub);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 1.5rem);
}
.recruit-flow__item:last-of-type::after {
  display: none;
}
.recruit-flow__body {
  grid-column: span 2;
}

/*募集要項
-----------------------------*/
.recruit-info__table th {
  width: 25rem;
}

/*===============================================
  ブログ
===============================================*/
/* ブログ 一覧
-----------------------------*/
.blog-archive__tags {
  padding: 2rem;
  border-radius: 1rem;
  gap: 1rem;
  margin-bottom: 4rem;
}
.blog-archive__tag a {
  font-size: var(--font-size-sm);
  line-height: 2;
  padding: 0.5rem 1em;
  border-radius: 0.5rem;
}

/* ブログ 詳細
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__box {
  padding-top: 8rem;
}
.contact-form__heading {
  color: var(--color-white);
  background: var(--color-main);
  padding: 2rem;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}
.contact-form__oth {
  row-gap: 2rem;
  padding: 3.5rem 1.5rem;
  margin-top: 3rem;
  border-radius: 1rem;
}
.contact-form__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem 0.5rem;
  font-size: var(--font-size-sm);
  line-height: 1.71429;
}
.contact-form__info dt {
  padding-inline: 0.5em;
  border-radius: 0.4rem;
}
.contact-form__info dd {
  margin-right: 1rem;
}
.contact-form__info dd:last-of-type {
  margin-right: 0;
}
.contact-form .contact-submits-wrap > * {
  height: 7rem;
  font-size: var(--font-size-lg);
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 3.2rem 2.4rem;
  border-radius: 1rem;
}
.privacy-policy__heading {
  margin-bottom: 2.4rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  font-size: var(--font-size-lg);
  margin-bottom: 2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  line-height: calc(1em + 2rem);
  padding: 1rem 1em;
}
.sitemap-list__link:not(p)::after {
  width: 3.2rem;
  height: 1.6rem;
  background-size: 1.5rem;
}
.sitemap-list .dropdown-menu__list {
  font-size: var(--font-size-base);
  line-height: calc(1em + 3rem);
  padding-inline: 1em;
  margin-top: 1rem;
}
.sitemap-list .dropdown-menu__link::after {
  width: 3.2rem;
  height: 1.6rem;
  background-size: 1.5rem;
}

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