@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
:root {
  /* Common typography: edit these values to adjust main site text styles. */
  --earth-yellow: #f9c400;
  --earth-line: #eab600;
  --earth-ink: #111318;
  --earth-muted: #55524b;
  --earth-paper: #f7f0e4;
  --earth-card: #fffdf8;
  --earth-font-body: "Noto Sans JP", "DM Sans", sans-serif;
  --earth-h1-size: clamp(40px, 5.3vw, 62px);
  --earth-h1-weight: 900;
  --earth-h1-line-height: 1;
  --earth-h2-size: clamp(30px, 3.4vw, 42px);
  --earth-h2-weight: 700;
  --earth-h2-line-height: 1.45;
  --earth-p-size: 16px;
  --earth-p-weight: 400;
  --earth-p-line-height: 2;
  --earth-kicker-size: 13px;
  --earth-kicker-weight: 900;
}
body.earthphere-home {
  position: relative;
  overflow-x: hidden;
  color: var(--earth-ink);
  background: var(--earth-paper);
  font-family: var(--earth-font-body);
  font-size: 16px;
}
body.earthphere-home::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 100vw;
  height: 1450px;
  background: url(../img/common/pc_footer2_bg.png) center bottom / 100vw auto no-repeat;
  pointer-events: none;
  transform: translateX(-50%);
}
body.earthphere-home .site-main, body.earthphere-home .lower-main, body.earthphere-home .earth-footer {
  position: relative;
  z-index: 1;
}
body.earthphere-home .navbar-area {
  z-index: 1000;
}
body.earthphere-home h1, body.earthphere-home h2, body.earthphere-home h3, body.earthphere-home h4 {
  color: var(--earth-ink);
  letter-spacing: 0;
}
body.earthphere-home .container {
  max-width: 1320px;
}
body.earthphere-home .navbar-area {
  position: absolute;
  inset: 0 0 auto 0;
  background: transparent;
  border-bottom: 0;
  z-index: 1000;
}
body.earthphere-home .navbar-area.sticky {
  position: fixed;
  background: rgb(255 212 42 / 23%) !important;
  border-bottom: 0;
  box-shadow: 0 10px 30px rgba(91, 65, 0, 0.08);
}
body.earthphere-home .navbar-area .navbar {
  padding: 12px 0;
}
body.earthphere-home .navbar-area .navbar .navbar-brand {
  color: var(--earth-ink);
  font-size: 29px;
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: 0;
}
body.earthphere-home .navbar-area .navbar .navbar-brand span {
  display: block;
  margin-top: 7px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
}
body.earthphere-home .navbar-area .navbar .navbar-nav .nav-item {
  margin-right: 28px;
}
body.earthphere-home .navbar-area .navbar .navbar-nav .nav-item .nav-link {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: var(--earth-ink);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
body.earthphere-home .navbar-area .navbar .navbar-nav .nav-item .nav-link.active::after, body.earthphere-home .navbar-area .navbar .navbar-nav .nav-item .nav-link:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  height: 3px;
  background: var(--earth-line);
  border-radius: 999px;
}
body.earthphere-home .navbar-area .search-button, body.earthphere-home .navbar-area .navbar .others-option .option-item .search-button {
  color: var(--earth-ink) !important;
  font-size: 25px;
}
body.earthphere-home .navbar-area .default-btn, body.earthphere-home .navbar-area .navbar .others-option .option-item .default-btn {
  background: var(--earth-yellow) !important;
  background-color: var(--earth-yellow) !important;
  color: var(--earth-ink) !important;
  border-radius: 999px;
  padding: 10px 24px;
  box-shadow: 0 12px 25px rgba(153, 111, 0, 0.12);
  overflow: hidden;
  position: relative;
}
body.earthphere-home .navbar-area .default-btn span, body.earthphere-home .navbar-area .default-btn i {
  color: var(--earth-ink) !important;
}
body.earthphere-home .navbar-area .default-btn i {
  position: absolute;
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  transition: 0.25s ease;
}
body.earthphere-home .navbar-area .default-btn:hover, body.earthphere-home .navbar-area .navbar .others-option .option-item .default-btn:hover {
  background: var(--earth-yellow) !important;
  background-color: var(--earth-yellow) !important;
  color: var(--earth-ink) !important;
}
body.earthphere-home .navbar-area .default-btn:hover span {
  margin-right: 20px;
}
body.earthphere-home .navbar-area .default-btn:hover i {
  left: calc(100% - 38px);
}
body.earthphere-home .responsive-navbar {
  width: min(380px, 100vw);
  border-left: 0;
  background: #111111;
  color: var(--earth-yellow);
}
body.earthphere-home .responsive-navbar .offcanvas-header {
  justify-content: flex-end;
  padding: 28px 32px 12px;
  background: #111111;
  border-bottom: 0;
}
body.earthphere-home .responsive-navbar .offcanvas-header .logo {
  display: none !important;
}
body.earthphere-home .responsive-navbar .offcanvas-header .btn-close {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  background: none !important;
  background-image: none !important;
  filter: none !important;
  opacity: 1;
  box-shadow: none;
}
body.earthphere-home .responsive-navbar .offcanvas-header .btn-close::before, body.earthphere-home .responsive-navbar .offcanvas-header .btn-close::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 15px;
  width: 26px;
  height: 2px;
  background: var(--earth-yellow);
}
body.earthphere-home .responsive-navbar .offcanvas-header .btn-close::before {
  transform: rotate(28deg);
}
body.earthphere-home .responsive-navbar .offcanvas-header .btn-close::after {
  transform: rotate(-28deg);
}
body.earthphere-home .responsive-navbar .offcanvas-body {
  padding: 18px 56px 56px;
  background: #111111;
}
body.earthphere-home .responsive-navbar .offcanvas-body .accordion::before {
  content: "CONTENTS";
  display: block;
  margin: 0 0 24px;
  color: var(--earth-yellow);
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
body.earthphere-home .responsive-navbar .offcanvas-body .accordion .accordion-item {
  border: 0;
  background: transparent;
}
body.earthphere-home .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-link {
  position: relative;
  display: block;
  padding: 13px 28px 13px 0;
  color: var(--earth-yellow);
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
body.earthphere-home .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-link::after {
  content: "\203A";
  position: absolute;
  right: 0;
  top: 50%;
  color: var(--earth-yellow);
  font-size: 30px;
  line-height: 1;
  transform: translateY(-50%);
}
body.earthphere-home .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-link.active, body.earthphere-home .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-link:hover {
  color: var(--earth-yellow);
}
.site-main {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.site-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  height: max(843px, 49.6vw);
  background: url(../img/common/index_head_bg.png) center top / 100vw auto no-repeat;
  pointer-events: none;
  transform: translateX(-50%);
}
@media (min-width: 1700px) {
  .site-main::before {
    background-size: 100vw auto;
  }
}
.site-main > * {
  position: relative;
  z-index: 1;
}
.earth-hero {
  position: relative;
  min-height: 615px;
  padding: 172px 0 188px;
  background: transparent;
}
.earth-hero::before {
  content: none;
}
.earth-hero::after {
  content: none;
}
.earth-hero__inner {
  position: relative;
  z-index: 1;
}
.earth-hero__content {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.earth-hero h1 {
  margin: 0 0 18px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: clamp(54px, 5.15vw, 88px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.08em;
  white-space: nowrap;
}
.earth-hero h1 .sp-title {
  display: none;
}
.earth-hero h1 .pc-title {
  display: inline-block;
}
.earth-hero p {
  margin-bottom: 34px;
  color: var(--earth-ink);
  font-size: 17px;
  font-weight: 700;
}
.earth-news {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 7px;
  background: var(--earth-ink);
  box-shadow: 0 15px 35px rgba(44, 31, 0, 0.15);
}
.earth-news__label, .earth-news a {
  display: block;
  color: #fff;
  line-height: 1;
}
.earth-news__label {
  padding: 14px 18px;
  color: var(--earth-yellow);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}
.earth-news a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 22px;
}
.earth-news a::after {
  position: absolute;
  right: 22px;
  bottom: 8px;
  left: 22px;
  height: 1px;
  background: #f9c400;
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease-out;
}
.earth-news a:hover::after, .earth-news a:focus-visible::after {
  transform: scaleX(1);
}
.earth-news a:hover, .earth-news a:focus-visible {
  color: #fff !important;
}
.earth-news__date {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}
.earth-news__text {
  display: inline-block;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
/* PCでは1行固定 */
@media (min-width: 768px) {
  .earth-news a {
    white-space: nowrap;
  }
}
.earth-stats {
  position: relative;
  z-index: 2;
  margin-top: -128px;
  padding-bottom: 100px;
}
.earth-stats .container {
  max-width: 1300px;
}
.stat-card {
  height: 320px;
  min-height: 320px;
  padding: 28px 30px 28px;
  background: var(--earth-card);
  border-radius: 28px 0 28px 0;
  box-shadow: 0 20px 45px rgba(84, 61, 21, 0.06);
}
.stat-card__label {
  min-height: 18px;
  margin-bottom: 41px;
  color: var(--earth-ink) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.25;
  text-align: right;
}
.stat-card i {
  display: block;
  margin-bottom: 18px;
  margin-top: 18px;
  color: var(--earth-yellow);
  font-size: 54px;
  line-height: 1;
}
.stat-card h2 {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin: 0 0 17px;
  font-size: 58px;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
}
.stat-card h2 span {
  color: var(--earth-yellow);
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  padding-left: 4px;
}
.stat-card p {
  margin: 0;
  color: #111111;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}
.earth-section {
  padding: 0 0 120px;
}
.earth-image-card {
  overflow: hidden;
  border-radius: 28px 28px 28px 28px;
  aspect-ratio: 1.03 / 1;
  background: #ddd;
}
.earth-image-card img, .earth-recruit-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.92);
}
.earth-copy {
  max-width: 540px;
  padding-left: 30px;
}
.earth-copy--service {
  padding-left: 35px;
}
.earth-kicker {
  position: relative;
  margin-bottom: 28px !important;
  padding-left: 15px;
  color: var(--earth-ink) !important;
  font-size: var(--earth-kicker-size) !important;
  font-weight: var(--earth-kicker-weight) !important;
  text-transform: uppercase;
}
.earth-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 4px;
  height: 18px;
  border-radius: 999px;
  background: var(--earth-yellow);
}
.earth-copy h2 {
  margin-bottom: 27px;
  font-size: var(--earth-h2-size);
  line-height: var(--earth-h2-line-height);
  font-weight: var(--earth-h2-weight);
}
.earth-copy p {
  color: var(--earth-ink);
  font-size: var(--earth-p-size);
  font-weight: var(--earth-p-weight);
  line-height: var(--earth-p-line-height);
}
.earth-copy ul {
  padding: 0;
  margin: 27px 0 32px;
  list-style: none;
}
.earth-copy li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 24px;
  color: var(--earth-ink);
  font-size: 14px;
  font-weight: 600;
}
.earth-copy li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--earth-yellow);
}
.earth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 60px;
  padding: 0 24px;
  border-radius: 5px;
  background: var(--earth-yellow);
  color: var(--earth-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.earth-btn span {
  transition: margin-right 0.25s ease;
}
.earth-btn i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-left: 1px solid rgba(17, 19, 24, 0.22);
  font-size: 19px;
  position: absolute;
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
  transition: left 0.25s ease;
}
.earth-btn:hover {
  color: var(--earth-ink);
}
.earth-btn:hover span {
  margin-right: 28px;
}
.earth-btn:hover i {
  left: calc(100% - 42px);
}
.earth-recruit-section {
  padding: 0 0 130px;
}
.earth-recruit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.earth-recruit-photo {
  overflow: hidden;
  min-height: 350px;
  border-radius: 28px 0 0 28px;
}
.earth-recruit-card {
  position: relative;
  display: flex;
  min-height: 350px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 55px 70px;
  border-radius: 0 28px 28px 0;
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 255, 255, 0.22) 0 120px, transparent 121px), linear-gradient(135deg, #ffc400, #ffdc4c);
  text-align: center;
}
.earth-recruit-card::after {
  content: "";
  position: absolute;
  inset: 16px -40px auto auto;
  width: 410px;
  height: 250px;
  border: 3px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  transform: rotate(-10deg);
}
.earth-recruit-card h2, .earth-recruit-card p, .earth-recruit-card a {
  position: relative;
  z-index: 1;
}
.earth-recruit-card h2 {
  margin-bottom: 28px;
  font-size: 42px;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.earth-recruit-card p {
  max-width: 540px;
  margin-bottom: 30px;
  color: var(--earth-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
.earth-recruit-card a {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--earth-ink);
  color: #fff;
  font-size: 28px;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.earth-recruit-card a:hover {
  background: #fff;
  color: var(--earth-yellow) !important;
}
.earth-recruit-card a:hover i {
  color: var(--earth-yellow) !important;
}
.earth-footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 118px;
  padding-bottom: 34px;
  background: transparent;
}
.earth-footer::before {
  content: none;
}
.earth-footer .container {
  position: relative;
  z-index: 1;
}
.earth-footer__top {
  display: grid;
  grid-template-columns: minmax(360px, 1.55fr) 0.7fr 1fr;
  gap: 72px;
  padding-bottom: 64px;
}
.earth-footer h2 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}
.earth-footer h3 {
  margin-bottom: 27px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.earth-footer p, .earth-footer a, .earth-footer address {
  color: var(--earth-ink);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}
.earth-footer__nav, .earth-footer__office {
  padding-left: 34px;
  border-left: 1px solid rgba(17, 19, 24, 0.18);
}
.earth-footer__nav a, .earth-footer__office a {
  display: block;
  margin-bottom: 13px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.earth-footer__nav a, .earth-footer__bottom a {
  transition: opacity 0.25s ease;
}
.earth-footer__nav a:hover, .earth-footer__nav a:focus-visible, .earth-footer__bottom a:hover, .earth-footer__bottom a:focus-visible {
  opacity: 0.4;
}
.earth-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 25px 0;
  border-top: 1px solid rgba(17, 19, 24, 0.16);
}
.earth-footer__bottom p, .earth-footer__bottom a {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}
.go-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: auto;
  z-index: 1001;
  background: var(--earth-yellow);
  color: var(--earth-ink);
}
@media (max-width: 1199px) {
  body.earthphere-home .navbar-area .navbar .navbar-nav .nav-item {
    margin-right: 18px;
  }
  .earth-footer__top {
    grid-template-columns: minmax(320px, 1.35fr) 0.65fr 0.95fr;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  body.earthphere-home .navbar-area .navbar {
    padding: 18px 0;
  }
  body.earthphere-home .navbar-area .navbar .navbar-toggler .burger-menu span {
    background: var(--earth-ink);
  }
  .earth-hero {
    min-height: 535px;
    padding: 148px 0 158px;
  }
  .earth-stats {
    margin-top: -62px;
    padding-bottom: 80px;
  }
  .earth-copy, .earth-copy--service {
    max-width: none;
    padding-left: 0;
  }
  .earth-section {
    padding-bottom: 90px;
  }
  .earth-recruit-grid {
    grid-template-columns: 1fr;
  }
  .earth-recruit-card, .earth-recruit-photo {
    border-radius: 24px 0 24px 0;
  }
  .earth-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
  .earth-footer__company {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767px) {
  body.earthphere-home .navbar-area .navbar {
    padding-left: 14px;
    padding-right: 14px;
  }
  body.earthphere-home .navbar-area .navbar .navbar-brand {
    font-size: 24px;
  }
  .earth-hero {
    min-height: 455px;
    padding: 100px 0 118px;
  }
  .earth-hero h1 {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(50px, 14.8vw, 68px);
    line-height: 0.98;
  }
  .earth-hero p {
    font-size: 14px;
    line-height: 1.8;
  }
  .earth-news {
    display: flex;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .earth-news__label {
    padding: 14px 12px;
  }
  .earth-news a {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 12px;
    font-size: 12px;
    line-height: 1.4;
  }
  .earth-news__date {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 14px;
  }
  .earth-news__text {
    flex: 1;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  .stat-card {
    height: auto;
    min-height: 344px;
    padding: 34px 28px 32px;
  }
  .earth-copy h2 {
    font-size: 29px;
  }
  .earth-copy p {
    font-size: 14px;
  }
  .earth-recruit-card {
    min-height: auto;
    padding: 45px 25px;
  }
  .earth-recruit-card h2 {
    font-size: 35px;
  }
  .earth-footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .earth-footer__nav, .earth-footer__office {
    padding-left: 0;
    border-left: 0;
  }
  .earth-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .earth-footer {
    padding-top: 90px;
    padding-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .earth-stats .row > div {
    width: 50%;
    flex: 0 0 50%;
  }

  .stat-card {
    min-height: 220px;
    padding: 22px 18px 24px;
    border-radius: 22px 0 22px 0;
  }

  .stat-card__label {
    margin-bottom: 22px;
    font-size: 13px !important;
  }

  .stat-card i {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 42px;
  }

  .stat-card h2 {
    margin-bottom: 14px;
    font-size: 42px;
  }

  .stat-card h2 span {
    font-size: 24px;
  }

  .stat-card p {
    font-size: 13px;
    line-height: 1.55;
  }
}
/* Shared lower pages */
.lower-main {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.lower-main::before, .service-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  height: max(1033px, 60.8vw);
  background: url(../img/common/2nd_head_bg.png) center top / 100vw auto no-repeat;
  pointer-events: none;
  transform: translateX(-50%);
}
.lower-main > *, .service-main > * {
  position: relative;
  z-index: 1;
}
.lower-hero {
  position: relative;
  padding: 195px 0 0px;
  background: transparent;
  text-align: center;
}
.lower-hero::before {
  content: none;
}
.lower-hero .container {
  position: relative;
  z-index: 1;
}
.lower-hero h1 {
  margin: 0 0 20px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: clamp(54px, 5vw, 85px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.lower-hero nav {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--earth-ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.lower-hero nav a, .lower-hero nav strong {
  color: var(--earth-ink);
}
.lower-hero nav a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.lower-hero nav strong {
  font-weight: 600;
  text-decoration: none;
}
.lower-intro, .works-section, .contact-section, .policy-section, .recruit-section, .company-info-section, .flow-section {
  padding: 90px 0 95px;
}
.lower-intro h2, .section-heading h2, .contact-info-panel h2 {
  margin-bottom: 24px;
  color: var(--earth-ink);
  font-size: 1.9rem;
  line-height: var(--earth-h2-line-height);
  font-weight: var(--earth-h2-weight);
}
.lower-intro p, .section-heading p, .contact-info-panel p, .policy-card p {
  color: var(--earth-ink);
  font-size: var(--earth-p-size);
  font-weight: var(--earth-p-weight);
  line-height: var(--earth-p-line-height);
}
.lower-image {
  overflow: hidden;
  min-height: 390px;
  border-radius: 28px 0 28px 0;
  background: #ddd;
}
.lower-image img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.92);
}
.flow-grid, .works-grid, .recruit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.flow-grid article, .recruit-grid article, .policy-card, .contact-info-panel, .contact-form-panel {
  background: var(--earth-card);
  border-radius: 0 0 28px 0;
  box-shadow: 0 22px 42px rgba(84, 61, 21, 0.06);
}
.flow-grid article, .recruit-grid article {
  padding: 34px 30px;
}
.flow-grid span, .media-list span {
  color: var(--earth-yellow);
}
.flow-grid span {
  display: block;
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 900;
}
.flow-grid h3, .recruit-grid h3, .works-grid h3, .policy-card h2 {
  color: var(--earth-ink);
  font-weight: 900;
}
.policy-card h3 {
  color: var(--earth-ink);
  font-size: 1.1rem;
  margin-top: 30px;
}
.flow-grid h3, .recruit-grid h3 {
  margin-bottom: 16px;
  font-size: 25px;
}
.flow-grid p, .recruit-grid p, .recruit-grid dd, .works-grid p {
  color: var(--earth-ink);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}
.section-heading {
  max-width: 680px;
  margin-bottom: 42px;
}
.works-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.works-grid article {
  overflow: hidden;
  background: var(--earth-card);
  border-radius: 0 0 28px 0;
  box-shadow: 0 22px 42px rgba(84, 61, 21, 0.06);
}
.works-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(0.8) contrast(0.92);
}
.works-grid article div {
  padding: 28px;
}
.works-grid span {
  display: block;
  margin-bottom: 11px;
  color: var(--earth-yellow);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.works-grid h3 {
  margin-bottom: 13px;
  font-size: 24px;
}
/* ==========================================
   works message
   Companyページのメッセージ部分と同じ幅・文字組みに調整
   ========================================== */
.works-page .works-section {
  padding: 90px 0 66px;
}
.works-page .section-heading.works-message-copy {
  max-width: 1080px;
  margin: 0 auto;
}
.works-page .works-message-copy h2 {
  margin-bottom: 42px;
  color: var(--earth-ink);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: var(--earth-h2-weight);
  line-height: 1.55;
  letter-spacing: 0;
  text-align: center;
}
.works-page .works-message-copy p {
  margin: 0 0 28px;
  color: var(--earth-ink);
  font-size: 17px;
  font-weight: var(--earth-p-weight);
  line-height: 1.9;
  text-align: left;
}

/* ==========================================
   works stats
   WORKSページ用 実績数字カード
   ========================================== */
.works-page .works-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1080px;
  margin: 58px auto 0;
  padding: 34px 28px;
  background: var(--earth-card);
  border-radius: 28px;
  box-shadow: 0 20px 45px rgba(84, 61, 21, 0.06);
}
.works-page .works-stat-item {
  position: relative;
  padding: 2px 38px 4px;
}
.works-page .works-stat-item + .works-stat-item {
  border-left: 1px solid rgba(17, 19, 24, 0.12);
}
.works-page .works-stat-item i {
  display: block;
  margin-bottom: 14px;
  color: var(--earth-yellow);
  font-size: 42px;
  line-height: 1;
}
.works-page .works-stat-number {
  margin-bottom: 11px;
  color: var(--earth-ink);
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: clamp(40px, 4.1vw, 58px);
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}
.works-page .works-stat-number span {
  color: var(--earth-ink);
  font-size: 0.58em;
  font-weight: 700;
}
.works-page .works-stat-number em {
  margin-left: 7px;
  color: var(--earth-yellow);
  font-size: 0.32em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.works-page .works-stat-item p {
  margin: 0;
  color: var(--earth-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

/* ==========================================
   company
   ========================================== */
.company-message-section {
  padding: 90px 0 66px;
}
.company-message-copy {
  text-align: center;
}
.company-message-section h2 {
  margin-bottom: 42px;
  color: var(--earth-ink);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: var(--earth-h2-weight);
  line-height: 1.55;
  letter-spacing: 0;
}
.company-message-section p {
  margin: 0 0 14px;
  color: var(--earth-ink);
  font-size: 17px;
  font-weight: var(--earth-p-weight);
  line-height: 1.9;
  text-align: left;
}
	/* Company メッセージ本文 */
.company-message-copy p {
  margin: 0 auto 14px;
}

@media (min-width: 768px) {
  .company-message-copy p {
    max-width: 1080px;  
  }
}
.company-table {
  overflow: visible;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid rgba(17, 19, 24, 0.2);
}
.company-table dl {
  display: grid;
  grid-template-columns: 220px 1fr;
  margin: 0;
  border-bottom: 1px solid rgba(17, 19, 24, 0.2);
}
.company-table dt, .company-table dd {
  margin: 0;
  padding: 28px 32px;
  color: var(--earth-ink);
  font-size: 14px;
  line-height: 1.8;
}
.company-table dt {
  background: transparent;
  font-weight: 900;
}
.company-table dd {
  font-weight: var(--earth-p-weight);
}
.contact-info-panel, .contact-form-panel, .policy-card {
  padding: 38px;
}
.contact-info-panel ul {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}
.contact-info-panel li {
  display: grid;
  gap: 6px;
  margin-bottom: 20px;
}
.contact-info-panel strong {
  color: var(--earth-yellow);
  font-size: 12px;
  font-weight: 900;
}
.contact-info-panel a, .contact-info-panel span {
  color: var(--earth-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact-form-panel label {
  display: grid;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--earth-ink);
  font-size: 16px;
  font-weight: 700;
}
.contact-form-panel input, .contact-form-panel select, .contact-form-panel textarea {
  width: 100%;
  border: 1px solid rgba(17, 19, 24, 0.15);
  border-radius: 6px;
  background: #fff;
  padding: 14px 16px;
  color: var(--earth-ink);
  font: inherit;
}
.contact-form-panel select {
  appearance: auto;
}
.contact-form-panel textarea {
  resize: vertical;
  font-weight: 400;
}
.contact-form-panel .earth-btn {
  border: 0;
  cursor: pointer;
}
.text {
  margin: 0 0 10px;
  color: #111;
  font-size: 16px;
  font-weight: 400;
}
.form-note {
  margin: 0 0 4px;
  color: #d70000;
  font-size: 16px;
  font-weight: 700;
}
.form-label-text {
  display: inline-block;
}
.required {
  color: #d70000;
}
.contact-confirm-panel {
  max-width: 900px;
  margin: 0 auto;
}
.contact-confirm-panel h2 {
  margin-bottom: 18px;
  color: var(--earth-ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.35;
}
.confirm-lead {
  margin-bottom: 28px;
  color: var(--earth-ink);
  font-weight: 600;
  line-height: 1.8;
}
.confirm-list {
  display: grid;
  grid-template-columns: 180px 1fr;
  margin: 0 0 30px;
  border-top: 1px solid rgba(17, 19, 24, 0.12);
}
.confirm-list dt, .confirm-list dd {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(17, 19, 24, 0.12);
  color: var(--earth-ink);
  line-height: 1.8;
}
.confirm-list dt {
  font-weight: 900;
}
.confirm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.confirm-actions .earth-btn[type="button"] {
  background: #f2f1ef;
}
.form-error {
  margin-bottom: 24px;
  padding: 18px 20px;
  border-radius: 6px;
  background: rgba(215, 0, 0, 0.08);
  color: var(--earth-ink);
  font-weight: 800;
}
.form-error p {
  margin-bottom: 10px;
}
.form-error ul {
  margin: 0;
  padding-left: 1.4em;
}
.policy-card {
  max-width: 920px;
  margin: 0 auto;
}
.policy-card h2 {
  margin: 34px 0 12px;
  font-size: 24px;
}
.recruit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.recruit-grid dl {
  margin: 26px 0 0;
}
.recruit-grid dt {
  margin-top: 16px;
  color: var(--earth-yellow);
  font-size: 12px;
  font-weight: 900;
}
.recruit-grid dd {
  margin: 6px 0 0;
}
/* ==========================================
   Common text link hover
   ========================================== */
body.earthphere-home main a:not(.earth-btn):not(.white-btn) {
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
body.earthphere-home main a:not(.earth-btn):not(.white-btn):hover {
  color: rgba(17, 19, 24, 0.62);
  text-decoration: none;
}
/* Services flow page */
.flow-layout-section {
  padding: 70px 0 45px;
}
.flow-content-kicker {
  margin-bottom: 44px !important;
}
.flow-phase {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.95fr);
  gap: clamp(40px, 7vw, 86px);
  align-items: start;
  padding: 42px 0 60px 34px;
  /*border-left: 3px solid var(--earth-yellow);*/
}
.flow-phase + .flow-phase {
  margin-top: 28px;
}
.flow-phase-heading {
  margin-bottom: 34px;
}
.flow-phase-heading h2 {
  margin-bottom: 12px;
  color: var(--earth-ink);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: var(--earth-h2-weight);
  letter-spacing: 0;
}
.flow-phase-heading p {
  margin: 0;
  color: var(--earth-ink);
  font-size: 16px;
  font-weight: var(--earth-p-weight);
}
.flow-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 0 0 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(17, 19, 24, 0.1);
}
.flow-step:last-child {
  margin-bottom: 0;
}
.flow-step span {
  color: var(--earth-yellow);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.flow-step h3 {
  margin-bottom: 12px;
  color: var(--earth-ink);
  font-size: 26px;
  font-weight: 700;
}
.flow-step p {
  margin: 0;
  color: var(--earth-ink);
  font-size: 17px;
  font-weight: var(--earth-p-weight);
  line-height: 1.9;
}
.flow-phase-image {
  overflow: hidden;
  align-self: start;
  margin-top: 112px;
  border-radius: 24px 0 24px 0;
  box-shadow: 0 20px 50px rgba(17, 19, 24, 0.08);
}
.flow-phase-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.72 / 1;
  object-fit: cover;
}
.flow-contact-band {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.22) 0 105px, transparent 106px), linear-gradient(135deg, #ffce21, #ffd95d);
}
.flow-contact-inner {
  /*display: grid;*/
  grid-template-columns: 240px 1fr;
  gap: 48px;
  align-items: center;
  padding-left: 60px;
}
.flow-contact-note {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 105px;
  padding-right: 42px;
  border-right: 1px solid rgba(17, 19, 24, 0.18);
  color: var(--earth-ink);
  font-weight: 900;
  line-height: 1.7;
}
.flow-contact-note i {
  display: grid;
  place-items: center;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(249, 196, 0, 0.22);
  color: var(--earth-yellow);
  font-size: 30px;
}
.flow-contact-copy h2 {
  margin-bottom: 14px;
  color: var(--earth-ink);
  font-size: var(--earth-h2-size);
  font-weight: var(--earth-h2-weight);
  line-height: var(--earth-h2-line-height);
  letter-spacing: 0;
}
.flow-contact-copy p {
  margin-bottom: 24px;
  color: var(--earth-ink);
  font-size: var(--earth-p-size);
  font-weight: var(--earth-p-weight);
  line-height: var(--earth-p-line-height);
}
/* Recruit page */
.recruit-message-section {
  padding: 90px 0 66px;
}
.recruit-message-copy {
  text-align: center;
}
.recruit-message-section h2 {
  margin-bottom: 42px;
  color: var(--earth-ink);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: var(--earth-h2-weight);
  line-height: 1.55;
  letter-spacing: 0;
}
.recruit-message-section p {
  margin: 0 0 14px;
  color: var(--earth-ink);
  font-size: 17px;
  font-weight: var(--earth-p-weight);
  line-height: 1.9;
}
.recruit-jobs-section {
  padding: 42px 0 54px;
}
.recruit-jobs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 7vw, 76px);
}
.recruit-job-card h2 {
  margin-bottom: 24px;
  color: var(--earth-ink);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: var(--earth-h2-weight);
  letter-spacing: 0;
}
.recruit-job-card dl {
  margin: 0 0 32px;
  border-top: 1px solid rgba(17, 19, 24, 0.16);
}
.recruit-job-card dl div {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 22px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(17, 19, 24, 0.16);
}
.recruit-job-card dt, .recruit-job-card dd {
  margin: 0;
  color: var(--earth-ink);
  font-size: 13px;
  font-weight: var(--earth-p-weight);
  line-height: 1.8;
}
.recruit-job-card dt {
  font-weight: 900;
}
.recruit-job-card .earth-btn {
  margin: 0 auto;
}
.recruit-map-section {
  padding: 0 0 88px;
}
.recruit-map {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2.85 / 1;
  min-height: 310px;
  background: rgba(17, 19, 24, 0.08);
}
.recruit-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}
@media (max-width: 991px) {
  .lower-hero {
    padding: 150px 0 95px;
  }
  .flow-grid, .works-grid, .recruit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .company-table dl {
    grid-template-columns: 170px 1fr;
  }
  .flow-phase {
    grid-template-columns: 1fr;
  }
  .flow-phase-image {
    margin-top: 0;
    max-width: 680px;
  }
  .flow-contact-inner, .recruit-jobs-grid {
    grid-template-columns: 1fr;
  }
  .flow-contact-note {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 19, 24, 0.18);
    padding: 0 0 28px;
  }
}
@media (max-width: 767px) {
  .works-page .works-section {
    padding: 70px 0;
  }
  .works-page .works-message-copy h2 {
    margin-bottom: 28px;
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.45;
    text-align: left;
  }
  .works-page .works-message-copy p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.9;
  }
  .works-page .works-stats {
    grid-template-columns: 1fr;
    margin-top: 42px;
    padding: 12px 24px;
    border-radius: 22px;
  }
  .works-page .works-stat-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    padding: 24px 0;
  }
  .works-page .works-stat-item + .works-stat-item {
    border-left: 0;
    border-top: 1px solid rgba(17, 19, 24, 0.12);
  }
  .works-page .works-stat-item i {
    grid-row: 1 / 3;
    margin: 0;
    font-size: 36px;
  }
  .works-page .works-stat-number {
    margin: 0 0 7px;
    font-size: clamp(36px, 11vw, 48px);
  }
  .works-page .works-stat-item p {
    font-size: 13px;
  }

  .lower-hero {
    padding: 128px 0 0px;
  }
  .lower-hero h1 {
    font-size: clamp(48px, 14vw, 70px);
    letter-spacing: -0.04em;
  }
  .lower-intro, .works-section, .contact-section, .policy-section, .recruit-section, .company-info-section, .flow-section {
    padding: 70px 0 70px;
  }
  .flow-grid, .works-grid, .recruit-grid, .form-row, .confirm-list {
    grid-template-columns: 1fr;
  }
  .confirm-list dt {
    padding-bottom: 4px;
    border-bottom: 0;
  }
  .confirm-list dd {
    padding-top: 0;
  }
  .company-message-copy, .recruit-message-section h2 {
    text-align: left;
  }
  .company-message-section p {
    text-align: left;
    font-size: 15px;
  }

  .company-table dl {
    grid-template-columns: 1fr;
  }
  .company-table dt, .company-table dd {
    padding-right: 0;
    padding-left: 0;
  }
  .company-table dt {
    padding-bottom: 4px;
  }
  .company-table dd {
    padding-top: 0;
  }
  .contact-info-panel, .contact-form-panel, .policy-card {
    padding: 28px 24px;
  }
  .flow-layout-section, .recruit-message-section {
    padding-top: 62px;
  }
  .flow-phase {
    padding: 24px 0 48px 20px;
    gap: 30px;
  }
  .flow-step {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }
  .flow-step span {
    font-size: 25px;
  }
  .flow-contact-band {
    padding: 44px 0 58px;
  }
  .flow-contact-inner {
    gap: 28px;
  }
  .recruit-message-copy, .recruit-message-section h2 {
    text-align: left;
  }
  .recruit-message-section p {
    text-align: left;
    font-size: 15px;
  }
  .recruit-job-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .recruit-map {
    aspect-ratio: 1.2 / 1;
    min-height: 300px;
  }
}
/* Service page */
.service-main {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.service-production {
  padding: 90px 0 75px;
}
.service-copy {
  max-width: 560px;
}
.service-copy h2, .service-media-copy h2 {
  margin-bottom: 25px;
  color: var(--earth-ink);
  font-size: var(--earth-h2-size);
  line-height: var(--earth-h2-line-height);
  font-weight: var(--earth-h2-weight);
}
.service-copy p, .service-media-copy p {
  color: var(--earth-ink);
  font-size: var(--earth-p-size);
  font-weight: var(--earth-p-weight);
  line-height: var(--earth-p-line-height);
}
.service-copy .earth-btn {
  margin-top: 22px;
}
.service-main-image {
  overflow: hidden;
  min-height: 410px;
  border-radius: 28px 0 28px 0;
  background: #ddd;
}
.service-main-image img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.95);
}
.service-plan-section {
  padding: 5px 0 95px;
}
.service-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.service-plan-card {
  min-height: 410px;
  padding: 26px 24px 28px;
  background: var(--earth-card);
  border-radius: 28px 0 28px 0;
  box-shadow: 0 22px 42px rgba(84, 61, 21, 0.06);
}
.service-plan-card > p:first-child {
  margin-bottom: 28px;
  color: var(--earth-ink);
  font-size: 12px;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}
.service-plan-card i {
  display: block;
  margin-bottom: 30px;
  color: var(--earth-yellow);
  font-size: 60px;
  line-height: 1;
}
.service-plan-card h3 {
  margin-bottom: 17px;
  color: var(--earth-ink);
  font-size: 24px;
  line-height: 1.35;
  font-weight: 900;
}
.service-plan-card p {
  color: var(--earth-ink);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
}
.service-plan-card a {
  display: inline-block;
  margin-top: 4px;
  color: var(--earth-ink);
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.service-yellow-band {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background-color: #ffd666;
  background-image: url(../img/common/service-yellow-band_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.service-yellow-band::after {
  content: none;
}
.service-support-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.service-support-card {
  min-height: 265px;
  padding: 34px 30px;
  background: #ffc000;
  border-radius: 28px 28px 28px 28px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 22px 45px rgba(113, 80, 0, 0.12);
}
.service-support-card span {
  display: block;
  width: fit-content;
  margin: -10px 0 28px auto;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--earth-ink);
  color: var(--earth-yellow);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.service-support-card h3 {
  margin-bottom: 36px;
  font-size: 27px;
  font-weight: 900;
}
.service-support-card p, .service-support-card li {
  color: var(--earth-ink);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
}
.service-support-card ul {
  padding: 0;
  margin: 22px 0 26px;
  list-style: none;
}
.service-support-card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}
.service-support-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #fff;
}
.white-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 50px;
  padding: 0 18px;
  border-radius: 5px;
  background: #fff;
  color: var(--earth-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  overflow: hidden;
  transition: padding-right 0.25s ease;
}
.white-btn i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-left: 1px solid rgba(17, 19, 24, 0.18);
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
  transition: left 0.25s ease;
}
.white-btn:hover {
  color: var(--earth-ink);
  padding-right: 48px;
}
.white-btn:hover i {
  left: calc(100% - 42px);
}
.service-media-section {
  padding: 110px 0 130px;
}
.service-media-image {
  overflow: hidden;
  min-height: 620px;
  border-radius: 28px 0 28px 0;
  background: #ddd;
}
.service-media-image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  filter: saturate(0.74) contrast(0.9);
}
.service-media-copy {
  max-width: 700px;
  padding-left: 25px;
}
.media-list {
  margin-top: 34px;
}
.media-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-top: 1px solid rgba(17, 19, 24, 0.12);
}
.media-list article:last-child {
  border-bottom: 1px solid rgba(17, 19, 24, 0.12);
}
.media-list span {
  color: var(--earth-yellow);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.media-list h3 {
  margin-bottom: 12px;
  color: var(--earth-ink);
  font-size: 26px;
  font-weight: 700;
}
.media-list p {
  margin: 0;
  font-size: 17px;
}
@media (max-width: 991px) {
  .service-production {
    padding-top: 70px;
  }
  .service-plan-grid, .service-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-media-copy {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .service-plan-grid, .service-support-grid {
    grid-template-columns: 1fr;
  }
  /*.service-production {
    padding-top: 210px;
  }*/
  .service-main-image, .service-main-image img, .service-media-image, .service-media-image img {
    min-height: 320px;
  }
  .service-plan-card, .service-support-card {
    min-height: auto;
  }
  .media-list article {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }
}
/* Soft motion */
.earth-hero h1 {
  animation: heroFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}
.earth-hero__content > p, .earth-hero .earth-news {
  animation: heroFadeUp 1.95s cubic-bezier(0.22, 1, 0.36, 1) 0.42s both;
}
@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.earth-stats .stat-card, .earth-section .row, .earth-recruit-grid, .service-production .row, .service-plan-card, .service-support-card, .service-media-section .row, .lower-intro .row, .flow-grid article, .works-grid article, .company-table, .contact-info-panel, .contact-form-panel, .policy-card, .recruit-grid article, .earth-footer__top {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.earth-stats .stat-card.is-visible, .earth-section .row.is-visible, .earth-recruit-grid.is-visible, .service-production .row.is-visible, .service-plan-card.is-visible, .service-support-card.is-visible, .service-media-section .row.is-visible, .lower-intro .row.is-visible, .flow-grid article.is-visible, .works-grid article.is-visible, .company-table.is-visible, .contact-info-panel.is-visible, .contact-form-panel.is-visible, .policy-card.is-visible, .recruit-grid article.is-visible, .earth-footer__top.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .site-main::before {
    height: 980px;
    background-image: url(../img/common/sp_index_head_bg.png);
    background-position: center top;
    background-size: 100% auto;
  }
  .lower-hero {
    background: transparent;
  }
  .lower-main::before, .service-main::before {
    height: max(760px, 98.8vw);
    background-image: url(../img/common/sp_2nd_head_bg.png);
    background-position: center top;
    background-size: 100% auto;
  }
  .earth-footer::before {
    content: none;
  }
  body.earthphere-home::before {
    height: 1800px;
    background-image: url(../img/common/sp_footer2_bg.png);
    background-position: center bottom;
    background-size: cover;
  }
}
.earth-stats .stat-card:nth-child(2), .service-plan-card:nth-child(2), .service-support-card:nth-child(2), .flow-grid article:nth-child(2), .works-grid article:nth-child(2), .recruit-grid article:nth-child(2) {
  transition-delay: 0.08s;
}
.service-plan-card:nth-child(3), .service-support-card:nth-child(3), .flow-grid article:nth-child(3), .works-grid article:nth-child(3) {
  transition-delay: 0.16s;
}
.service-plan-card:nth-child(4), .flow-grid article:nth-child(4), .works-grid article:nth-child(4) {
  transition-delay: 0.24s;
}
.flow-grid article:nth-child(5) {
  transition-delay: 0.08s;
}
.flow-grid article:nth-child(6) {
  transition-delay: 0.16s;
}
.earth-image-card img, .earth-recruit-photo img {
  transform: scale(1);
  transform-origin: center;
  transition: transform 10s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.earth-image-card.is-visible img, .earth-recruit-photo.is-visible img {
  transform: scale(1.08);
}
@media (prefers-reduced-motion: reduce) {
  .earth-hero h1, .earth-hero__content > p, .earth-hero .earth-news {
    animation: none;
  }
  .earth-stats .stat-card, .earth-section .row, .earth-recruit-grid, .service-production .row, .service-plan-card, .service-support-card, .service-media-section .row, .lower-intro .row, .flow-grid article, .works-grid article, .company-table, .contact-info-panel, .contact-form-panel, .policy-card, .recruit-grid article, .earth-footer__top {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .earth-image-card img, .earth-recruit-photo img {
    transform: none;
    transition: none;
  }
}
.navbar-area .navbar .navbar-brand img {
  display: block;
  width: 160px;
  height: auto;
}
.navbar-area .navbar .navbar-brand {
  line-height: 1;
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-brand img {
    width: 136px;
  }
}
/* h1 line-break control: PC = 1 line, SP = PSD-like 2 lines */
@media (max-width: 767.98px) {
  .earth-hero__content {
    max-width: none;
    width: 100%;
  }
  .earth-hero h1 {
    font-size: clamp(44px, 12.6vw, 62px);
    line-height: 1.05;
    letter-spacing: -0.035em;
    white-space: normal;
  }
  .earth-hero h1 .pc-title {
    display: none;
  }
  .earth-hero h1 .sp-title {
    display: inline-block;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .earth-hero h1 .pc-title {
    display: inline-block;
    white-space: nowrap;
  }
}
/* ==========================================
   PC / SP 表示切替
   ========================================== */
.pc {
  display: inline;
}
.sp {
  display: none;
}
.pc-block {
  display: block;
}
.sp-block {
  display: none;
}
@media (max-width: 767.9px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
}
/* ==========================================
   マージン
   ========================================== */
.mgB0 {
  margin-bottom: 0 !important;
}
.pdB0 {
  padding-bottom: 0px !important;
}
.mgT05 {
  margin-top: 5px !important;
}
.mgR05 {
  margin-right: 5px !important;
}
.mgB05 {
  margin-bottom: 5px !important;
}
.mgL05 {
  margin-left: 5px !important;
}
.pdT05 {
  padding-top: 5px !important;
}
.pdR05 {
  padding-right: 5px !important;
}
.pdB05 {
  padding-bottom: 5px !important;
}
.pdL05 {
  padding-left: 5px !important;
}
.mgT10 {
  margin-top: 10px !important;
}
.mgR10 {
  margin-right: 10px !important;
}
.mgB10 {
  margin-bottom: 10px !important;
}
.mgL10 {
  margin-left: 10px !important;
}
.pdT10 {
  padding-top: 10px !important;
}
.pdR10 {
  padding-right: 10px !important;
}
.pdB10 {
  padding-bottom: 10px !important;
}
.pdL10 {
  padding-left: 10px !important;
}
.mgT15 {
  margin-top: 15px !important;
}
.mgR15 {
  margin-right: 15px !important;
}
.mgB15 {
  margin-bottom: 15px !important;
}
.mgL15 {
  margin-left: 15px !important;
}
.mgT20 {
  margin-top: 20px !important;
}
.mgR20 {
  margin-right: 20px !important;
}
.mgB20 {
  margin-bottom: 20px !important;
}
.mgL20 {
  margin-left: 20px !important;
}
.mgT30 {
  margin-top: 30px !important;
}
.mgB30 {
  margin-bottom: 30px !important;
}
.mgB40 {
  margin-bottom: 40px !important;
}
.mgT40 {
  margin-top: 40px !important;
}
.mgT60 {
  margin-top: 60px !important;
}
.mgB60 {
  margin-bottom: 60px !important;
}
.pdT20 {
  padding-top: 20px !important;
}
.pdR20 {
  padding-right: 20px !important;
}
.pdB20 {
  padding-bottom: 20px !important;
}
.pdL20 {
  padding-left: 20px !important;
}
.pdT25 {
  padding-top: 25px !important;
}
.pdR25 {
  padding-right: 25px !important;
}
.pdB25 {
  padding-bottom: 25px !important;
}
.pdL25 {
  padding-left: 25px !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

/* ==========================================
   下層ページ：PC切替前 768〜991px の余白調整
   ========================================== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .lower-hero {
    padding: 150px 0 0;
  }

  .lower-intro,
  .works-section,
  .contact-section,
  .policy-section,
  .recruit-section,
  .company-info-section,
  .flow-section,
  .company-message-section,
  .recruit-message-section,
  .service-production,
  .flow-layout-section {
    padding-top: 70px;
  }
}