@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  scroll-padding-top: 8rem;
  overflow-y: scroll;
}

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

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

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  font-size: 1em;
  gap: 1rem;
  padding-top: 6.25em;
}
.pagenation li {
  width: 2em;
  font-size: 1.25em;
  line-height: 2;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated {
  padding-top: 6.25em;
}
.paginated__link {
  font-size: 1em;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
  overflow: inherit;
}

/*===============================================
  header
===============================================*/
#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 50;
}
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 8rem;
  padding-inline: 2rem;
}
#header .header__logo img {
  height: 5rem;
}
#header .header__other {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.3rem, 1.0126582278vw, 1.6rem);
  -moz-column-gap: 2.5em;
       column-gap: 2.5em;
  padding-right: 1rem;
}
#header .header__ig {
  display: block;
  width: 3rem;
  transition: all 0.3s ease-out;
}
#header .header__ig:hover {
  opacity: 0.64;
}
#header + .header_bg {
  width: 100%;
  min-width: 120rem;
  height: 8rem;
  background: rgba(20, 20, 23, 0.64);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}

/*===============================================
  footer
===============================================*/
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 1080px;
}
#footer .footer__other {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 12rem 0 10rem;
  row-gap: 5rem;
}
#footer .footer__logo {
  width: 48rem;
}
#footer .footer__logo img {
  aspect-ratio: 480/76;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__info {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
#footer .footer__add {
  font-size: var(--font-size-sm);
  line-height: 2;
}
#footer .footer__ig {
  width: 3rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  overflow: hidden;
}
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
  gap: 3rem 6rem;
  padding-block: 10rem;
}
.footer-nav__item {
  font-size: var(--font-size-sm);
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-regular);
  padding-left: 6rem;
  position: relative;
}
.footer-nav__item:nth-of-type(6n + 1)::before {
  content: "";
  width: 1px;
  height: calc(100% + 20rem + 500% + 15rem);
  background: var(--color-white);
  position: absolute;
  left: 0;
  top: -10rem;
  pointer-events: none;
}
.footer-nav__link {
  letter-spacing: var(--letter-spacing-xl);
  margin-right: calc(var(--letter-spacing-xl) * -1);
  line-height: 2;
  margin-block: calc((1em - 1lh) / 2);
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: 3rem;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 10px;
  right: 10px;
}

/*サイドボタン
-----------------------------*/
#side {
  row-gap: clamp(16px, 1.3020833333vw, 25px);
  width: clamp(115px, 8.8541666667vw, 170px);
  aspect-ratio: 1;
  font-size: clamp(1.3rem, 1.0126582278vw, 1.6rem);
  padding-top: 1.25em;
  bottom: 1rem;
  right: 1rem;
}
#side > span {
  font-size: 1.25em;
}
#side::after {
  width: 3rem;
  height: 6px;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  overflow: hidden;
  margin-top: -8rem;
  position: relative;
  z-index: 40;
}
.visual:has(.visual__sub) {
  padding-top: 10rem;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: clamp(620px, 47.9166666667vw, 920px);
  min-height: 100vh;
  padding: 5rem;
}
.visual__main #slideshow .swiper-slide.slide01 div {
  background: url(../img/visual/slide01.jpg) no-repeat center/cover;
}
.visual__main #slideshow .swiper-slide.slide02 div {
  background: url(../img/visual/slide02.jpg) no-repeat center/cover;
}
.visual__main #slideshow .swiper-slide.slide03 div {
  background: url(../img/visual/slide03.jpg) no-repeat center/cover;
}
.visual__main #slideshow .swiper-slide.slide04 div {
  background: url(../img/visual/slide04.jpg) no-repeat center/cover;
}
.visual__catch--main {
  font-size: clamp(1.1rem, 0.8333333333vw, 1.6rem);
  row-gap: 1.125em;
}
.visual__catch--main > span {
  letter-spacing: 0.22em;
  margin-right: -0.22em;
}
.visual__catch--main .en {
  font-size: 1.75em;
}
.visual__catch--main .ja {
  font-size: 1.125em;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 84.375%;
  min-width: 1160px;
  height: clamp(300px, 20.8333333333vw, 400px);
  padding: clamp(40px, 3.125vw, 60px) clamp(56px, 4.1666666667vw, 80px);
  margin-inline: auto;
}
.visual__catch--sub {
  font-size: 1.6rem;
  row-gap: 1.25em;
}
.visual__catch--sub > span {
  letter-spacing: var(--letter-spacing-xl);
  margin-right: calc(var(--letter-spacing-xl) * -1);
}
.visual__catch--sub .en {
  font-size: 2.5em;
}
.visual__catch--sub .ja {
  font-size: 1.25em;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-family: var(--font-family-nav);
  font-weight: var(--font-weight-semiBold);
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.5em;
       column-gap: 2.5em;
}
.gnav__list:has(.nav-link--about.current) .nav-link--company {
  color: var(--color-orange);
}
.gnav__item {
  font-size: calc(1em + 1px);
  letter-spacing: var(--letter-spacing-xl);
  line-height: 2;
  margin-right: calc(var(--letter-spacing-xl) * -1);
}
.gnav__link {
  display: block;
}
.gnav__link:hover, .gnav__link.current {
  color: var(--color-orange);
}

