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

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
tr,
th,
td,
figure,
video,
html,
body,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
tbody,
article {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #33E5BC;
    z-index: 555;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.loader .logo_load {
    width: 170px
}

.svg__content {
    width: 100%;
    height: 100%
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

img {
    width: 100%;
    display: block
}

#my-svg {
    fill: #33E5BC
}

.active {
    fill: #33E5BC
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 0.8s
}

.fadein.fade_end {
    opacity: 1;
    transform: translate(0, 0)
}

.ham_nav {
    display: none;
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#g-nav.panelactive .ham_nav {
    display: block;
    width: 80%;
    list-style: none;
    padding: 0
}

#g-nav.panelactive {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh
}

#g-nav-list {
    display: none;
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff
}

#g-nav.panelactive #g-nav-list {
    display: block
}

#g-nav.panelactive ul {
    opacity: 1
}

#g-nav.panelactive ul li,
.ham_logo,
.sec_logo_block,
#g-nav-list {
    animation-name: gnaviAnime;
    animation-duration: 0.2s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    opacity: 0
}

@keyframes gnaviAnime {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#g-nav li {
    text-align: center;
    list-style: none
}

#g-nav li a {
    color: #333;
    text-decoration: none;
    padding-top: 5%;
    padding-bottom: 5%;
    display: block;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700
}

.openbtn1 {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 509;
    cursor: pointer;
    width: 50px;
    height: 50px
}

.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    background-color: #fff;
    width: 38px
}

.openbtn1 span:nth-of-type(1) {
    top: 15px
}

.openbtn1 span:nth-of-type(2) {
    top: 23px
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 38px;
    background-color: #000
}

.openbtn1.active span:nth-of-type(2) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 38px;
    background-color: #000
}

.ham_txt_area {
    width: 90%
}

#g-nav.panelactive .ham_nav {
    display: block;
    width: 85%;
    margin-top: 1%;
    list-style: none;
    padding: 0
}

.ham_nav {
    display: none;
    position: absolute;
    z-index: 50;
    top: 50%;
    max-width: 500px;
    left: 50%;
    transform: translate(-50%, -50%)
}

#g-nav ul {
    padding: 0;
    text-align: left
}

#g-nav.panelactive ul li {
    text-align: left
}

#g-nav.panelactive ul {
    opacity: 1;
    width: 91%;
    margin: 0 auto
}

.sec_logo {
    display: none
}

.sec_logo_block {
    display: block
}

.one_logo_none {
    display: none
}

.ham_nav a {
    text-align: center
}

.list_top_txt {
    font-size: 20px;
    font-family: 'Quicksand', sans-serif
}

.ham_nav {
    max-width: 575px
}

.list_top_under {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    margin-top: 5%
}

.list_top_under img {
    width: 35%
}

.list_top_under p {
    font-size: 19px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700
}

.list_btn {
    margin: 0 auto;
    width: 205px;
    height: 48px;
    border-radius: 99px;
    background-color: #3393E5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3%
}

.list_btn p {
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "yu-gothic-pr6n", sans-serif
}

.header_btn {
    display: none;
    position: absolute
}

@media screen and (min-width:768px) {
    .list_top_under p {
        font-size: 30px;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-weight: 700
    }

    .list_top_txt {
        font-size: 25px
    }

    .openbtn1 span {
        width: 45px
    }

    .header_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        width: 150px;
        right: 70px;
        top: 50%;
        border-radius: 99px;
        background-color: #3393E5;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }

    .header_btn a {
        font-size: 14px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "游ゴシック体", YuGothic, "yu-gothic-pr6n", sans-serif
    }
}

@media screen and (min-width:1024px) {
    .list_top_under p {
        font-size: 40px;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-weight: 700
    }

    .list_top_txt {
        font-size: 29px
    }

    .header_btn {
        top: 29%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }
}</pre></body></html>