:root {
  --gr-teal: #19766f;
  --gr-teal-dark: #105a55;
  --gr-green: #527f39;
  --gr-orange: #a95018;
  --gr-ivory: #faf9f5;
  --gr-ink: #263536;
  --gr-muted: #667776;
  --gr-line: #dce6e1;
  --gr-white: #fff;
  --gr-shadow: 0 12px 38px rgba(22, 70, 66, .10);
  --gr-radius: 20px;
}

body.goriki-renewal {
  color: var(--gr-ink);
  background: var(--gr-white);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}

.goriki-renewal *,
.goriki-renewal *::before,
.goriki-renewal *::after {
  box-sizing: border-box;
}

.goriki-renewal a {
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.goriki-renewal img {
  max-width: 100%;
  height: auto;
}

.goriki-renewal #header {
  min-height: 108px;
  height: auto;
  padding: 0;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--gr-line);
  display: block;
  position: relative;
  z-index: 100;
}

.goriki-renewal #header > .bg {
  display: none;
}

.goriki-renewal #header > .inner {
  width: min(1180px, calc(100% - 48px));
  height: auto;
  min-height: 108px;
  margin: 0 auto;
  padding: 0;
  position: static;
  float: none;
}

.goriki-renewal #header-layout {
  width: 100%;
  height: auto;
  min-height: 108px;
  margin: 0;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: static;
  float: none;
}

.goriki-renewal #header h1,
.goriki-renewal #header p {
  margin: 0;
}

.goriki-renewal #header-layout .logo {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  position: static;
  float: none;
}

.goriki-renewal #header-layout .logo a {
  color: var(--gr-teal-dark);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.goriki-renewal #header-layout .logo a::before {
  content: "五";
  width: 54px;
  height: 54px;
  color: var(--gr-white);
  background: linear-gradient(145deg, var(--gr-green), var(--gr-teal));
  border-radius: 50% 50% 48% 52% / 55% 48% 52% 45%;
  display: grid;
  place-items: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 25px;
  font-weight: 700;
  box-shadow: 0 7px 18px rgba(25, 118, 111, .18);
}

.goriki-renewal #header-layout .logo a::after {
  content: "株式会社 五力";
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .08em;
  white-space: nowrap;
}

.goriki-renewal #header-layout .logo img {
  display: none;
}

.goriki-renewal #header-layout .contact {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  position: static;
  float: none;
}

.goriki-renewal #headerInfo,
.goriki-renewal #headerInfo .float {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  position: static;
  float: none;
}

.goriki-renewal #headerInfo .tel,
.goriki-renewal #headerInfo .mail {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  position: static;
  float: none;
}

.goriki-renewal #headerInfo .tel p {
  min-width: 232px;
  padding: 7px 18px;
  color: var(--gr-teal-dark);
  background: #edf7f3;
  border-radius: 12px;
  font-size: 0;
  line-height: 1.2;
  text-align: left;
}

.goriki-renewal #headerInfo .tel p::before {
  content: "介護サービスのご相談";
  display: block;
  font-size: 11px;
  font-weight: 700;
}

.goriki-renewal #headerInfo .tel p::after {
  content: "075-754-6873";
  display: block;
  margin-top: 3px;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: .03em;
}

.goriki-renewal #headerInfo .tel p > * {
  display: none;
}

.goriki-renewal #headerInfo .mail a {
  min-height: 52px;
  padding: 10px 22px;
  color: var(--gr-white);
  background: var(--gr-teal);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-decoration: none;
}

.goriki-renewal #headerInfo .mail a::before {
  content: "✉  お問い合わせ";
  font-size: 14px;
  font-weight: 800;
}

.goriki-renewal #headerInfo .mail img,
.goriki-renewal #headerInfo .add {
  display: none;
}

.goriki-renewal #header .right {
  margin-left: auto;
  font-size: 13px;
}

.goriki-renewal #mainNav {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--gr-line);
  box-shadow: 0 5px 20px rgba(19, 63, 59, .05);
  backdrop-filter: blur(12px);
}

.goriki-renewal #mainNav > .inner > #menu {
  display: none !important;
}

.goriki-renewal #mainNav > .inner,
.goriki-renewal #mainNav .panel {
  height: auto !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.goriki-renewal #mainNav .panel > ul {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.goriki-renewal #mainNav .panel > ul > li {
  border: 0;
  flex: 0 1 auto;
  position: relative;
}

