.tk-owner-corporate-home {
--tk-home-bg: #07111f;
--tk-home-bg-soft: #0b1728;
--tk-home-panel: #101f33;
--tk-home-gold: #d7b35a;
--tk-home-gold-light: #f0d487;
--tk-home-text: #f7f8fb;
--tk-home-muted: #aab5c7;
--tk-home-line: rgba(255,255,255,.11);
--tk-home-radius: 22px;
--tk-home-shadow: 0 24px 70px rgba(0,0,0,.34);
background: var(--tk-home-bg);
}
.tk-owner-corporate-home .l-content,
.tk-owner-corporate-home .l-mainContent,
.tk-owner-corporate-home .l-container,
.tk-owner-corporate-home #content {
max-width: none !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
.tk-owner-corporate-home .l-sidebar,
.tk-owner-corporate-home .p-breadcrumb,
.tk-owner-corporate-home .c-pageTitle,
.tk-owner-corporate-home .p-articleHead,
.tk-owner-corporate-home .p-articleMetas {
display: none !important;
}
.tk-home,
.tk-home *,
.tk-home *::before,
.tk-home *::after {
box-sizing: border-box;
}
.tk-home {
position: relative;
overflow: hidden;
color: var(--tk-home-text);
background:
radial-gradient(circle at 78% 0%, rgba(215,179,90,.17), transparent 28rem),
linear-gradient(180deg, var(--tk-home-bg), #091524 55%, var(--tk-home-bg));
font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Yu Gothic", sans-serif;
}
.tk-home a {
color: inherit;
text-decoration: none;
}
.tk-home-shell {
width: min(1160px, calc(100% - 40px));
margin-inline: auto;
}
.tk-home-section {
padding: 64px 0;
}
.tk-home h1,
.tk-home h2,
.tk-home h3,
.tk-home p {
margin-top: 0;
}
.tk-home h1,
.tk-home h2,
.tk-home h3 {
color: var(--tk-home-text);
}
.tk-home-eyebrow {
display: inline-flex;
align-items: center;
gap: 9px;
margin-bottom: 14px;
color: var(--tk-home-gold-light);
font-size: 12px;
font-weight: 800;
letter-spacing: .14em;
}
.tk-home-eyebrow > span {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--tk-home-gold);
box-shadow: 0 0 20px rgba(215,179,90,.72);
}
.tk-home-hero {
padding: clamp(62px,7vw,104px) 0 54px;
}
.tk-home-hero__grid {
display: grid;
grid-template-columns: 1.08fr .92fr;
align-items: center;
gap: clamp(34px,5vw,68px);
}
.tk-home-hero__title {
margin-bottom: 25px;
font-size: clamp(42px,5.6vw,76px);
font-weight: 850;
line-height: 1.09;
letter-spacing: -.04em;
}
.tk-home-hero__title em {
color: var(--tk-home-gold-light);
font-style: normal;
}
.tk-home-hero__lead {
max-width: 670px;
margin-bottom: 0;
color: var(--tk-home-muted);
font-size: 16px;
line-height: 1.95;
}
.tk-home-actions {
display: flex;
flex-wrap: wrap;
gap: 13px;
margin-top: 32px;
}
.tk-home-button {
display: inline-flex;
min-height: 54px;
align-items: center;
justify-content: center;
gap: 12px;
padding: 0 22px;
border-radius: 14px;
font-size: 14px;
font-weight: 800;
transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.tk-home-button:hover {
transform: translateY(-3px);
}
.tk-home-button--primary {
color: #111722 !important;
background: linear-gradient(135deg, var(--tk-home-gold-light), #c49739);
box-shadow: 0 14px 34px rgba(215,179,90,.22);
}
.tk-home-button--ghost {
border: 1px solid var(--tk-home-line);
background: rgba(255,255,255,.035);
}
.tk-home-hero__visual {
position: relative;
min-height: 470px;
overflow: hidden;
border: 1px solid var(--tk-home-line);
border-radius: 32px;
background:
linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.012)),
radial-gradient(circle at 70% 18%,rgba(215,179,90,.25),transparent 18rem),
var(--tk-home-bg-soft);
box-shadow: var(--tk-home-shadow);
}
.tk-home-ring {
position: absolute;
border: 1px solid rgba(215,179,90,.20);
border-radius: 50%;
}
.tk-home-ring--one {
top: 42px;
right: -40px;
width: 360px;
height: 360px;
}
.tk-home-ring--two {
top: 105px;
right: 34px;
width: 220px;
height: 220px;
}
.tk-home-monogram {
position: absolute;
top: 78px;
left: 42px;
}
.tk-home-monogram span {
display: block;
font-size: clamp(92px,10vw,145px);
font-weight: 900;
line-height: .9;
letter-spacing: -.09em;
}
.tk-home-monogram small {
display: block;
margin-top: 17px;
color: var(--tk-home-gold-light);
font-size: 12px;
font-weight: 800;
letter-spacing: .28em;
}
.tk-home-hero__stats {
position: absolute;
right: 25px;
bottom: 25px;
left: 25px;
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 11px;
}
.tk-home-hero__stats > div {
padding: 16px;
border: 1px solid var(--tk-home-line);
border-radius: 16px;
background: rgba(7,17,31,.77);
}
.tk-home-hero__stats strong {
display: block;
color: var(--tk-home-gold-light);
font-size: 20px;
}
.tk-home-hero__stats span {
color: var(--tk-home-muted);
font-size: 11px;
}
.tk-home-section-head {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 30px;
margin-bottom: 27px;
}
.tk-home-section-head h2 {
margin-bottom: 0;
font-size: clamp(28px,3vw,38px);
line-height: 1.3;
}
.tk-home-section-head > p {
max-width: 440px;
margin-bottom: 4px;
color: var(--tk-home-muted);
font-size: 13px;
line-height: 1.7;
text-align: right;
}
.tk-home-service-grid {
display: grid;
grid-template-columns: repeat(4,1fr);
gap: 16px;
}
.tk-home-service {
position: relative;
min-height: 245px;
padding: 25px;
border: 1px solid var(--tk-home-line);
border-radius: var(--tk-home-radius);
background: linear-gradient(155deg,rgba(255,255,255,.055),rgba(255,255,255,.012));
transition: transform .24s ease,border-color .24s ease;
}
.tk-home-service:hover {
transform: translateY(-6px);
border-color: rgba(215,179,90,.48);
}
.tk-home-service__number {
display: block;
margin-bottom: 45px;
color: var(--tk-home-gold-light);
font-size: 13px;
font-weight: 800;
}
.tk-home-service h3 {
margin-bottom: 12px;
font-size: 18px;
}
.tk-home-service p {
margin-bottom: 0;
color: var(--tk-home-muted);
font-size: 13px;
line-height: 1.75;
}
.tk-home-card-arrow {
position: absolute;
top: 23px;
right: 23px;
}
.tk-home-feature {
border-top: 1px solid rgba(255,255,255,.045);
border-bottom: 1px solid rgba(255,255,255,.045);
background: rgba(255,255,255,.018);
}
.tk-home-feature-grid {
display: grid;
grid-template-columns: 1.35fr .65fr;
gap: 18px;
}
.tk-home-feature-main {
display: flex;
min-height: 430px;
align-items: flex-end;
border: 1px solid var(--tk-home-line);
border-radius: 28px;
background:
linear-gradient(0deg,rgba(7,17,31,.98),rgba(7,17,31,.06)),
radial-gradient(circle at 78% 15%,rgba(215,179,90,.40),transparent 21rem),
linear-gradient(135deg,#263a58,#111d2f);
box-shadow: var(--tk-home-shadow);
}
.tk-home-feature-main__content {
padding: clamp(27px,4vw,42px);
}
.tk-home-chip {
display: inline-flex;
padding: 7px 11px;
border-radius: 999px;
color: var(--tk-home-gold-light);
background: rgba(215,179,90,.15);
font-size: 11px;
font-weight: 800;
}
.tk-home-feature-main h3 {
margin: 17px 0 10px;
font-size: clamp(25px,3vw,35px);
line-height: 1.45;
}
.tk-home-feature-main p,
.tk-home-about__copy > p,
.tk-home-post__excerpt {
color: var(--tk-home-muted);
line-height: 1.8;
}
.tk-home-text-link {
display: inline-flex;
gap: 10px;
margin-top: 25px;
color: var(--tk-home-gold-light);
font-size: 13px;
font-weight: 800;
}
.tk-home-feature-side {
display: grid;
overflow: hidden;
border: 1px solid var(--tk-home-line);
border-radius: 28px;
background: var(--tk-home-panel);
}
.tk-home-feature-side > a {
position: relative;
display: flex;
min-height: 135px;
flex-direction: column;
justify-content: center;
padding: 23px 49px 23px 24px;
border-bottom: 1px solid var(--tk-home-line);
}
.tk-home-feature-side small {
color: var(--tk-home-gold-light);
font-size: 10px;
font-weight: 800;
}
.tk-home-feature-side h3 {
margin: 8px 0 0;
font-size: 15px;
line-height: 1.65;
}
.tk-home-trust-grid {
display: grid;
grid-template-columns: repeat(4,1fr);
border: 1px solid var(--tk-home-line);
border-radius: 24px;
overflow: hidden;
}
.tk-home-trust-grid > div {
padding: 28px 15px;
background: #0c192a;
text-align: center;
}
.tk-home-trust-grid strong {
display: block;
color: var(--tk-home-gold-light);
font-size: 29px;
}
.tk-home-trust-grid span {
color: var(--tk-home-muted);
font-size: 12px;
}
.tk-home-post-grid {
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 18px;
}
.tk-home-post {
overflow: hidden;
border: 1px solid var(--tk-home-line);
border-radius: 20px;
background: rgba(255,255,255,.025);
transition: transform .24s ease;
}
.tk-home-post:hover {
transform: translateY(-5px);
}
.tk-home-post__thumb {
aspect-ratio: 16 / 9;
overflow: hidden;
background: linear-gradient(135deg,#263956,#141f30);
}
.tk-home-post__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.tk-home-post__placeholder {
display: grid;
width: 100%;
height: 100%;
place-items: center;
font-size: 68px;
font-weight: 900;
opacity: .15;
}
.tk-home-post__body {
padding: 20px;
}
.tk-home-post__meta {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
font-size: 10px;
color: var(--tk-home-muted);
}
.tk-home-post__meta span {
color: var(--tk-home-gold-light);
}
.tk-home-post h3 {
margin-bottom: 9px;
font-size: 16px;
line-height: 1.6;
}
.tk-home-about {
border-top: 1px solid var(--tk-home-line);
background: rgba(255,255,255,.018);
}
.tk-home-about__grid {
display: grid;
grid-template-columns: .7fr 1.3fr;
align-items: center;
gap: 70px;
}
.tk-home-about__mark {
display: grid;
min-height: 290px;
place-items: center;
align-content: center;
border: 1px solid var(--tk-home-line);
border-radius: 28px;
background: var(--tk-home-panel);
}
.tk-home-about__mark span {
font-size: 100px;
font-weight: 900;
}
.tk-home-about__mark small {
margin-top: 20px;
color: var(--tk-home-gold-light);
font-size: 11px;
}
.tk-reveal {
opacity: 0;
transform: translateY(20px);
transition: opacity .65s ease,transform .65s ease;
}
.tk-reveal.is-visible {
opacity: 1;
transform: none;
}
@media (max-width: 960px) {
.tk-home-hero__grid,
.tk-home-about__grid {
grid-template-columns: 1fr;
}
.tk-home-service-grid {
grid-template-columns: repeat(2,1fr);
}
.tk-home-feature-grid {
grid-template-columns: 1fr;
}
.tk-home-post-grid {
grid-template-columns: repeat(2,1fr);
}
}
@media (max-width: 600px) {
.tk-home-shell {
width: min(100% - 26px,720px);
}
.tk-home-section {
padding: 43px 0;
}
.tk-home-hero {
padding: 43px 0 30px;
}
.tk-home-hero__title {
font-size: 38px;
}
.tk-home-actions {
display: grid;
}
.tk-home-button {
width: 100%;
}
.tk-home-hero__visual {
min-height: 270px;
}
.tk-home-service-grid,
.tk-home-post-grid {
grid-template-columns: 1fr;
}
.tk-home-trust-grid {
grid-template-columns: repeat(2,1fr);
}
.tk-home-section-head {
display: block;
}
.tk-home-section-head > p {
margin-top: 10px;
text-align: left;
}
}
@media (prefers-reduced-motion: reduce) {
.tk-reveal {
opacity: 1;
transform: none;
transition: none;
}
}