.fadeup
{
    visibility: hidden;

    opacity: 0;

    translate: 0 30px;
}

.pc
{
    display: block !important;
}
@media screen and (max-width: 768px)
{
    .pc
    {
        display: none !important;
    }
}

.history
{
    padding-top: 260px;
    padding-bottom: 150px;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko//history/img/main_bg.webp) center top/100% 150% no-repeat;
}
@media screen and (max-width: 768px)
{
    .history
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.history .inner
{
    position: relative;

    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 100px;
}
@media screen and (max-width: 768px)
{
    .history .inner
    {
        padding: 0;
    }
}
.history .inner .year-eng
{
    font-size: 20px;
    line-height: 1;

    position: absolute;
    top: 0;
    left: 0;

    padding-top: 70px;

    letter-spacing: .06em;
    -ms-writing-mode: tb-rl;

    color: #fff;

        writing-mode: vertical-rl;
}
@media screen and (max-width: 768px)
{
    .history .inner .year-eng
    {
        font-size: 16px;

        position: static;

        display: flex;

        margin-bottom: 10px;

        writing-mode: horizontal-tb;
        align-items: center;
        gap: 10px;
    }
}
.history .inner .year-eng::before
{
    position: absolute;
    top: 0;
    left: 50%;

    width: 1px;
    height: 60px;

    content: '';

    background: #fff;

    translate: -50% 0;
}
@media screen and (max-width: 768px)
{
    .history .inner .year-eng::before
    {
        position: static;

        display: block;

        width: 40px;
        height: 1px;

        translate: 0 0;
    }
}
.history .inner .container_title
{
    font-size: 48px;
    line-height: 1;

    margin-bottom: 80px;

    letter-spacing: 0;

    color: #fff;
}
@media screen and (max-width: 768px)
{
    .history .inner .container_title
    {
        font-size: 28px;

        margin-bottom: 30px;
    }
}
.history .inner .wraps
{
    position: relative;

    color: #fff;
}
.history .inner .wraps::before
{
    position: absolute;
    top: 0;
    left: 4px;

    width: 1px;
    height: 100%;

    content: '';

    background: #fff;
}
.history .inner .wraps .wrap
{
    display: flex;
}
@media screen and (max-width: 768px)
{
    .history .inner .wraps .wrap
    {
        flex-direction: column;

        gap: 25px;
    }
}
.history .inner .wraps .wrap:not(:first-child)
{
    margin-top: 80px;
}
@media screen and (max-width: 768px)
{
    .history .inner .wraps .wrap:not(:first-child)
    {
        margin-top: 40px;
    }
}
.history .inner .wraps .wrap .left
{
    display: flex;

    min-width: 200px;

    gap: 20px;
}
.history .inner .wraps .wrap .left .icon
{
    position: relative;

    width: 50px;
    height: 10px;
}
.history .inner .wraps .wrap .left .icon::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: auto;
    height: 100%;

    content: '';

    border-radius: 9999px;
    background: #fff;

    aspect-ratio: 1;
}
.history .inner .wraps .wrap .left .icon::after
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background: #fff;
}
.history .inner .wraps .wrap .left .text
{
    font-size: 20px;
    line-height: 1;

    margin-top: -5px;

    letter-spacing: 0;
}
@media screen and (max-width: 768px)
{
    .history .inner .wraps .wrap .left .text
    {
        font-size: 16px;

        margin-top: -3px;
    }
}
.history .inner .wraps .wrap .right
{
    width: 100%;
    padding-bottom: 60px;

    border-bottom: solid 1px #fff;
}
@media screen and (max-width: 768px)
{
    .history .inner .wraps .wrap .right
    {
        width: auto;
        margin-left: 20px;
    }
}
.history .inner .wraps .wrap .right.border-none
{
    padding-bottom: 0;

    border-bottom: none;
}
.history .inner .wraps .wrap .right .big-text
{
    font-size: 24px;
    line-height: 1.9166666667;

    letter-spacing: .06em;
}
@media screen and (max-width: 768px)
{
    .history .inner .wraps .wrap .right .big-text
    {
        font-size: 18px;

        margin-top: -20px;
    }
}
.history .inner .wraps .wrap .right .title
{
    display: flex;

    margin-top: -15px;
    margin-bottom: 35px;

    align-items: center;
    gap: 20px;
}
@media screen and (max-width: 768px)
{
    .history .inner .wraps .wrap .right .title
    {
        margin-top: 0;
        margin-bottom: 20px;

        gap: 10px;
    }
}
.history .inner .wraps .wrap .right .title span
{
    font-size: 20px;
    line-height: 1;

    display: flex;

    letter-spacing: 0;

    align-items: center;
    gap: 8px;
}
@media screen and (max-width: 768px)
{
    .history .inner .wraps .wrap .right .title span
    {
        font-size: 16px;

        gap: 5px;
    }
}
.history .inner .wraps .wrap .right .title span::before,
.history .inner .wraps .wrap .right .title span::after
{
    width: 16px;
    height: 1px;

    content: '';

    background: #fff;
}
@media screen and (max-width: 768px)
{
    .history .inner .wraps .wrap .right .title span::before,
    .history .inner .wraps .wrap .right .title span::after
    {
        width: 12px;
    }
}
.history .inner .wraps .wrap .right .title p
{
    font-size: 40px;
    line-height: 1;

    letter-spacing: 0;
}
@media screen and (max-width: 768px)
{
    .history .inner .wraps .wrap .right .title p
    {
        font-size: 20px;
    }
}
.history .inner .wraps .wrap .right .text
{
    font-size: 16px;
    line-height: 1.875;

    letter-spacing: .06em;
}
@media screen and (max-width: 768px)
{
    .history .inner .wraps .wrap .right .text
    {
        font-size: 12px;
    }
}
.history .inner .wraps .wrap .right .detail
{
    margin-top: 35px;
    padding: 30px;

    background: rgba(255, 255, 255, .1);
}
@media screen and (max-width: 768px)
{
    .history .inner .wraps .wrap .right .detail
    {
        margin-top: 20px;
        padding: 25px;
    }
}
.history .inner .wraps .wrap .right .detail .detail-title
{
    font-size: 20px;
    line-height: 1;

    margin-bottom: 18px;

    letter-spacing: 0;
}
@media screen and (max-width: 768px)
{
    .history .inner .wraps .wrap .right .detail .detail-title
    {
        font-size: 16px;
    }
}
.history .inner .wraps .wrap .right .detail .detail-wrap
{
    display: flex;

    gap: 40px;
}
@media screen and (max-width: 768px)
{
    .history .inner .wraps .wrap .right .detail .detail-wrap
    {
        flex-direction: column;

        gap: 30px;
    }
}
.history .inner .wraps .wrap .right .detail .detail-wrap .detail-left
{
    max-width: 200px;
}
.history .inner .wraps .wrap .right .detail .detail-wrap .detail-right
{
    display: flex;
    flex-direction: column;

    gap: 20px;
}
.history .inner .wraps .wrap .right .detail .detail-wrap .detail-right dl
{
    display: flex;

    gap: 16px;
}
.history .inner .wraps .wrap .right .detail .detail-wrap .detail-right dl dt
{
    font-size: 14px;
    line-height: 1;

    height: -moz-fit-content;

    height: fit-content;
    padding: 4px 6px;

    white-space: nowrap;
    letter-spacing: .06em;

    border: solid 1px #fff;
}
.history .inner .wraps .wrap .right .detail .detail-wrap .detail-right dl dd p
{
    display: flex;

    gap: 14px;
}
.history .inner .wraps .wrap .right .detail .detail-wrap .detail-right dl dd p .date
{
    font-size: 14px;
    line-height: 1;

    margin-top: 5px;

    letter-spacing: 0;
}
@media screen and (max-width: 768px)
{
    .history .inner .wraps .wrap .right .detail .detail-wrap .detail-right dl dd p .date
    {
        font-size: 13px;
    }
}
.history .inner .wraps .wrap .right .detail .detail-wrap .detail-right dl dd p .detail-text
{
    font-size: 14px;
    line-height: 1.7142857143;

    letter-spacing: .06em;
}
@media screen and (max-width: 768px)
{
    .history .inner .wraps .wrap .right .detail .detail-wrap .detail-right dl dd p .detail-text
    {
        font-size: 13px;
    }
}

