@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400;600&family=Noto+Serif+JP:wght@200&display=swap");

:root {
    --btn-nomal-height: 3rem;
    --max_width: 1280px;
    --row_cont_max_width: 1116px;
    --bg-color: #fff;
    --primary-color: #036;
    --accent-color: #00a0e9;
    --link-color: #0070c0;
    --after-color: #a4005b;
    --secondary-bg-color: #f4f5f7;
    --section-border: #d6dbdf;
    --grid-gap: 2.25rem;
    --font-en: "Gabarito";
    --header-height: 3.5rem;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100% !important;
    max-height: 100% !important;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

html {
    font-size: 16px;
    line-height: 2;
}

@media (max-width: 768px) {
    html {
        font-size: 15px;
        line-height: 1.8;
    }
}

@media (max-width: 600px) {
    html {
        font-size: 14px;
        line-height: 1.7;
    }
}

body {
    background: var(--bg-color);
    color: #1a1a1a;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, メイリオ, "ms pgothic", "ms pゴシック", osaka, sans-serif, TakaoPGothic, "Sazanami Gothic";
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-kerning: normal;
}

.content_pc {
    display: block;
}

.content_mobile {
    display: none;
}

@media (max-width: 768px) {
    .content_pc {
        display: none;
    }

    .content_mobile {
        display: block;
    }
}

p {
    margin-bottom: 0.75em;
    text-align: justify;
}

p:last-of-type {
    margin-bottom: 0;
}

.f-min_75 {
    font-size: 0.75rem;
    text-align: left;
}

.t-right {
    text-align: right;
}

a.source {
    color: var(--primary-color);
    position: relative;
    display: inline-block;
    text-decoration: underline;
}

a.source:hover {
    color: var(--accent-color);
}

.en {
    font-family: var(--font-en);
    letter-spacing: 0.05em;
    font-weight: normal;
}

.mb-1r {
    margin-bottom: 1rem !important;
}

.mb-2r {
    margin-bottom: 2rem !important;
}

.mb-3r {
    margin-bottom: 3rem !important;
}

@media (max-width: 768px) {
    .mb-1r {
        margin-bottom: 0.5rem !important;
    }

    .mb-2r {
        margin-bottom: 1rem !important;
    }

    .mb-3r {
        margin-bottom: 1.5rem !important;
    }
}

.grid-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    gap: var(--grid-gap);
}

.flex-rr {
    flex-direction: row-reverse;
}

.align-flex-end {
    align-items: flex-end;
}

.columns-2 .grid-item {
    width: calc((100% - var(--grid-gap) * (2 - 1)) / 2);
}

.columns-2 .grid-item.no-gap-2 {
    width: calc((100% - var(--grid-gap) * (2 - 1)) / 2 * 2 + var(--grid-gap) * (2 - 1));
}

.columns-3 .grid-item {
    width: calc((100% - var(--grid-gap) * (3 - 1)) / 3);
}

.columns-3 .grid-item.no-gap-2 {
    width: calc((100% - var(--grid-gap) * (3 - 1)) / 3 * 2 + var(--grid-gap) * (2 - 1));
}

.columns-3 .grid-item.no-gap-3 {
    width: calc((100% - var(--grid-gap) * (3 - 1)) / 3 * 3 + var(--grid-gap) * (3 - 1));
}

.columns-4 .grid-item {
    width: calc((100% - var(--grid-gap) * (4 - 1)) / 4);
}

.columns-4 .grid-item.no-gap-2 {
    width: calc((100% - var(--grid-gap) * (4 - 1)) / 4 * 2 + var(--grid-gap) * (2 - 1));
}

.columns-4 .grid-item.no-gap-3 {
    width: calc((100% - var(--grid-gap) * (4 - 1)) / 4 * 3 + var(--grid-gap) * (3 - 1));
}

