@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__list {
  padding-top: 3.6rem;
}
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 8rem;
  padding-bottom: 0.5rem;
}
#header .header__logo img {
  height: 4.2rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 8rem 0 7rem;
}
#footer:not(:has(.footer-nav)) .footer__inner {
  padding-bottom: 8rem;
}
#footer .footer__other {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
}
#footer .footer__logo img {
  height: 5rem;
}
#footer .footer__info {
  align-items: center;
  flex-direction: column;
  row-gap: 2.4rem;
}
#footer .footer__add {
  text-align: center;
  font-size: var(--font-size-sm);
  line-height: 2;
}
#footer .footer__ig {
  width: max(30px, 4rem);
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  padding-top: 8rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--color-gray);
  padding-top: 1px;
}
.footer-nav__item {
  background: var(--color-bg-dark);
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  grid-column: span 2;
}
.footer-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: var(--font-size-base);
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-regular);
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-lg);
  padding: 1.35em 1em 1.15em;
}
.footer-nav__link::after {
  content: "";
  width: 1em;
  height: 0.4rem;
  background: url(../img/common/arrow_btn.svg) no-repeat right bottom/auto 100%, linear-gradient(to left, transparent 3px, #fff 3px) repeat-x left bottom/100% 1px;
  margin-bottom: calc((1lh - 1em) / 2);
  opacity: 0.8;
}

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

/*サイドボタン
-----------------------------*/
#side {
  flex-direction: row;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  width: 100%;
  height: 7rem;
  padding-left: 5.5rem;
  left: 0;
  bottom: 0;
}
#side::after {
  width: 2.5rem;
  height: 0.5rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: calc(100dvh - 15rem);
  min-height: 52rem;
}
.visual__main #slideshow .swiper-slide.slide01 div {
  background: url(../img/visual/slide01-sp.jpg) no-repeat center/cover;
}
.visual__main #slideshow .swiper-slide.slide02 div {
  background: url(../img/visual/slide02-sp.jpg) no-repeat center/cover;
}
.visual__main #slideshow .swiper-slide.slide03 div {
  background: url(../img/visual/slide03-sp.jpg) no-repeat center/cover;
}
.visual__main #slideshow .swiper-slide.slide04 div {
  background: url(../img/visual/slide04-sp.jpg) no-repeat center/cover;
}
.visual__catch--main {
  width: 100%;
  align-items: center;
  font-size: 1em;
  row-gap: 1.25em;
  padding-block: 2.5em;
  background: rgba(20, 20, 23, 0.55);
}
.visual__catch--main > span {
  letter-spacing: 0.15em;
  margin-right: -0.15em;
}
.visual__catch--main .en {
  font-size: 1.5em;
}
.visual__catch--main .ja {
  font-size: 1.125em;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24rem;
}
.visual__catch--sub {
  align-items: center;
  font-size: 1em;
  row-gap: 1em;
}
.visual__catch--sub > span {
  letter-spacing: 0.15em;
  margin-right: -0.15em;
}
.visual__catch--sub .en {
  font-size: 2em;
}
.visual__catch--sub .ja {
  font-size: 1em;
}

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

/*===============================================
  main共通
===============================================*/
.section {
  padding: 10rem 0;
}

.inbox {
  width: 88%;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 1rem;
}
.com-tel__num {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.com-tel__num::before {
  width: 1.5em;
}
.com-tel__num span {
  font-size: 1.875em;
}
.com-tel .com-replace {
  font-size: var(--font-size-sm);
}

/*ボタン
-----------------------------*/
.com-btn {
  font-size: 1.125em;
  margin-inline: auto;
}

.com-link {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125em;
  min-width: 12em;
  max-width: 100%;
}

/*テーブル
-----------------------------*/
.com-table tr {
  border-bottom: solid 1px var(--color-bg-dark);
}
.com-table tr th {
  padding-block: 1.5em;
}
.com-table tr td {
  padding-block: 1.5em;
}
.com-table--noblock tr th {
  width: 8em;
}
.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__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1rem;
}
.com-post__date, .com-post__tag {
  font-size: var(--font-size-sm);
  line-height: 2;
}
.com-post__date {
  color: var(--color-gray);
  box-shadow: 0 0 0 1px var(--color-gray) inset;
  border-radius: 100vh;
}
.com-post__tags {
  margin-bottom: 1.2rem;
}
.com-post__tag a {
  padding-inline: 1em;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  font-size: 2rem;
  row-gap: 1em;
  margin-bottom: 3em;
}
.com-title01 > span {
  letter-spacing: var(--letter-spacing-lg);
  margin-right: calc(var(--letter-spacing-lg) * -1);
}
.com-title01 .en {
  font-size: 2em;
}