.goriki-renewal #mainNav a {
  min-height: 62px;
  padding: 12px 18px;
  color: var(--gr-ink);
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
}

.goriki-renewal #mainNav a:hover,
.goriki-renewal #mainNav .current-menu-item > a {
  color: var(--gr-teal);
  background: #edf7f3;
}

.goriki-renewal #mainNav a span {
  display: none;
}

.goriki-renewal #mainNav .sub-menu {
  width: 300px;
  margin: 0;
  padding: 10px;
  position: absolute;
  z-index: 110;
  top: 100%;
  left: 0;
  display: none;
  background: var(--gr-white);
  border: 1px solid var(--gr-line);
  border-radius: 0 0 12px 12px;
  box-shadow: var(--gr-shadow);
}

.goriki-renewal #mainNav li:hover > .sub-menu,
.goriki-renewal #mainNav li:focus-within > .sub-menu {
  display: block;
}

.goriki-renewal #mainNav .sub-menu li {
  width: 100%;
  margin: 0;
  border: 0;
}

.goriki-renewal #mainNav .sub-menu a {
  min-height: 0;
  padding: 11px 13px;
  justify-content: flex-start;
  line-height: 1.45;
}

.goriki-renewal #mainNav .sub-menu .sub-menu {
  top: 0;
  left: calc(100% - 8px);
}

.goriki-renewal #wrapper {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.goriki-renewal #content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  float: none;
}

.goriki-renewal #content iframe {
  max-width: 100% !important;
}

.goriki-renewal article.content {
  max-width: 1120px;
  margin: 56px auto 96px;
  padding: 0 24px;
  color: var(--gr-ink);
}

.goriki-renewal article.content > header h1,
.goriki-renewal article.content > h1:first-child {
  margin: 0 0 42px;
  padding: 0 0 18px;
  color: var(--gr-teal-dark);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.35;
  border-bottom: 3px solid var(--gr-green);
}

.goriki-renewal article.content h2 {
  margin: 64px 0 24px;
  padding: 14px 20px;
  color: var(--gr-teal-dark);
  background: #edf7f3;
  border: 0;
  border-left: 6px solid var(--gr-green);
  border-radius: 0 12px 12px 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.45;
}

.goriki-renewal article.content h3 {
  margin: 42px 0 18px;
  color: var(--gr-teal-dark);
  font-size: clamp(20px, 2.5vw, 27px);
}

.goriki-renewal article.content p,
.goriki-renewal article.content li,
.goriki-renewal article.content td,
.goriki-renewal article.content th {
  font-size: 17px;
}

.goriki-renewal article.content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--gr-line);
  border-radius: 14px;
}

.goriki-renewal article.content th {
  background: #edf7f3;
  color: var(--gr-teal-dark);
}

.goriki-renewal article.content th,
.goriki-renewal article.content td {
  padding: 15px 18px;
  border-color: var(--gr-line);
}

.goriki-renewal article.content input[type="text"],
.goriki-renewal article.content input[type="email"],
.goriki-renewal article.content input[type="tel"],
.goriki-renewal article.content select,
.goriki-renewal article.content textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 15px;
  color: var(--gr-ink);
  background: var(--gr-white);
  border: 1px solid #bfcfca;
  border-radius: 10px;
  font-size: 16px;
}

.goriki-renewal article.content textarea {
  min-height: 170px;
}

.goriki-renewal article.content input[type="submit"],
.goriki-renewal article.content button {
  min-height: 52px;
  padding: 12px 30px;
  color: var(--gr-white);
  background: var(--gr-teal);
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}

.goriki-renewal.home #mainImg,
.goriki-renewal.home .c3thumbWrap,
.goriki-renewal.home #content > section > .listTitle,
.goriki-renewal.home #content > section > ul.post,
.goriki-renewal.home article.content > header,
.goriki-renewal.home article.content > .entry-header {
  display: none !important;
}

.goriki-renewal.home article.content {
  max-width: none;
  margin: 0;
  padding: 0;
}

.gr-home {
  overflow: hidden;
  color: var(--gr-ink);
}

.goriki-renewal .gr-home h1,
.goriki-renewal .gr-home h2,
.goriki-renewal .gr-home h3 {
  padding: 0;
  border: 0;
  background: none;
}

.gr-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.gr-section {
  padding: 96px 0;
}

