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

/* ────────────────────── *
 *                                              *
 * コンテンツ                                   *
 *                                              *
 * ────────────────────── */

.contents {
    background: url("../../image/common/bg-border.png"), url("../../concept/image/bg-concept.png") no-repeat center bottom / cover;
    padding-top: 130px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.contents:before {
    content: "";
    background: url("../../concept/image/mainvisual.png") no-repeat center center / cover, linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%);
    width: 100%;
    height: 0;
    padding-top: 79.53846153846153%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.contents .inner h2 {
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
}
.contents .inner h2 img {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
    transform: translateZ(0);
}
.contents .inner h3 {
    text-align: center;
    margin: 50px auto 60px;
    position: relative;
    z-index: 2;
}
.contents .inner h3 img {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
    transform: translateZ(0);
}
.contents .inner p.txt {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.04em;
    text-shadow:
        white 2px 0px 2px, white -2px 0px 2px,
        white 0px -2px 2px, white -2px 0px 2px,
        white 2px 2px 2px, white -2px 2px 2px,
        white 2px -2px 2px, white -2px -2px 2px,
        white 1px 2px 2px, white -1px 2px 2px,
        white 1px -2px 2px, white -1px -2px 2px,
        white 2px 1px 2px, white -2px 1px 2px,
        white 2px -1px 2px, white -2px -1px 2px,
        white 1px 1px 2px, white -1px 1px 2px,
        white 1px -1px 2px, white -1px -1px 2px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
}
.contents .inner p.caption {
    font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
    font-size: 10px;
    line-height: 1.3;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
</pre></body></html>