/*中タイトル
-----------------------------*/
.com-title02 .min {
  font-size: var(--font-size-h6);
  line-height: 1;
}
.com-title02--center > span {
  padding-inline: 1.5em;
}
.com-title02--center > span::before, .com-title02--center > span::after {
  width: calc(44vw - 50%);
}

/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__title {
  margin-bottom: 5rem;
}
.com-contact__text {
  text-align: center;
  word-break: keep-all;
  margin-block: calc((1em - 1lh) / 2);
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  padding-top: 5rem;
}
.com-contact__items > * {
  width: 24em;
  max-width: 100%;
  height: 6em;
}
.com-contact__mail {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-right: calc(2rem + 1em);
}
.com-contact__mail > span {
  font-size: 1.25em;
}
.com-contact__mail::before {
  width: 1.5em;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*お知らせ
-----------------------------*/
.top-news {
  border-bottom: solid 1px var(--color-bg-light);
}
.top-news__box {
  width: 100%;
  display: grid;
  grid-template-columns: 25% 1fr auto;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.top-news__title {
  height: 4em;
  align-items: flex-end;
  padding-right: 10%;
  margin-bottom: 0;
}
.top-news__title .en {
  font-size: 1em;
}
.top-news__item .com-post__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1rem;
}
.top-news__item .com-post__date {
  font-size: var(--font-size-xs);
  line-height: 2;
  padding-inline: 1em;
}
.top-news__item .com-post__heading {
  font-size: var(--font-size-sm);
}
.top-news .com-empty {
  font-size: var(--font-size-h6);
  padding-block: 0;
}
.top-news__link {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 5rem;
  font-size: var(--font-size-sm);
  padding-inline: 1.5rem;
}
.top-news__link::after {
  width: 2rem;
  height: 0.5rem;
  transition: all 0.48s;
}
.top-news__link:hover::after {
  transform: translateX(0);
}

/*デザインが良いのは当たり前、
その先の未来を見越した設計を。
-----------------------------*/
.top-concept {
  padding-bottom: 8rem;
}
.top-concept::after {
  height: 6px;
}
.top-concept__title {
  align-items: flex-start;
  margin-bottom: 3rem;
}
.top-concept__image {
  text-align: right;
  width: calc(100% + 5rem);
  margin-top: -3rem;
}
.top-concept__image img {
  width: calc(100% - 10rem);
}
.top-concept__heading {
  font-size: var(--font-size-h5);
  margin-bottom: 4rem;
}
.top-concept__body {
  margin-block: 0;
  padding-block: calc(5rem + (1em - 1lh) / 2);
  padding-left: 3rem;
  position: relative;
  z-index: 0;
}
.top-concept__body::before {
  content: "";
  width: calc(100% + 5vw);
  height: 100%;
  background: var(--color-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.6;
  pointer-events: none;
}
.top-concept__btn {
  margin-top: 4rem;
}

/*実績紹介
-----------------------------*/
.top-works__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem 1.8rem;
}
.top-works__inner:has(.top-works__item:nth-last-of-type(2):nth-of-type(2n + 1)) + .top-works__btn {
  display: none;
}
.top-works__inner:has(.top-works__item:nth-last-of-type(2):nth-of-type(2n)) .top-works__btn {
  display: none;
}
.top-works__inner .top-works__btn {
  width: 100%;
  margin-top: 0;
  height: auto;
  border-inline: solid 1px var(--color-white);
}
.top-works__inner .top-works__btn::before {
  display: none;
}
.top-works__inner .top-works__btn::after {
  content: "";
  width: 2.5em;
  height: 1rem;
  background: url(../img/common/arrow.svg) no-repeat right bottom/auto 100%;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}
.top-works__top {
  grid-column: span 2;
  margin-bottom: 2rem;
}
.top-works__title {
  margin-bottom: 5rem;
}
.top-works__tags {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 559px) {
  .top-works__tags {
    -moz-column-gap: 6.6rem;
         column-gap: 6.6rem;
  }
}
.top-works__tag {
  width: 12rem;
  aspect-ratio: 8/7;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: var(--color-white);
  padding: 1px;
}
.top-works__tag a {
  font-size: 1.3rem;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: var(--color-bg-light);
}
.top-works__tag a:hover {
  background: color-mix(in srgb, var(--color-white) 20%, var(--color-bg-light));
}
.top-works__tag a::after {
  width: 20%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18%;
}
@media screen and (min-width: 560px) {
  .top-works__tag {
    margin-inline: -1.25rem;
  }
  .top-works__tag:nth-of-type(5n + 2), .top-works__tag:nth-of-type(5n + 4) {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 559px) {
  .top-works__tag:nth-of-type(5n + 3) {
    margin-inline: calc(50% - 6rem);
    margin-block: -5rem;
  }
}
.top-works__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  aspect-ratio: 1;
}
.top-works__image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.top-works__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works__heading {
  line-height: 1.5;
  padding: 0.5em;
  background: rgba(20, 20, 23, 0.7);
}
.top-works__btn {
  height: 8rem;
  margin-top: 4em;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr::before {
  background-size: 78rem;
}
.top-bnr__item {
  background: var(--color-text);
  padding: 2.4rem 3rem;
  margin-bottom: 3rem;
}
.top-bnr__item:last-of-type {
  margin-bottom: 0;
}
.top-bnr__item::before {
  opacity: 0.6;
}
.top-bnr__item::after {
  width: 5em;
  height: 1.2rem;
  margin-top: auto;
  margin-left: auto;
}
.top-bnr__title {
  font-size: 1em;
  row-gap: 0.8em;
  margin-bottom: 1.5em;
}

/*どこでもBLOG
-----------------------------*/
.top-blog__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 3em 2em;
  width: 90%;
  max-width: 138rem;
}
.top-blog__title {
  align-items: flex-start;
  text-align: left;
  row-gap: 2rem;
}
.top-blog__link {
  min-width: 11em;
  font-size: var(--font-size-sm);
}
.top-blog__list,
.top-blog .com-empty {
  grid-column: span 2;
}
.top-blog__list .com-blog__item {
  border-bottom: solid 1px var(--color-gray);
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.top-blog__list .com-blog__item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.top-blog__list .com-blog__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.top-blog__list .com-blog__image {
  width: 12rem;
  flex-shrink: 0;
}
.top-blog__list .com-blog__image img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-blog__list .com-blog__inner {
  row-gap: 2.5rem;
}
.top-blog__list .com-blog__date {
  font-size: var(--font-size-sm);
}
.top-blog__list .com-blog__heading {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2lh;
  line-height: 1.75;
}

/*===============================================
  私たちについて
===============================================*/
/*代表挨拶
-----------------------------*/
.about-greeting .inbox {
  width: 100%;
}
.about-greeting__image {
  margin-left: -2rem;
  position: relative;
  z-index: 1;
}
.about-greeting__image img {
  width: 60vw;
}
.about-greeting__text {
  width: 80%;
  padding-block: 3rem;
  padding-right: 6vw;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.about-greeting__text::before {
  content: "";
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  background: var(--color-text);
  position: absolute;
  left: -4rem;
  bottom: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.6;
}
.about-greeting__text .mb:has(+ .name) {
  margin-bottom: 2em;
}
.about-greeting__text .name img {
  height: 2.4rem;
}

/*私たちの特徴
-----------------------------*/
.about-feature .inbox {
  width: 100%;
}
.about-feature__item {
  margin-bottom: 6rem;
}
.about-feature__image {
  width: 80%;
  position: relative;
  z-index: 1;
}
.about-feature__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-feature__inner {
  width: 80%;
  padding-block: 3rem;
  padding-right: 6vw;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.about-feature__inner::before {
  content: "";
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  box-shadow: 0 0 0 1px var(--color-white);
  position: absolute;
  left: -4rem;
  bottom: 0;
  z-index: -2;
  pointer-events: none;
}
.about-feature__num {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 3rem;
}
.about-feature__num::before {
  width: calc(3em + 4px);
  padding-top: 0.1em;
  flex-shrink: 0;
}
.about-feature__heading {
  margin-bottom: 4rem;
}

/*会社概要
-----------------------------*/
.about-company__title .en {
  font-size: 2em;
}
.about-company__box {
  padding-top: 8rem;
}
.about-company__heading {
  margin-bottom: 4rem;
}
.about-company__map {
  height: 32rem;
}

/*===============================================
  仕事の流れ
===============================================*/
/*株式会社ドアーズの仕事の流れ
-----------------------------*/
.flow-list .inbox {
  width: 100%;
}
.flow-list__item {
  margin-bottom: 6rem;
}
.flow-list__image {
  width: 80%;
  position: relative;
  z-index: 1;
}
.flow-list__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow-list__inner {
  width: 80%;
  padding-block: 3rem;
  padding-right: 6vw;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.flow-list__inner::before {
  content: "";
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  box-shadow: 0 0 0 1px var(--color-white);
  position: absolute;
  left: -4rem;
  bottom: 0;
  z-index: -2;
  pointer-events: none;
}
.flow-list__heading {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  flex-direction: row;
  margin-bottom: 2rem;
}
.flow-list__heading::before {
  font-size: 0.8em;
  height: 2.5em;
  margin-left: -1em;
}
.flow-list__heading > span {
  align-self: center;
}

/*===============================================
  実績紹介
===============================================*/
/*実績 一覧
-----------------------------*/
.works-list__title {
  margin-bottom: calc((1em - 2px) * 2.5);
}
.works-list__tags {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
@media screen and (max-width: 559px) {
  .works-list__tags {
    -moz-column-gap: 6.6rem;
         column-gap: 6.6rem;
  }
}
.works-list__tag {
  width: 12rem;
  aspect-ratio: 8/7;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: var(--color-orange);
  padding: 1px;
}
.works-list__tag a {
  font-size: 1.3rem;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: var(--color-bg-light);
}
.works-list__tag a:hover {
  background: color-mix(in srgb, var(--color-white) 20%, var(--color-bg-light));
}
.works-list__tag a::after {
  width: 20%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18%;
}
@media screen and (min-width: 560px) {
  .works-list__tag {
    margin-inline: -1.25rem;
  }
  .works-list__tag:nth-of-type(5n + 2), .works-list__tag:nth-of-type(5n + 4) {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 559px) {
  .works-list__tag:nth-of-type(5n + 3) {
    margin-inline: calc(50% - 6rem);
    margin-block: -5rem;
  }
}
.works-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-top: calc(5rem + 6px);
}
.works-list__items::before {
  height: 6px;
}
.works-list__item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
.works-list__item > * {
  width: 100%;
}
.works-list__category {
  font-size: var(--font-size-xs);
  line-height: 2;
  grid-column: span 2;
}
.works-list__category li {
  box-shadow: 0 0 0 1px var(--color-orange) inset;
  border-radius: 100vh;
  overflow: hidden;
}
.works-list__category li a {
  padding-inline: 1rem;
}
.works-list__image {
  margin-bottom: 1.5rem;
}
.works-list__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-list__heading {
  font-size: var(--font-size-h6);
  line-height: 1.5;
  align-self: center;
}

/*実績 詳細
-----------------------------*/
.works-detail__tags {
  margin-bottom: 3rem;
}
.works-detail__tag {
  font-size: var(--font-size-sm);
  line-height: 2;
  padding-inline: 1em;
  box-shadow: 0 0 0 1px var(--color-orange) inset;
  border-radius: 100vh;
}
.works-detail__title {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.works-detail__images {
  margin-bottom: 3rem;
}
.works-detail__images .thumbnail__list--wrap {
  margin-top: 1.5rem;
  margin-inline: 1rem;
}
.works-detail__images .thumbnail__image {
  aspect-ratio: 1;
}
.works-detail__images .thumbnail__image--main {
  aspect-ratio: 16/9;
}
.works-detail__images .thumbnail__image--sub img.is-active {
  outline: solid 1px var(--color-orange);
  outline-offset: -1px;
}
.works-detail .swiper-button-prev, .works-detail .swiper-button-next {
  width: 2.5vw;
}
.works-detail__body {
  padding: 1.5em;
}

/*===============================================
  採用情報
===============================================*/
/*採用情報
-----------------------------*/
.recruit-info__text {
  padding: 2em 1.5em;
}
.recruit-info__list dt {
  flex-direction: row;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  font-size: var(--font-size-h6);
  word-break: keep-all;
  padding-top: 5rem;
  margin-bottom: 2.4rem;
}
.recruit-info__list dt > span {
  line-height: 2;
}
.recruit-info__list dt:first-of-type {
  padding-top: 0;
}
.recruit-info__list dt::before {
  width: 1em;
  height: 1em;
}
.recruit-info__list dd {
  padding-left: 3rem;
}
.recruit-info__box {
  margin-top: 8rem;
}
.recruit-info__box--charm {
  padding-block: 8rem;
}
.recruit-info__box--charm::before {
  width: 100vw;
}
.recruit-info__box--charm .recruit-info__heading::after {
  content: "";
  width: 1px;
  height: 1.5em;
  background: var(--color-white);
  margin: 1em auto 0;
}
.recruit-info__box--charm .recruit-info__heading > span {
  padding-inline: 0;
}
.recruit-info__box--charm .recruit-info__heading > span::before, .recruit-info__box--charm .recruit-info__heading > span::after {
  display: none;
}
.recruit-info__heading {
  margin-bottom: 4rem;
}
.recruit-info__heading > span {
  padding-inline: 1.5em;
}
.recruit-info__item {
  margin-bottom: 8rem;
}
.recruit-info__item:last-of-type {
  margin-bottom: 0;
}
.recruit-info__item::before {
  width: calc(3em + 4px);
  font-size: var(--font-size-h5);
  padding-top: 0.1em;
  margin-bottom: 3rem;
}
.recruit-info__caption {
  margin-bottom: 3rem;
}
.recruit-info__caption::after {
  content: "";
  width: 2em;
  height: 1px;
  background: var(--color-white);
  margin-top: 3rem;
}

/*===============================================
  どこでもBLOG
===============================================*/
/*どこでもBLOG 一覧
-----------------------------*/
.blog-archive__list .com-blog__item {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: solid 1px var(--color-bg-dark);
}
.blog-archive__list .com-blog__item:last-of-type {
  margin-bottom: 0;
}
.blog-archive__list .com-blog__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
.blog-archive__list .com-blog__image {
  width: 12.5rem;
  flex-shrink: 0;
}
.blog-archive__list .com-blog__image img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-archive__list .com-blog__inner {
  align-self: center;
  row-gap: 1.5rem;
}
.blog-archive__list .com-blog__date {
  font-size: var(--font-size-xs);
  line-height: 2;
  color: var(--color-gray);
  box-shadow: 0 0 0 1px var(--color-gray) inset;
  border-radius: 100vh;
  padding-inline: 1em;
  margin-block: 0;
}
.blog-archive__list .com-blog__heading {
  font-size: var(--font-size-h6);
  margin-bottom: 0.5rem;
}
.blog-archive__list .com-blog__body {
  font-size: var(--font-size-sm);
  line-height: 2;
}

/*どこでもBLOG 詳細
-----------------------------*/
.blog-detail__box {
  padding-bottom: 5rem;
  border-bottom: solid 1px var(--color-white);
}
.blog-detail__date {
  padding-inline: 1em;
  margin-bottom: 2em;
}
.blog-detail__title {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.blog-detail__image {
  margin-bottom: 2em;
}
.blog-detail__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive__tags {
  margin-bottom: 3.75em;
}
.news-archive__tag {
  line-height: 2;
}
.news-archive__tag a {
  padding-inline: 1.5em;
}
.news-archive__list .com-post__item {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: solid 1px var(--color-bg-dark);
}
.news-archive__list .com-post__item:last-of-type {
  margin-bottom: 0;
}
.news-archive__list .com-post__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
.news-archive__list .com-post__image {
  width: 12.5rem;
  flex-shrink: 0;
}
.news-archive__list .com-post__image img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-archive__list .com-post__inner {
  align-self: center;
  row-gap: 1.5rem;
}
.news-archive__list .com-post__date {
  padding-inline: 1em;
  margin-block: 0;
}
.news-archive__list .com-post__heading {
  font-size: var(--font-size-h6);
  margin-bottom: 0.2rem;
}
.news-archive__list .com-post__body {
  font-size: var(--font-size-sm);
  line-height: 2;
}
/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  gap: 3rem 2rem;
  padding-bottom: 5rem;
  border-bottom: solid 1px var(--color-white);
}
.news-detail__date, .news-detail__tag {
  font-size: var(--font-size-sm);
  line-height: 2;
  padding-inline: 1em;
}
.news-detail__title {
  padding-bottom: 2rem;
}

/*===============================================
  お問い合わせ
===============================================*/
.contact-form__title .en {
  font-size: 2em;
}
.contact-form__table tr td .upload-item-wrap .ancion-btn {
  width: 12rem;
}
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 2em 1.5em;
  margin-bottom: 4rem;
}
.privacy-policy__heading {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

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

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