.subPage {
  padding-top: 80px; /* 固定ヘッダー分 */
  background: #eef2f6;
}

/* 下層FV */
.subFv {
  position: relative;
  height: 380px;
  background-position: center;
  background-size: cover;
}

.subFv--about {
  background:
    linear-gradient(
      rgba(0,0,0,.18),
      rgba(0,0,0,.18)
    ),
    url("/img/topimage_2c.jpg") center / cover no-repeat;
}

.subFv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.25);
}

.subFv__title {
  position: absolute;
/*
  left: max(24px, calc((100vw - 1200px) / 2));
*/
	left: 0;
  bottom: 100px;
  z-index: 1;
  min-width: 360px;
  padding: 28px 40px;
/*
  background: rgba(0,0,0,.82);
*/
  background: rgba(43, 41, 41, 0.82);
  color: #fff;
}

.subFv__title h1 {
  margin: 0;
  font-size: var(--fz-xl3);
  line-height: 1.35;
  letter-spacing: .08em;
}

.subFv__title p {
  margin: 8px 0 0;
  font-size: .75rem;
  letter-spacing: .18em;
}

.subLead__card {
  padding: clamp(48px, 6vw, 72px) 24px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(0,0,0,.14);
  text-align: center;
}

.subLead__card h2 {
  margin: 0 0 28px;
  color: #4a4544;
  font-size: var(--fz-md);
  letter-spacing: .12em;
}

.subLead__card p {
  margin: 0;
  font-size: .95rem;
  line-height: 2.2;
}

/* =========================
   朝日建設とは
========================= */
/* リードカード */
.aboutLead {
  position: relative;
  z-index: 2;
  margin-top: -48px;
}


/* セクション見出し */
.c-sectionHead--column {
  align-items: center;
  text-align: center;
  margin-bottom: 48px;
}

.c-sectionHead__en {
  margin: 0 0 8px;
  color: #e50044;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .18em;
}

.c-sectionHead__title {
  margin: 0;
  font-size: var(--fz-md);
  letter-spacing: .12em;
}

/* 強み */
.strengthGrid {
  background: #fff;
}

.strengthBlock {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.strengthBlock--reverse .strengthBlock__image {
  order: 2;
}

.strengthBlock--reverse .strengthBlock__body {
  order: 1;
}

.strengthBlock__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.strengthBlock__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding: clamp(40px, 5vw, 72px);
  background: #fff;
}

.strengthBlock__num {
  margin-bottom: 5px;
  color: #e50044;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.strengthBlock__body h3 {
  margin: 0 0 28px;
  font-size: var(--fz-mid);
  line-height: 1.5;
  letter-spacing: .08em;
  color: #4a4544;
}

.strengthBlock__body p {
  margin: 0;
  font-size: .95rem;
  line-height: 2;
}

.strengthBlock__btn {
  margin-top: 32px;
}

/* =========================
   事業内容
========================= */
.subFv--business {
  background:
    linear-gradient(
      rgba(0,0,0,.18),
      rgba(0,0,0,.18)
    ),
    url("/img/topimage_2c.jpg") center / cover no-repeat;
}

.businessLead {
  position: relative;
  z-index: 2;
  margin-top: -48px;
}

.businessLead__card {
  padding: clamp(48px, 6vw, 72px) 24px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(0,0,0,.14);
  text-align: center;
}

.businessLead__card h2 {
  margin: 0 0 28px;
  color: #e50044;
  font-size: var(--fz-md);
  letter-spacing: .12em;
}

.businessLead__card p {
  margin: 0;
  font-size: .95rem;
  line-height: 2.2;
}

.businessMain {
  position: relative;
}

.businessMain::before {
  content: "";
  position: absolute;
  top: -42px;
  left: 50%;
  width: 1px;
  height: 84px;
  background: rgba(89, 85, 84, .28);
  transform: translateX(-50%);
}

.businessList {
  background: #fff;
}

.businessBlock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
}

.businessBlock + .businessBlock {
  border-top: 10px solid #eef2f6;
}