.columns-4 .grid-item.no-gap-4 {
    width: calc((100% - var(--grid-gap) * (4 - 1)) / 4 * 4 + var(--grid-gap) * (4 - 1));
}

.columns-5 .grid-item {
    width: calc((100% - var(--grid-gap) * (5 - 1)) / 5);
}

.columns-5 .grid-item.no-gap-2 {
    width: calc((100% - var(--grid-gap) * (5 - 1)) / 5 * 2 + var(--grid-gap) * (2 - 1));
}

.columns-5 .grid-item.no-gap-3 {
    width: calc((100% - var(--grid-gap) * (5 - 1)) / 5 * 3 + var(--grid-gap) * (3 - 1));
}

.columns-5 .grid-item.no-gap-4 {
    width: calc((100% - var(--grid-gap) * (5 - 1)) / 5 * 4 + var(--grid-gap) * (4 - 1));
}

.columns-5 .grid-item.no-gap-5 {
    width: calc((100% - var(--grid-gap) * (5 - 1)) / 5 * 5 + var(--grid-gap) * (5 - 1));
}

.columns-6 .grid-item {
    width: calc((100% - var(--grid-gap) * (6 - 1)) / 6);
}

.columns-6 .grid-item.no-gap-2 {
    width: calc((100% - var(--grid-gap) * (6 - 1)) / 6 * 2 + var(--grid-gap) * (2 - 1));
}

.columns-6 .grid-item.no-gap-3 {
    width: calc((100% - var(--grid-gap) * (6 - 1)) / 6 * 3 + var(--grid-gap) * (3 - 1));
}

.columns-6 .grid-item.no-gap-4 {
    width: calc((100% - var(--grid-gap) * (6 - 1)) / 6 * 4 + var(--grid-gap) * (4 - 1));
}

.columns-6 .grid-item.no-gap-5 {
    width: calc((100% - var(--grid-gap) * (6 - 1)) / 6 * 5 + var(--grid-gap) * (5 - 1));
}

.columns-6 .grid-item.no-gap-6 {
    width: calc((100% - var(--grid-gap) * (6 - 1)) / 6 * 6 + var(--grid-gap) * (6 - 1));
}

.columns-7 .grid-item {
    width: calc((100% - var(--grid-gap) * (7 - 1)) / 7);
}

.columns-7 .grid-item.no-gap-2 {
    width: calc((100% - var(--grid-gap) * (7 - 1)) / 7 * 2 + var(--grid-gap) * (2 - 1));
}

.columns-7 .grid-item.no-gap-3 {
    width: calc((100% - var(--grid-gap) * (7 - 1)) / 7 * 3 + var(--grid-gap) * (3 - 1));
}

.columns-7 .grid-item.no-gap-4 {
    width: calc((100% - var(--grid-gap) * (7 - 1)) / 7 * 4 + var(--grid-gap) * (4 - 1));
}

.columns-7 .grid-item.no-gap-5 {
    width: calc((100% - var(--grid-gap) * (7 - 1)) / 7 * 5 + var(--grid-gap) * (5 - 1));
}

.columns-7 .grid-item.no-gap-6 {
    width: calc((100% - var(--grid-gap) * (7 - 1)) / 7 * 6 + var(--grid-gap) * (6 - 1));
}

.columns-7 .grid-item.no-gap-7 {
    width: calc((100% - var(--grid-gap) * (7 - 1)) / 7 * 7 + var(--grid-gap) * (7 - 1));
}

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }

    .grid-container.mobile-columns-2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .grid-item {
        width: 100% !important;
    }
}

h3 {
    color: var(--primary-color);
    margin-bottom: 1.875rem;
    font-size: 1.75rem;
    font-weight: normal;
    letter-spacing: 0.05em;
}

h3 .headline_en {
    display: block;
    font-family: var(--font-en);
    font-weight: 600;
    font-size: 0.8125rem;
    margin-bottom: 1.25rem;
    background-image: url("../img/common/tit_slash.svg");
    background-repeat: no-repeat;
    padding-left: 1.5em;
    line-height: 1em;
    background-size: 0.75em;
    background-position: left;
}

