<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#main_img {
    position: relative;
}

#main_img img {
    width: 100%;
}

#main_img .title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

#main_img .title .area {
    width: 100%;
}

#main_img .title .area .flex {
    display: inline-flex;
    align-items: center;
    height: 100px;
    width: 92%;
    padding: 0 10px 0 10px;
    background-color: #FFFFFF;
}

#business_field {
    margin: 50px 0 -40px 0;
}

#business_field .area h2 {
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
}

#business_field .area p {
    margin-top: 10px;
    text-align: center;
}

#business_field .list {
    margin-top: 40px;
    padding: 30px 0 30px 0;
    background-color: var(--color_gray3);
}

#business_field .list .area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 0 auto;
}

#business_field .list .area ul&gt;li {
    width: 100%;
}

@media only screen and (min-width:768px) {
    #main_img .title .area .flex {
        height: 108px;
        width: 437px;
        padding: 0 30px 0 30px;
    }

    #business_field {
        margin: 95px 0 -80px 0;
    }

    #business_field .area h2 {
        font-size: 4.5rem;
    }

    #business_field .area p {
        margin-top: 25px;
    }

    #business_field .list {
        margin-top: 70px;
        padding: 0 0 60px 0;
        position: relative;
        background-color: #FFFFFF;
    }

    #business_field .list::after {
        content: "";
        display: block;
        width: 100%;
        height: calc(100% - 115px);
        background-color: var(--color_gray3);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #business_field .list .area ul {
        width: calc((454 * 2 + 36)/1200 * 100%);
        width: 100%;
        max-width: calc(454px * 2 + 36px);
        position: relative;
        z-index: 2;
    }

    #business_field .list .area ul&gt;li {
        width: calc(454/(454 * 2 + 36) * 100%);
    }

    #business_field .list .area ul&gt;li a {
        transition: var(--duration) opacity;
    }

    #business_field .list .area ul&gt;li a:hover {
        opacity: 0.7;
    }
}

@media only screen and (min-width:980px) {
    #main_img .title .area .flex {
        height: 155px;
        width: 630px;
        padding: 0 50px 0 50px;
    }
}

@media only screen and (min-width:1200px) {
    #main_img .title .area {
        width: calc((100 - (6 * 2)) * 1%);
        max-width: none;
    }
}

/*********************************************/
/*個別ページ***********************************/
#page_title {
    padding: 20px 0 20px 0;
    background-color: var(--color_gray3);
}

#page_title .area .cate {
    line-height: 0;
    text-align: right;
}

#page_title .area .cate img {
    width: 90px;
}

#page_title .area h1 {
    margin-top: 20px;
    font-size: 3.3rem;
    font-weight: normal;
    text-align: center;
    line-height: 1em;
}

#page_title .area p {
    margin-top: 15px;
    font-size: 1.3rem;
    text-align: center;
}

#page_title .area picture.img {
    display: block;
    width: calc(300/335 * 100%);
    max-width: 768px;
    margin: 30px auto 0 auto;
}

article#field {
    position: relative;
    padding-top: 40px;
}

article#field .line {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
}

article#field .line::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    background-image: url(../../common/img/k_colorline.svg);
    background-position: center center;
    background-size: 101%;
    margin: 0 auto 0 auto;
}

article#field section.block:nth-of-type(n+2) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: var(--base_border);
}

article#field section.block .area .flex {
    justify-content: space-between;
    row-gap: 40px;
}

article#field section.block .area .flex h2 {
    font-weight: normal;
    font-size: 3.0rem;
    line-height: 1.3;
}

article#field section.block .area .flex h2 span.big {
    line-height: 1em;
}

article#field section.block .area .flex h2 span.small {
    display: block;
    font-weight: 600;
    font-size: 1.3rem;
    margin-top: 15px;
}

article#field section.block .area .img {
    margin-top: 40px;
}

article#field section.block .area .img ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2px;
}

article#field section.block .area .img ul&gt;li,
article#field section.block .area .img ul&gt;li img {
    width: 100%;
}

article#field section.block .area .topics {
    margin-top: 35px;
}

article#field section.block .area .topics h3 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1em;
}

article#field section.block .area .topics .flex {
    padding: 20px;
    margin-top: 20px;
    background-color: var(--color_gray3);
    justify-content: space-between;
    row-gap: 20px;
}

article#field section.block .area .topics .flex .img,
article#field section.block .area .topics .flex .img img {
    margin: 0;
    width: 100%;
}

article#field section.block .area .topics .flex p {
    font-size: 1.3rem;
}

@media only screen and (min-width:768px) {
    #page_title {
        padding: 30px 0 60px 0;
    }

    #page_title .area .cate img {
        width: 112px;
    }

    #page_title .area h1 {
        font-size: 7.0rem;
        margin-top: calc(60px - 23px);
    }

    #page_title .area p {
        font-size: 2.0rem;
        margin-top: 30px;
    }

    #page_title .area picture.img {
        margin-top: 60px;
    }

    article#field {
        padding-top: calc(80px + 7px);
    }

    article#field section.block:nth-of-type(n+2) {
        margin-top: 80px;
        padding-top: 80px;
    }

    article#field section.block .area .flex h2 {
        width: calc(440/1200 * 100%);
        font-size: 5.6rem;
    }

    article#field section.block .area .flex h2 span.small {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    article#field section.block .area .flex p {
        width: calc(720/1200 * 100%);
    }

    article#field section.block .area .img {
        margin-top: 80px;
    }

    article#field section.block .area .img ul&gt;li {
        width: calc(50% - 2px);
    }

    article#field section.block .area .topics {
        margin-top: 60px;
    }

    article#field section.block .area .topics h3 {
        font-size: 2.0rem;
    }

    article#field section.block .area .topics .flex {
        align-items: center;
        padding: 0;
    }

    article#field section.block .area .topics .flex .img {
        width: calc(400/1200 * 100%);
    }

    article#field section.block .area .topics .flex p {
        width: calc((1200 - 400 - 60 - 60)/1200 * 100%);
        padding: 40px 0 40px 0;
        margin: 0 auto 0 auto;
        font-size: 1.6rem;
    }
}

/*********************************************/</pre></body></html>