.year
{
    padding: 150px 0;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko//history/img/main_bg.webp) center top/100% 150% no-repeat;
}
@media screen and (max-width: 768px)
{
    .year
    {
        padding: 60px 0;
    }
}
.year .inner
{
    position: relative;

    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.year .inner .year-eng
{
    font-size: 20px;
    line-height: 1;

    position: absolute;
    top: 0;
    left: 0;

    padding-top: 70px;

    letter-spacing: .06em;
    -ms-writing-mode: tb-rl;

    color: #fff;

        writing-mode: vertical-rl;
}
@media screen and (max-width: 768px)
{
    .year .inner .year-eng
    {
        font-size: 16px;

        position: static;

        display: flex;

        margin-bottom: 10px;
        padding: 0;

        writing-mode: horizontal-tb;
        align-items: center;
        gap: 10px;
    }
}
.year .inner .year-eng::before
{
    position: absolute;
    top: 0;
    left: 50%;

    width: 1px;
    height: 60px;

    content: '';

    background: #fff;

    translate: -50% 0;
}
@media screen and (max-width: 768px)
{
    .year .inner .year-eng::before
    {
        position: static;

        display: block;

        width: 40px;
        height: 1px;

        translate: 0 0;
    }
}
.year .inner .container
{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 1180px)
{
    .year .inner .container
    {
        padding: 0;
    }
}
.year .inner .container .container_title
{
    font-size: 48px;
    line-height: 1;

    margin-bottom: 80px;

    letter-spacing: 0;

    color: #fff;
}
@media screen and (max-width: 768px)
{
    .year .inner .container .container_title
    {
        font-size: 32px;

        margin-bottom: 30px;
    }
}
.year .inner .container .container_wrap
{
    padding: 80px 100px;

    background: #fff;
}
@media screen and (max-width: 768px)
{
    .year .inner .container .container_wrap
    {
        padding: 25px;
    }
}
.year .inner .container .container_wrap .wrap
{
    display: flex;

    padding: 30px 0;

    border-top: solid 1px #000;

    align-items: center;
}
@media screen and (max-width: 768px)
{
    .year .inner .container .container_wrap .wrap
    {
        flex-direction: column;

        padding: 20px 0;

        align-items: flex-start;
        gap: 5px;
    }
}
.year .inner .container .container_wrap .wrap:last-child
{
    border-bottom: solid 1px #000;
}
.year .inner .container .container_wrap .wrap .left
{
    min-width: 120px;
    padding-left: 30px;

    color: var(--bc-blue);
}
@media screen and (max-width: 768px)
{
    .year .inner .container .container_wrap .wrap .left
    {
        padding-left: 0;
    }
}
.year .inner .container .container_wrap .wrap .right
{
    font-size: 16px;
    line-height: 1.875;

    letter-spacing: 0;
}
@media screen and (max-width: 768px)
{
    .year .inner .container .container_wrap .wrap .right
    {
        font-size: 14px;
    }
}

.separate
{
    width: 100%;
    max-height: 900px;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/history/img/company-bg.webp) top center/120% auto no-repeat;

    aspect-ratio: 1500/900;
}

section
{
    position: relative;
}

footer
{
    margin-top: 20px;
}

.breadcrumbs_area
{
    margin-top: 150px;
    padding: 0 50px;
}
@media screen and (max-width: 768px)
{
    .breadcrumbs_area
    {
        margin-top: 70px;
        padding: 0 5%;
    }
}
.breadcrumbs_area nav ol
{
    display: flex;

    align-items: center;
    gap: 15px;
}
.breadcrumbs_area nav ol li
{
    font-size: 14px;
    line-height: 1;

    display: flex;

    letter-spacing: 0;

    color: #8a9099;

    align-items: center;
    gap: 15px;
}
.breadcrumbs_area nav ol li:not(:last-child):after
{
    content: '>';
}
.breadcrumbs_area nav ol li a
{
    color: #8a9099;
}
/*# sourceMappingURL=style.css.map */