.btn {
    position: relative;
    background-color: var(--primary-color);
    color: white;
    text-align: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 30px;
    width: 243px;
    max-width: 100%;
    height: var(--btn-nomal-height);
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn:hover {
    background-color: var(--accent-color);
}

.btn-arow:before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    background-image: url("../img/common/btn_arrow.svg");
    position: absolute;
    right: 0.85rem;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    transition: transform 0.3s ease;
}

.btn-arow:hover::before {
    transform: translateX(2px);
}

section {
    padding: 6rem 0;
}

.section_inner {
    margin: 0 auto;
    max-width: var(--row_cont_max_width);
    padding: 0 1.5rem;
}

.bg-g {
    background-color: var(--secondary-bg-color);
}

@media (max-width: 768px) {
    section {
        padding: 4rem 0;
    }

    .btn {
        width: 100%;
        max-width: none;
    }
}

/***** table-section ******/
.table-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.table-section .table-row {
    border-top: 1px solid var(--section-border);
    padding-top: 1.5rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.table-section .table-row:first-child {
    border-top: none;
}

.table-section .table-row .table-th {
    flex: 0 0 10rem;
    font-weight: bold;
}

.table-section .table-row .table-td {
    flex: 1;
    min-width: 0;
}

@media (max-width: 767px) {
    .table-section .table-row {
        flex-direction: column;
    }

    .table-section .table-row .table-th {
        flex: none;
        width: 100%;
    }

    .table-section .table-row .table-td {
        flex: none;
        width: 100%;
    }
}

/****** Header Styles ******/
header {
    top: 0;
    background-color: var(--bg-color);
    position: fixed;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
}

header #header_inner {
    margin: 0 auto;
    padding: 0 1rem;
    height: var(--header-height);
    width: 100%;
    max-width: var(--row_cont_max_width);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header h1 {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
}

header .logo {
    height: 1.5rem;
}

header .logo img {
    filter: invert(15%) sepia(58%) saturate(3520%) hue-rotate(213deg) brightness(96%) contrast(110%);
    transition: filter 0.3s ease;
    margin-top: -0.1rem;
}

header .logo:hover img {
    filter: invert(52%) sepia(69%) saturate(749%) hue-rotate(168deg) brightness(100%) contrast(95%);
}

header .container {
    max-width: var(--max_width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1100;
}

header .menu-toggle {
    display: none;
}

header nav {
    display: block;
}

header nav .only-pc {
    display: block;
}

header nav .only-mobile {
    display: none;
}

header ul.main_menu {
    display: flex;
    list-style: none;
    align-items: center;
}

header ul.main_menu li {
    position: relative;
    font-size: 0.9rem;
}

header ul.main_menu li a {
    padding: 1rem 1.2rem;
    display: inline-block;
    display: block;
    color: var(--primary-color);
    font-weight: 500;
    text-decoration: none;
}

header ul.main_menu li:hover a {
    color: var(--accent-color);
}

header ul.main_menu li.contact-btn a,
header ul.main_menu li.recruit-btn a {
    padding: 0.55rem 1rem;
    border-radius: 30px;
    line-height: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
}

header ul.main_menu li.contact-btn {
    padding-right: 0;
}

header ul.main_menu li.contact-btn a {
    background-color: var(--primary-color);
    color: var(--bg-color);
}

header ul.main_menu li.contact-btn a:hover {
    background-color: var(--accent-color);
    color: var(--bg-color);
}

header ul.main_menu li.has-sub .sub_menu {
    transition: opacity 0.3s ease;
    overflow: hidden;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: calc(var(--header-height) - 0.25rem);
    left: 0;
    background: var(--bg-color);
    list-style: none;
    border-radius: 0.25em;
    min-width: 100%;
    z-index: 10;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
}

header ul.main_menu li.has-sub .sub_menu li a {
    color: var(--primary-color);
    margin-left: 0.5rem;
    padding: 0.35em 0.9em;
    display: inline-block;
    text-align: left;
    border-radius: 2rem;
    line-height: 1;
    margin-bottom: 1rem;
}

header ul.main_menu li.has-sub .sub_menu li a:hover {
    color: var(--accent-color);
    background: rgba(0, 160, 233, 0.1);
}

@media (min-width: 841px) {
    header ul.main_menu li.has-sub:hover .sub_menu {
        opacity: 1;
        min-width: 8rem;
        visibility: visible;
        pointer-events: auto;
        width: 100%;
    }
}

@media (min-width: 841px) and (max-width: 900px) {
    header ul.main_menu li {
        font-size: 0.8rem;
    }

    header ul.main_menu li a {
        padding: 1rem;
    }
}

@media (max-width: 840px) {
    header .logo {
        z-index: 1101;
        position: fixed;
        top: 1rem;
    }

    header #menuButton {
        z-index: 8888;
    }

    header .menu-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3em;
        height: 3em;
        position: fixed;
        top: 1rem;
        right: 1rem;
        z-index: 1101;
        cursor: pointer;
    }

    header nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        padding-top: var(--header-height);
        z-index: 1000;
        background: var(--bg-color);
    }

    header nav ul.main_menu {
        width: 94%;
        margin: 1rem auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    header nav ul.main_menu li {
        width: 50%;
    }

    header nav ul.main_menu li a {
        font-weight: normal;
        font-size: 1rem;
    }

    header nav ul.main_menu li.primary {
        margin-bottom: 2rem;
    }

    header nav ul.main_menu li.primary>a:first-of-type {
        font-weight: bold;
    }

    header nav ul.main_menu li.contact-btn,
    header nav ul.main_menu li.recruit-btn {
        padding-right: 0;
        width: 100%;
        margin: 1rem 0 0;
    }

    header nav ul.main_menu li.contact-btn a,
    header nav ul.main_menu li.recruit-btn a {
        line-height: 1.8rem;
        margin: 0 1.5rem;
    }

    header nav ul.main_menu li.recruit-btn a {
        border: 1px solid var(--primary-color);
        color: var(--primary-color);
    }

    header nav ul.main_menu li.recruit-btn a:hover {
        background-color: var(--primary-color);
        color: var(--bg-color);
    }

    header nav ul.main_menu li.has-sub .sub_menu {
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        position: static;
        box-shadow: none;
        padding: 0;
        border-left: 1px solid #dcdcdc;
        margin-left: 1rem;
        background: transparent;
        min-width: calc(100% - 1rem);
    }

    header nav ul.main_menu li.has-sub .sub_menu li {
        width: 100%;
    }

    header nav ul.main_menu li.has-sub .sub_menu li:last-of-type a {
        margin-bottom: 0;
    }
}