/*===============================================
  main#container
===============================================*/
#container {
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  line-height: calc(2em + 8px);
  overflow: hidden;
}
#container:not(.top) .section:has(+ .section):not(:has(+ .com-contact)) + .section::before {
  height: 7px;
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  font-size: 1em;
  padding-block: 1.125em;
}
.breadcrumb__list {
  width: 80%;
  max-width: 108rem;
  font-size: 0.875em;
}
.breadcrumb + .section {
  padding-top: clamp(100px, 7.5vw, 120px);
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: clamp(120px, 9.375vw, 150px);
}

.inbox {
  width: 90%;
  max-width: 162rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: max(1.7rem, 1.25em);
}
.com-tel__num {
  font-size: 1em;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.com-tel__num::before {
  width: max(1.7rem, 1.25em);
}
.com-tel__num span {
  font-size: max(2.5rem, 1.875em);
  letter-spacing: 0.1em;
  margin: -0.15em -0.1em -0.05em 0;
}
.com-tel .com-replace {
  font-size: max(1.1rem, 0.8125em);
}

/*ボタン
-----------------------------*/
.com-btn {
  font-size: max(1.8rem, 1.25em);
  padding-block: 1.375em;
}
.com-btn::before {
  width: 0.3em;
}

.com-link {
  min-width: 15em;
  font-size: max(1.8rem, 1.25em);
}
.com-link::before {
  width: 0.3em;
}

/*テーブル
-----------------------------*/
.com-table {
  font-size: calc(1em + 1px);
}
.com-table tr {
  border-bottom: solid 1px var(--color-bg-dark);
}
.com-table tr th {
  width: calc(17em + 1px);
  padding: calc(1em + 1rem) calc(3em - 1px);
}
.com-table tr td {
  padding: calc(1em + 1rem) calc(3em - 1px);
}
.com-table tr:first-of-type th,
.com-table tr:first-of-type td {
  padding-top: 0;
}
.com-table:not(.com-table--bg) tr:last-of-type {
  border-bottom: none;
}
.com-table:not(.com-table--bg) tr:last-of-type th,
.com-table:not(.com-table--bg) tr:last-of-type td {
  padding-bottom: 0;
}
.com-table--bg {
  background: var(--color-bg-dark);
  padding-inline: max(8rem, 50% - 54rem);
  padding-top: calc(6em - 2px + (1em - 1lh) / 2);
  padding-bottom: calc(6em - 2px);
}
.com-table--bg tr {
  border-block-color: var(--color-bg-light);
}

/*テキストボックス
-----------------------------*/
.com-text {
  font-size: calc(clamp(1.3rem, 1.0126582278vw, 1.6rem) + 1px);
}
.com-text p {
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-text--bg {
  font-size: 1em;
}
.com-text--bg p {
  font-size: calc(clamp(1.3rem, 1.0126582278vw, 1.6rem) + 1px);
}
.com-text--bg p:first-of-type {
  margin-top: calc((1em - 1lh) / 2);
}
.com-text--bg p:last-of-type {
  margin-bottom: calc((1em - 1lh) / 2);
}

/*お知らせ / ブログ
-----------------------------*/
.com-post__link, .com-post__inner {
  font-size: calc(clamp(1.3rem, 1.0126582278vw, 1.6rem) + 1px);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-post__date {
  line-height: 1.76471;
  padding-inline: 2rem;
}
.com-post__tag {
  line-height: 25px;
}
.com-post__tag a {
  padding-inline: 1em;
}

/*SB未記入テキスト
-----------------------------*/
.com-empty {
  font-size: max(2.5rem, 1.875em);
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  font-size: max(1.8rem, 1.375em);
  row-gap: calc(1em + 8px);
  margin-bottom: calc((1em - 2px) * 3);
}
.com-title01 .en {
  font-size: 2.5em;
  margin-block: -0.125em;
}

/*中タイトル
-----------------------------*/
.com-title02 {
  font-size: max(2.5rem, 1.875em);
}
.com-title02 .min {
  font-size: calc(0.8em + 1px);
  line-height: 1;
}
.com-title02--center {
  overflow: hidden;
}
.com-title02--center > span {
  padding-inline: 3em;
}
.com-title02--center > span::before, .com-title02--center > span::after {
  width: calc(50vw - 50%);
  min-width: calc(60rem - 50%);
}

/*小タイトル
-----------------------------*/
.com-title03 {
  font-size: max(2.1rem, 1.5625em);
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__inner {
  display: grid;
  grid-template-columns: 25em 1fr;
  gap: 5em 0;
  width: 75%;
  max-width: 108rem;
}
.com-contact__title {
  align-items: flex-start;
  margin-bottom: 0;
}
.com-contact__text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 6.875em;
  padding-left: 3.75em;
  border-left: solid 1px var(--color-text);
}
.com-contact__text p {
  font-size: calc(1em + 1px);
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: span 2;
  gap: 3rem;
}
.com-contact__items > * {
  width: max(37rem, 28.125em);
  height: max(11rem, 8.125em);
}
.com-contact__mail {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding-right: calc(3rem + 1.5em + 2px);
}
.com-contact__mail::before {
  width: calc(1.5em + 2px);
}
.com-contact__mail > span {
  font-size: 1.5em;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*お知らせ
-----------------------------*/
.top-news__box {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: min(34rem, 20%) clamp(750px, 58.5820895522vw, 785px) 1fr;
  align-items: center;
  -moz-column-gap: clamp(20px, 1.5625vw, 30px);
       column-gap: clamp(20px, 1.5625vw, 30px);
}
.top-news__title {
  height: 5em;
  align-items: flex-end;
  padding-right: min(3.4rem, 12%);
  margin-bottom: 0;
  margin-right: 1rem;
}
.top-news__title .en {
  font-size: 1.5909091em;
}
.top-news .com-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-h6);
  padding-block: 0;
}
.top-news__link {
  width: -moz-fit-content;
  width: fit-content;
  height: 5rem;
  padding-left: calc(3rem + 3.5em);
}
.top-news__link span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s;
}
.top-news__link::after {
  width: 2.5rem;
  height: 6px;
  transform: translateX(-3.5em);
  transition: all 0.48s;
}
.top-news__link:hover span {
  opacity: 1;
  transition-delay: 0.18s;
}
.top-news__link:hover::after {
  transform: translateX(0);
}

/*デザインが良いのは当たり前、
その先の未来を見越した設計を。
-----------------------------*/
.top-concept {
  padding: clamp(145px, 11.25vw, 180px) 0 clamp(245px, 19.125vw, 306px);
  background-size: max(1920px, 100%);
}
.top-concept::after {
  height: 7px;
}
.top-concept__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  max-width: 168rem;
}
.top-concept__inner::before {
  content: "";
  width: 100vw;
  min-width: 120rem;
  height: calc(100% + clamp(240px, 18.75vw, 300px));
  background: linear-gradient(to right, transparent calc(50% + 1rem), var(--color-text) calc(50% + 1rem));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: clamp(-150px, -9.375vw, -120px);
  z-index: -2;
  opacity: 0.6;
  pointer-events: none;
}
.top-concept__title {
  padding-top: clamp(8px, 5vw - 56px, 40px);
  padding-left: clamp(8px, 5vw - 56px, 30px);
}
.top-concept__image {
  width: calc(100vw + 20rem);
  max-width: 212rem;
  min-width: 140rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: clamp(-60px, -3.125vw, -40px);
  z-index: -1;
  pointer-events: none;
}
.top-concept__image img {
  width: calc(50% + min(84rem, 47.5vw) - 38.125em);
  min-width: 78rem;
}
.top-concept__box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 5em;
  width: max(45rem, 34.375em);
}
.top-concept__heading > span {
  line-height: calc(2em + 1rem);
}
.top-concept__body {
  word-break: keep-all;
}
/*実績紹介
-----------------------------*/
.top-works__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  width: calc(100% - 6rem);
  max-width: 180rem;
}
.top-works__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: clamp(40px, 3.125vw, 60px) 0 calc(clamp(40px, 3.125vw, 60px) + 1rem);
  order: 1;
}
.top-works__tags {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.top-works__tag {
  width: clamp(105px, 7.2916666667vw, 140px);
  aspect-ratio: 140/125;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: var(--color-white);
  padding: 2px;
}
.top-works__tag a {
  font-size: calc(clamp(1.2rem, 0.8333333333vw, 1.6rem) + 1px);
  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: 21.4286%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 21.6%;
}
@media screen and (min-width: 1400px) {
  .top-works__tag {
    margin-inline: clamp(-15px, -0.78125vw, -10px);
  }
  .top-works__tag:nth-of-type(5n + 2), .top-works__tag:nth-of-type(5n + 4) {
    margin-top: clamp(44px, 3.3854166667vw, 65px);
  }
}
@media screen and (max-width: 1399px) {
  .top-works__tag {
    margin-inline: clamp(30px, 1.8229166667vw, 35px);
  }
  .top-works__tag:nth-of-type(5n + 3) {
    margin: clamp(-60px, -3.125vw, -40px) 10rem;
  }
}
.top-works__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: clamp(360px, 22.9166666667vw, 440px);
  order: 2;
}
.top-works__item:first-of-type {
  order: 0;
}
.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 {
  font-size: clamp(1.6rem, 1.25vw, 2rem);
  line-height: 1.5;
  background: rgba(20, 20, 23, 0.7);
  padding: 1em;
}
.top-works__btn {
  margin-top: 4em;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr::before {
  background-size: max(1920px, 100%) 22.8rem;
}
.top-bnr__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  width: 108rem;
}
.top-bnr__item {
  min-height: max(38rem, 28.125em);
  padding: 3.125em 1.25em 1.875em 1.875em;
}
.top-bnr__item::after {
  width: 7.5em;
  height: 13px;
  margin-top: auto;
  margin-left: auto;
}
.top-bnr__title {
  font-size: max(2.1rem, 1.5625em);
  row-gap: 0.8em;
}
.top-bnr__title .en {
  font-size: 1.6em;
}