.gr-section h2,
.gr-contact h2,
.gr-recruit h2 {
  margin: 0;
  color: var(--gr-teal-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(32px, 4.2vw, 50px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .04em;
}

.gr-section-kicker {
  margin: 0 0 8px;
  color: var(--gr-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gr-section-intro {
  margin: 16px 0 0;
  color: var(--gr-muted);
  line-height: 1.9;
}

.gr-no-break {
  display: inline-block;
  white-space: nowrap;
}

.gr-mobile-break {
  display: none;
}

.gr-hero {
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  background: var(--gr-ivory);
}

.gr-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(250,249,245,.98) 0%, rgba(250,249,245,.92) 38%, rgba(250,249,245,.18) 67%, rgba(250,249,245,.03) 100%);
}

.gr-hero-image {
  position: absolute;
  inset: 0 0 0 38%;
  background: url("goriki-hero-fresh-v1.jpg") center / cover no-repeat;
}

.gr-hero-inner {
  position: relative;
  z-index: 2;
}

.gr-hero-copy {
  width: min(590px, 56%);
  padding: 70px 0;
}

.gr-eyebrow {
  margin: 0 0 18px;
  padding: 6px 11px;
  color: var(--gr-teal-dark);
  background: rgba(255, 255, 255, .92);
  border-radius: 8px;
  box-shadow: 0 3px 14px rgba(16, 90, 85, .10);
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
}

.gr-hero h1 {
  margin: 0;
  color: var(--gr-teal-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(46px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .04em;
  text-align: left !important;
}

.gr-hero h1 strong {
  color: var(--gr-teal);
  font-weight: 700;
}

.gr-lead {
  max-width: 540px;
  margin: 26px 0 0;
  font-size: 18px;
  line-height: 2;
}

.gr-hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gr-button {
  min-height: 54px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  text-decoration: none !important;
}

.gr-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(16, 90, 85, .18);
}

.gr-button-primary {
  color: var(--gr-white) !important;
  background: var(--gr-teal);
}

.gr-button-light {
  color: var(--gr-teal-dark) !important;
  background: rgba(255, 255, 255, .92);
  border-color: var(--gr-line);
}

.gr-purpose {
  text-align: center;
  background: var(--gr-white);
}

.gr-service-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.gr-service-card {
  min-height: 285px;
  padding: 28px 20px 22px;
  color: var(--gr-ink) !important;
  background: var(--gr-white);
  border: 1px solid var(--gr-line);
  border-radius: var(--gr-radius);
  box-shadow: var(--gr-shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
  position: relative;
}

.gr-service-card:hover {
  border-color: var(--gr-green);
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(22, 70, 66, .16);
}

.gr-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  color: var(--gr-white);
  background: var(--gr-teal);
  display: grid !important;
  place-items: center;
  font-size: 34px !important;
}

.gr-service-card:nth-child(2) .gr-icon,
.gr-service-card:nth-child(5) .gr-icon {
  background: var(--gr-green);
}

.gr-service-card:nth-child(3) .gr-icon {
  background: var(--gr-orange);
}

.gr-service-card:nth-child(4) .gr-icon {
  background: #5f9292;
}

.gr-service-title {
  margin-top: 20px;
  color: var(--gr-teal-dark);
  font-size: 20px;
  font-weight: 800;
}

.gr-service-text {
  margin-top: 10px;
  color: var(--gr-muted);
  font-size: 14px;
  line-height: 1.85;
}

.gr-service-phone {
  margin-top: auto;
  padding-top: 12px;
  color: var(--gr-teal);
  font-size: 14px;
  font-weight: 800;
}

.gr-arrow {
  color: var(--gr-teal);
  font-size: 22px;
}

.gr-reasons {
  background: #edf7f3;
  text-align: center;
}

.gr-reason-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.gr-reason {
  padding: 30px 22px;
}

.gr-reason .dashicons {
  width: 64px;
  height: 64px;
  color: var(--gr-green);
  font-size: 58px;
}

.gr-reason h3 {
  margin: 20px 0 12px;
  color: var(--gr-teal-dark);
  font-size: 20px;
}

.gr-reason p {
  margin: 0;
  color: var(--gr-muted);
  font-size: 15px;
  line-height: 1.9;
}

.gr-flow {
  background: var(--gr-ivory);
  text-align: center;
}

.gr-flow-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}

.gr-flow-step {
  padding: 34px 30px;
  background: var(--gr-white);
  border: 1px solid var(--gr-line);
  border-radius: var(--gr-radius);
  box-shadow: 0 10px 30px rgba(22, 70, 66, .07);
  position: relative;
}

.gr-flow-step:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 42%;
  right: -38px;
  color: var(--gr-green);
  font-size: 58px;
  line-height: 1;
}

.gr-step-number {
  width: 44px;
  height: 44px;
  margin: -56px auto 16px;
  color: var(--gr-white);
  background: var(--gr-teal);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 0 0 7px var(--gr-ivory);
}

.gr-flow-step h3 {
  margin: 0 0 12px;
  color: var(--gr-teal-dark);
  font-size: 21px;
}

.gr-flow-step p {
  margin: 0;
  color: var(--gr-muted);
  font-size: 15px;
  line-height: 1.9;
}

.gr-workshop {
  background: var(--gr-white);
}

.gr-split {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 72px;
  align-items: center;
}

.gr-workshop-copy > p:not(.gr-section-kicker) {
  margin: 24px 0;
  color: var(--gr-muted);
  font-size: 17px;
}

.gr-text-link {
  color: var(--gr-teal) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.gr-text-link span {
  margin-left: 8px;
}

.gr-photo-collage {
  min-height: 480px;
  position: relative;
}

.gr-photo-collage img {
  display: block;
  object-fit: cover;
  border-radius: var(--gr-radius);
  box-shadow: var(--gr-shadow);
}

.gr-photo-main {
  width: 76%;
  height: 440px !important;
  margin-left: auto;
}

.gr-photo-sub {
  width: 44%;
  height: 220px !important;
  position: absolute;
  left: 0;
  bottom: -18px;
  border: 8px solid var(--gr-white);
}

.gr-recruit {
  padding: 70px 0;
  color: var(--gr-white);
  background:
    linear-gradient(90deg, rgba(16,90,85,.96), rgba(25,118,111,.70)),
    url("https://herupa-goriki.com/wp-content/uploads/home_ime.png") center 38% / cover no-repeat;
}

.gr-recruit-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.gr-recruit-copy {
  max-width: 720px;
  padding: 28px 34px 30px;
  background: rgba(7, 67, 62, .90);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(4, 40, 37, .24);
  backdrop-filter: blur(3px);
}

.gr-recruit h2 {
  color: var(--gr-white);
  text-shadow: 0 2px 10px rgba(0, 0, 0, .28);
}

.gr-recruit p {
  margin: 12px 0 0;
}

.gr-recruit .gr-section-kicker {
  color: var(--gr-white);
}

.gr-button-white {
  flex: 0 0 auto;
  color: var(--gr-teal-dark) !important;
  background: var(--gr-white);
}

.gr-news {
  background: var(--gr-white);
}

.gr-section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}

.gr-news-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gr-news-card {
  overflow: hidden;
  color: var(--gr-ink) !important;
  background: var(--gr-white);
  border: 1px solid var(--gr-line);
  border-radius: 16px;
  text-decoration: none !important;
}

.gr-news-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--gr-shadow);
}

