@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
.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: 8rem;
  padding-left: 3rem;
}
#header .header__logo {
  width: 23.1rem;
}
#header .header__logo img {
  width: 100%;
  aspect-ratio: 231/31;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .header__btn {
  width: clamp(210px, 16.0256410256vw, 250px);
  height: 8rem;
}
#header .header__btn .min {
  font-size: var(--font-size-xs);
}
#header .header__btn .main {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}

/*===============================================
  footer
===============================================*/
#footer .footer__inner {
  display: grid;
  grid-template: 3.1rem 1fr/1fr auto;
  grid-auto-flow: column;
  gap: 4rem 6rem;
  width: 1080px;
}
#footer .footer__logo {
  width: 23.1rem;
}
#footer .footer__logo img {
  width: 100%;
  aspect-ratio: 231/31;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3rem;
  padding-bottom: 5rem;
}
#footer .footer__schedule {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 24rem;
}
#footer .copy {
  width: 1080px;
  margin-inline: auto;
}
#footer .copy p {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  grid-row: span 2;
}
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 4.4rem 8rem;
}
.footer-nav__item {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__sub-list {
  justify-content: flex-end;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  margin-top: 8.5rem;
}

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

/*サイドボタン
-----------------------------*/
#side {
  bottom: 10px;
  right: 10px;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main::before {
  content: "";
  background: url(../img/common/pt-grid.png);
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.4;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(300px, 22.65625vw, 435px);
}
.visual__catch--sub {
  row-gap: clamp(20px, 1.5625vw, 30px);
  padding-top: clamp(115px, 8.8541666667vw, 170px);
}
.visual__catch--sub .en {
  font-size: clamp(9.4rem, 6.7708333333vw, 13rem);
}
.visual__catch--sub .ja {
  font-size: clamp(3.2rem, 2.5vw, 4.8rem);
}
.visual__catch--sub::before {
  width: clamp(242px, 18.90625vw, 363px);
  top: clamp(-30px, -1.5625vw, -20px);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  padding-right: 3rem;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-base);
  letter-spacing: var(--letter-spacing-base);
  line-height: 1.5;
}
.gnav__item::after {
  content: "┃";
  margin-inline: 1em;
}
@media screen and (max-width: 1560px) {
  .gnav__item::after {
    margin-inline: 0.75em;
  }
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: block;
}
.gnav__link:hover {
  color: var(--color-main);
}
.gnav__link.current {
  border-bottom: solid 1px var(--color-border);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  height: 6rem;
}
.breadcrumb__list {
  width: 1080px;
}
.breadcrumb__item::after {
  margin-inline: 1em;
}

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

.inbox {
  width: 1080px;
}
.inbox--mid {
  width: calc(100% - 12rem);
  max-width: 1280px;
}
.inbox--max {
  width: calc(100% - 4rem);
  max-width: 1600px;
}