/*どこでもBLOG
-----------------------------*/
.top-blog__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 5em 2.5em;
  width: 90%;
  max-width: 138rem;
}
.top-blog__title {
  align-items: flex-start;
  text-align: left;
  row-gap: clamp(28px, 2.0833333333vw, 40px);
}
.top-blog__list,
.top-blog .com-empty {
  grid-column: span 2;
}
.top-blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.top-blog__list .com-blog__image img {
  aspect-ratio: 1.4193548387;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-blog__list .com-blog__image img {
  min-height: 24rem;
}
.top-blog__list .com-blog__inner {
  row-gap: max(2.5rem, 1.875em);
  padding-top: max(2.5rem, 1.875em);
}
.top-blog__list .com-blog__date {
  font-size: calc(1em - 1px);
}
.top-blog__list .com-blog__heading {
  font-size: max(1.7rem, 1.25em);
}

/*===============================================
  私たちについて
===============================================*/
/*代表挨拶
-----------------------------*/
.about-greeting__title {
  margin-bottom: calc((1em - 2px) * 2);
}
.about-greeting__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 3.75em;
       column-gap: 3.75em;
  position: relative;
  z-index: 0;
}
.about-greeting__inner::before {
  content: "";
  width: 100vw;
  min-width: 120rem;
  height: calc(100% - 2.5em);
  background: linear-gradient(to left, var(--color-text) max(56em, 50% + 4.375em), transparent max(56em, 50% + 4.375em));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.6;
}
.about-greeting__image {
  width: calc(50% - 1rem);
}
.about-greeting__text {
  line-height: calc(3em - 3px);
  width: 45.625em;
  padding-block: 5em;
  flex-shrink: 0;
  margin-top: 2.5em;
}
.about-greeting__text .mb:has(+ .name) {
  margin-bottom: calc(2em + 2px);
}