.gr-news-image {
  height: 190px;
  background: #edf7f3;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.gr-news-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.gr-news-image .dashicons {
  width: 60px;
  height: 60px;
  color: var(--gr-green);
  font-size: 60px;
}

.gr-news-body {
  min-height: 150px;
  padding: 20px;
  position: relative;
}

.gr-news-body time {
  color: var(--gr-muted);
  font-size: 13px;
}

.gr-news-body h3 {
  margin: 10px 32px 0 0;
  color: var(--gr-ink);
  font-size: 17px;
  line-height: 1.65;
}

.gr-news-body .gr-arrow {
  position: absolute;
  right: 18px;
  bottom: 16px;
}

.gr-contact {
  padding: 84px 0;
  background: var(--gr-ivory);
  text-align: center;
}

.gr-contact > .gr-container > p:not(.gr-section-kicker) {
  margin: 14px 0 0;
  color: var(--gr-muted);
}

.gr-contact-grid {
  max-width: 880px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.gr-contact-grid a {
  min-height: 112px;
  padding: 22px 26px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-decoration: none !important;
}

.gr-contact-phone {
  color: var(--gr-teal-dark) !important;
  background: var(--gr-white);
  border: 2px solid var(--gr-teal);
}

.gr-contact-mail {
  color: var(--gr-white) !important;
  background: var(--gr-orange);
  border: 2px solid var(--gr-orange);
}

.gr-contact-grid .dashicons {
  width: 38px;
  height: 38px;
  font-size: 38px;
}

.gr-contact-grid span:last-child {
  text-align: left;
}

.gr-contact-grid small,
.gr-contact-grid strong {
  display: block;
}

.gr-contact-grid small {
  font-size: 13px;
}

.gr-contact-grid strong {
  font-size: clamp(20px, 2.5vw, 29px);
}

.goriki-renewal #footer {
  margin: 0;
  padding: 54px max(24px, calc((100% - 1180px) / 2));
  color: rgba(255,255,255,.88);
  background: var(--gr-teal-dark);
}