.businessBlock__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.businessBlock__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: clamp(40px, 5vw, 72px);
}

.businessBlock__body h3 {
  margin: 0 0 28px;
  font-size: var(--fz-mid);
  line-height: 1.5;
  letter-spacing: .08em;
  color: #4a4544;
}

.businessBlock__body p {
  margin: 0 0 32px;
  font-size: .95rem;
  line-height: 2;
}

.businessBlock .moreBlack {
  width: fit-content;
  background: rgba(43, 41, 41, 1);
}
/* =========================
   会社概要
========================= */
.subFv--company {
  background:
    linear-gradient(
      rgba(0,0,0,.18),
      rgba(0,0,0,.18)
    ),
    url("/img/topimage_2c.jpg") center / cover no-repeat;
}
.companyAnchor {
  display: flex;
  justify-content: center;
/*
  gap: clamp(28px, 6vw, 80px);
*/
	gap: clamp(18px, 4.2vw, 56px);
  padding: 28px 20px 0;
}

.companyAnchor__link {
  position: relative;
  min-width: 120px;
  color: #aeb5bd;
  text-align: center;
  text-decoration: none;
  font-size: .95rem;
  font-weight: 700;
  transition: color .3s ease;
}
.companyAnchor__link::before,
.companyAnchor__link::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 1px;
  background: #d8dde3;
  transition: background .3s ease;
}

.companyAnchor__link::before {
  left: -34px;
  transform: rotate(58deg);
}
.companyAnchor__link::after {
  display: none;
  right: -34px;
  transform: rotate(58deg);
}
/* 最後だけ右線を表示 */
.companyAnchor__link:last-child::after {
  display: block;
}
.companyAnchor__link.is-active {
  color: #e50044;
}

.companyAnchor__link:hover {
  color: rgba(229, 0, 68, .55);
}

.companyAnchor__link.is-active {
  color: #e50044;
}
.companySection {
  padding-top: 48px;
}

.companySection--history {
  padding-top: 24px;
}

.companyCard {
  padding: clamp(32px, 5vw, 56px) clamp(24px, 5vw, 64px);
  background: #fff;
}

.companyTable {
  margin: 0;
}

.companyTable__row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  padding: 22px 0;
  border-top: 1px solid #dfe3e8;
}

.companyTable__row:last-child {
  border-bottom: 1px solid #dfe3e8;
}

.companyTable dt {
/*
  color: #e50044;
*/
  font-size: .9rem;
  font-weight: 700;
}

.companyTable dd {
  margin: 0;
  font-size: .9rem;
  line-height: 1.9;
}

.companyTable__btn {
  margin-top: 14px;
  text-decoration: none;
}
.companySection--access {
  padding-top: 24px;
  padding-bottom: 100px;
}

.companyMap {
  overflow: hidden;
  background: #fff;
	border: 1px solid #dfe3e8;
  box-shadow: 0 8px 18px rgba(0,0,0,.04);
}

.companyMap iframe {
  display: block;
  width: 100%;
  height: 520px;
}
/* =========================
   施工実績
========================= */
.subFv--works {
  background:
    linear-gradient(
      rgba(0,0,0,.18),
      rgba(0,0,0,.18)
    ),
    url("/img/topimage_2c.jpg") center / cover no-repeat;
}

.worksSection {
/*
  background: #fff;
*/
}

.worksSection + .worksSection {
  padding-top: 24px;
}

.worksGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 30px;
}

.worksCard {
/*
  background: #fff;
*/
}

.worksCard__button {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
}

.worksCard__image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef2f6;
}

.worksCard__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.42);
  opacity: 0;
  transition: opacity .35s ease;
}

.worksCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.worksCard__button:hover .worksCard__image::after,
.worksCard__button:focus-visible .worksCard__image::after {
  opacity: 1;
}

.worksCard__button:hover .worksCard__image img,
.worksCard__button:focus-visible .worksCard__image img {
  transform: scale(1.08);
}

.worksCard__button:focus-visible {
  outline: 3px solid rgba(229, 0, 68, .35);
  outline-offset: 4px;
}