/*私たちの特徴
-----------------------------*/
.about-feature__title {
  margin-bottom: calc((1em - 2px) * 5);
}
.about-feature__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 5em;
       column-gap: 5em;
  margin-bottom: 6.25em;
}
.about-feature__item:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
}
.about-feature__image {
  width: 100%;
  max-width: 92rem;
}
.about-feature__image img {
  width: 100%;
  height: 30em;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-feature__inner {
  width: 37.5em;
  padding-top: 3.125em;
  flex-shrink: 0;
}
.about-feature__num {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: calc(1em - 2px);
       column-gap: calc(1em - 2px);
  font-size: max(1.8rem, 1.375em);
  margin-bottom: calc((1em - 2px) * 2);
}
.about-feature__num::before {
  width: calc(3em + 4px);
  padding-top: 0.1em;
}
.about-feature__heading {
  margin-bottom: calc(2.5em + 5px);
}

/*会社概要
-----------------------------*/
.about-company__box {
  padding-top: 7.5em;
}
.about-company__heading {
  margin-bottom: 2em;
}
.about-company__map {
  height: 28.125em;
}

/*===============================================
  仕事の流れ
===============================================*/
/*株式会社ドアーズの仕事の流れ
-----------------------------*/
.flow-list .inbox {
  width: 75%;
  max-width: 108rem;
}
.flow-list__title {
  margin-bottom: calc((1em - 2px) * 4);
}
.flow-list__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 2.5em;
       column-gap: 2.5em;
  padding: 2.5em;
  box-shadow: 0 0 0 1px var(--color-white) inset;
  margin-bottom: 6.25em;
}
.flow-list__image {
  width: 25em;
  flex-shrink: 0;
}
.flow-list__heading {
  -moz-column-gap: 0.68em;
       column-gap: 0.68em;
  flex-direction: row;
  margin-bottom: 1.44em;
}
.flow-list__heading::before {
  font-size: calc(1em - 3px);
  height: calc(2em + 8px);
  margin-left: calc(-1em + 2px);
}
.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: 3.75em;
}
.works-list__tag {
  width: 8.75em;
  min-width: 114px;
  min-height: 102px;
  aspect-ratio: 140/125;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: var(--color-orange);
  padding: 2px;
  margin-inline: -0.625em;
}
.works-list__tag:nth-of-type(5n + 2), .works-list__tag:nth-of-type(5n + 4) {
  margin-top: 4.6875em;
}
.works-list__tag a {
  font-size: calc(1em + 1px);
  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: calc(2em - 4px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 19.5122%;
}
.works-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75em 1.875em;
  padding-top: calc(6.25em + 7px);
}
.works-list__items::before {
  min-width: 120rem;
  height: 7px;
}
.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: calc(1em + 1px);
  line-height: 25px;
}
.works-list__category li {
  box-shadow: 0 0 0 2px var(--color-orange) inset;
  border-radius: 100vh;
  overflow: hidden;
}
.works-list__category li a {
  padding-inline: 1rem;
}
.works-list__image {
  margin-bottom: 1.25em;
}
.works-list__image img {
  aspect-ratio: 1.5757575758;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-list__heading {
  font-size: calc(1em + 1px);
  line-height: 1.5;
}

/*実績 詳細
-----------------------------*/
.works-detail .inbox {
  width: 80%;
  max-width: 108rem;
}
.works-detail__box {
  box-shadow: 0 0 0 1px var(--color-white) inset;
  padding: 3.75em 5em;
  margin-inline: auto;
}
.works-detail__tags {
  margin-bottom: 2.5em;
}
.works-detail__tag {
  font-size: calc(1em + 1px);
}
.works-detail__title {
  padding-bottom: 0.8em;
  margin-bottom: 1.6em;
}
.works-detail__images {
  margin-bottom: 2.5em;
}
.works-detail__images .thumbnail__list--wrap {
  margin-top: 2.5em;
}
.works-detail__images .thumbnail__image {
  aspect-ratio: 1;
}
.works-detail__images .thumbnail__image--main {
  aspect-ratio: 23/12;
}
.works-detail__images .thumbnail__image--sub img.is-active {
  outline: solid 2px var(--color-orange);
  outline-offset: -2px;
}
.works-detail__body {
  padding: 2.5em;
}
.works-detail__body p {
  font-size: calc(1em + 1px);
  margin-block: calc((1em - 1lh) / 2);
}

/*===============================================
  採用情報
===============================================*/
/*採用情報
-----------------------------*/
.recruit-info__inner {
  width: 80%;
  max-width: 108rem;
}
.recruit-info__text {
  text-align: center;
  padding: 3.75em;
}
.recruit-info__list {
  display: grid;
  grid-template-columns: calc(24em + 3px) 1fr;
  gap: 1.875em 2.5em;
  padding: 3.75em;
  padding-left: 3.375em;
  box-shadow: 0 0 0 1px var(--color-white) inset;
}
.recruit-info__list dt {
  flex-direction: row;
  -moz-column-gap: calc(1em - 2px);
       column-gap: calc(1em - 2px);
  font-size: max(1.8rem, 1.375em);
  word-break: keep-all;
  padding-block: 1.25rem;
  padding-right: 1em;
  border-right: solid 1px var(--color-white);
}
.recruit-info__list dt::before {
  width: calc(1em + 3px);
  height: calc(2em + 1px);
}
.recruit-info__list dt > span {
  line-height: calc(2em + 1px);
  margin-block: 0;
}
.recruit-info__list dd {
  align-self: center;
}
.recruit-info__box {
  margin-top: 7.5em;
}
.recruit-info__box--charm {
  padding-block: 6.25em;
}
.recruit-info__box--charm::before {
  width: calc(100vw - 5rem);
  max-width: 128rem;
  min-width: 115rem;
}
.recruit-info__box--charm .recruit-info__heading::after {
  content: "";
  width: 1px;
  height: 2em;
  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: 2em;
}
.recruit-info__heading > span {
  padding-inline: 2em;
}
.recruit-info__items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5em;
}
.recruit-info__item {
  width: calc(50% - 2.5em);
}
.recruit-info__item::before {
  width: calc(3em + 4px);
  font-size: max(1.8rem, 1.375em);
  padding-top: 0.1em;
  margin-bottom: calc((1em - 2px) * 2);
}
.recruit-info__caption {
  align-items: center;
  text-align: center;
  margin-bottom: 1.6em;
}
.recruit-info__caption::after {
  content: "";
  width: 3.2em;
  height: 1px;
  background: var(--color-white);
  margin: 1.6em auto 0;
}
.recruit-info__table {
  max-width: 92rem;
  margin-inline: auto;
  padding-top: calc(1.25em + (1em - 1lh) / 2);
  padding-bottom: calc(5em + (1em - 1lh) / 2);
  border-bottom: solid 1px var(--color-white);
}
.recruit-info__table tr th {
  width: calc(15em - 5px);
  padding-inline: 1rem;
}
.recruit-info__table tr td {
  padding-inline: 1rem;
}

