@charset "UTF-8";
/*
Theme Name: RhythPrime
Author: MEG
Version: 1.0
Description: UIkit + Gutenberg 対応テーマ
*/
html, body {
    overflow-x: clip;
}
html {
    scroll-behavior: smooth;
}
@media (max-width: 768px) {
    html {
        font-size: 14px;
        line-height: 1.5;
        background: #FFFFFF;
    }
}
@media (min-width: 769px) {
    html {
        font-size: 16px;
        line-height: 1.6;
        background: #FFFFFF url("/img/bg_02.png") repeat;
        background-position: 0 0;
    }
}
body {
    font-family: "Noto Sans JP", sans-serif;
    color: #2D2D2B;
    font-optical-sizing: auto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
}
.wrapper {
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 180px;
    /* フッターの高さと同じに */
}
a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
a {
    color: #142952;
    text-decoration: none;
    transition: color 0.3s ease;
}
a:hover {
    color: #2C5097;
}
header {
    background: rgba(255, 255, 255, 0.95);
    /* 白＋90%不透明 */
    box-shadow: 0 0 10px rgba(153, 153, 153, 0.3);
}
.header-tel-txt {
    font-size: .7rem;
    font-weight: 700;
    color: #DD6B47;
}
.header-tel {
    font-size: 1.85rem !important;
    line-height: 1;
    font-weight: 700;
}
.header-tel::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f3cf";
    margin-right: 8px;
}
.header-tel-time {
    font-size: .7rem;
    font-weight: 700;
}
.nav {
    text-align: center;
    text-transform: uppercase;
    margin: 0.5rem 0;
}
.nav * {
    box-sizing: border-box;
    transition: all .35s ease;
}
.nav li {
    display: inline-block;
    list-style: none;
    margin: 0 .4em;
    padding: 0;
}
.nav a {
    display: block;
    padding: 0.25rem 0.5rem;
    position: relative;
}
.nav a:hover, .nav a.current {
    color: #999999;
}
@media (max-width: 768px) {
    header .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle, footer .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
        min-height: 40px;
    }
}
#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sidebar ul li a {
    display: inline-flex;
    align-items: center;
    gap: .4em;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
#sidebar ul li a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #DD6B47;
    display: inline-block;
    margin-right: 6px;
}
#sidebar ul li a:hover::before {
    transform: translate(2px, 0.5px);
}
#sidebar-news ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sidebar-news ul li a {
    display: flex;
    align-items: center;
    gap: .4em;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
