<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-headline{
    color: #60c3dbff;
    font-size: 6.5vw;
    letter-spacing: 1px;
    text-align: center;
    margin: 2rem auto 1rem auto;
    max-width: 1093px;
}

.link-in-page-top.to-schedule{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1093px;
    margin: 2rem auto 1rem auto;
    background-color: #60c3db;
    height: 110px;
}
.link-in-page-top.to-schedule &gt; a{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-in-page-top.to-schedule &gt; a &gt; div{
    position: relative;
    width: 100%;
    max-width: 420px;
}
.link-in-page-top.to-schedule .link-element-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.link-in-page-top.to-schedule .link-element-wrapper .image{
    position: absolute;
    width: 75px;
    top: -2px;
    left: 3vw;
}
.link-in-page-top.to-schedule .link-element-wrapper .text{
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.link-in-page-top.to-schedule .link-element-wrapper .icon{
    position: absolute;
    width: 80px;
    top: 4px;
    right: -6vw;
}
.link-in-page-top.to-schedule .link-element-wrapper .image &gt; img{
    position: absolute;
    width: 75px;
    height: auto;
}
.link-in-page-top.to-schedule .link-element-wrapper .icon &gt; img{
    position: absolute;
    width: 39px;
    height: 39px;
}
@media (min-width: 401px){
    .page-headline{
        font-size: 28px;
    }
}
@media (min-width: 769px){
    .link-in-page-top.to-schedule .link-element-wrapper .image{
        width: 170px;
        top: -25px;
        left: -120px;
    }
    .link-in-page-top.to-schedule .link-element-wrapper .text{
        font-size: 18px;
        font-weight: 300;
    }
    .link-in-page-top.to-schedule .link-element-wrapper .icon{
        top: -6px;
        right: -2vw;
    }
    .link-in-page-top.to-schedule .link-element-wrapper .image &gt; img{
        width: 130px;
    }
}

.section{
    position: relative;
    display: grid;
    gap: 30px;
    width: 90%;
    max-width: 1093px;
    margin: 4rem auto 1rem auto;
    color: #000;
}
.section .title-wrapper &gt; .title{
    color: #60c3db;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 4.5px;
    margin: 0 auto;
}
.section .title-wrapper &gt; .subtitle{
    color: #60c3db;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 8px auto 0 auto;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

.section .text{
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

@media (min-width: 769px){
    .section{
        gap: 40px;
        margin: 8rem auto 1rem auto;
    }
    .section .title-wrapper &gt; .title{
        font-size: 32px;
        letter-spacing: 4px;
    }
    .section .title-wrapper &gt; .subtitle{
        font-size: 18px;
        letter-spacing: 1.5px;
    }
    .section .text{
        letter-spacing: 3px;
        line-height: 1.7;
    }
}

.more-btn-wrapper{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.more-btn-wrapper &gt; div{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 0;
    border: 1px solid;
    line-height: normal;
}
.more-btn-wrapper a{
    color: #60c3db;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 13px 0;
    border-radius: 30px;
}
.more-btn-wrapper div{
    border-color: #60c3db;
}
@media (min-width: 769px){
    .more-btn-wrapper &gt; div{
        width: 300px;
        height: 40px;
        border-radius: 50px;
        padding: 13px 0;;
    }
    .more-btn-wrapper a{
        border-radius: 50px;
    }
}


/* introduction section -- */
.introduction.section{
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}
.introduction.section .title-wrapper .title{
    text-align: left;
}
.introduction.section .image-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: -90px;
    z-index: -1;
}
.introduction.section .image-wrapper &gt; img{
    position: relative;
    top: -78px;
    width: 245px;
    left: 15px;
}
.introduction.section .movie-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0.5px;
}
.introduction.section .movie{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.introduction.section .movie &gt; iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 769px){
    .introduction.section .title-wrapper{ grid-area: title; }
    .introduction.section .text-wrapper{ grid-area: text; }
    .introduction.section .image-wrapper{ grid-area: image; }
    .introduction.section .movie-wrapper{ grid-area: movie; }
    .introduction.section{
        grid-template-areas: 
            "title image"
            "text image"
            "movie movie";
        grid-template-columns: 3fr 2fr;
        margin-bottom: 0;
    }
    .introduction.section .title-wrapper{
        height: 45px;
    }
    .introduction.section .title-wrapper &gt; .title{
        position: absolute;
        white-space: nowrap;
    }
    .introduction.section .image-wrapper &gt; img{
        position: absolute;
        width: 310px;
        top: -245px;
        left: 0;
        max-width: unset;
    }
    .introduction.section .movie-wrapper{
        max-height: 530px;
        margin: 2rem 0.5px 3rem 0.5px;
    }
    .introduction.section .movie &gt; iframe{
        top: 50%;
        left: 50%;
        max-width: 875px;
        max-height: 495px;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 1200px){
    .introduction.section{
        grid-template-columns: 3fr 1fr;
        column-gap: 85px;
    }
    .introduction.section .image-wrapper &gt; img{
        left: -20px;
    }
}

/* -- introduction section */

/* point section -- */
.point.section{
    max-width: 1093px;
}
.point.section .contents-wrapper{
    display: grid;
    gap: 40px;
}
.point.section .content-header{
    display: grid;
    grid-template-columns: min-content 3fr;
    grid-template-areas: 
        "icon text"
        "image image";
}
.point.section .content-header &gt; .icon{
    grid-area: icon;
    position: relative;
    display: flex;
    flex-direction: row;
    height: 75px;
}
.point.section .content-header &gt; .icon &gt; .content-number{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffe400;
    width: 90px;
    position: relative;
    top: -2px;
    left: 4px;
}
.point.section .content-header &gt; .icon &gt; .content-number &gt; div{ position: relative; top: 3px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";}
.point.section .content-header &gt; .icon &gt; .content-number &gt; div:first-child{ font-size: 12px; letter-spacing: 3px; transform: scaleX(0.8); font-weight: 600; }
.point.section .content-header &gt; .icon &gt; .content-number &gt; div:last-child{ font-size: 28px; font-weight: 600; transform: scaleX(0.8); line-height: 1; }
.point.section .content-header &gt; .icon &gt; .image-wrapper{
    width: 100px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.point.section .content-header &gt; .icon &gt; .image-wrapper &gt;img{
    position: relative;
}
.point.section .content-header &gt; .text{
    grid-area: text;
    position: relative;
    left: 25px;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    font-weight: 600;
}
.point.section .content:nth-child(1) .content-header &gt; .text{ color: #eb6862; }
.point.section .content:nth-child(2) .content-header &gt; .text{ color: #1d509d; }
.point.section .content:nth-child(3) .content-header &gt; .text{ color: #3db134; }
.point.section .content-header &gt; .image{
    grid-area: image;
    position: relative;
    margin: 15px auto;

}
.point.section .content-header &gt; .image &gt; img{
    position: relative;
    max-width: unset;
}
.point.section .contents-wrapper &gt; .content:nth-child(1) &gt; .content-header &gt; .image &gt; img{ width: 190px; }
.point.section .contents-wrapper &gt; .content:nth-child(2) &gt; .content-header &gt; .image &gt; img{ width: 200px; }
.point.section .contents-wrapper &gt; .content:nth-child(3) &gt; .content-header &gt; .image &gt; img{ width: 150px; }

.point.section .content-body{
    display: grid;
    gap: 20px;
}
.point.section .content-body &gt; .images-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2%;
}
.point.section .content-body &gt; .images-wrapper &gt; img{
    width: 49%;
}
.point.section .more-btn-wrapper{
    margin-top:10px;
}

@media (min-width: 769px){
    .point.section{
        margin-top: 0;
    }
    .point.section .contents-wrapper{
        margin-top: 20px;
        margin-bottom: 30px;
        gap: 100px;
    }
    .point.section .content-header{
        grid-template-areas: 
            "icon text image";
        margin-bottom: 40px;
        grid-template-rows: 100px;
    }
    .point.section .contents-wrapper .content:nth-child(1) .content-header{
        grid-template-columns: min-content minmax(max-content, 546px) minmax(200px, 1fr);
    }
    .point.section .contents-wrapper .content:nth-child(2) .content-header{
        grid-template-columns: min-content minmax(max-content, 500px) minmax(200px, 1fr);
    }
    .point.section .contents-wrapper .content:nth-child(3) .content-header{
        grid-template-columns: min-content minmax(max-content, 560px) minmax(140px, 1fr);
    }
    .point.section .content-header &gt; .icon{
        height: 100px;
    }
    .point.section .content-header &gt; .icon &gt; .content-number{
        width: 135px;
        top: -6px;
        left: 10px;
    }
    .point.section .content-header &gt; .icon &gt; .content-number &gt; div:first-child{ font-size: 19px; letter-spacing: 4px;}
    .point.section .content-header &gt; .icon &gt; .content-number &gt; div:last-child{ font-size: 37px; top: 4px; }
    .point.section .content-header &gt; .icon &gt; .image-wrapper {
        width: 155px;
        top: -9px;
    }    
    .point.section .content-header &gt; .text{
        font-size: 30px;
        left: 0;
        padding-left: 60px;
        width: max-content;
    }
    .point.section .content-header &gt; .image{
        position: relative;
        margin: 0 auto;
        width: 100%;
    }
    .point.section .content-header &gt; .image &gt; img{
        position: absolute;
    }
    .point.section .contents-wrapper &gt; .content:nth-child(1) &gt; .content-header &gt; .image &gt; img{ width: 25vw; left: -30px; bottom: -25px; max-width: 255px; }
    .point.section .contents-wrapper &gt; .content:nth-child(2) &gt; .content-header &gt; .image &gt; img{ width: 25vw; left: -20px; bottom: -15px; max-width: 300px; }
    .point.section .contents-wrapper &gt; .content:nth-child(3) &gt; .content-header &gt; .image &gt; img{ width: 20vw; left: -20px; bottom: -35px; max-width: 225px; }

    .point.section .content-body{
        gap: 30px;
        width: 79%;
        margin-left: 180px;
    }
    .point.section .content-body .text-wrapper{
        max-width: calc(90vw - 150px);
    }
}
@media (min-width: 1200px){
    .point.section .contents-wrapper &gt; .content:nth-child(1) &gt; .content-header &gt; .image &gt; img{ width: 25vw; left: 40px; bottom: -25px; max-width: 255px; }
    .point.section .contents-wrapper &gt; .content:nth-child(2) &gt; .content-header &gt; .image &gt; img{ width: 25vw; left: 50px; bottom: -15px; max-width: 300px; }
    .point.section .contents-wrapper &gt; .content:nth-child(3) &gt; .content-header &gt; .image &gt; img{ width: 20vw; left: 50px; bottom: -35px; max-width: 225px; }
}
/* -- point section */

/* present section -- */
.present.section{

}
.present.section .contents-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.present.section .contents-wrapper .content{
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    justify-content: center;
}
.present.section .contents-wrapper .content .image-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.present.section .contents-wrapper .content:first-child .image-wrapper &gt; img{
    width: 85px;
}
.present.section .contents-wrapper .content:last-child .image-wrapper &gt; img{
    width: 60px;
}
.present.section .contents-wrapper .content .text-wrapper{
    position: relative;
    display: flex;
}
.present.section .contents-wrapper .content .text-wrapper &gt; .text{
    font-size: 16px;
    letter-spacing: 1px;
}

@media (min-width: 769px){
    .present.section{
        justify-content: center;
    }
    .present.section .contents-wrapper{
        gap: 50px;
    }
    .present.section .contents-wrapper .content{
        grid-template-rows: 1fr;
        grid-template-columns: min-content 1fr;
        align-items: center;
    }
    .present.section .contents-wrapper .content .image-wrapper{
        width: max-content;
    }
    .present.section .contents-wrapper .content:first-child .image-wrapper &gt; img{
        width: 140px;
    }
    .present.section .contents-wrapper .content:last-child .image-wrapper &gt; img{
        width: 115px;
    }
    .present.section .contents-wrapper .content .text-wrapper &gt; .text{
        letter-spacing: 2px;
    }
}
/* -- present section */

/* flow section -- */
.flow.section .contents-wrapper{
    display: grid;
    grid-template-rows: repeat(3, min-content);
    gap: 20px;
}
.flow.section .content{
    display: grid;
    grid-template-rows: repeat(3, min-content);
    gap: 5px;
}
.flow.section .content-header{
    display: grid;
    grid-template-columns: min-content 1fr;
    gap: 20px;
}
.flow.section .content-header .icon{
    width: 45px;
    height: 45px;
    color: #ffe400;
    background: #60c3db;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    font-weight: 600;
}
.flow.section .content-header .text{
    display: flex;
    align-items: center;
    color: #60c3db;
    font-size: 20px;
    font-weight: 600;
}
.flow.section .content-body{

}
.flow.section .content-body .text-wrapper{
    margin-left: 62px;
}
.flow.section .content-body .text{

}
.flow.section .content-image{
    margin: 20px 0 20px 63px;
}
.flow.section .content-image .image-wrapper{
    
}
.flow.section .content-image .image-wrapper &gt; img{

}
@media (min-width: 769px){
    .flow.section .contents-wrapper{
        grid-template-rows: repeat(4, 1fr);
    }
    .flow.section .content{
        grid-template-rows: min-content 1fr;
        grid-template-columns: 3fr 1.4fr;
        grid-template-areas: 
            "header image"
            "body image";
        gap: 5px;
    }
    .flow.section .content-header{
        grid-area: header;
        align-items: center;
        height: max-content;
    }
    .flow.section .content-body{
        grid-area: body;
    }
    .flow.section .content-image{
        grid-area: image;
        margin: 0;
        margin-left: 20px;
    }
}
/* -- flow section */

/* voice section -- */
.voice.section{
    /* max-width: 875px; */
    max-width: 1045px;
}
.voice.section .contents-wrapper{
    display: grid;
    gap: 50px;
}
.voice.section .contents-wrapper .content{
    display: grid;
    grid-template-rows: min-content min-content;
    gap: 10px;
}
.voice.section .contents-wrapper .content .participant-info{
    display: grid;
    /* grid-template-columns: 1fr 3fr; */
    grid-template-columns: min-content;
    justify-content: center;
    width: 100%;
    /* gap: 40px; */
    margin-bottom: 12px;
}
.voice.section .contents-wrapper .content .participant-info .image-wrapper{
    position: relative;
    width: 115px;    
}
.voice.section .contents-wrapper .content .participant-info .image-wrapper &gt; img{
    position: relative;
    width: 115px;
}
.voice.section .contents-wrapper .content .participant-info .text-wrapper{
    /* display: grid; */
    display: none;
    margin-top: 15px;
    gap: 30px;
}
.voice.section .contents-wrapper .content .participant-info .text-wrapper .text:first-child{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}
.voice.section .contents-wrapper .content .participant-info .text-wrapper .text:last-child{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.voice.section .contents-wrapper .content .overview-text{
    display: none;
}
.voice.section .contents-wrapper .content .overview-text &gt; .text{
    color: #3db134;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.voice.section .contents-wrapper .content &gt; .text-wrapper{
    
}
.voice.section .contents-wrapper .content &gt; .text-wrapper &gt; .text{
    
}

@media (min-width: 769px){
    .voice.section .contents-wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .voice.section .contents-wrapper .content .participant-info{
        /* grid-template-columns: 50% 50%; */
        grid-template-columns: min-content;
        justify-content: center;
        gap: 0;
        height: 160px;
    }
    .voice.section .contents-wrapper .content .participant-info .image-wrapper{
        /* width: 100%; */
        width: max-content;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .voice.section .contents-wrapper .content .participant-info .image-wrapper &gt; img{
        width: 160px;
        /* position: absolute; */
        /* right: 50px; */
    }
    .voice.section .contents-wrapper .content .participant-info .text-wrapper{
        margin: 0;
        padding-top: 25%;
        gap: 0;
    }
    .voice.section .contents-wrapper .content .participant-info .text-wrapper .text:first-child{
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 2px;
    }
    .voice.section .contents-wrapper .content .participant-info .text-wrapper .text:last-child{
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
    }
}
/* -- voice section */

/* fair section -- */
.fair.section{
    gap: 40px;
}
.fair.section a:hover{
    text-decoration: none;
}
.event-wrapper{
    display: grid;
    gap: 20px;
    grid-template-rows: max-content max-content;
    grid-template-columns: 1fr 1fr;
}
.event-item{
    position: relative;
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
}
.event-type-label{
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px;
    border-radius: 40px;
    padding: 3px 15px;
}
.event-type-label.green{
    background-color: #3db134;
}
.event-type-label.blue{
    background-color: #00b4d2;
}
.event-type-label.pink{
    background-color: #d975a6;
}
.event-type-label.brown{
    background-color: #963f00;
}
.event-datetime{
    font-size: 14px;
    color: #231815;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    flex-wrap: wrap;
}
.event-buttons-wrapper{
    display: grid;
    justify-content: stretch;
    align-items: stretch;
    gap: 5px;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    position: relative;
    font-size: 14px;
}
.event-buttons-wrapper .more-btn-wrapper &gt; div{
    padding: unset;
}
.event-buttons-wrapper .more-btn-wrapper &gt; div &gt; a{
    padding: 8px 0;
    border-radius: 30px;
}
.event-item-wrapper{
    word-break: break-all;
}
.event-thumbnail{
    position: relative;
    max-width: 41vw;
    width: 100%;
}
.event-image{
    position: relative;
    overflow: hidden;
}
.event-image &gt; img{
    width: 100%;            /* 蟷�ｒ繧ｳ繝ｳ繝�リ縺ｫ蜷医ｏ縺帙ｋ */
    aspect-ratio: 3 / 2;
    object-fit: cover;          /* 蝓九ａ繧九ｈ縺�↓諡｡螟ｧ or 蛻�ｊ蜿悶ｊ */
    object-position: center;    /* 荳ｭ螟ｮ縺ｫ謠�∴繧� */
    position: relative;
}
@media (min-width: 769px) {
    .event-wrapper{
        display: grid;
        gap: 20px;
        grid-template-rows: 1fr 0;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: -20px;
    }
    .event-buttons-wrapper{
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .event-buttons-wrapper .more-btn-wrapper &gt; div{
        width: 100%;
        height: unset;
        padding: unset;
    }
    .event-buttons-wrapper .more-btn-wrapper &gt; div &gt; a{
        padding: 8px 0;
        border-radius: 50px;
    }
    .event-item-wrapper{
        width: calc((90vw - 74px) / 4);
    }
}
@media (min-width: 1200px) {
    .event-item-wrapper{
        width: calc((1093px - 60px) / 4);
    }
}
/* -- fair section */

/* company section -- */
.company.section{
    gap: 40px;
}
.company.section a:hover{
    text-decoration: none;
}
.company.section .section-title-wrapper{
    position: relative;
    margin-top: 1rem;
}
.company.section .section-title-image{
    z-index: -5;
    position: absolute;
    right: -9px;
    bottom: 4px;
    width: 105px;
}
.company-wrapper{
    display: grid;
    gap: 20px;
    row-gap: 35px;
    grid-template-rows: max-content max-content;
    grid-template-columns: 1fr 1fr;
}
.company-item{
    position: relative;
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
    height: 100%;
}
.company-thumbnail{
    position: relative;
    max-width: 41vw;
    width: 100%;
}
.company-image{
    position: relative;
    overflow: hidden;
}
.company-image &gt; img{
    width: 100%;            /* 蟷�ｒ繧ｳ繝ｳ繝�リ縺ｫ蜷医ｏ縺帙ｋ */
    aspect-ratio: 3 / 2;
    object-fit: cover;          /* 蝓九ａ繧九ｈ縺�↓諡｡螟ｧ or 蛻�ｊ蜿悶ｊ */
    object-position: center;    /* 荳ｭ螟ｮ縺ｫ謠�∴繧� */
    position: relative;
}
.company-catch-copy{
    font-size: 20px;
    color: #60c3db;
    font-weight: 600;
}
.company-name{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 10px 0;
}
.company-categories{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 6px;
    flex-wrap: wrap;
}
.company-category{
    position: relative;
    max-width: 100px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 30px;
    padding: 3px 5px;
    border: 1px solid #3db134;
    line-height: normal;
    letter-spacing: 1px;
    color: #3db134;
}
.company-prefectures{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 6px;
    flex-wrap: wrap;
}
.company-prefecture{
    position: relative;
    max-width: 100px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 30px;
    padding: 3px 5px;
    border: 1px solid #de8f06ff;
    line-height: normal;
    letter-spacing: 1px;
    color: #de8f06ff;
}
.company-item-wrapper{
    word-break: break-all;
}
@media (min-width: 769px) {
    .company-wrapper{
        display: grid;
        gap: 20px;
        grid-template-rows: 1fr 0;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: -20px;
    }
    .company-section .section-title-wrapper{
        margin-top: 2rem;
        margin-bottom: 0.3rem;
    }
    .company-section .section-title-image{
        right: 0;
        bottom: -20px;
        width: 200px;
        max-width: 20vw;
    }
    .company-item-wrapper{
        width: calc((90vw - 74px) / 4);
    }
}
@media (min-width: 1200px) {
    .company-item-wrapper{
        width: calc((1093px - 60px) / 4);
    }
}
/* -- company section */

/* qa section -- */
.qa.section{
    gap: 40px;
}
.qa.section .content .label{
    font-family: "Corbel";
    font-weight: 600;
    font-size: 24px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.qa.section .content .text{
    letter-spacing: 1.2px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.qa.section .content{
    border-top: solid 1px #60c3dbaa;
    border-bottom: solid 1px #60c3dbaa;
}
.qa.section .content:first-child{
    border-top: solid 2px #60c3db90;
}
.qa.section .content:last-child{
    border-bottom: solid 2px #60c3db90;
}
.qa.section .content .label &gt; span{
    transform: scaleX(1.1);
}
.qa.section .content .separator{
    border: dashed 1px #60c3db;
    transform: scaleY(0.8);
    opacity: 1;
}
.qa.section .content .separator.hide{
    opacity: 0;
    z-index: -2;
}
.qa.section .content .question-wrapper{
    display: grid;
    grid-template-columns: min-content 1fr min-content;
    gap: 20px;
    margin: 30px 0;
}
.qa.section .content .question-wrapper &gt; .label{
    background-color: #60c3db;
    color: #ffffff;
}
.qa.section .content .question-wrapper &gt; .text{
    text-align: left;
}
.qa.section .content .question-wrapper &gt; .open-btn{
    width: 25px;
    margin-right: 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.qa.section .content .question-wrapper &gt; .open-btn &gt; span{
    display: block;
    content: "";
    transform: rotate(-45deg) matrix(1, 0.45, 0.45, 1, 0, 0);
    border-top: 6px solid #60c3db;
    border-right: 6px solid #60c3db;
    width: 12px;
    height: 12px;
    position: relative;
}
.qa.section .content .question-wrapper &gt; .open-btn.deactive &gt; .icon{
    transform: rotate(135deg) matrix(1, 0.45, 0.45, 1, 0, 0);
}
.qa.section .content .answer-wrapper{
    display: grid;
    grid-template-columns: min-content 1fr min-content;
    gap: 20px;
    margin: 30px 0;
    height: max-content;
    z-index: -2;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0s ease, transform 0.3s ease, height 0.1s ease;
}
.qa.section .content .answer-wrapper.hide{
    opacity: 0;
    height: 0;
    transform: translateY(-30px);
    margin: 0;
}
.qa.section .content .answer-wrapper.hide &gt; div{
    display: none;
}
.qa.section .content .answer-wrapper &gt; .label{
    background-color: #fff100;
    color: #60c3db;
}
.qa.section .content .answer-wrapper &gt; .text{
    text-align: left;
}
.qa.section .content .answer-wrapper &gt; .dummy-elem{
    width: 12px;
    height: 12px;
}
/* -- qa section */

.footer{
    margin-top: 6rem;
}
@media (min-width: 769px) {
    .footer{
        margin-top: 10rem;
    }
}

.no-event-wrapper {
    position: relative;
    width: 90%;
    max-width: 1093px;
    margin: 0 auto;
    text-align: center;
    color: #999999;
}</pre></body></html>