.worksCard__body {
  display: block;
  padding: 16px 4px 0;
}

.worksCard__title {
  display: block;
  color: #4a4544;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.worksCard__meta {
  display: block;
  margin-top: 4px;
  color: #8a8584;
  font-size: .84rem;
  line-height: 1.5;
}

.worksModal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px;
}

.worksModal.is-open {
  display: flex;
}

.worksModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.78);
}

.worksModal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1080px);
  color: #fff;
}

.worksModal__figure {
  margin: 0;
}

.worksModal__image {
  display: block;
  width: 100%;
  max-height: min(76vh, 780px);
  object-fit: contain;
  background: #111;
}

.worksModal__caption {
  margin-top: 14px;
  padding-right: 90px;
  font-size: .95rem;
  line-height: 1.6;
}

.worksModal__close {
  position: absolute;
  top: -46px;
  right: 0;
  width: 34px;
  height: 34px;
}

.worksModal__close::before,
.worksModal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #fff;
}

.worksModal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.worksModal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.worksModal__nav {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 50%;
  background: rgba(0,0,0,.28);
  transform: translateY(-50%);
  transition: background .25s ease, border-color .25s ease;
}

.worksModal__nav:hover {
  background: rgba(229, 0, 68, .78);
  border-color: rgba(229, 0, 68, .78);
}

.worksModal__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.worksModal__nav--prev {
  left: -70px;
}

.worksModal__nav--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.worksModal__nav--next {
  right: -70px;
}

.worksModal__nav--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.worksModal__nav[hidden],
.worksModal__count[hidden] {
  display: none;
}

.worksModal__count {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: .86rem;
}

/* =========================
   お問い合わせ
========================= */
.subFv--contact {
  background:
    linear-gradient(
      rgba(0,0,0,.18),
      rgba(0,0,0,.18)
    ),
    url("/img/topimage_2c.jpg") center / cover no-repeat;
}

.contactSection {
  padding-bottom: 100px;
  background: #fff;
}

.contactNotice {
  margin-bottom: 40px;
  padding: 24px 28px;
  background: #eef2f6;
  font-size: .9rem;
  line-height: 1.9;
}

.contactNotice p {
  margin: 0;
}

.contactForm {
  width: 100%;
}

.contactForm__row {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 22px;
}

.contactForm__row--textarea {
  align-items: start;
}

.contactForm__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #595554;
  font-size: .95rem;
  font-weight: 700;
}

.contactForm__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  padding: 2px 6px;
  background: #595554;
  color: #fff;
  font-size: .7rem;
  line-height: 1.4;
}

.contactForm__field input,
.contactForm__field textarea {
  width: 100%;
  padding: 15px 18px;
  border: 1px solid #d8dde3;
  background: #fff;
  color: #4a4544;
  font: inherit;
  font-size: .95rem;
}

.contactForm__field input {
  height: 58px;
}

.contactForm__field textarea {
  min-height: 180px;
  resize: vertical;
}

.contactForm__field input::placeholder,
.contactForm__field textarea::placeholder {
  color: #9aa3ad;
}

.contactForm__field input:focus,
.contactForm__field textarea:focus {
  outline: none;
  border-color: #595554;
  box-shadow: 0 0 0 3px rgba(89, 85, 84, .12);
}

.contactForm__field--zip {
  max-width: 180px;
}

.contactForm__privacy {
  margin: 34px 0 28px;
  text-align: center;
  font-size: .9rem;
}

.contactForm__privacy a {
  color: #595554;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contactForm__submit {
  text-align: center;
}