@media (max-width: 840px) and (min-width: 841px) {
    header nav ul.main_menu li.has-sub:hover .sub_menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 840px) {
    header nav ul.main_menu .only-pc {
        display: none;
    }

    header nav ul.main_menu .only-mobile {
        display: block;
        width: 50%;
    }

    header nav ul.main_menu .only-mobile .primary {
        width: 100%;
    }

    header nav.open {
        display: block;
    }

    header .burger {
        height: calc(var(--header-height) - 1rem);
        width: calc(var(--header-height) - 1rem);
        position: relative;
        cursor: pointer;
        transition: 0.1s all;
        -webkit-tap-highlight-color: transparent;
        padding: 0.5rem;
    }

    header .burger .burger-lines i,
    header .burger .burger-lines::before,
    header .burger .burger-lines::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background-color: var(--primary-color);
        pointer-events: none;
        transform: rotate(0);
    }

    header .burger .burger-lines {
        position: relative;
        width: 100%;
        height: 100%;
    }

    header .burger .burger-lines::before {
        top: 2px;
        left: 0;
    }

    header .burger .burger-lines i {
        top: calc(50% - 1px);
        left: 0;
    }

    header .burger .burger-lines::after {
        bottom: 2px;
        left: 0;
        width: 85%;
    }

    header .burger.burger-squeeze .burger-lines i,
    header .burger.burger-squeeze .burger-lines::before,
    header .burger.burger-squeeze .burger-lines::after {
        transition: 0.1s top 0.2s, 0.1s left, 0.2s transform, 0.2s background-color 0.1s;
    }

    header .burger.burger-squeeze.open .burger-lines i {
        background-color: transparent;
    }

    header .burger.burger-squeeze.open .burger-lines::before,
    header .burger.burger-squeeze.open .burger-lines::after {
        top: calc(50% - 1px);
        left: 0;
    }

    header .burger.burger-squeeze.open .burger-lines::before {
        transform: rotate(45deg);
    }

    header .burger.burger-squeeze.open .burger-lines::after {
        transform: rotate(-45deg);
        width: 100% !important;
    }
}