.goriki-renewal #footer a {
  color: var(--gr-white);
}

.goriki-renewal #copyright {
  margin: 0;
  padding: 16px 24px;
  color: rgba(255,255,255,.8);
  background: #0b4945;
  text-align: center;
}

.gr-mobile-contact,
.gr-menu-toggle {
  display: none;
}

@media (max-width: 980px) {
  .gr-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gr-reason-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gr-split {
    grid-template-columns: 1fr;
  }

  .gr-workshop-copy {
    max-width: 680px;
  }

  .goriki-renewal #header .right {
    display: none;
  }
}

@media (max-width: 760px) {
  body.goriki-renewal {
    padding-bottom: 64px;
    font-size: 15px;
  }

  .gr-container {
    width: min(100% - 34px, 1180px);
  }

  .gr-section {
    padding: 68px 0;
  }

  .goriki-renewal #header {
    min-height: 76px;
    padding: 0;
  }

  .goriki-renewal #header > .inner {
    width: 100%;
    min-height: 76px;
    padding: 0 78px 0 16px;
  }

  .goriki-renewal #header-layout {
    min-height: 76px;
    padding: 8px 0;
  }

  .goriki-renewal #header-layout .logo a::before {
    width: 44px;
    height: 44px;
    font-size: 21px;
  }

  .goriki-renewal #header-layout .logo a::after {
    font-size: 21px;
  }

  .goriki-renewal #header-layout .contact {
    display: none;
  }

  .gr-menu-toggle {
    width: 52px;
    height: 58px;
    padding: 8px;
    position: absolute;
    right: 14px;
    top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--gr-teal-dark);
    background: transparent;
    border: 0;
  }

  .gr-menu-toggle span {
    width: 26px;
    height: 2px;
    background: var(--gr-teal);
  }

  .gr-menu-toggle b {
    margin-top: 1px;
    font-size: 10px;
  }

  .goriki-renewal #mainNav {
    position: fixed;
    inset: 76px 0 auto;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .25s ease, opacity .2s ease;
  }

  .goriki-renewal.gr-menu-open #mainNav {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    opacity: 1;
  }

  .goriki-renewal #mainNav .panel > ul {
    padding: 10px 16px 24px;
    display: block;
  }

  .goriki-renewal #mainNav .sub-menu {
    display: none !important;
  }

  .goriki-renewal #mainNav a {
    min-height: 52px;
    padding: 10px 12px;
    border-bottom: 1px solid var(--gr-line);
    justify-content: flex-start;
  }

  .gr-hero {
    min-height: 690px;
    align-items: flex-end;
  }

  .gr-hero-image {
    inset: 0 0 48% 0;
    background-position: 72% center;
  }

  .gr-hero::after {
    background: linear-gradient(0deg, var(--gr-ivory) 0%, var(--gr-ivory) 48%, rgba(250,249,245,.05) 73%, rgba(250,249,245,0) 100%);
  }

  .gr-hero-copy {
    width: 100%;
    padding: 330px 0 48px;
  }

  .gr-hero h1 {
    font-size: clamp(34px, 9vw, 40px);
    line-height: 1.42;
    letter-spacing: .02em;
  }

  .gr-lead {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.85;
  }

  .gr-section h2,
  .gr-contact h2,
  .gr-recruit h2 {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: .02em;
  }

  .gr-section h3 {
    margin-top: 0;
    padding: 0;
    line-height: 1.5;
  }

  .gr-hero-actions,
  .gr-recruit-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .gr-button {
    width: 100%;
  }

  .gr-service-grid,
  .gr-reason-grid,
  .gr-flow-grid,
  .gr-news-grid,
  .gr-contact-grid {
    grid-template-columns: 1fr;
  }

  .gr-service-card {
    min-height: 0;
    padding: 22px;
  }

  .gr-flow-grid {
    gap: 44px;
  }

  .gr-flow-step:not(:last-child)::after {
    content: "⌄";
    top: auto;
    right: 50%;
    bottom: -44px;
    transform: translateX(50%);
    font-size: 38px;
  }

  .gr-photo-collage {
    min-height: 360px;
  }

  .gr-photo-main {
    width: 88%;
    height: 330px !important;
  }

  .gr-photo-sub {
    height: 155px !important;
  }

  .gr-recruit {
    padding: 58px 0;
  }

  .gr-recruit-copy {
    width: 100%;
    padding: 24px 22px 26px;
  }

  .gr-recruit-inner {
    display: flex;
  }

  .gr-section-heading-row {
    align-items: flex-start;
  }

  .gr-contact-grid a {
    min-height: 96px;
  }

  .gr-mobile-contact {
    height: 64px;
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -8px 24px rgba(15, 61, 57, .18);
  }

  .gr-mobile-contact a {
    color: var(--gr-white) !important;
    background: var(--gr-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
  }

  .gr-mobile-contact a + a {
    background: var(--gr-orange);
  }

  .goriki-renewal article.content {
    margin: 38px auto 70px;
    padding: 0 17px;
  }

  .goriki-renewal article.content p,
  .goriki-renewal article.content li,
  .goriki-renewal article.content td,
  .goriki-renewal article.content th {
    font-size: 15px;
  }

  .goriki-renewal article.content table {
    display: block;
    overflow-x: auto;
  }

  .goriki-renewal article.content .responsive,
  .goriki-renewal article.content .responsive tbody,
  .goriki-renewal article.content .responsive tr,
  .goriki-renewal article.content .responsive th,
  .goriki-renewal article.content .responsive td {
    width: 100% !important;
    display: block;
  }

  .goriki-renewal article.content .responsive {
    overflow: hidden;
  }

  .goriki-renewal article.content .responsive tr {
    border-bottom: 1px solid var(--gr-line);
  }

  .goriki-renewal article.content .responsive th,
  .goriki-renewal article.content .responsive td {
    height: auto !important;
    padding: 13px 15px;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .goriki-renewal article.content .responsive th {
    border-bottom: 1px solid var(--gr-line);
  }

  .goriki-renewal article.content a {
    overflow-wrap: anywhere;
  }
}

body.goriki-renewal article.content .gr-home h1,
body.goriki-renewal article.content .gr-home h2,
body.goriki-renewal article.content .gr-home h3 {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

body.goriki-renewal article.content .gr-home h1::before,
body.goriki-renewal article.content .gr-home h1::after,
body.goriki-renewal article.content .gr-home h2::before,
body.goriki-renewal article.content .gr-home h2::after,
body.goriki-renewal article.content .gr-home h3::before,
body.goriki-renewal article.content .gr-home h3::after {
  display: none !important;
  content: none !important;
}

body.goriki-renewal article.content .gr-home p {
  padding-top: 0;
  padding-bottom: 0;
}

body.goriki-renewal article.content .gr-home .gr-reason h3 {
  margin: 20px 0 12px;
}

body.goriki-renewal article.content .gr-home .gr-flow-step h3 {
  margin: 0 0 12px;
}

body.goriki-renewal article.content .gr-home .gr-news-body h3 {
  margin: 10px 32px 0 0;
}

body.goriki-renewal article.content .gr-home .gr-recruit h2 {
  color: var(--gr-white);
}

.goriki-renewal article.content .post p,
.goriki-renewal article.content .post li,
.goriki-renewal article.content .post td,
.goriki-renewal article.content .post th {
  line-height: 1.9;
}

.goriki-renewal article.content .post > p {
  padding-bottom: 20px;
}

@media (max-width: 760px) {
  body.goriki-renewal article.content .gr-home .gr-hero h1 {
    font-size: clamp(34px, 9vw, 40px);
    line-height: 1.42;
  }

  body.goriki-renewal article.content .gr-home .gr-section h2,
  body.goriki-renewal article.content .gr-home .gr-contact h2,
  body.goriki-renewal article.content .gr-home .gr-recruit h2 {
    font-size: 30px;
    line-height: 1.5;
  }

  body.goriki-renewal article.content .gr-home .gr-section h3 {
    font-size: 20px;
    line-height: 1.5;
  }

  .gr-mobile-break {
    display: block;
  }

  body.goriki-renewal article.content .gr-home .gr-reason h3 {
    margin-top: 18px;
  }

  .gr-service-grid {
    gap: 20px;
  }

  .gr-reason-grid {
    gap: 12px;
  }

  .gr-reason {
    padding: 28px 20px;
  }

  .gr-contact-grid {
    gap: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .goriki-renewal *,
  .goriki-renewal *::before,
  .goriki-renewal *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