/*電話番号
-----------------------------*/
/*ボタン
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table {
  margin-block: calc((1em - 1lh) / 2);
}
.com-table tr th,
.com-table tr td {
  padding-block: 2rem;
}
.com-table tr:first-of-type th,
.com-table tr:first-of-type td {
  padding-top: 0;
}
.com-table tr:last-of-type {
  border-bottom: none;
}
.com-table tr:last-of-type th,
.com-table tr:last-of-type td {
  padding-bottom: 0;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-right: calc(var(--letter-spacing-base) * -1);
}

/*お知らせ
-----------------------------*/
/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01--left {
  align-items: flex-start;
  text-align: left;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  総合トップ
===============================================*/
.entrance {
  display: grid;
  grid-template: 1.01309fr 1fr/repeat(2, 1fr);
  gap: 1.5rem 2rem;
  height: clamp(536px, 41.875vw, 804px);
  min-height: calc(100vh - 12rem);
  padding: 2rem 3rem 0;
}
.entrance__link--official {
  grid-column: span 2;
}
.entrance__link--official .entrance__box {
  width: 45%;
  min-width: 56rem;
  max-width: 75rem;
}
.entrance__link--official .entrance__en {
  font-size: 5em;
}
.entrance__link--official .entrance__txt {
  max-width: calc(100% - 2.222223em);
  font-size: 2.25em;
  padding-top: 0.555556em;
  margin-top: 0.555556em;
}
.entrance__link--official .entrance__txt .min {
  font-size: 0.77777778em;
}
.entrance__box {
  width: 65.218%;
  min-width: 40rem;
  min-height: 58.398%;
  font-size: clamp(1.2rem, 0.8333333333vw, 1.6rem);
  padding-block: 1.875em;
}
.entrance__box:has(.entrance__sub) {
  padding-top: 1.25em;
}
.entrance__sub {
  padding: 0.9375em;
  margin-bottom: 1.25em;
}
.entrance__sub > span {
  font-size: 1.25em;
  line-height: 1.5;
}
.entrance__en {
  font-size: 3.75em;
}
.entrance__txt {
  width: calc(100% - 1.5625em);
  font-size: 2em;
  padding-top: 0.625em;
  margin-top: 0.625em;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-bottom: 0;
}
.com-contact::before {
  height: calc(100% - 10rem);
}
.com-contact__title {
  row-gap: 3rem;
  margin-bottom: 5rem;
}
.com-contact__title .en {
  font-size: var(--font-size-h3-en);
  margin-block: -0.1538462em;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  padding-block: 3.5rem;
}
.com-contact__items::before {
  width: calc(100vw - 5rem);
  max-width: 1280px;
  min-width: 1150px;
}
.com-contact__items::after {
  width: 102.4rem;
  height: 30.6rem;
  background-position: left bottom, left 14.6rem bottom, right top;
  left: calc(50% - 5.2rem);
  top: -21.7rem;
}
.com-contact__item {
  width: 100%;
  padding-bottom: 1rem;
  position: relative;
}
.com-contact__item::after {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--color-border);
  position: absolute;
  top: 0;
  left: calc(100% + 3rem);
}
.com-contact__item:last-of-type::after {
  display: none;
}
.com-contact__heading {
  height: 6rem;
}
.com-contact__heading--line {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.com-contact__heading--line::before {
  width: 3rem;
}
.com-contact__body > * {
  height: 8rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/* タイトル
-----------------------------*/
.top .com-title01 {
  row-gap: 3rem;
}
.top .com-title01 .en {
  font-size: clamp(10rem, 7.8125vw, 13rem);
  margin-block: -0.15em;
}

/*東海の街をつくる、
確かな技術と仲間とともに。
-----------------------------*/
.top-message__top {
  position: relative;
  z-index: 0;
}
.top-message__top + .top-message__bottom {
  margin-top: 7rem;
}
.top-message__bottom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 51.6rem;
  padding-left: calc(50% + clamp(54px, 4.1666666667vw, 80px));
  position: relative;
  z-index: 0;
}
.top-message__title {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  padding-top: clamp(110px, 8.59375vw, 165px);
  margin-bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.top-message__title > span:not(.en) {
  width: 40%;
}
.top-message__title > span:not(.en)::after {
  content: "";
  width: 1px;
  height: 25rem;
  background: var(--color-border);
  position: absolute;
  top: calc(100% + 5rem);
  left: 33rem;
  z-index: -1;
}
.top-message__text {
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  line-height: 2.77778;
}
.top-message__text strong {
  display: inline-block;
  color: var(--color-white);
  background: linear-gradient(to bottom, transparent 0.25rem, var(--color-main) 0.25rem, var(--color-main) calc(100% - 0.25rem), transparent calc(100% - 0.25rem));
  padding-inline: 0.5rem;
  margin-inline: -0.5rem;
}
.top-message__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
}
.top-message__btn {
  width: 100%;
  margin-right: -1px;
}
.top-message__btn:last-of-type {
  margin-right: 0;
}
.top-message__image--top {
  width: 64.375%;
  margin-left: auto;
}
.top-message__image--bottom {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-message__image--bottom img {
  width: 100%;
  height: 51.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-message__image--bottom::after {
  width: 15.375%;
  min-width: 9rem;
  right: -6.375%;
  bottom: -2.7rem;
}

/*榎元工務店の魅力
-----------------------------*/
.top-attraction {
  padding-top: 5rem;
}
.top-attraction::before {
  width: calc(100% - 5rem);
  max-width: calc(50% + 74rem);
  height: calc(100% - 20rem);
}
.top-attraction__title {
  align-items: flex-end;
  text-align: right;
  margin-bottom: 5rem;
}
.top-attraction__inner {
  padding-bottom: 5.5rem;
}
.top-attraction__list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
}
.top-attraction__item {
  width: 100%;
  font-size: clamp(1.4rem, 1.0810810811vw, 1.6rem);
  row-gap: 1.25em;
  padding-top: 3.375em;
}
.top-attraction__item::after {
  font-size: 7.5em;
  margin-top: auto;
  margin-left: auto;
}
.top-attraction__item p {
  font-size: 2em;
  line-height: 1.71875;
  padding-inline: 2rem;
}
.top-attraction__item p .b {
  font-size: 1.25em;
  line-height: 1.375;
}
.top-attraction__btn {
  margin-top: 3rem;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr__item {
  padding-block: clamp(100px, 7.8125vw, 120px);
}
.top-bnr__item:nth-of-type(2n) .top-bnr__box {
  margin-left: auto;
}
.top-bnr__title {
  padding-bottom: 4rem;
  margin-bottom: 3rem;
}
.top-bnr__box {
  width: 60%;
  max-width: 75rem;
  padding: 0 4rem 4rem;
}
.top-bnr__box::before {
  height: calc(100% - 4rem);
}
.top-bnr__link {
  margin-top: 2.5rem;
}

/*施工管理の適職タイプ診断
-----------------------------*/
.top-type__inner {
  display: grid;
  grid-template-columns: 1fr 41rem;
  align-items: center;
  gap: 5rem 4rem;
}
.top-type__title {
  margin-bottom: 0;
}
.top-type #chart {
  grid-column: span 2;
}

/*やりがいある仕事で、ガッツリ稼ぐ
-----------------------------*/
.top-recruit {
  padding-block: 8rem;
}
.top-recruit__title {
  margin-bottom: clamp(135px, 10.4166666667vw, 200px);
}
.top-recruit__btn {
  width: 42%;
  max-width: 65rem;
  margin-inline: auto;
}
.top-recruit__btn::before {
  width: 24.7693%;
  right: -26.9231%;
  bottom: -4.2rem;
}
.top-recruit__images {
  width: 100%;
  height: calc(100% + 8.6rem);
  bottom: -4rem;
}
.top-recruit__image {
  width: 45.125%;
}

/*お知らせ
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template-columns: 45rem 1fr;
  align-items: flex-start;
  gap: 3rem 5rem;
}
.top-news__title {
  margin-bottom: 0;
  grid-row: span 2;
}
.top-news__list,
.top-news .com-empty {
  min-height: 25rem;
}
.top-news__list::before,
.top-news .com-empty::before {
  width: calc(100% + 50vw - 54rem);
}
.top-news__list {
  padding: 4rem 0 4rem 4rem;
}
.top-news .com-empty {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*===============================================
  会社を知る
===============================================*/
/*企業理念
-----------------------------*/
.company-policy__inner {
  display: grid;
  grid-template-columns: 1fr 44.5rem;
  align-items: flex-start;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.company-policy__title {
  margin-bottom: 0;
}

/*代表挨拶
-----------------------------*/
.company-greeting__inner {
  display: grid;
  grid-template-columns: 33.5rem 1fr;
  align-items: flex-start;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.company-greeting__image::after {
  width: 12.3rem;
  left: 0;
  bottom: 0;
}

/*社員インタビュー
-----------------------------*/
.company-interview__item {
  display: grid;
  grid-template-columns: 33.5rem 1fr;
  align-items: flex-start;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-bottom: 5rem;
}
.company-interview__image img {
  aspect-ratio: 0.6203703704;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-interview__table tr th {
  width: 19rem;
  padding-right: 3rem;
}

/*会社概要
-----------------------------*/
.company-info__inner {
  display: grid;
  grid-template-columns: 1fr calc(50% + clamp(120px, 9.3333333333vw, 140px));
  align-items: flex-start;
  row-gap: 3rem;
}
.company-info__title {
  margin-left: clamp(-10rem, 60rem - 50vw, -4rem);
}
.company-info__table {
  padding: 4rem 0 4rem 4rem;
}
.company-info__table::before {
  width: calc(100% + 50vw - 54rem);
}
.company-info__map {
  height: 35rem;
  grid-column: span 2;
}

/*===============================================
  仕事を知る
===============================================*/
/*仕事内容
-----------------------------*/
.works-about__inner {
  display: grid;
  grid-template-columns: 1fr 65rem;
  align-items: flex-start;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.works-about__title {
  grid-row: span 2;
  margin-bottom: 0;
}
.works-about__box {
  padding-bottom: 3rem;
  margin-top: 5rem;
}
.works-about__body {
  padding-inline: 4.5rem;
}
.works-about::after {
  height: clamp(370px, 28.6458333333vw, 550px);
  margin-top: 5rem;
}

/*施工管理の1日の流れ
-----------------------------*/
.works-schedule {
  padding: 8rem 0 clamp(55px, 4.1666666667vw, 80px);
}
.works-schedule__inner {
  padding-bottom: clamp(55px, 4.1666666667vw, 80px);
}
.works-schedule__inner::before {
  width: calc(100vw - 2rem);
  max-width: calc(50vw + 74rem);
  min-width: 118rem;
  height: calc(100% - 2rem);
  left: min(-6rem, 54rem - 50vw);
}
.works-schedule__item {
  display: grid;
  grid-template-columns: 20rem 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-bottom: 4rem;
}
.works-schedule__time {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-h3);
  line-height: 1.25;
}
.works-schedule__time::before {
  width: 0.3rem;
  height: calc(4rem + 2px);
}
.works-schedule__body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: var(--font-size-h6);
  line-height: 1.38889;
}

/*キャリアアップ
-----------------------------*/
.works-career__box {
  padding-inline: 4rem;
  margin-bottom: 8rem;
}
.works-career__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  align-items: flex-end;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.works-career__list:has(+ .works-career__memo) {
  margin-bottom: 2rem;
}
.works-career__item:nth-of-type(1) .works-career__inner {
  min-height: calc(4.7rem + 1 * 2rem);
}
.works-career__item:nth-of-type(2) .works-career__inner {
  min-height: calc(4.7rem + 2 * 2rem);
}
.works-career__item:nth-of-type(3) .works-career__inner {
  min-height: calc(4.7rem + 3 * 2rem);
}
.works-career__item:has(.works-career__body):nth-of-type(1) .works-career__inner {
  min-height: calc(22rem + 1 * 3rem);
}
.works-career__item:has(.works-career__body):nth-of-type(2) .works-career__inner {
  min-height: calc(22rem + 2 * 3rem);
}
.works-career__item:has(.works-career__body):nth-of-type(3) .works-career__inner {
  min-height: calc(22rem + 3 * 3rem);
}
.works-career__year {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 3px var(--color-main);
  position: relative;
  z-index: 0;
}
.works-career__year::after {
  content: "";
  width: 7px;
  aspect-ratio: 7/13;
  background: var(--color-main);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  bottom: -8px;
  left: calc(100% - 1px);
  z-index: -1;
}
.works-career__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  padding: 1rem;
}
.works-career__inner:has(.works-career__body) {
  justify-content: space-between;
  padding: 3rem 2rem;
}
.works-career__inner:has(.works-career__body) .fee {
  padding-top: 1rem;
}
.works-career__year, .works-career__price {
  font-size: var(--font-size-h5);
}
.works-career__year .fee, .works-career__price .fee {
  white-space: nowrap;
  font-size: var(--font-size-h3);
}
.works-career__year .num, .works-career__price .num {
  font-size: 6rem;
}
.works-career__body {
  line-height: 1.5625;
}
.works-career__body p {
  word-break: break-all;
  line-break: anywhere;
}

/*===============================================
  環境を知る
===============================================*/
/*榎元工務店の魅力
-----------------------------*/
.env-attraction__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  margin-bottom: 4rem;
}
.env-attraction__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.env-attraction__image {
  width: 40rem;
  flex-shrink: 0;
}
.env-attraction__inner {
  width: 100%;
}
.env-attraction__body p {
  display: inline;
}

/*数字で見る榎元工務店
-----------------------------*/
.env-data {
  padding: 8rem 0 clamp(55px, 4.1666666667vw, 80px);
}
.env-data__inner {
  padding-bottom: clamp(55px, 4.1666666667vw, 80px);
}
.env-data__inner::before {
  width: calc(100vw - 2rem);
  max-width: calc(50vw + 74rem);
  min-width: 118rem;
  height: calc(100% - 2rem);
  left: min(-6rem, 54rem - 50vw);
}
.env-data__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/*===============================================
  採用情報
===============================================*/
/*求める人物像
-----------------------------*/
.info-person__inner {
  display: grid;
  grid-template-columns: 40rem 1fr;
  align-items: flex-start;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.info-person__title {
  margin-bottom: 0;
}
.info-person__item {
  margin-bottom: 3.5rem;
}

/*募集要項
-----------------------------*/
.info-job {
  padding: 8rem 0 clamp(55px, 4.1666666667vw, 80px);
}
.info-job__inner {
  padding-bottom: clamp(55px, 4.1666666667vw, 80px);
}
.info-job__inner::before {
  width: calc(100vw - 2rem);
  max-width: calc(50vw + 74rem);
  min-width: 118rem;
  height: calc(100% - 2rem);
  left: min(-6rem, 54rem - 50vw);
}
.info-job__box {
  margin-bottom: 8rem;
}
.info-job__heading {
  margin-bottom: 4rem;
}
.info-job__table tr th {
  width: 13rem;
}

/*採用フロー
-----------------------------*/
.info-flow__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
  gap: 3rem 4.5rem;
}
.info-flow__item {
  padding: 3rem 1.5rem 0;
}
.info-flow__item:first-of-type .info-flow__step {
  margin-right: -2.4rem;
}
.info-flow__item::after {
  width: 0.9rem;
  aspect-ratio: 1/2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  left: calc(100% + 1.8rem);
  transform: translateY(-50%);
}
.info-flow__heading > span {
  font-size: 1.75em;
}
.info-flow__heading::before {
  width: 2em;
}
.info-flow__body {
  line-height: 1.5625;
}
.info-flow__step {
  font-size: var(--font-size-h3);
  margin-right: -2rem;
}
.info-flow__step .num {
  display: inline-block;
  font-size: 2.5em;
  margin-block: -0.15em;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__title {
  margin-bottom: 6rem;
}
.contact-form__table tr th {
  width: 35rem;
  text-align: left;
  line-height: 2.375;
  padding-right: 4rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: 0.5rem;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.375;
}
.contact-form .contact-submits-wrap > * {
  margin: 20px 15px 0;
}

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

/*===============================================
  プライバシーポリシー
===============================================*/
/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 20px 80px;
}
.sitemap-list__link {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  padding: 15px 20px;
}

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