.fadeup
{
    visibility: hidden;

    opacity: 0;

    translate: 0 30px;
}

.lead_area
{
    display: flex;

    width: 100%;
    min-height: 800px;
    padding-bottom: 100px;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko//service/img/main_bg.webp) center/cover;

    aspect-ratio: 1500/800;
    justify-content: center;
    align-items: flex-end;
}
@media screen and (max-width: 768px)
{
    .lead_area
    {
        min-height: 450px;
        padding-bottom: 50px;
    }
}
.lead_area > .inner
{
    width: 90%;
    max-width: 1300px;

    color: #fff;
}
.lead_area > .inner h2
{
    font-size: 72px;
    line-height: 1;

    margin-bottom: 40px;

    letter-spacing: .03em;
}
@media screen and (max-width: 768px)
{
    .lead_area > .inner h2
    {
        font-size: 42px;

        margin-bottom: 25px;
    }
}
.lead_area > .inner h2 span
{
    font-size: 40px;
}
@media screen and (max-width: 768px)
{
    .lead_area > .inner h2 span
    {
        font-size: 20px;
    }
}
.lead_area > .inner p
{
    font-size: 18px;
    line-height: 1.8888888889;

    letter-spacing: .06em;
}
@media screen and (max-width: 768px)
{
    .lead_area > .inner p
    {
        font-size: 14px;
    }
}

div.bg
{
    padding: 150px 0 20px;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko//service/img/bg.webp) right top/100% 150% no-repeat;
}
@media screen and (max-width: 768px)
{
    div.bg
    {
        padding-top: 70px;
    }
}
div.bg hgroup
{
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
    font-style: normal;

    margin-bottom: 40px;
}
@media screen and (max-width: 768px)
{
    div.bg hgroup
    {
        margin-bottom: 30px;
    }
}
div.bg hgroup p.en
{
    font-size: 20px;
    line-height: 1;

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

    display: flex;

    letter-spacing: .06em;

    color: var(--bc-blue);

    align-items: center;
    gap: 10px;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
}
@media screen and (max-width: 768px)
{
    div.bg hgroup p.en
    {
        font-size: 16px;

        position: static;

        margin-bottom: 10px;

        writing-mode: horizontal-tb;
    }
}
div.bg hgroup p.en:before
{
    width: 1px;
    height: 60px;

    content: '';

    background: var(--bc-blue);
}
@media screen and (max-width: 768px)
{
    div.bg hgroup p.en:before
    {
        width: 40px;
        height: 1px;
    }
}
div.bg hgroup h2
{
    font-size: 48px;
    line-height: 1.0416666667;

    letter-spacing: 0;
}
@media screen and (max-width: 768px)
{
    div.bg hgroup h2
    {
        font-size: 24px;
    }
}
div.bg hgroup h2 span
{
    font-size: 48px;
}
@media screen and (max-width: 768px)
{
    div.bg hgroup h2 span
    {
        font-size: 30px;
    }
}
div.bg .service_block
{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
div.bg .service_block + .service_block
{
    margin-top: 150px;
}
@media screen and (max-width: 768px)
{
    div.bg .service_block + .service_block
    {
        margin-top: 70px;
    }
}
div.bg .service_block .mv
{
    margin-bottom: 50px;
}
@media screen and (max-width: 768px)
{
    div.bg .service_block .mv
    {
        margin-bottom: 30px;
    }
}
div.bg .service_block .txt_wrap
{
    position: relative;

    width: 100%;
}
div.bg .service_block .txt_wrap .inner
{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
div.bg .service_block .txt_wrap .inner p
{
    font-size: 16.4px;
    line-height: 1.8292682927;

    max-width: 690px;

    letter-spacing: .06em;
}
@media screen and (max-width: 768px)
{
    div.bg .service_block .txt_wrap .inner p
    {
        font-size: 14px;
    }
}
div.bg .service_block .detail
{
    display: flex;

    margin-top: 150px;

    justify-content: center;
}
div.bg .service_block .detail a
{
    font-size: 20px;
    line-height: 1;

    display: flex;

    padding-bottom: 20px;

    letter-spacing: .06em;

    color: var(--bc-blue);
    border-bottom: 1px solid var(--bc-blue);

    align-items: center;
    gap: 20px;
}

.separate img
{
    width: 100%;
}

section
{
    position: relative;
}

footer
{
    margin-top: 0;
}

.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 */
