@charset 'UTF-8';
.fadeup
{
    visibility: hidden;

    opacity: 0;

    translate: 0 30px;
}

div.bg hgroup
{
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
    font-style: normal;

    margin-bottom: 70px;
}
@media screen and (max-width: 768px)
{
    div.bg hgroup
    {
        margin-bottom: 40px;
    }
}
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 ul.technology > li
{
    display: grid;

    grid-template-columns: 40% 1fr;
    gap: 60px;
}
@media screen and (max-width: 768px)
{
    div.bg ul.technology > li
    {
        gap: 30px;
        grid-template-columns: 1fr;
    }
}
div.bg ul.technology > li:not(:last-child)
{
    margin-bottom: 100px;
}
@media screen and (max-width: 768px)
{
    div.bg ul.technology > li:not(:last-child)
    {
        margin-bottom: 50px;
    }
}
div.bg ul.technology > li .img
{
    text-align: center;

    box-shadow: 0 6px 9.6px .4px rgba(0, 0, 0, .08);
}
div.bg ul.technology > li .img:has([src*=logo])
{
    box-shadow: none;
}
div.bg ul.technology > li .img img
{
    width: 100%;
}
div.bg ul.technology > li .img img[src*=logo]
{
    max-width: 180px;

    aspect-ratio: inherit;
}
@media screen and (max-width: 600px)
{
    div.bg ul.technology > li .img img
    {
        width: 100%;
        height: 100%;

        aspect-ratio: 4/3;
        object-fit: cover;
    }
}
div.bg ul.technology > li .txt_wrap.asc
{
    align-self: center;
}
div.bg ul.technology > li .txt_wrap h3,
div.bg ul.technology > li .txt_wrap h4
{
    font-family: 'Shippori Mincho', serif;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;

    position: relative;

    display: flex;
    flex-direction: column;

    margin-bottom: 30px;

    letter-spacing: 0;

    color: var(--bc-blue);

    gap: 20px 0;
}
@media screen and (max-width: 768px)
{
    div.bg ul.technology > li .txt_wrap h3,
    div.bg ul.technology > li .txt_wrap h4
    {
        font-size: 20px;

        margin-bottom: 15px;

        gap: 10px 0;
    }
}
div.bg ul.technology > li .txt_wrap h3 span.num,
div.bg ul.technology > li .txt_wrap h4 span.num
{
    font-size: 14px;

    display: flex;

    align-items: center;
    gap: 15px;
}
@media screen and (max-width: 768px)
{
    div.bg ul.technology > li .txt_wrap h3 span.num,
    div.bg ul.technology > li .txt_wrap h4 span.num
    {
        font-size: 12px;

        gap: 10px;
    }
}
div.bg ul.technology > li .txt_wrap h3 span.num:before,
div.bg ul.technology > li .txt_wrap h4 span.num:before
{
    display: inline-block;

    width: 40px;
    height: 1px;

    content: '';

    background: var(--bc-blue);
}
@media screen and (max-width: 768px)
{
    div.bg ul.technology > li .txt_wrap h3 span.num:before,
    div.bg ul.technology > li .txt_wrap h4 span.num:before
    {
        width: 30px;
    }
}
div.bg ul.technology > li .txt_wrap h3 span.txts,
div.bg ul.technology > li .txt_wrap h4 span.txts
{
    font-size: 16px;

    display: contents;
}
@media screen and (max-width: 768px)
{
    div.bg ul.technology > li .txt_wrap h3 span.txts,
    div.bg ul.technology > li .txt_wrap h4 span.txts
    {
        font-size: 12px;
    }
}
div.bg ul.technology > li .txt_wrap h4
{
    font-size: 24px;
    line-height: 1.6666666667;

    letter-spacing: 0;
}
@media screen and (max-width: 768px)
{
    div.bg ul.technology > li .txt_wrap h4
    {
        font-size: 18px;
    }
}
div.bg ul.technology > li .txt_wrap p
{
    font-size: 16.5px;
    line-height: 1.8484848485;

    letter-spacing: .06em;
}
@media screen and (max-width: 768px)
{
    div.bg ul.technology > li .txt_wrap p
    {
        font-size: 14px;
    }
}
div.bg ul.technology > li .txt_wrap p + p
{
    margin-top: 1em;
}
div.bg ul.technology > li .txt_wrap ul.note
{
    margin-top: 1em;

    counter-reset: number 0;
}
div.bg ul.technology > li .txt_wrap ul.note li
{
    font-size: 14px;
    line-height: 1.8571428571;

    position: relative;

    padding-left: 35px;

    letter-spacing: .06em;
}
@media screen and (max-width: 768px)
{
    div.bg ul.technology > li .txt_wrap ul.note li
    {
        font-size: 12px;
    }
}
div.bg ul.technology > li .txt_wrap ul.note li:before
{
    position: absolute;
    top: 0;
    left: 0;

    content: '※' counter(number);
    counter-increment: number;
}

.bg1
{
    padding: 250px 0 150px;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko//quality/img/bg1.webp) center top/100% 150% no-repeat;
}
@media screen and (max-width: 768px)
{
    .bg1
    {
        padding: 100px 0 70px;
    }
}
.bg1 section
{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.bg1 section.technology_area > .inner
{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 768px)
{
    .bg1 section.technology_area > .inner
    {
        width: 100%;
    }
}

.bg2
{
    padding: 150px 0;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko//quality/img/bg2.webp) center top/100% 150% no-repeat;
}
@media screen and (max-width: 768px)
{
    .bg2
    {
        padding: 70px 0;
    }
}
.bg2 section.quality_area
{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.bg2 section.quality_area > .inner
{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 768px)
{
    .bg2 section.quality_area > .inner
    {
        width: 100%;
    }
}
.bg2 section.quality_area > .inner h3
{
    font-family: 'Shippori Mincho', serif;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5625;

    margin-bottom: 20px;

    letter-spacing: 0;
}
@media screen and (max-width: 768px)
{
    .bg2 section.quality_area > .inner h3
    {
        font-size: 20px;
    }
}
.bg2 section.quality_area > .inner h3.mt
{
    margin-top: 70px;
}
@media screen and (max-width: 768px)
{
    .bg2 section.quality_area > .inner h3.mt
    {
        margin-top: 40px;
    }
}

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

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/quality/img/img_separate.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 */
