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

body {
    font-size: 16px;
    /* remではなくpxで直接指定する */
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: 'palt' on;
    min-width: 375px;
    position: relative;
    margin: 0 auto;
    background: #fff;
}

.en {
    font-family: 'Poppins', sans-serif;
}

.inner {
    padding: 0 24px;
    margin: 0 auto;
    position: relative;
}

.bd {
    width: 100%;
    height: 5px;
}

.bd_b {
    background: #000;
}

.bd_w {
    background: #fff;
}

.btn_entry {
    max-width: 376px;
    margin: 0 auto;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    position: relative;
    z-index: 9999;
}

.btn_entry:hover {
    opacity: .75;
}

.btn_entry img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:670px) {
    .btn_entry {
        max-width: 282px;
    }
}

#wrapper {
    position: relative;
}

#wrapper::before {
    content: "";
    display: block;
    width: 156px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/bk_l.png) left top repeat-y;
    z-index: 8888;
}

#wrapper::after {
    content: "";
    display: block;
    width: 156px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/bk_r.png) right top repeat-y;
    z-index: 8888;
}

@media screen and (max-width:1200px) {
    #wrapper::before {
        width: 40px;
        height: 100%;
        background: url(../img/bk_l_s.png) left top repeat-y;
    }

    #wrapper::after {
        width: 40px;
        height: 100%;
        background: url(../img/bk_r_s.png) right top repeat-y;
    }
}

/*fv
================================================*/

#fv {
    background: url(../img/bk_fv.png) left top repeat;
    margin-top: -24px;
}

#fv::before {
    content: "";
    display: block;
    width: 211px;
    height: 234px;
    background: url(../img/fig_fv_l.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 17px;
    left: 0;
}

#fv::after {
    content: "";
    display: block;
    width: 183px;
    height: 242px;
    background: url(../img/fig_fv_r.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 37px;
    right: 0;
}

#fv .inner {}

#fv h1 {
    position: relative;
    z-index: 9999;
    max-width: 1113px;
    margin: 0 auto;
    transform: translateY(24px);
    -webkit-transform: translateY(24px);
}

#fv img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:670px) {
    #fv {
        margin-top: -80px;
    }

    #fv .inner {
        padding: 0;
    }

    #fv::before,
    #fv::after {
        display: none;
    }

    #fv h1 {
        transform: translateY(80px);
        -webkit-transform: translateY(80px);
    }
}

/*about
================================================*/

#about {
    background: url(../img/bk_about.png) left top repeat;
    padding-top: calc(80px);
    margin-top: -72px;
}

#about .inner {
    position: relative;
    z-index: 9999;
    transform: translateY(72px);
    -webkit-transform: translateY(72px);
}

#about h2 span {
    display: block;
}

#about h2 span:nth-of-type(1) {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 170%;
    margin: 0 auto 12px;
}

#about h2 span:nth-of-type(2) {
    max-width: 640px;
    border-radius: 30px;
    border: 4px solid #128947;
    background: url(../img/bk_w.png) left top repeat;
    color: #0D542D;
    text-align: center;
    font-size: 22px;
    padding: 8px;
    font-weight: 900;
    line-height: 110%;
    margin: 0 auto -128px;
}

#about h2 span:nth-of-type(2) br {
    display: none;
}

#about h2 span:nth-of-type(3) {
    max-width: 1044px;
    margin: 0 auto 16px;
}

#about h2 span:nth-of-type(3) img {
    width: 100%;
    height: auto;
}

#about p span {
    display: block;
}

#about p span:nth-of-type(1) {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 auto 24px
}

#about p span:nth-of-type(2) {
    border: 2px solid #FFE209;
    padding: 8px;
    color: #FFE209;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    max-width: 430px;
    margin: 0 auto -56px;
}

#about figure {
    max-width: 882px;
    margin: 0 auto;
    transform: translateX(-16px);
    -webkit-transform: translateX(-16px);
}

#about figure img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:1020px) {
    #about h2 span:nth-of-type(2) {
        max-width: 400px;
        border-radius: 100px;
        margin-bottom: -12%;
    }

    #about h2 span:nth-of-type(2) br {
        display: block;
    }

    #about p span:nth-of-type(2) {
        margin: 0 auto -6%;
    }


}

@media screen and (max-width:670px) {

    #about {
        padding-top: calc(96px);
        margin-top: -50px;
    }

    #about .inner {
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
    }

    #about h2 span:nth-of-type(1) {
        font-size: 15px;
        margin: 0 auto 12px;
    }

    #about h2 span:nth-of-type(2) {
        max-width: 279px;
        border-radius: 100px;
        border: 2.4px solid #128947;
        background: url(../img/bk_w.png) left top repeat;
        font-size: 15px;
        line-height: 130%;
        margin: 0 auto -16%;
    }

    #about h2 span:nth-of-type(2) br {
        display: block;
    }

    #about h2 span:nth-of-type(3) {
        max-width: calc(100% + 24px * 2);
        margin: 0 -24px 16px;
    }

    #about h2 span:nth-of-type(3) img {
        width: 100%;
        height: auto;
    }

    #about p span {
        display: block;
    }

    #about p span:nth-of-type(1) {
        font-size: 13px;
        margin: 0 auto 10px
    }

    #about p span:nth-of-type(2) {
        border: 1.2px solid #FFE209;
        font-size: 15px;
        max-width: 254px;
        margin: 0 auto 10px;
    }

    #about figure {

        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

@media screen and (max-width:460px) {
    #about h2 span:nth-of-type(2) {
        margin: 0 auto -8%;
    }
}