/****** Footer Styles ******/
#f_contact {
    position: relative;
    background-image: url("../img/common/footer_bg.png");
    background-position: center;
    background-size: cover;
    padding: 3rem 0 5rem;
}

#f_contact .grid-container {
    justify-content: center;
}

#f_contact h3,
#f_contact p {
    color: var(--bg-color);
    text-align: center;
}

#f_contact .headline_en {
    display: inline-block;
    margin-bottom: 1em;
}

#f_contact #footer_logotxt {
    z-index: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url("../img/common/footer_txt.svg");
    height: 5rem;
    background-size: clamp(300px, 100vw, 1080px);
    background-position: bottom center;
    background-repeat: repeat-x;
    animation: recruit-slider-top 30s linear infinite;
}

@media (max-width: 768px) {
    #f_contact #footer_logotxt {
        background-size: auto 3rem;
    }
}

@keyframes recruit-slider-top {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: -1080px;
    }
}

a.contact-btn {
    z-index: 100;
    position: relative;
    font-weight: 500;
    height: 4rem;
    color: var(--primary-color);
    background: var(--bg-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    font-size: 1.25rem;
}

a.contact-btn .icon {
    width: 1em;
    height: 1em;
    margin-right: 0.75em;
}

a.contact-btn .icon-path {
    fill: var(--primary-color);
}

a.contact-btn:hover {
    color: var(--bg-color);
    background: var(--accent-color);
}

a.contact-btn:hover .icon-path {
    fill: var(--bg-color);
}

a.btn-tell {
    font-family: var(--font-en);
    font-weight: 600;
    letter-spacing: 0.05em;
}

a.btn-mail span {
    font-size: 0.915em;
    padding-bottom: 0.1em;
}

footer {
    background-color: var(--primary-color);
    color: var(--bg-color);
}

footer ul.footer_menu {
    display: flex;
    list-style: none;
    align-items: flex-start;
    justify-content: space-evenly;
    font-size: 0.9rem;
    font-weight: normal;
    gap: 2rem;
    flex-wrap: wrap;
}

footer ul.footer_menu li.primary {
    margin-bottom: 2rem;
}

footer ul.footer_menu li.primary>a:first-of-type {
    display: inline-block;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    font-weight: 500;
}

footer ul.footer_menu .sub_menu {
    font-size: 0.8125rem;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    min-width: calc(100% - 1rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-left: 1rem;
}

footer ul.footer_menu .sub_menu a {
    margin-left: 0.2rem;
}

footer ul.footer_menu .sub_menu.not-secondary {
    border: 0;
}

footer ul.footer_menu .sub_menu.not-secondary a {
    font-size: x-small;
    margin-left: -1rem;
}

footer ul.footer_menu li {
    line-height: 1.2;
}

footer ul.footer_menu li a {
    padding: 0.35em 0.9em;
    display: inline-block;
    font-weight: normal;
    text-align: left;
    color: var(--bg-color);
    border-radius: 2rem;
}

footer ul.footer_menu li a:hover {
    color: var(--accent-color);
    background: hsla(0, 0%, 0%, 0.2);
}

footer ul.footer_menu .has-sub .sub_menu li {
    width: 100%;
}

footer #footer_logo {
    border-top: 1px solid rgba(249, 249, 249, 0.25);
    margin: 2rem 0 0;
    text-align: center;
    padding-top: 4rem;
    position: relative;
}

footer #footer_logo img {
    filter: invert(99%) sepia(16%) saturate(2%) hue-rotate(302deg) brightness(112%) contrast(100%);
    transition: filter 0.3s ease;
    margin-top: -0.1rem;
    width: 242px;
    margin-bottom: 2rem;
    max-width: 90%;
}