#sidebar-news ul li a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #999999;
    margin-right: 6px;
    transform: translateY(0.5px);
}
#sidebar-news ul li a:hover::before {
    transform: translate(2px, 0.5px);
}
.pagetop {
    margin-bottom: 180px;
    right: 30px;
}
footer {
    height: 180px;
    /* 高さを固定して明示 */
}
.footer-bar {
    z-index: 5000;
    background: rgba(20, 41, 82, 0.95);
}
.footer-tel-btn {
    background: #DD6B47;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px;
    color: #FFFFFF;
    transition: .3s ease-in-out;
    font-weight: 500;
    height: 65px;
}
.footer-tel-btn:hover {
    background: #DD6B47;
    color: #FFFFFF;
}
.footer-tel-txt {
    font-size: .7rem;
    font-weight: 700;
    color: #FFFFFF;
}
.footer-tel {
    font-size: 1.3rem !important;
    line-height: 1;
    font-weight: 700;
}
.footer-tel::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f3cf";
    margin-right: 8px;
}
.footer-tel-time {
    font-size: .7rem;
    font-weight: 700;
}
.footer-contact-btn a {
    background: #FFFFFF;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    margin: 0 auto;
    padding: 0 15px;
    color: #142952;
    transition: .3s ease-in-out;
    font-weight: 500;
    text-align: center;
    height: 65px;
}
.footer-contact-btn a::before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    line-height: 1;
    font-size: 1.5em;
}
.footer-contact-btn a:hover {
    background: #142952;
    color: #2D2D2B;
}
/* 問い合わせ吹き出し */
.footer-contact-fukidashi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
}
.footer-contact-fukidashi p {
    margin: 0;
}
.footer-contact-fukidashi::before {
    content: "";
    width: 80px;
    height: 2px;
    transform: rotate(60deg);
    box-sizing: border-box;
    background-color: #333333;
}
.footer-contact-fukidashi::after {
    content: "";
    width: 80px;
    height: 2px;
    transform: rotate(-60deg);
    box-sizing: border-box;
    background-color: #333333;
}
.menu-full {
    background: #142952;
    z-index: 20000;
}
.menu-full__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-full__list li {
    margin: .6rem 0;
}
.menu-full__list a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 800;
    font-size: clamp(22px, 5vw, 48px);
    letter-spacing: .04em;
}
.menu-full__list a:hover {
    text-decoration: underline;
}
.bg01 {
    background: #FFFFFF url("/img/bg_01.png") repeat;
    background-position: 0 0;
}
.bg02 {
    background: rgba(255, 255, 255, 0.9) url("/img/bg_02.png") repeat;
    background-position: 0 0;
}
@media (max-width: 768px) {
    #top-compnay .bg02 {
        padding: 0;
    }
}
@media (min-width: 769px) {
    #top-compnay .bg02 {
        border-radius: 5px;
        padding: 30px;
    }
}
.noto-sans-jp-900 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}
.ibm-plex-sans-jp-regular {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.fuwa-text {
    transition: all 0.4s ease;
}
#lottie {
    width: 300px;
    height: 300px;
    margin: 50px auto;
}
@media (max-width: 768px) {
    .headline00 {
        text-align: center;
        margin: 0rem 0 1.5rem 0;
    }
    .headline00 .en {
        display: inline-flex;
        align-items: center;
        gap: .3em;
        font-size: 0.8rem;
        font-weight: 700;
        text-transform: uppercase;
    }
    .headline00 .en::before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #DD6B47;
        display: inline-block;
    }
    .headline00 .jp {
        margin: .2rem 0 0;
        font-size: 1.9rem;
        font-weight: 700;
        color: #142952;
        line-height: 1.1;
    }
}
@media (min-width: 769px) {
    .headline00 {
        text-align: center;
        margin: 2rem 0;
    }
    .headline00 .en {
        display: inline-flex;
        align-items: center;
        gap: .4em;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
    }
    .headline00 .en::before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #DD6B47;
        display: inline-block;
    }
    .headline00 .jp {
        margin: .3rem 0 0;
        font-size: 2.5rem;
        font-weight: 700;
        color: #142952;
        line-height: 1.3;
    }
}
.headline01 {
    text-align: center;
    margin: 0 0 2rem;
}
.headline01 .en {
    display: inline-flex;
    align-items: center;
    gap: .4em;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
}
.headline01 .en::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #DD6B47;
    display: inline-block;
}
.headline01 .jp {
    margin: .3rem 0 0;
    font-size: 2rem;
    font-weight: 800;
    color: #142952;
    line-height: 1.3;
}
.headline02 span {
    background: #DD6B47;
    color: #FFFFFF;
    padding: 0.3em 1em;
    font-size: 1.3rem;
    font-weight: bold;
}
.headline03 {
    scroll-margin-top: 150px;
    background: #FFFFFF url("/img/bg_02.png") repeat;
    background-position: 0 0;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 0.5em 1em;
}
.headline04 {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.5;
}
.headline05 {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.8;
}
.has-fixed-layout thead {
    background: #2D2D2B;
}
.company-table, .company-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    font-family: "Noto Sans JP", sans-serif;
    color: #2D2D2B;
    margin-top: -5px;
}
.company-table th, .company-table td {
    padding: 18px 20px;
    border: 1px solid #E2E2E2;
    vertical-align: top;
    box-sizing: border-box;
}
.company-table th {
    width: 220px;
    background: #eceef1;
    font-weight: 700;
    color: #2D2D2B;
    border-right: none;
    border-radius: 5px 0 0 5px;
    letter-spacing: .02em;
    white-space: nowrap;
}
.company-table td {
    background: #FFFFFF;
    border-left: none;
    border-radius: 0 5px 5px 0;
}
.company-table ol {
    margin: 0;
    padding-left: 1.4em;
}
.company-table li + li {
    margin-top: .35em;
}
.company-table .sub {
    color: #999999;
    font-size: .95rem;
}
@media (max-width: 1100px) {
    .company-table, .company-table table {
        width: 100%;
        border-spacing: 0 !important;
        margin-left: 0;
        margin-right: 0;
        table-layout: fixed;
    }
    .company-table, .company-table table, .company-table tbody, .company-table tr, .company-table th, .company-table td {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .company-table tr {
        margin-bottom: 14px;
    }
    .company-table th {
        border-right: 1px solid #E2E2E2;
        border-radius: 5px 5px 0 0;
        padding-bottom: 12px;
        white-space: normal;
    }
    .company-table td {
        border-left: 1px solid #E2E2E2;
        border-top: none;
        border-radius: 0 0 5px 5px;
        padding-top: 12px;
        word-break: break-word;
        overflow-wrap: anywhere;
    }
}
@media (min-aspect-ratio: 16 / 9) {
    .hide-on-portrait {
        display: none;
    }
}
@media (max-height: 1050px) {
    .hide-under-height-850 {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .entry-content {
        border-radius: 0;
        padding: 0;
    }
}
@media (min-width: 769px) {
    .entry-content {
        border-radius: 5px;
        padding: 60px;
        background: #FFFFFF;
        box-shadow: 0 0 10px rgba(153, 153, 153, 0.3);
    }
}
.entry-content h2 {
    scroll-margin-top: 140px;
}
@media (max-width: 768px) {
    .entry-content h2 {
        padding: 0.7em 30px;
        background: #142952;
        color: #FFFFFF;
        margin: 10px -30px 30px -30px;
    }
}
@media (min-width: 769px) {
    .entry-content h2 {
        position: relative;
        padding: 0.7em 50px;
        background: #142952;
        color: #FFFFFF;
        margin: 30px -60px 30px -80px;
        font-weight: 500;
        font-size: 1.5rem;
    }
    .entry-content h2::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        border: none;
        border-bottom: solid 15px transparent;
        border-right: solid 20px #959e9b;
    }
    .entry-content h2.related-tag {
        background: #E2E2E2;
    }
}
.entry-content h3 {
    padding: 0.5em;
    color: #2D2D2B;
    font-weight: 600;
    font-size: 1.2rem;
    background: #FFFFFF url("/img/bg_02.png") repeat;
    border-left: solid 5px #142952;
}
.entry-content h4 {
    font-weight: 600;
    font-size: 1.2rem;
}
.slow-hover {
    transition: transform 1.5s ease, opacity 1.5s ease;
    opacity: 0.9;
}
.slow-hover:hover {
    transform: scale(1.03);
}
@media (max-width: 768px) {
    .uk-logo {
        width: 100px;
    }
}
@media (min-width: 769px) {
    .uk-logo {
        width: 190px;
    }
}
.uk-card, .uk-border-rounded {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(153, 153, 153, 0.3);
}
.uk-overflow-auto::-webkit-scrollbar {
    height: 1px;
    background: transparent;
}
.uk-overflow-auto::-webkit-scrollbar-thumb {
    background-color: #2D2D2B;
    border-radius: 0;
}
.uk-overflow-auto::-webkit-scrollbar-track {
    background-color: #E2E2E2;
}
@media (min-width: 769px) {
    .uk-overflow-auto::-webkit-scrollbar {
        height: 5px;
    }
}
.uk-card-footer {
    padding: 10px;
}
.uk-heading-xlarge {
    font-size: 6.25rem !important;
    line-height: 1.1;
    font-weight: 800;
}
.uk-heading-large {
    font-size: 4.0625rem !important;
    line-height: 1.2;
    font-weight: 700;
}
.uk-heading-medium {
    font-size: 3.125rem !important;
    line-height: 1.3;
    font-weight: 700;
}
.uk-heading-small {
    font-size: 2.5rem !important;
    line-height: 1.4;
    font-weight: 600;
}
.uk-text-primary {
    color: #142952 !important;
}
.uk-dotnav li a {
    width: 80px;
    height: 5px;
    border-radius: 0;
}
.wp-block-preformatted {
    margin: 10px 20px;
    background: #f5f5f5;
    color: #2D2D2B;
    font-family: 'Courier New', monospace;
    padding: 1.2em;
    border: 1px dotted #ccc;
    border-radius: 10px;
    white-space: pre-wrap;
    overflow-x: auto;
}
.wp-block-quote {
    position: relative;
    padding: 1.5em;
    background: #2D2D2B;
    margin: 30px 100px;
    font-size: 1em;
}
.wp-block-quote::before, .wp-block-quote::after {
    font-size: 2.5em;
    position: absolute;
    width: .5em;
    height: .5em;
    line-height: 1.3em;
    color: #2D2D2B;
}
.wp-block-quote::before {
    content: '“';
    top: -0.1em;
    left: -0.15em;
}
.wp-block-quote::after {
    content: '”';
    bottom: 0;
    right: .15em;
}
.uk-background-muted {
    background-color: #E2E2E2;
}
.uk-background-primary {
    background-color: #142952;
}
.uk-background-secondary {
    background-color: #999999;
}
.uk-section {
    overflow-x: hidden;
}
.uk-button {
    background: rgba(20, 41, 82, 0.95);
    color: #FFFFFF;
}
.uk-button:hover {
    background: #2D2D2B;
    color: #FFFFFF;
}
.sweep-btn a, .sweep-btn-w a {
    background: #142952;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: .3s ease-in-out;
    font-weight: 500;
}
.sweep-btn a::after, .sweep-btn-w a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 6px;
    height: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right .3s;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}