.contactForm__button {
  position: relative;
  min-width: 220px;
  min-height: 58px;
  padding: 14px 40px;
  background-color: #595554;
  color: #fff;
  font-weight: 700;
  letter-spacing: .08em;
  overflow: hidden;
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.contactForm__button:hover {
  background-color: #444241;
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
}
/* =========================
   お問い合わせ確認
========================= */
.contactConfirmSection {
  padding-bottom: 100px;
  background: #fff;
}

.contactConfirm__lead {
  margin-bottom: 36px;
  padding: 22px 28px;
  background: #eef2f6;
  font-size: .95rem;
  line-height: 1.9;
  text-align: center;
}

.contactConfirm {
  margin: 0;
  border-top: 1px solid #dfe3e8;
}

.contactConfirm__row {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid #dfe3e8;
}

.contactConfirm__label {
  color: #595554;
  font-size: .95rem;
  font-weight: 700;
}

.contactConfirm__value {
  margin: 0;
  font-size: .95rem;
  line-height: 1.9;
  white-space: normal;
  word-break: break-word;
}

.contactConfirm__recaptcha {
  margin: 38px 0 30px;
  text-align: center;
}

.contactConfirm__recaptcha .g-recaptcha {
  display: inline-block;
}

.contactConfirm__error {
  display: none;
  margin: 12px 0 0;
  color: #e50044;
  font-size: .85rem;
  font-weight: 700;
}

.contactConfirm__buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.contactConfirm__button {
  min-width: 200px;
  min-height: 58px;
  padding: 14px 36px;
  font-weight: 700;
  letter-spacing: .08em;
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.contactConfirm__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0,0,0,.14);
}

.contactConfirm__button--back {
  border: 1px solid #cfd5dd;
  background: #fff;
  color: #595554;
}

.contactConfirm__button--back:hover {
  background: #eef2f6;
  border-color: #595554;
}

.contactConfirm__button--send {
  border: 1px solid #595554;
  background-color: #595554;
  color: #fff;
}

.contactConfirm__button--send:hover {
  background-color: #444241;
}
/* =========================
   プライバシーポリシー
========================= */
.subFv--privacy {
  background:
    linear-gradient(
      rgba(0,0,0,.18),
      rgba(0,0,0,.18)
    ),
    url("/img/topimage_2c.jpg") center / cover no-repeat;
}

.privacySection {
  padding-bottom: 100px;
  background: #fff;
}

.privacyLead {
  margin-bottom: 40px;
  padding: 24px 28px;
  background: #eef2f6;
  font-size: .95rem;
  line-height: 1.9;
}

.privacyLead p {
  margin: 0;
}

.privacyPolicy {
  padding: clamp(32px, 5vw, 56px) clamp(24px, 5vw, 64px);
  background: #fff;
  border: 1px solid #dfe3e8;
}

.privacyPolicy__item {
  padding: 30px 0;
  border-top: 1px solid #dfe3e8;
}

.privacyPolicy__item:first-child {
  padding-top: 0;
  border-top: 0;
}

.privacyPolicy__item:last-child {
  padding-bottom: 0;
}

.privacyPolicy__item h2 {
  margin: 0 0 16px;
  color: #4a4544;
  font-size: var(--fz-sm);
  line-height: 1.5;
  letter-spacing: .06em;
}

.privacyPolicy__item p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.7;
}

.privacyPolicy__item ul {
  margin: 16px 0 0;
  padding-left: 1.2em;
  list-style: disc;
}

.privacyPolicy__item li {
  font-size: .95rem;
  line-height: 1.9;
}

.privacyPolicy__contact {
  margin-top: 16px;
  padding: 20px 24px;
  background: #eef2f6;
}