footer #footer_logo p {
    font-size: 0.875rem;
    text-align: center;
}

footer .copyright {
    font-size: x-small;
    position: absolute;
    right: 0;
    bottom: 0;
}

footer .copyright span {
    font-family: var(--font-en);
}

@media (max-width: 768px) {
    footer ul.footer_menu {
        gap: 1rem;
    }

    footer ul.footer_menu li.primary {
        width: calc(50% - 0.5rem);
        margin-bottom: 2rem;
    }

    footer ul.footer_menu li.primary>a:first-of-type {
        display: inline-block;
        letter-spacing: 0.05em;
        margin-bottom: 1rem;
        font-weight: 500;
    }

    footer ul.footer_menu li.w-100 {
        width: 100%;
    }

    footer .copyright {
        position: relative;
        padding: 1rem 0 0;
    }
}

#main {
    position: relative;
    padding-top: var(--header-height);
}

#main .slick-slider {
    position: relative;
    height: 60vh;
}

#main .slick-slider .slick-list,
#main .slick-slider .slick-track,
#main .slick-slider .slick-slide>div {
    height: 100%;
}

#main .slick-slider .slide {
    height: 100%;
}

#main .slick-slider .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#main .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

#main .overlay h2 {
    font-family: "Noto Serif JP", serif;
    color: var(--bg-color);
    font-style: italic;
    letter-spacing: 0.05em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    font-size: clamp(4vw, 3rem, 9vw);
    line-height: 1.25em;
}

#main .overlay h2 span {
    font-size: 85%;
}

#service .building_container {
    position: relative;
    max-width: 708px;
}

#service .building {
    width: 100%;
    height: auto;
    display: block;
}

#service .circle {
    position: absolute;
    width: 14%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--primary-color);
    color: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeBorder 0.8s ease-out forwards;
    text-align: center;
    animation-play-state: paused;
    opacity: 0;
}

#service .circle.show {
    animation-play-state: running;
}

@keyframes fadeBorder {
    0% {
        opacity: 0;
        box-shadow: 0 0 0 0 rgba(0, 51, 102, 0);
    }

    100% {
        opacity: 1;
        box-shadow: 0 0 0 0.75rem rgba(0, 51, 102, 0.5);
    }
}

#service .c1 {
    top: 4.7%;
    left: 12.5%;
    animation-delay: 0.5s;
}

#service .c2 {
    top: 4.7%;
    right: 9.6%;
    animation-delay: 1s;
}

#service .c3 {
    top: 39.5%;
    left: 2.6%;
    animation-delay: 1.5s;
}

#service .c4 {
    top: 39.5%;
    right: 2.5%;
    animation-delay: 2s;
}

#service .c5 {
    bottom: 5.3%;
    left: 9.7%;
    animation-delay: 2.5s;
}

