body.worka {
  --wp-paper:#f7f5ef;
  --wp-ink:#30362f;
  --wp-muted:#686d62;
  --wp-line:#deded2;
  --wp-green:#a8492c;
  --wp-lime:#f0d9a8;
  --wp-serif:"Yu Mincho","Hiragino Mincho ProN",serif;
}
.worka .wp-header {
  background: rgba(247, 245, 239, .97);
}
.wk-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}
.wk-brand-mark {
  font-family: Georgia, serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -4px;
  color: var(--wp-green);
  line-height: 1;
  padding-right: 5px;
}
.wk-brand small {
  display: block;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .08em;
  margin-top: 5px;
}
.worka .wp-header nav {
  font-size: 12px;
  gap: 25px;
}
.worka .wp-button:hover {
  background: #8a3e27;
}
.worka .wp-text-link {
  border-color: #a8ab9c;
}
.wk-hero {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 52px;
  align-items: center;
  padding-block: 55px 65px;
}
.wk-hero .wp-kicker {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 10px;
  letter-spacing: .11em;
}
.wk-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--wp-green);
  border-radius: 50%;
}
.wk-hero h1 {
  font-family: var(--wp-serif);
  font-size: clamp(39px, 3.6vw, 55px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -.065em;
  margin: 28px 0 23px;
}
.wk-hero h1 em {
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: #dab070;
  text-decoration-thickness: 2px;
  text-underline-offset: 12px;
}
.wk-hero-lead {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: .025em;
}
.wk-hero-description {
  font-size: 13px;
  line-height: 2.1;
  margin-top: 22px;
  color: var(--wp-muted);
}
.wk-hero .wp-actions {
  gap: 22px;
  margin-top: 29px;
  flex-wrap: wrap;
}
.wk-hero .wp-actions .wp-button {
  padding-inline: 22px;
  gap: 22px;
}
.wk-hero .wp-actions .wp-text-link {
  font-size: 12px;
  gap: 12px;
}
.wk-hero-visual {
  position: relative;
  min-width: 0;
  height: 540px;
  border-radius: 160px 10px 10px 10px;
  overflow: hidden;
  background: #242834;
}
.wk-hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 82% center;
  display: block;
}
.wk-visual-label {
  position: absolute;
  top: 43px;
  left: 45px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f6e4c3;
}
.wk-visual-label > span:first-child {
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: .03em;
  margin-left: 30px;
}
.wk-asterisk {
  font-size: 60px;
  line-height: 1;
  color: #f0bb70;
}
.wk-visual-note {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  background: #f7f5efed;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
}
.wk-visual-note > span:last-child {
  font-size: 24px;
  color: var(--wp-green);
}
.wk-intro-strip {
  border-block: 1px solid var(--wp-line);
  background: #eeede4;
}
.wk-intro-strip > .wp-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-block: 20px;
  font-size: 11px;
}
.wk-intro-strip span:first-child {
  color: var(--wp-muted);
  margin-right: 30px;
}
.wk-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--wp-line);
  border-left: 1px solid var(--wp-line);
}
.wk-service {
  padding: 35px 38px;
  background: #fcfbf5;
  border-right: 1px solid var(--wp-line);
  border-bottom: 1px solid var(--wp-line);
  display: flex;
  flex-direction: column;
}
.wk-service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--wp-green);
}
.wk-service-top > span:last-child {
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1;
}
.wk-service h3 {
  font-size: 24px;
  line-height: 1.6;
  margin: 25px 0 15px;
  letter-spacing: -.035em;
}
.wk-service > p {
  font-size: 14px;
  color: var(--wp-muted);
  line-height: 2;
}
.wk-service ul {
  list-style: none;
  padding: 22px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 10px;
}
.wk-service li {
  background: #efeee4;
  border-radius: 3px;
  padding: 3px 9px;
}
.wk-service > a {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-top: 19px;
  border-top: 1px solid var(--wp-line);
  font-size: 12px;
  font-weight: 600;
  margin-top: auto;
}
.wk-service > a:hover {
  color: var(--wp-green);
}
.wk-approach {
  background: #333f36;
  color: #fcf9ed;
  padding-block: 85px;
}
.wk-approach-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 90px;
}
.wk-approach h2,
.wk-contact h2 {
  font-family: var(--wp-serif);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: -.03em;
  margin-top: 20px;
}
.wk-approach h2 em {
  font-style: normal;
  color: #efd49d;
}
.wk-approach-intro {
  font-size: 17px;
  line-height: 2;
  margin-block: 25px;
}
.wk-approach-grid > div > p:last-child {
  font-size: 13px;
  line-height: 2.15;
  color: #d2d9c9;
}
.wk-promises article {
  display: flex;
  gap: 23px;
  border-bottom: 1px solid #63705e;
  padding: 25px 0;
}
.wk-promises article:first-child {
  padding-top: 0;
}
.wk-promises article > span {
  font-family: Georgia, serif;
  font-size: 20px;
  color: #e3c994;
}
.wk-promises h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 12px;
}
.wk-promises p {
  font-size: 13px;
  line-height: 2;
  color: #d2d9c9;
}
.wk-person {
  display: grid;
  grid-template-columns: .75fr 1.5fr;
  gap: 85px;
  align-items: center;
}
.wk-person figure {
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 335px;
}
.wk-person img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: center 32%;
  border-radius: 5px;
}
.wk-person figcaption {
  font-size: 9px;
  letter-spacing: .1em;
  margin-top: 14px;
  color: var(--wp-muted);
}
.wk-person h2 {
  font-size: 31px;
}
.wk-person > div > p:not(.wp-kicker):not(.wk-signature) {
  font-size: 14px;
  line-height: 2.1;
  margin-block: 22px;
  color: var(--wp-muted);
}
.wk-signature {
  display: flex;
  flex-direction: column;
  font-family: var(--wp-serif);
  font-size: 25px;
  gap: 5px;
  margin-block: 25px;
}
.wk-signature > span {
  font-family: sans-serif;
  font-size: 10px;
  color: var(--wp-muted);
}
.wk-webpirika {
  background: #e9eddc;
  border-block: 1px solid #d5dec5;
}
.wk-webpirika-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 45px;
  color: #294d39;
}
.wk-webpirika-logo {
  font-family: Georgia, serif;
  font-size: 49px;
  letter-spacing: -2px;
  font-weight: bold;
  line-height: 1.6;
}
.wk-webpirika p:not(.wp-kicker) {
  font-size: 13px;
  line-height: 2;
}
.wk-webpirika-inner > div:last-child {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 25px;
}
.wk-webpirika .wp-button {
  background: #265e45;
  border-color: #265e45;
}
.wk-webpirika .wp-button:hover {
  background: #194531;
}
.wk-webpirika-chip {
  font-size: 11px;
  letter-spacing: .05em;
}
.worka #flow {
  padding-top: 90px;
}
.worka .wp-flow li {
  border-color: #b09b78;
}
.wk-journal-section {
  padding-block: 70px;
  background: #eeede4;
}
.wk-article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.wk-article-card {
  border: 1px solid #dddcd0;
  border-radius: 5px;
  background: #fcfbf6;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s;
}
.wk-article-card:hover {
  transform: translateY(-4px);
}
.wk-article-cover {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e6dac1;
  min-height: 160px;
  padding: 28px;
  overflow: hidden;
  color: #7b4f31;
}
.wk-article-cover > span:first-child {
  font-family: Georgia, serif;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -.03em;
  z-index: 1;
}
.wk-article-cover:after {
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  border: 1px solid #aa8960;
  border-radius: 50%;
  right: -22px;
  bottom: -63px;
  opacity: .65;
}
.wk-article-number {
  font-family: Georgia, serif;
  font-size: 75px;
  line-height: 1;
  opacity: .42;
  position: relative;
  z-index: 1;
}
.wk-article-card:nth-child(3n+2) .wk-article-cover {
  background: #dce2d1;
  color: #49644d;
}
.wk-article-card:nth-child(3n+3) .wk-article-cover {
  background: #e3d6cb;
  color: #8f513a;
}
.wk-article-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.wk-article-body > .wp-kicker {
  font-size: 9px;
  letter-spacing: .025em;
  color: var(--wp-muted);
}
.wk-article-body h3 {
  font-size: 18px;
  line-height: 1.8;
  margin: 14px 0 26px;
  font-weight: 600;
  letter-spacing: -.02em;
}
.wk-read-more {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  margin-top: auto;
}
.wk-empty {
  padding: 35px;
  background: #fcfbf5;
  border: 1px solid var(--wp-line);
  border-radius: 5px;
}
.wk-empty h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.wk-empty p {
  font-size: 13px;
  margin-bottom: 18px;
}
.wk-contact {
  background: #e9dac2;
  border-block: 1px solid #dcccb0;
  padding-block: 75px;
}
.wk-contact-inner {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  gap: 50px;
}
.wk-contact h2 {
  font-size: 32px;
  margin-bottom: 22px;
}
.wk-contact-inner > div > p:not(.wp-kicker) {
  font-size: 14px;
  line-height: 2;
}
.wk-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wk-contact-actions .wp-button {
  width: 100%;
  font-size: 13px;
  gap: 15px;
}
.wk-line-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 26px;
  border: 1px solid #a28e6a;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
}
.wk-line-link:hover {
  background: #f1e6d4;
}
.wk-contact-inner .wk-contact-actions > p {
  font-size: 10px;
  color: #605d51;
  line-height: 1.8;
}
.worka .wp-journal-cta {
  background: #eeeadb;
}
.worka .wp-journal-content img {
  display: block;
  margin: 25px auto;
  max-height: 650px;
  object-fit: contain;
}
.worka .wp-journal-content p:has(> br:only-child) {
  margin: 0;
  line-height: .4;
}
.worka .wp-journal-content blockquote {
  margin: 25px 0;
  padding: 15px 25px;
  border-left: 3px solid #b5a17d;
  background: #efeddf;
}
.worka .wp-journal-content ul,
.worka .wp-journal-content ol {
  padding-left: 1.5em;
}
.wk-journal-index > .wp-text-link {
  margin-bottom: 42px;
}
.wk-journal-index h1 {
  font-family: var(--wp-serif);
  font-size: 42px;
  line-height: 1.6;
  margin-top: 16px;
  font-weight: 600;
}
@media (max-width:1100px) {
  .worka .wp-header nav {
    gap: 18px;
  }
  .wk-hero {
    gap: 30px;
  }
  .wk-hero h1 {
    font-size: 40px;
  }
  .wk-hero-lead {
    font-size: 17px;
  }
  .wk-hero-description {
    font-size: 12px;
  }
  .wk-hero .wp-actions {
    gap: 15px;
  }
  .wk-hero .wp-actions .wp-button {
    font-size: 12px;
    padding-inline: 18px;
    gap: 18px;
  }
  .wk-hero-visual {
    height: 530px;
  }
  .wk-visual-label {
    left: 30px;
  }
  .wk-visual-label > span:first-child {
    font-size: 17px;
    margin-left: 18px;
  }
  .wk-service {
    padding: 28px;
  }
  .wk-service h3 {
    font-size: 21px;
  }
  .wk-approach-grid {
    gap: 50px;
  }
  .wk-person {
    gap: 55px;
  }
  .wk-person h2 {
    font-size: 28px;
  }
  .wk-person img {
    height: 370px;
  }
  .wk-contact-inner {
    gap: 30px;
  }
  .wk-contact h2 {
    font-size: 27px;
  }
  .wk-article-body {
    padding: 20px;
  }
  .wk-article-body h3 {
    font-size: 17px;
  }
  .wk-webpirika .wp-button {
    font-size: 12px;
    gap: 15px;
  }
}
@media (max-width:760px) {
  .wk-brand {
    font-size: 17px;
    gap: 9px;
  }
  .wk-brand-mark {
    font-size: 36px;
  }
  .wk-brand small {
    font-size: 7px;
    letter-spacing: .02em;
  }
  .worka .wp-header nav {
    gap: 0;
  }
  .wk-hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 35px 40px;
  }
  .wk-hero h1 {
    font-size: clamp(31px, 8.1vw, 50px);
    margin: 23px 0 25px;
    line-height: 1.7;
  }
  .wk-hero h1 em {
    text-underline-offset: 9px;
  }
  .wk-hero .wp-kicker {
    font-size: 9px;
  }
  .wk-hero-lead {
    font-size: 17px;
  }
  .wk-hero-description {
    font-size: 12px;
    margin-top: 18px;
  }
  .wk-hero-description br {
    display: none;
  }
  .wk-hero .wp-actions {
    margin-top: 25px;
    gap: 15px;
  }
  .wk-hero .wp-actions .wp-button {
    font-size: 11px;
    padding-inline: 16px;
    gap: 14px;
  }
  .wk-hero .wp-actions .wp-text-link {
    font-size: 10px;
    gap: 8px;
  }
  .wk-hero .wp-note {
    font-size: 9px;
  }
  .wk-hero-visual {
    height: 355px;
    border-top-left-radius: 105px;
  }
  .wk-visual-label {
    top: 28px;
    left: 28px;
    right: 25px;
  }
  .wk-visual-label > span:first-child {
    font-size: 18px;
  }
  .wk-asterisk {
    font-size: 47px;
  }
  .wk-visual-note {
    padding: 14px 18px;
    left: 18px;
    right: 18px;
    bottom: 18px;
    font-size: 12px;
  }
  .wk-intro-strip > .wp-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 19px;
    padding-block: 18px;
    font-size: 10px;
  }
  .wk-intro-strip span:first-child {
    width: 100%;
    margin: 0 0 4px;
  }
  .wk-services {
    grid-template-columns: 1fr;
  }
  .wk-service {
    padding: 27px;
  }
  .wk-service h3 {
    font-size: 21px;
    margin-top: 22px;
  }
  .wk-service p {
    font-size: 13px;
  }
  .wk-service > a {
    font-size: 11px;
  }
  .wk-approach {
    padding-block: 50px;
  }
  .wk-approach-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .wk-approach h2 {
    font-size: 29px;
  }
  .wk-approach-intro {
    font-size: 16px;
  }
  .wk-promises article {
    gap: 18px;
  }
  .wk-promises h3 {
    font-size: 17px;
  }
  .wk-promises p {
    font-size: 12px;
  }
  .wk-person {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .wk-person figure {
    width: 230px;
    margin: auto;
  }
  .wk-person img {
    height: 285px;
  }
  .wk-person h2 {
    font-size: 25px;
  }
  .wk-person > div > p:not(.wp-kicker):not(.wk-signature) {
    font-size: 13px;
  }
  .wk-person > div > p br {
    display: none;
  }
  .wk-person > div > p br:after {
    content: " ";
  }
  .wk-webpirika-inner {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 35px;
    gap: 25px;
  }
  .wk-webpirika-logo {
    font-size: 43px;
  }
  .wk-webpirika-inner > div:last-child {
    align-items: flex-start;
    width: 100%;
    gap: 16px;
  }
  .wk-webpirika .wp-button {
    width: 100%;
    font-size: 11px;
    padding-inline: 18px;
    gap: 12px;
  }
  .worka #flow {
    padding-top: 58px;
  }
  .wk-journal-section {
    padding-block: 50px;
  }
  .wk-journal-section .wp-section-heading > .wp-text-link {
    margin-top: 22px;
  }
  .wk-article-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .wk-article-cover {
    min-height: 145px;
    padding: 25px;
  }
  .wk-article-body {
    padding: 24px;
  }
  .wk-article-body h3 {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .wk-contact {
    padding-block: 50px;
  }
  .wk-contact-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .wk-contact h2 {
    font-size: 26px;
  }
  .wk-contact-inner > div > p:not(.wp-kicker) {
    font-size: 13px;
  }
  .wk-contact-actions .wp-button {
    font-size: 12px;
    padding-inline: 20px;
    gap: 12px;
  }
  .wk-contact-inner .wk-contact-actions > p {
    font-size: 10px;
  }
  .wk-journal-index h1 {
    font-size: 32px;
  }
  .wk-journal-index > .wp-text-link {
    margin-bottom: 30px;
  }
  .worka .wp-footer > div {
    gap: 12px 18px;
  }
}
@media (max-width:359px) {
  .wp-header-inner {
    gap: 8px;
  }
  .wk-brand {
    font-size: 15px;
    gap: 7px;
  }
  .wk-brand-mark {
    font-size: 30px;
  }
  .wk-brand small {
    font-size: 6px;
  }
  .wk-hero .wp-actions {
    gap: 10px;
  }
  .wk-hero .wp-actions .wp-button {
    padding-inline: 13px;
    font-size: 10px;
    gap: 10px;
  }
  .wk-hero .wp-actions .wp-text-link {
    font-size: 9px;
    gap: 5px;
  }
  .wk-hero h1 {
    font-size: 29px;
  }
  .wk-hero-lead {
    font-size: 16px;
  }
  .wk-hero-visual {
    height: 320px;
  }
  .wk-service {
    padding: 23px;
  }
  .wk-service h3 {
    font-size: 19px;
  }
  .wk-person h2 {
    font-size: 23px;
  }
  .wk-contact h2 {
    font-size: 23px;
  }
}