/*===============================================
  どこでもBLOG
===============================================*/
/*どこでもBLOG 一覧
-----------------------------*/
.blog-archive__list .com-blog__item {
  padding: 0 1.875em 1.25em;
  margin-bottom: 1.25em;
  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: 3.75em;
       column-gap: 3.75em;
}
.blog-archive__list .com-blog__image {
  height: 15em;
  flex-shrink: 0;
}
.blog-archive__list .com-blog__image img {
  aspect-ratio: 1.5833333333;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-archive__list .com-blog__inner {
  align-self: center;
  row-gap: 1.25em;
  padding-bottom: 1em;
}
.blog-archive__list .com-blog__date {
  font-size: calc(1em + 1px);
  line-height: calc(2em - 3px);
  color: var(--color-gray);
  box-shadow: 0 0 0 1px var(--color-gray) inset;
  border-radius: 100vh;
  padding-inline: calc(1em + 3px);
  margin-block: 0;
}
.blog-archive__list .com-blog__heading {
  font-size: max(1.8rem, 1.375em);
  margin-bottom: 1rem;
}
.blog-archive__list .com-blog__body {
  font-size: calc(1em + 1px);
  line-height: calc(2em - 4px);
}

/*どこでもBLOG 詳細
-----------------------------*/
.blog-detail .inbox {
  width: 80%;
  max-width: 108rem;
}
.blog-detail__box {
  box-shadow: 0 0 0 1px var(--color-white) inset;
  padding: 3.75em 5em;
}
.blog-detail__date {
  font-size: calc(1em + 1px);
  line-height: calc(2em - 3px);
  padding-inline: calc(1em + 3px);
  margin-bottom: calc(2em + 6px);
}
.blog-detail__title {
  padding-bottom: 0.8em;
  margin-bottom: 1.6em;
}
.blog-detail__image {
  margin-bottom: 3.75em;
}
.blog-detail__image img {
  aspect-ratio: 1.9166666667;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-detail__body {
  font-size: calc(1em + 1px);
  margin-block: calc((1em - 1lh) / 2);
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive__tags {
  margin-bottom: 3.75em;
}
.news-archive__tag {
  font-size: calc(1em + 1px);
  line-height: 3rem;
}
.news-archive__tag a {
  padding-inline: 1.5em;
}
.news-archive__list .com-post__item {
  padding: 0 1.875em 1.25em;
  margin-bottom: 1.25em;
  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: 3.75em;
       column-gap: 3.75em;
}
.news-archive__list .com-post__image {
  height: 15em;
  flex-shrink: 0;
}
.news-archive__list .com-post__image img {
  aspect-ratio: 1.5833333333;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-archive__list .com-post__inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  align-self: center;
  row-gap: 1.25em;
  padding-bottom: 0.5rem;
}
.news-archive__list .com-post__date {
  font-size: calc(1em + 1px);
  line-height: calc(2em - 3px);
  color: var(--color-gray);
  box-shadow: 0 0 0 1px var(--color-gray) inset;
  border-radius: 100vh;
  padding-inline: calc(1em + 3px);
  margin-block: 0;
}
.news-archive__list .com-post__heading {
  font-size: max(1.8rem, 1.375em);
  margin-bottom: 1rem;
}
.news-archive__list .com-post__body {
  font-size: calc(1em + 1px);
  line-height: calc(2em - 4px);
}
/* お知らせ 詳細
-----------------------------*/
.news-detail .inbox {
  width: 80%;
  max-width: 108rem;
}
.news-detail__date, .news-detail__tag {
  font-size: calc(1em + 1px);
  line-height: calc(2em - 3px);
}
.news-detail__title {
  padding-bottom: 0.8em;
}
.news-detail__box {
  box-shadow: 0 0 0 1px var(--color-white) inset;
  padding: 3.75em 5em;
  margin-inline: auto;
  gap: 2.5em;
}

/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  line-height: 2.2353;
  padding-inline: 1rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: 0.5rem;
  font-size: calc(1em - 3px);
  line-height: 2;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.2353;
  padding-inline: calc(2em - 4px);
}
.contact-form__table tr td .upload-item-wrap {
  font-size: clamp(1.3rem, 1vw, 1.6rem);
}
.contact-form__table tr td .upload-item-wrap .thumb {
  width: 13.75em;
}
.contact-form__table tr td .upload-item-wrap .ancion-btn {
  width: 8.5em;
  font-size: 0.875em;
}
.contact-form .contact-submits-wrap > * {
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  text-align: center;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy .inbox {
  width: 80%;
  max-width: 108rem;
}
.privacy-policy__box {
  padding: 3.75em;
  margin-bottom: 3.75em;
}
.privacy-policy__heading {
  padding-bottom: 0.8em;
  margin-bottom: 1.6em;
}
.privacy-policy__body {
  font-size: calc(1em + 1px);
  margin-block: calc((1em - 1lh) / 2);
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(6, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 1.25em 5em;
  padding: 3.75em;
  box-shadow: 0 0 0 1px var(--color-white) inset;
}
.sitemap-list__link {
  font-size: max(1.8rem, 1.375em);
  line-height: 2;
  padding: 1em;
}

/*===============================================
  404エラー
===============================================*/
.error-message {
  text-align: center;
}