#service .c6 {
    bottom: 5.3%;
    right: 13.8%;
    animation-delay: 3s;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

#works h3 {
    margin-bottom: 0;
}

#works .flex-end {
    align-items: flex-end;
}

#works .btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 1.5rem;
}

#works .works-slider {
    padding-left: calc((100vw - var(--row_cont_max_width)) / 2 + 1.5rem);
    margin: 1.875rem 0 2rem;
}

#works .works-slider .overlay-txt {
    background-image: linear-gradient(0deg, lab(0 0 0/0.5) 0%, transparent 20%);
    position: absolute;
    width: 100%;
    height: 100%;
}

#works .works-slider .overlay-txt p {
    color: var(--bg-color);
    position: absolute;
    bottom: 0;
    padding: 0 0.75rem 0.25em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0;
}

#works .works-slider .slick-slide {
    position: relative;
    width: 522px;
    margin-right: 1.875rem;
    box-sizing: border-box;
}

#company {
    background-image: url("../img/top/company_bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

#company h3,
#company p {
    color: var(--bg-color);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

#flow .flow-list-warp {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#flow .flow-list {
    color: var(--primary-color);
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    width: 100%;
}

#flow .flow-list::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 1.25rem;
    width: calc(100% - 1.25rem);
    height: 2px;
    background-color: var(--primary-color);
    z-index: 0;
}

#flow .flow-step {
    text-align: left;
}

#flow .step-number {
    font-family: var(--font-en);
    position: relative;
    padding-top: 2.25rem;
    font-size: 0.875rem;
}

#flow .step-number::before {
    content: "";
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: solid 0.2rem #7f99b2;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
}

#flow .step-number:first-of-type::before,
#flow .step-number:last-of-type::before {
    background-color: var(--primary-color);
}

#flow .step-label {
    font-weight: 500;
    font-size: 1.125rem;
}

@media (max-width: 768px) {
    #service .circle {
        width: 17%;
        max-width: 90px;
    }

    #service .c1 {
        top: 1%;
        left: 7%;
    }

    #service .c2 {
        top: 1%;
        right: 6%;
    }

    #service .c3 {
        top: 36%;
        left: 0%;
    }

    #service .c4 {
        top: 36%;
        right: 0%;
    }

    #service .c5 {
        bottom: 4%;
        left: 6%;
    }

    #service .c6 {
        bottom: 4%;
        right: 7%;
    }

    @keyframes fadeBorder {
        0% {
            opacity: 0;
            box-shadow: 0 0 0 0 rgba(0, 51, 102, 0);
        }

        100% {
            opacity: 1;
            box-shadow: 0 0 0 0.5rem rgba(0, 51, 102, 0.5);
        }
    }

    #works .works-slider {
        padding-left: 1.5rem;
    }

    #works .works-slider .overlay-txt p {
        font-size: 0.875rem;
    }

    #works .works-slider .slick-slide {
        width: 240px;
        margin-right: 1rem;
    }

    #company {
        padding-bottom: 8rem;
    }

    #flow .flow-list-warp {
        margin-top: 0;
        align-items: center;
    }

    #flow .flow-list {
        flex-direction: column;
        margin-bottom: 3rem;
    }

    #flow .flow-list::after {
        left: calc(0.625rem - 1px);
        width: 2px;
        height: calc(100% - 1.15em);
        top: 1.15em;
    }

    #flow .flow-step {
        padding-left: 2.25rem;
        margin-bottom: 2rem;
    }

    #flow .flow-step:last-of-type {
        margin-bottom: 0;
    }

    #flow .step-number {
        padding-top: 0;
    }

    #flow .step-number::before {
        left: -2.25rem;
        top: 1em;
    }

    #flow .step-number:first-of-type::before,
    #flow .step-number:last-of-type::before {
        background-color: var(--primary-color);
    }

    #flow .step-label {
        font-weight: 500;
        font-size: 1.125rem;
    }
}