.privacyPolicy__contact p {
  margin: 0;
}
/* SP */
@media screen and (max-width: 768px) {
	.subPage {
    padding-top: 52px;
	}
  .subFv {
    height: 240px;
  }

  .subFv__title {
    left: 0;
    bottom: 40px;
    min-width: 220px;
    padding: 15px 28px;
  }

  .aboutLead {
    margin-top: -28px;
  }

  .aboutLead__card {
    text-align: left;
  }

  .aboutLead__card p br {
    display: none;
  }
  .strengthBlock,
  .strengthBlock--reverse {
    display: flex;
    flex-direction: column;
  }

  .strengthBlock--reverse .strengthBlock__image,
  .strengthBlock--reverse .strengthBlock__body {
    width: 100%;
    order: initial;
  }

  .strengthBlock__body {
    width: 100%;
    min-height: auto;
    padding: 32px 24px 40px;
  }
  .businessLead {
    margin-top: -28px;
  }

  .businessLead__card {
    text-align: left;
  }

  .businessLead__card p br {
    display: none;
  }

  .businessMain::before {
    top: -28px;
    height: 56px;
  }

  .businessBlock {
    display: flex;
    flex-direction: column;
  }

  .businessBlock__body {
    min-height: auto;
    padding: 32px 24px 40px;
  }
	.businessBlock__body p {
	  margin: 0;
	}

  .businessBlock__image img {
    aspect-ratio: 16 / 10;
  }
    .companyAnchor {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 24px 16px 0;
    overflow-x: visible;
  }

  .companyAnchor__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    flex: 1;
    max-width: 110px;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid #dfe3e8;
    border-radius: 999px;
    background: #fff;
    color: #9aa3ad;
    font-size: .82rem;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0,0,0,.03);
  }

	.companyAnchor__link:hover {
	  color: #595554;
	  background: rgba(89, 85, 84, .08);
	  border-color: rgba(89, 85, 84, .2);
	}
  .companyAnchor__link.is-active {
    color: #fff;
    background: #595554;
    border-color: #595554;
  }

  .companyAnchor__link::before,
  .companyAnchor__link::after,
  .companyAnchor__link:last-child::after {
    display: none;
  }
  .companyCard {
    padding: 28px 20px;
  }

  .companyTable__row {
    display: block;
    padding: 18px 0;
  }

  .companyTable dt {
    margin-bottom: 6px;
  }
  .companySection--access {
    padding-bottom: 64px;
  }

  .companyMap iframe {
    height: 360px;
  }
  .worksSection {
    padding-block: 56px;
  }

  .worksSection + .worksSection {
    padding-top: 8px;
  }

  .worksGrid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .worksCard__body {
    padding-top: 12px;
  }

  .worksModal {
    padding: 20px;
  }

  .worksModal__dialog {
    width: 100%;
  }

  .worksModal__image {
    max-height: 70vh;
  }

  .worksModal__caption {
    padding-right: 0;
    font-size: .86rem;
  }

  .worksModal__close {
    top: -42px;
  }

  .worksModal__nav {
    top: auto;
    bottom: -62px;
    width: 42px;
    height: 42px;
    transform: none;
  }

  .worksModal__nav--prev {
    left: 0;
  }

  .worksModal__nav--next {
    right: 0;
  }

  .worksModal__count {
    right: 50%;
    bottom: -50px;
    transform: translateX(50%);
  }
  .contactSection {
    padding-bottom: 64px;
  }

  .contactNotice {
    margin-bottom: 32px;
    padding: 20px;
    font-size: .85rem;
  }

  .contactForm__row {
    display: block;
    margin-bottom: 22px;
  }

  .contactForm__label {
    justify-content: flex-start;
    margin-bottom: 8px;
  }

  .contactForm__field--zip {
    max-width: none;
  }

  .contactForm__field input {
    height: 54px;
  }

  .contactForm__field textarea {
    min-height: 160px;
  }

  .contactForm__privacy {
    text-align: left;
  }

  .contactForm__button {
    width: 80%;
  }
  .contactConfirmSection {
    padding-bottom: 64px;
  }

  .contactConfirm__lead {
    margin-bottom: 28px;
    padding: 20px;
    text-align: left;
  }

  .contactConfirm__row {
    display: block;
    padding: 18px 0;
  }

  .contactConfirm__label {
    margin-bottom: 6px;
  }

  .contactConfirm__buttons {
    flex-direction: column;
		align-items: center;
    gap: 12px;
  }

  .contactConfirm__button {
		width: 80%;
  }
  .privacySection {
    padding-bottom: 64px;
  }

  .privacyLead {
    margin-bottom: 28px;
    padding: 20px;
    font-size: .9rem;
  }

  .privacyPolicy {
    padding: 28px 20px;
  }

  .privacyPolicy__item {
    padding: 24px 0;
  }

  .privacyPolicy__item h2 {
    font-size: 1.05rem;
  }

  .privacyPolicy__contact {
    padding: 18px 20px;
  }

}
