<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: #3db134;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 4.5px;
    margin: 0 auto;
}
.section .title-wrapper &gt; .subtitle{
    color: #3db134;
    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;
    }
    .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;
    }
}

/* title */
@media (min-width: 769px){
    .title.section{
        margin-bottom: 3rem;
    }
    .title.section .subtitle{
        margin-top: 0;
    }
    .title.section .image-wrapper{
        position: absolute;
        right: 5%;
        top: -10px;
        width: 180px;
    }
}

/* main section -- */
.main.section{
    gap: 20px;
}
.main.section &gt; .title-wrapper &gt; .title{
    color: black;
    font-size: 20px;
    text-align: left;
    font-weight: 300;
}
.main.section .image-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1093px;
    width: 90vw;
}
.main.section .image-wrapper &gt; img{
    position: relative;
    width: 100%;
}
.main.section .contents-wrapper{
    display: grid;
    gap: 20px;
    
}
.main.section .contents-wrapper .title-wrapper{
    display: flex;
    justify-content: start;
}
.main.section .contents-wrapper .title-wrapper .title{
    text-align: left;
    margin: 0;
}
.main.section .contents-wrapper .text-wrapper .text{
    font-size: 16px;
}
.main.section .contents-wrapper .movie-wrapper{
    margin: 2rem auto;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main.section .contents-wrapper .movie-wrapper .movie{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.main.section .contents-wrapper .movie-wrapper .movie &gt; iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (min-width: 769px){
    .main.section .contents-wrapper .movie-wrapper{
        max-height: 530px;
    }
    .main.section .contents-wrapper .movie-wrapper .movie &gt; iframe{
        top: 50%;
        left: 50%;
        max-width: 910px;
        max-height: 530px;
        transform: translate(-50%, -50%);
    }
}
/* -- main section */

/* company-info section -- */
.company-info.section .title-wrapper{
    position: relative;
    margin-top: 1rem;
}
.company-info.section .title-wrapper .title{
    position: relative;
    margin-top: 1rem;
    text-align: left;
    border-bottom: 1px solid #3db134;
    width: max-content;
    margin: 0;
    line-height: 60px;
}
.company-info.section .contents-wrapper{
    display: flex;
    flex-direction: column;
}
.company-info.section .contents-wrapper .content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #3db134;
    border-bottom: none;
    padding: 20px;
}
.company-info.section .contents-wrapper .content:last-child{
    border-bottom: 1px solid #3db134;
}
.company-info.section .contents-wrapper .content-title{
    color: #3db134;
    font-weight: 600;;
}
.company-info.section .contents-wrapper .content-body a{
    color: #000000;
    text-decoration: underline;
}
@media (min-width: 769px){
    .company-info.section .contents-wrapper .content{
        display: grid;
        grid-template-columns: 165px 1fr;
        align-items: center;
        padding: 0 20px;
    }
    .company-info.section .contents-wrapper .content .content-title{
        height: 100%;
        border-right: 1px solid #3db134;
        line-height: 45px;
    }
    .company-info.section .contents-wrapper .content .content-body{
        padding: 10px;
    }
}
/* -- company-info section */

.ajax-button-wrapper{
    display: flex;
    justify-content: center;
}
.ajax-button{
    display: flex;
    color: #3db134;
}
.ajax-button-wrapper .icon{
    position: relative;
    display: block;
    content: "";
    transform: rotate(+135deg);
    border-top: 2px solid #3db134;
    border-right: 2px solid #3db134;
    border-radius: 1px;
    width: 8px;
    height: 8px;
    top: 4px;
    right: -10px;
    background-color: #ffffff;
}

.no-content-wrapper{
    text-align: center;
    color: #999999;
}

.bottom-btn-wrapper{
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #fff;
    padding: 30px 0px;
    z-index: 99;
}
.btn-box{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
}
.btn-box &gt; a{
    font-family: "YuGothic Bold", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 30px) / 3);
    margin-right: 10px;
    border: 1px solid #3eb134;
    color: #3eb134;
    padding: 11px 10px 8px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.btn-box &gt; a:first-child{
    color: #fff;
    background: #ee7300;
    border: 1px solid transparent;
}
@media (min-width: 769px){
    .btn-box &gt; a{
        width: calc((100% - 90px) / 3);
        margin-right: 30px;
        font-size: 14px;
        padding: 15px 0px 12px;
    }
}

.bottom-btn-height-reflection{
    height: 125px;
}
@media (min-width: 769px){
    .bottom-btn-height-reflection{
        height: 110px;
    }
}


.footer{
    margin-top: 90px;
}
@media (min-width: 769px){
    .footer{
        margin-top: 150px;
    }
}

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