.sweep-btn a:hover, .sweep-btn-w a:hover {
    background: #2D2D2B;
    color: #FFFFFF;
}
.sweep-btn a:hover::after, .sweep-btn-w a:hover::after {
    right: 1.4rem;
}
.sweep-btn-w a {
    background: #FFFFFF;
    color: #142952;
    max-width: 150px;
    border: 1px solid #FFFFFF;
}
.sweep-btn-w a:hover {
    background: #142952;
    color: #FFFFFF;
}
.contact-btn a {
    background: #142952;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 20px 25px;
    color: #FFFFFF;
    transition: .3s ease-in-out;
    font-weight: 500;
}
.contact-btn a::before {
    content: "\f0e0";
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}
.contact-btn a:hover {
    background: #2D2D2B;
    color: #FFFFFF;
}
.mouse-stalker-rp {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border: 1px solid #2D2D2B;
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000;
    transition: transform 0.2s ease-out;
    background: #E2E2E2;
    mix-blend-mode: exclusion;
}
.marquee {
    display: flex;
    overflow: hidden;
}
.marquee__inner {
    display: flex;
    flex-shrink: 0;
    min-width: 100%;
    gap: 3.5rem;
    align-items: center;
    animation: marquee-x 100s linear infinite;
    will-change: transform;
}
.marquee__inner span {
    white-space: nowrap;
    font-weight: 800;
    letter-spacing: .06em;
    color: #F0F1F2;
    font-size: 150px;
    line-height: 131px;
}
.marquee:hover .marquee__inner {
    animation-play-state: paused;
}
@keyframes marquee-x {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@media (prefers-reduced-motion: reduce) {
    .marquee__inner {
        animation-duration: .01ms;
        animation-iteration-count: 1;
    }
}
.hero {
    transition: background .6s ease;
}
.hero--0 {
    background: url("/img/photo01_u.jpg") no-repeat center center/cover;
}
.hero--1 {
    background: url("/img/photo02_u.jpg") no-repeat center center/cover;
}
.hero--2 {
    background: url("/img/photo03_u.jpg") no-repeat center center/cover;
}
.hero h2 {
    font-size: clamp(30px, 4vw, 60px);
    font-weight: bold;
}
.hero h3 {
    font-size: clamp(16px, 2vw, 35px);
    font-weight: bold;
    margin: 0;
}
.main-visual {
    background: linear-gradient(90deg, #0E1D3C 0%, #0063AA 64%, #074174 100%);
}
.keyv-news {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    /* 各要素の間隔 */
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.6);
    /* 半透明 */
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    backdrop-filter: blur(4px);
    /* 背景ぼかし（モダンブラウザ対応） */
}
/* ===============================
   Features Styles (UIkit + custom)
   =============================== */
.feature-num {
    font-weight: 800;
    color: #142952;
    /* 画面幅で伸縮（01,02,03の大きな数字） */
    font-size: clamp(3rem, 4vw, 4rem);
    margin-bottom: 0rem;
    line-height: normal;
}
.feature-title {
    font-weight: 700;
    color: #142952;
    font-size: 1.3rem;
    margin: 10px 0;
}
.feature-illust img {
    display: inline-block;
    height: auto;
    max-height: 230px;
}
@media (min-width: 769px) {
    .feature-title {
        height: 40px;
    }
}
:root {
    --pan-duration: 40s;
}
/* 60s, 90s で更にゆっくり */
.hero-pan {
    height: 7vh;
    min-height: 200px;
    background: #FFFFFF url("/img/hero.png") center/120% no-repeat;
    /* 少し拡大して余裕を持たせる */
    animation: hero-pan var(--pan-duration) linear infinite alternate;
}
@media (max-width: 768px) {
    .hero-pan {
        height: 7vh;
        min-height: 100px;
    }
}
@keyframes hero-pan {
    from {
        background-position: 0% 50%;
    }
    to {
        background-position: 100% 50%;
    }
}
/* 省エネ設定の人には動かさない */
@media (prefers-reduced-motion: reduce) {
    .hero-pan {
        animation: none;
    }
}
.service-list h3 {
    font-size: 1rem;
    margin: 0 0 5px 0;
    line-height: 150%;
    font-weight: bold;
}
.service-list .uk-list {
    margin: 0;
}
.service-list .uk-list li {
    margin: 0;
    line-height: 150%;
}
.flow-steps {
    position: relative;
    /* 矢印（>）をカード間に自動で描画 */
}
.flow-steps > div {
    position: relative;
}
.flow-card {
    background: #4BA3D6;
    color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    padding: 18px 16px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    display: grid;
    grid-template-rows: auto auto auto auto;
    row-gap: .4rem;
    /* ガラスっぽくしたいならコメントアウト解除
  backdrop-filter: saturate(120%) blur(2px);
  background: rgba(75,163,214,.95);
  */
}
.flow-card .flow-icon {
    font-size: 34px;
    /* 画像の場合は幅高さ指定 */
    line-height: 1;
    margin-bottom: .4rem;
}
.flow-card .flow-icon i, .flow-card .flow-icon svg, .flow-card .flow-icon img {
    display: inline-block;
}
.flow-card .flow-title {
    font-weight: 700;
    font-size: 16px;
}
.flow-card .flow-title .num {
    margin-right: .25em;
}
.flow-card .flow-note {
    font-size: 12px;
    opacity: .95;
}
.flow-card .flow-sub {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    margin: .2rem 0 0;
}
/* 余白・レスポンシブ微調整 */
@media (max-width: 959.98px) {
    .flow-card {
        margin-bottom: 10px;
    }
}
/* UIkitのカードと馴染ませたい場合（任意）
.uk-card .flow-card { box-shadow: none; }
*/
.vision-circle {
    width: clamp(280px, 27vw, 300px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    border: 10px solid #E2E2E2;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
    background: #FFFFFF;
    transition: transform .25s ease;
}
.vision-circle .head {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: .5rem;
    margin-bottom: .75rem;
    line-height: 1;
}
.vision-circle .num {
    font-weight: 800;
    font-size: clamp(30px, 4vw, 40px);
    color: #142952;
    letter-spacing: .02em;
}
.vision-circle .title {
    font-weight: 700;
    font-size: clamp(16px, 2.2vw, 20px);
}
.vision-circle .desc {
    margin: 0;
}
.vision-circle:hover {
    transform: translateY(-4px);
}
@media (min-width: 960px) {
    .vision-circle {
        margin: .5rem auto;
    }
}
.tl {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tl-item {
    display: grid;
    grid-template-columns: 16px minmax(50px, 150px) 1fr;
    column-gap: 28px;
    row-gap: 10px;
    padding: 22px 0 40px;
    position: relative;
}
.tl-item::after {
    content: "";
    position: absolute;
    left: calc(16px / 2 - 1px);
    top: 0;
    bottom: 0;
    width: 2px;
    background: #142952;
}
.tl-item::before {
    content: "";
    grid-column: 1;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #142952;
    border: 3px solid #E2E2E2;
    justify-self: center;
    align-self: start;
    transform: translateY(4px);
}
/* 先頭だけ、上側のラインを少し下げる */
.tl-item:first-child::after {
    top: 30px;
}
/* ★最後だけ、下余白を消して“上半分だけ”ラインを描く */
.tl-item:last-child {
    padding-bottom: 0;
    /* 下半分カット＝上だけ表示 */
}
.tl-item:last-child::after {
    bottom: 50%;
}
/* 1件しかない場合の見た目調整（任意） */
.tl-item:only-child {
    padding: 0;
}
.tl-item:only-child::after {
    display: none;
}
.tl-date {
    grid-column: 2;
    color: #142952;
    font-weight: 700;
    line-height: 1.9;
}
.tl-content {
    grid-column: 3;
    line-height: 2;
    word-break: break-word;
}
@media (max-width: 640px) {
    .tl-item {
        grid-template-columns: 16px 1fr;
    }
    .tl-date, .tl-content {
        grid-column: 2;
    }
}
.faq-list {
    margin: 20px 0;
}
/* Q部分 */
.faq-q {
    font-weight: 700;
    color: #142952;
    /* ブランドネイビー */
    padding: 14px 18px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
/* A部分 */
.faq-a {
    background: #f6faff;
    padding: 18px 20px;
    border-left: 4px solid #142952;
}
.rp-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rp-news-list.uk-list-divider > :nth-child(n+2) {
    margin-top: 0;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}
.rp-news-list li {
    padding: 12px 0;
    margin: 0;
}
.rp-news-row {
    display: block;
    text-decoration: none;
    color: inherit;
}
.rp-news-date {
    font-size: .85rem;
    color: #666;
    white-space: nowrap;
}
.rp-news-title {
    font-size: 1rem;
}
.rp-news-pill {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 2px 10px;
    border-radius: 9999px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.6;
    font-size: 12px;
    margin: 0 20px;
}
.rp-news-pill.pill-black {
    background: #333;
}
.rp-news-pill.pill-orange {
    background: #E67E22;
}
.rp-news-pill.pill-navy {
    background: #142952;
}
.rp-news-pill.pill-gray {
    background: #999;
}
.wpcf7-spinner {
    display: block;
}
.fukidashi-02-02 {
    display: grid;
    place-items: center;
    width: 150px;
    height: 150px;
    color: #FFFFFF;
    border-radius: 100% 100% 0 100%;
    background-color: #333333;
}
.form-badge {
    font-size: 0.85rem;
    padding: 3px 8px;
    margin-right: 6px;
    vertical-align: middle;
}
.form-badge.required {
    background-color: #DD6B47;
    color: #FFFFFF;
}
.form-badge.optional {
    background-color: #2D2D2B;
    color: #FFFFFF;
}