/*info
================================================*/
#info {
    background: url(../img/bk_info.png) bottom center no-repeat;
    background-size: cover;
    padding: 80px 0;
}

#info section {
    margin: 0 auto 48px;
    position: relative;
    z-index: 9999;
}

#info section:nth-last-of-type(1) {
    margin: 0 auto;
}

#info h2 {
    height: 33px;
    text-align: center;
    margin: 0 auto 40px;
}

#info h2 img {
    height: 100%;
    width: auto;
}



#info .box {
    max-width: 540px;
    padding: 24px 16px;
    border-radius: 30px;
    border: 4px solid #0D542D;
    background: url(../img/bk_w02.png) left top repeat;
    margin: 0 auto;
}

#info li.box {
    margin: 0 auto 32px;
}

#info li.box:nth-last-of-type(1) {
    margin: 0 auto;
}

#info h3 {
    color: #0D542D;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    line-height: 140%;
    margin: 0 0 8px;
}

#info p.date {
    max-width: 278px;
    margin: 0 auto;
    border-radius: 20px;
    background: #C5E3D2;
    padding: 6px;
    color: #0D542D;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
}

#info h4 {
    color: #0D542D;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 140%;
    margin: 0 auto 8px;
}

#info h5 {
    max-width: 455px;
    margin: 0 auto 8px;
    border-radius: 100px;
    background: #FFE209;
    padding: 8px;
    color: #DC5738;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 140%;
}

#info h6 {
    color: #0D542D;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

@media screen and (max-width:670px) {
    #info {
        background: url(../img/bk_info_s.png) bottom center no-repeat;
        background-size: 100% auto;
        padding: 64px 0;
    }

    #info section {
        margin: 0 auto 48px;
    }

    #info h2 {
        height: 25px;
        margin: 0 auto 32px;
    }

    #info .box {
        max-width: 540px;
        padding: 19.2px 12.8px;
        border-radius: 16px;
        border: 3.2px solid #0D542D;
    }

    #info li.box {
        margin: 0 auto 24px;
    }

    #info li.box:nth-last-of-type(1) {
        margin: 0 auto;
    }

    #info h3 {
        font-size: 18px;
        margin: 0 0 6.4px;
    }

    #info p.date {
        max-width: 232px;
        border-radius: 100px;
        font-size: 16px;
    }

    #info h4 {
        font-size: 14px;
        margin: 0 auto 6.4px;
    }

    #info h5 {
        max-width: 296px;
        margin: 0 auto 6.4px;
        border-radius: 19.2px;
        padding: 6.4px;
        font-size: 15px;
    }

    #info h6 {
        font-size: 13px;
    }

}

@media screen and (max-width:410px) {
    #info h3 {
        font-size: 16px;
    }

    #info h4 {
        font-size: 12px;
    }
}

/*warning
================================================*/
#warning {
    background: #000;
    color: #fff;
    padding: 80px 0;
}

#warning section {
    max-width: 762px;
    margin: 0 auto 80px;
}

#warning section:nth-last-of-type(1) {
    margin: 0 auto;
}

#warning h2 {
    height: 33px;
    text-align: center;
    margin: 0 auto 40px;
}

#warning h2 img {
    height: 100%;
    width: auto;
}

#warning ul {
    padding: 0 0 0 1.25em;
    font-size: 18px;
}

#warning ul li {
    list-style: disc;
    font-weight: 400;
    line-height: 170%;
}

#warning p {
    padding-top: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 170%;
}

#warning h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 170%;
}

@media screen and (max-width:670px) {
    #warning section {
        margin: 0 auto 60px;
    }

    #warning section:nth-last-of-type(1) {
        margin: 0 auto;
    }

    #warning h2 {
        height: 25px;
        margin: 0 auto 32px;
    }


    #warning ul {
        font-size: 13.5px;
    }

    #warning p {
        font-size: 13.5px;
    }

    #warning h3 {
        font-size: 18.75px;
    }

}


@media screen and (max-width:400px) {
    #warning h3 {
        font-size: 16px;
    }

}


/*footer
================================================*/
#footer {
    padding: 40px 10px;
    background: #fff;
}

#footer .inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #000;
}

#footer ul {
    margin: 0 auto 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}

#footer ul li {
    display: flex;
    flex-direction: column;
    margin: 0 0 40px;
}

#footer li img {
    height: 50px;
    width: auto;
}

#footer div {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 16px 0;
    margin: 0 0 16px;
}

#footer div p:nth-of-type(1) {
    margin: 0 0 16px;
    font-size: 14px;
}

#footer div p:nth-of-type(2) {
    font-size: 12px;
}

#footer .inner&gt;p {
    font-size: 12px;
}

/*bits
================================================*/
@media screen and (min-width:1000px) {}

@media screen and (max-width:670px) {}

.hide {
    visibility: hidden;
}

.pc_none {
    display: none !important;
}


.sp_none {
    display: block !important;
}

.mb2em {
    margin-bottom: 2em;
}

.mw100 {
    max-width: 100px;
}

.mw240 {
    max-width: 240px;
}

.mwauto {
    max-width: 1em !important;
}

@media screen and (max-width:670px) {
    .pc_none {
        display: block !important;
    }

    .sp_none {
        display: none !important;
    }
}

/*
@media screen and (max-width:670px) {
  dl {
    display: flex;
    flex-wrap: wrap;
  }
  dt,
  dd {
    display: flex;
    flex-direction: column;
  }
}
*/</pre></body></html>