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


/*----- mv -----*/

.top_mv {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    overflow-x: hidden;
}

/* main */

.top_mv_main {
    position: relative;
    z-index: 7;
    width: 71.1111vw;
    background: #fff;
}
.top_mv_slide &gt; li {
    height: 40vw;
}
.top_mv_slide li img,
.top_mv_slide li iframe {
    width: 71.1111vw;
    height: 40vw;
}
.top_mv_slide li .image {
    width: 100%;
    height: 40vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.top_mv_slide .slide_dot {
    position: absolute;
    width: 100%;
    bottom: -24px;
    text-align: center;
}
.top_mv_slide .slide_dot li {
    display: inline;
    margin: 0 10px;
}
.top_mv_slide .slide_dot li button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: #447cc2;
    cursor: pointer;
    text-indent: -9999px;
    outline: none;
    padding: 0!important;
}
.top_mv_slide .slide_dot li.slick-active button {
    background: #aacde9;
}

/* news */

.top_mv_news {
    position: relative;
    z-index: 4;
    margin-top: 30px;
    padding: 54px 0;
    background: #fff1f1;
}
.top_mv_news .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top_mv_news_title {
    width: 200px;
    padding: 30px 0;
    border: 1px solid #fdbdbd;
    color: #fe0000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.top_mv_news_list {
    width: calc(100% - 260px);
    border-top: 1px solid #fdbdbd;
}
.top_mv_news_list li {
    padding: 15px 0;
    border-bottom: 1px solid #fdbdbd;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

/* menu */

.top_mv_nav {
    position: absolute;
    z-index: 6;
    top: 0;
    right: 0;
    width: calc(100% - 71.1111vw);
    height: 40vw;
}
.top_mv_info {
    position: relative;
    z-index: 7;
    display: flex;
    border: 1px solid #447cc2;
    background: #fff;
    margin-top: 1px;
}
.top_mv_info_time {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 63%;
    height: 5vw;
    border-right: 1px solid #447cc2;
}
.top_mv_info_time p {
    color: #447cc2;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    transform: skewX(5deg);
}
.top_mv_info_time p span {
    display: block;
    margin-top: 10px;
    font-size: 26px;
    font-weight: bold;
}
.top_mv_info_weather {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37%;
    height: 5vw;
}
.top_mv_info_weather &gt; div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.top_mv_info_weather img {
    width: 40px;
    transform: skewX(5deg);
}

.top_mv_menu {
    position: relative;
    z-index: 6;
}
.top_mv_info,
.top_mv_menu li {
    margin-left: -.4vw;
    width: 27vw;
    transform: skewX(-5deg);
}
.top_mv_menu li a {
    display: flex;
    align-items: center;
    height: 5vw;
    padding: 0 2vw;
    background: #fff;
    border: 1px solid #447cc2;
    border-bottom: .75vw solid #447cc2;
}
.top_mv_menu li a:hover {
    background: #e3f0f2;
    text-decoration: none;
}
.top_mv_menu li a p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    transform: skewX(5deg);
}
.top_mv_menu li.mod_btn_arrow a::before,
.top_mv_menu li.mod_btn_arrow a::after {
    right: 30px;
}
.top_mv_menu li.mod_btn_arrow a:hover::before,
.top_mv_menu li.mod_btn_arrow a:hover::after {
    right: 15px;    
}
.top_mv_menu li:nth-of-type(1) {
    margin-left: -.75vw;
    margin-bottom: calc(10vw + 33px);
}
.top_mv_nav_bg {
    position: absolute;
    z-index: 2;
    bottom: calc(15vw + 2.25vw);
    left: 0;
    width: 26vw;
}
.top_mv_nav_bg img {
    width: 100%;
}

@media screen and (max-width: 1660px){
    
    .top_mv_info,
    .top_mv_menu li {
        width: 27.5vw;
    }
    .top_mv_info_time p {
        font-size: 1.1vw;
    }
    .top_mv_info_time p span {
        margin-top: .5vw;
        font-size: 1.8vw;
    }
    
    .top_mv_menu li.mod_btn_arrow a::before,
    .top_mv_menu li.mod_btn_arrow a::after,
    .top_mv_menu li.mod_btn_arrow a:hover::before,
    .top_mv_menu li.mod_btn_arrow a:hover::after {
        right: auto;
    }
    .top_mv_menu li.mod_btn_arrow a::before {
        left: calc(22vw + 33px);
    }
    .top_mv_menu li.mod_btn_arrow a::after {
        left: 22vw;
    }
    .top_mv_menu li.mod_btn_arrow a:hover::before {
        left: calc(23vw + 33px);
    }
    .top_mv_menu li.mod_btn_arrow a:hover::after {
        left: 23vw;
    }
    .top_mv_menu li:nth-of-type(1) {
        margin-bottom: calc(10vw + 1.666vw);
    }
    .top_mv_menu li a p {
        font-size: 1.2vw;
        line-height: 1.8vw;
    }
    .top_mv_nav_bg {
        bottom: calc(15vw + 2vw);
    }

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

    /* news */

    .top_mv_news {
        padding: 4vw 0;
    }
    .top_mv_news_title {
        width: 16vw;
        padding: 2.5vw 0;
        font-size: 1.6vw;
    }
    .top_mv_news_list {
        width: calc(100% - 20vw);
    }
    .top_mv_news_list li {
        padding: 1.5vw 0;
        font-size: 1.6vw;
        line-height: 2.7vw;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* menu */

    .top_mv_info,
    .top_mv_menu li {
        width: 28.5vw;
    }
    .top_mv_info_time {
        height: 6vw;
    }
    .top_mv_info_time p {
        font-size: 1.2vw;
    }
    .top_mv_info_time p span {
        margin-top: .75vw;
        font-size: 2vw;
    }
    .top_mv_info_weather {
        height: 6vw;
    }
    .top_mv_info_weather &gt; div {
        width: 3vw;
        height: 3vw;
    }
    .top_mv_info_weather img {
        width: 3vw;
    }
    
    .top_mv_menu li a {
        height: 4.66vw;
        padding: 0 2vw;
    }
    .top_mv_menu li.mod_btn_arrow a::before {
        left: calc(22vw + 3.3vw);
    }
    .top_mv_menu li.mod_btn_arrow a::after {
        left: 22vw;
    }
    .top_mv_menu li.mod_btn_arrow a:hover::before {
        left: calc(23vw + 3.3vw);
    }
    .top_mv_menu li.mod_btn_arrow a:hover::after {
        left: 23vw;
    }
    
}
@media screen and (max-width: 767px){

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

    .top_mv {
        padding-bottom: 0;
    }

    /* main */

    .top_mv_main {
        width: 100%;
    }
    .top_mv_slide li {
        height: auto;
    }
    .top_mv_slide li img {
        width: 100%;
        height: auto;
    }
    .top_mv_slide li iframe {
        aspect-ratio: 16 / 9;
	    width: 100%;
	    height: auto;
    }

    /* news */

    .top_mv_news {
        padding: 24px 0;
    }
    .top_mv_news .wrap {
        display: block;
    }
    .top_mv_news_title {
        width: 160px;
        margin-bottom: 20px;
        padding: 12px 0;
        font-size: 14px;
    }
    .top_mv_news_list {
        width: 100%;
    }
    .top_mv_news_list li {
        padding: 8px 0;
        font-size: 16px;
        line-height: 30px;
    }

    /* menu */

    .top_mv_nav {
        position: relative;
        width: 100%;
        height: auto;
        margin-left: 6vw;
        padding: 40px 0 60px;
        background: #e3f0f2;
        transform: skewX(-5deg);
    }
    .top_mv_info {
        width: 98vw;
        margin-left: -13vw;
    }
    .top_mv_info_time {
        width: 70%;
        height: 80px;
    }
    .top_mv_info_time p {
        font-size: 14px;
        transform: skewX(5deg);
    }
    .top_mv_info_time p span {
        margin-top: 10px;
        font-size: 26px;
        transform: skewX(5deg);
    }
    .top_mv_info_weather {
        width: 30%;
        height: 80px;
    }
    .top_mv_info_weather &gt; div {
        width: 40px;
        height: 40px;
        transform: skewX(5deg);
    }
    .top_mv_info_weather img {
        width: 40px;
    }

    .top_mv_menu li {
        width: 98vw;
        margin-left: -7vw;
    }
    .top_mv_menu li:nth-of-type(1) {
        margin-left: -14.4vw;
        margin-bottom: 20px;
    }
    .top_mv_menu li:nth-of-type(2) {
        margin-left: -9vw;
    }
    .top_mv_menu li:nth-of-type(4) {
        margin-left: -5vw;
    }
    .top_mv_menu li a {
        height: 75px;
        padding: 0 10vw;
        border-bottom-width: 10px;
    }
    .top_mv_menu li a p {
        font-size: 18px;
        line-height: 30px;
        transform: skewX(10deg);
    }
    .top_mv_nav_bg {
        display: none;
    }
    .top_mv_menu li:nth-of-type(1) a {
        padding-left: 12.8vw;
    }
    .top_mv_menu li:nth-of-type(4) a p br {
        display: none;
    }

    .top_mv_menu li.mod_btn_arrow a::before {
        left: calc(75vw + 33px);
    }
    .top_mv_menu li.mod_btn_arrow a::after {
        left: 75vw;
    }
    .top_mv_menu li.mod_btn_arrow a:hover::before {
        left: calc(77vw + 33px);
    }
    .top_mv_menu li.mod_btn_arrow a:hover::after {
        left: 77vw;
    }
    
}


/*----- safety -----*/

.top_safety {
    background: #e3f0f2;
}
.top_safety_main {
    position: relative;
    z-index: 2;
    padding: 80px 0 30px;
}
.top_safety_main_title {
    position: relative;
    z-index: 2;
}
.top_safety_list li {
    margin-bottom: 90px;
}
.top_safety_about {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 3;
    margin: -40px 0 -40px;
}
.top_safety_about_img {
    position: relative;
    padding-bottom: 10px;
}
.top_safety_about_img img {
    position: relative;
    z-index: 4;
    width: 1280px;
    height: 400px;
    border-radius: 75px;
}
.top_safety_about_img span {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    display: block;
    width: 1280px;
    height: 400px;
    background: #fff;
    border: 1px solid #447cc2;
    border-radius: 75px;
}
.top_safety_about_text {
    position: absolute;
    z-index: 4;
    left: 100px;
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 3px;
    text-shadow: 5px 5px 0 #447cc2;
}
.top_safety_about_text span {
    display: inline-block;
    padding: 0 10px 5px;
    background: linear-gradient(transparent 60%, #faffa6 60%);
    transform: skewX(-10deg);
}
.top_safety_about_text span.indent {
    margin-left: 90px;
}
.top_safety_main .mod_btn_frame {
    position: relative;
    z-index: 4;
    margin-right: 80px;
}

/* detail */

.top_safety_detail {
    position: relative;
    z-index: 1;
    background: url("/shared/img/top/bg_safety.png");
    padding: 120px 0 60px;
    width: 100%;
    overflow-x: hidden;
}
.top_safety_detail_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_safety_detail_list li {
    display: flex;
    flex-direction: column;
    width: 660px;
    margin-bottom: 60px;
}
.top_safety_detail_title {
    position: relative;
    z-index: 3;
}
.top_safety_detail_title span {
    position: relative;
    display: inline-block;
    padding: 15px 40px;
    background: #fff;
    border: 1px solid #447cc2;
    border-right: none;
    color: #447cc2;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 2px;
}
.top_safety_detail_title p:first-child span {
    border-bottom: none;
}
.top_safety_detail_title span::after {
    transform: skewX(-5deg);
    content: "";
    display: block;
    width: 16px;
    height: 100%;
    position: absolute;
    top: -1px;
    right: -3px;
    background: #fff;
    border-top: 1px solid #447cc2;
    border-right: 1px solid #447cc2;
}
.top_safety_detail_main {
    flex: 1;
    position: relative;
    z-index: 2;
    margin: -20px 0 -70px 20px;
    padding: 60px 20px 100px;
    background: #fff;
    border: 1px solid #447cc2;
}
.top_safety_detail_pic img {
    width: 100%;
    border-radius: 75px;
}
.top_safety_detail_text {
    margin: 20px 50px 0;
    font-size: 16px;
    line-height: 2;
}
.top_safety_detail .mod_btn_frame {
    position: relative;
    z-index: 3;
    margin-right: -20px;
}

@media screen and (max-width: 1440px){
    
    /* detail */
    
    .top_safety_detail_list li {
        width: 48%;
    }
    .top_safety_detail_title span {
        font-size: 2.2vw;
    }

}
@media screen and (max-width: 1360px){
    
    .top_safety_main {
        padding: 6vw 0 3vw;
    }
    .top_safety_main::before {
        width: 5vw;
        left: -2.5vw;
    }
    .top_safety_main_title img {
        width: 56vw;
    }
    .top_safety_list li {
        margin-bottom: 6vw;
    }
    .top_safety_about {
        margin: -3vw 0 -3vw;
    }
    .top_safety_about_img {
        padding-bottom: 1vw;
    }
    .top_safety_about_img img {
        width: 90vw;
        height: 28vw;
        border-radius: 5vw;
    }
    .top_safety_about_img span {
        top: 1vw;
        left: 1vw;
        width: 90vw;
        height: 28vw;
        border-radius: 5vw;
    }
    .top_safety_about_text {
        left: 8vw;
        font-size: 4.5vw;
        letter-spacing: 2px;
        text-shadow: .4vw .4vw 0 #447cc2;
    }
    .top_safety_about_text span {
        padding: 0 .8vw .4vw;
    }
    .top_safety_about_text span.indent {
        margin-left: 7.2vw;
    }
    .top_safety_about_text img {
        width: 45vw;
    }
    .top_safety_main .mod_btn_frame {
        margin-right: 6vw;
    }

}
@media screen and (min-width: 480px) and (max-width: 1024px){
    
    /* detail */

    .top_safety_detail {
        padding: 9vw 0 5vw;
    }
    .top_safety_detail::after {
        width: 8vw;
        right: -4vw;
    }
    .top_safety_detail_title span {
        padding: 1vw 2vw;
        font-size: 2.5vw;
        letter-spacing: .05vw;
    }
    .top_safety_detail_main {
        margin: -1vw 0 -6vw 1vw;
        padding: 4vw 2vw 8vw;
    }
    .top_safety_detail_pic img {
        border-radius: 6vw;
    }
    .top_safety_detail_text {
        margin: 1vw 3vw 0;
        font-size: 1.5vw;
    }
    .top_safety_detail .mod_btn_frame {
        margin-right: -1vw;
    }
    
}
@media screen and (max-width: 767px){

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

    .top_safety_main {
        padding: 15vw 0 8vw;
    }
    .top_safety_main_title img {
        width: 80vw;
        margin-left: -5vw;
    }
    .top_safety_list li {
        margin-bottom: 12vw;
    }
    .top_safety_about {
        margin: -5vw 0;
    }
    .top_safety_about_img {
        padding-bottom: 2vw;
    }
    .top_safety_about_img img {
        width: 87.5vw;
        height: 87.5vw;
        border-radius: 15vw;
    }
    .top_safety_about_img span {
        top: 2vw;
        left: 2vw;
        width: 87.5vw;
        height: 87.5vw;
        border-radius: 15vw;
    }
    .top_safety_about_text {
        left: 5vw;
        font-size: 8vw;
        text-shadow: .75vw .75vw 0 #447cc2;
    }
    .top_safety_about_text span {
        padding: 0 1.5vw 1vw;
    }
    .top_safety_about_text span.indent {
        margin-left: 12vw;
    }
    .top_safety_about_text img {
        width: 75vw;
    }
    .top_safety_main .mod_btn_frame {
        margin-right: 0;
    }

    /* detail */

    .top_safety_detail {
        padding: 15vw 0 8vw;
    }
    .top_safety_detail_list {
        display: block;
    }
    .top_safety_detail_list li {
        width: 100%;
        display: block;
        margin-left: -10px;
        margin-bottom: 8vw;
    }
    .top_safety_detail_title span {
        padding: 10px 20px;
        font-size: 5.5vw;
        letter-spacing: 1px;
    }
    .top_safety_detail_main {
        margin: -20px -10px -70px 10px;
        padding: 40px 15px 90px;
    }
    .top_safety_detail_pic img {
        border-radius: 45px;
    }
    .top_safety_detail_text {
        margin: 15px 15px 0;
    }
    .top_safety_detail .mod_btn_frame {
        margin-right: -10px;
    }
    
}


/*----- pick up -----*/

.top_pickup {
    position: relative;
    background: #e3f0f2;
    padding: 0 0 120px;
    width: 100%;
}
.top_mv + .top_pickup {
    margin-top: 30px;
}
.top_pickup_title {
    position: relative;
    z-index: 3;
    top: -20px;
    padding: 30px 0;
    width: 720px;
    background: #fff;
    border: 1px solid #447cc2;
    border-right: none;
    text-align: center;
}
.top_pickup_title::after {
    transform: skewX(-5deg);
    content: "";
    display: block;
    width: 16px;
    height: 100%;
    position: absolute;
    top: -1px;
    right: -3px;
    border-top: 1px solid #447cc2;
    border-right: 1px solid #447cc2;
    background: #fff;
}
.top_pickup_img {
    position: relative;
    z-index: 1;
    margin: -50px 150px 30px 0;
    text-align: right;
}
.top_pickup_img img {
    width: 900px;
}

/* list */

.top_pickup_list {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_pickup_list::after{
    content:"";
    display: block;
    width: 372px;
}
.top_pickup_list li {
    display: flex;
    flex-direction: column;
    width: 372px;
    margin-bottom: 60px;
}
.top_pickup_tag {
    position: relative;
    z-index: 2;
}
.top_pickup_tag span {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #447cc2;
    border-radius: 30px;
    background: #fff;
    color: #447cc2;
    font-size: 16px;
    font-weight: bold;
}
.top_pickup_pic {
    margin: -8px 0;
    position: relative;
    z-index: 1;
}
.top_pickup_pic img {
    width: 340px;
    border-radius: 30px;
}
.top_pickup_main {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    z-index: 2;
    margin-left: 30px;
    padding: 15px 20px 20px;
    background: #fff;
    border: 1px solid #447cc2;
    line-height: 1.5;
}
.top_pickup_main a {
    text-decoration: none;
}
.top_pickup_list_title {
    margin-bottom: 10px;
    font-size: 20px;
    font-style: italic;
}
a:hover .top_pickup_list_title span {
    background: linear-gradient(transparent 60%, #e3f0f2 60%);
}
.top_pickup_list_text {
    font-size: 14px;    
    color: #2c2c2c;
}
.top_pickup_date span {
    display: inline-block;
    margin-left: 30px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #447cc2;
    border-top: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

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

    .top_pickup_img {
        margin-right: 0;
    }

}
@media screen and (min-width: 601px) and (max-width: 1240px){
    
    /* list */

    .top_pickup_list::after{
        width: 32%;
    }
    .top_pickup_list li {
        width: 32%;
        margin-bottom: 4vw;
    }
    .top_pickup_tag span {
        padding: 1vw 1.5vw;
        font-size: 1.4vw;
    }
    .top_pickup_pic {
        margin: -1vw 0;
    }
    .top_pickup_pic img {
        width: 90%;
        border-radius: 2vw;
    }
    .top_pickup_main {
        margin-left: 2vw;
        padding: 1vw 1.5vw 1.5vw;
    }
    .top_pickup_list_title {
        margin-bottom: 1vw;
        font-size: 1.8vw;
    }
    .top_pickup_list_text {
        font-size: 1.4vw;    
    }
    .top_pickup_date span {
        margin-left: 2vw;
        padding: 1vw 1.5vw;
        font-size: 1.2vw;
    }
    
}
@media screen and (min-width: 480px) and (max-width: 1024px){

    .top_pickup {
        margin-top: -2vw;
        padding: 0 0 10vw;
    }

    .top_pickup_title {
        padding: 2.4vw 0;
        width: 60vw;
    }
    .top_pickup_title img {
        width: 50vw;
    }
    .top_pickup_img {
        margin: -4vw 0 3vw 0;
    }
    .top_pickup_img img {
        width: 70vw;
    }    
    
}
@media screen and (max-width: 600px){
    
    /* list */

    .top_pickup_list::after{
        width: 48%;
    }
    .top_pickup_list li {
        width: 48%;
        margin-bottom: 6vw;
    }
    
    .top_pickup_tag span {
        padding: 6px 12px;
        font-size: 11px;
    }
    .top_pickup_pic img {
        width: 100%;
        border-radius: 20px;
    }
    .top_pickup_main {
        margin-left: 10px;
        padding: 10px;
    }
    .top_pickup_list_title {
        margin-bottom: 0;
        font-size: 16px;
    }
    .top_pickup_list_text {
        display: none;
    }
    .top_pickup_date span {
        margin-left: 10px;
        margin-right: 15px;
        padding: 10px;
        font-size: 11px;
    }
    
}
@media screen and (max-width: 479px){

    .top_pickup {
        margin-top: 0;
        padding: 0 0 15vw;
    }
    .top_mv + .top_pickup {
        margin-top: 0;
        padding-top: 0;
    }

    .top_pickup_title,
    .top_mv + .top_pickup_title {
        padding: 20px 0 15px;
        width: 95vw;
        top: -4vw;
        z-index: 9;
    }
    
    .top_pickup_title img {
        margin: auto;
        width: 82.5%;
    }
    .top_pickup_img {
        margin: -6vw -15px 30px 0;
        text-align: center;
    }
    .top_pickup_img img {
        width: 100%;
    }

}


/*----- information -----*/

.top_info {
    padding: 120px 0;
}
.top_info_title {
    margin: 0 0 80px -120px;     
    width: 720px;
}
.top_info_list {
    margin-bottom: 70px;
}
.top_info_list li {
    margin-bottom: 30px;
}
.top_info_header {
    display: flex;
}
.top_info_date {
    border: 1px solid #447cc2;
    border-bottom: none;
    background: #fff;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.top_info_tag {
    margin-left: 15px;
}
.top_info_tag span {
    margin: 3px 5px 3px 0;
    padding: 10px 20px;
    display: inline-block;
    background: #dbecee;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #447cc2;
    font-size: 14px;
    font-weight: 500;
}
.top_info_main {
    background: #fff;
    border: 1px solid #447cc2;
    padding: 15px 20px;
}
.top_info_text {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    line-height: 36px;
}

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

    .top_info_title {
        margin: 0 0 80px;     
    }
    .top_info_list {
        margin-left: 120px;
    }
    
}
@media screen and (max-width: 1024px){
    
    .top_info {
        padding: 9vw 0;
    }
    .top_info_title {
        margin: 0 0 6vw;     
        width: 50vw;
    }
    .top_info_list {
        margin-left: 0;
        margin-bottom: 5vw;
    }
    .top_info_list li {
        margin-bottom: 2vw;
    }
    .top_info_date {
        padding: 1vw 2vw;
        font-size: 1.2vw;
    }
    .top_info_tag {
        margin-left: 1vw;
    }
    .top_info_tag span {
        margin: .2vw .5vw .2vw 0;
        padding: .75vw 2vw;
        font-size: 1.2vw;
    }
    .top_info_main {
        padding: 1vw 2vw;
    }
    .top_info_text {
        font-size: 1.75vw;
        line-height: 3vw;
    }
    
}
@media screen and (max-width: 767px){

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

    .top_info {
        padding: 15vw 0;
    }
    .top_info_title {
        width: 100%;
        margin-bottom: 10vw;
    }
    .top_info_list {
        margin-bottom: 8vw;
    }
    .top_info_list li {
        margin-bottom: 6vw;
    }
    .top_info_date {
        padding: 3vw 4vw;
        font-size: 2.5vw;
    }
    .top_info_tag {
        margin-left: 2vw;
    }
    .top_info_tag span {
        margin: 1.5vw 2vw 0 0;
        padding: 1.75vw 4vw;
        font-size: 2.5vw;
    }
    .top_info_main {
        padding: 4vw;
    }
    .top_info_text {
        font-size: 4vw;
        line-height: 1.6;
    }

}


/*----- slider -----*/

.top_slider {
    position: relative;
    padding: 100px 0 50px;
    background: url("/shared/img/top/slider_bg.png");
    overflow-x: hidden;
}
/*
.top_slider::after {
    transform: skewX(-5deg);
    z-index: 1;
    content: "";
    display: block;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -40px;
    background: #fff;
}
*/
.top_slider_list {
    position: relative;
    z-index: 2;
    width: 120%;
    margin-left: -10%;
    padding-bottom: 100px;
    overflow-x: hidden;
}
.top_slider_list li {
    padding-bottom: 12px;
}
.top_slider_list li span,
.top_slider_list li span img,
.top_slider_list li em {
    width: 420px;
    height: 210px;
    border-radius: 80px;
}
.top_slider_list li span {
    display: block;
    position: relative;
}
.top_slider_list li span img {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}
.top_slider_list li em {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    display: block;
    border: 1px solid #fff;
}
.top_slider_list li.slick-slide {
    margin-right: 1vw!important;
    margin-left: 1vw!important;
}
.top_slider_list .slick_arrow {
    position: absolute;
    right: calc(10% + 140px);
    bottom: 5px;
    display: block;
    width: 70px;
    height: 30px;
    border: none;
    background: none;
    cursor: pointer;
}
.top_slider_list .slick_arrow.next {
    right: calc(10% + 30px);
}
.top_slider_list .slick_arrow span {
    display: inline;
    position: relative;
    width: 30px;
    margin-left: 15px;
}
.top_slider_list .slick_arrow span::before,
.top_slider_list .slick_arrow span::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8px;
    transition: .25s;
}
.top_slider_list .slick_arrow span::before {
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-135deg);
}
.top_slider_list .slick_arrow span::after {
    width: 50px;
    height: 1px;
    background: #fff;
}
.top_slider_list .slick_arrow.prev span::before {
    right: 8px;
}
.top_slider_list .slick_arrow.prev span::after {
    right: -28px;
}
.top_slider_list .slick_arrow.next span::before {
    transform: rotate(45deg);
}

.top_slider_list .slick_arrow.prev:hover span::before {
    right: calc(8px + 20px);
}
.top_slider_list .slick_arrow.prev:hover span::after {
    right: calc(-28px + 20px);
}
.top_slider_list .slick_arrow.next:hover span::before,
.top_slider_list .slick_arrow.next:hover span::after {
    right: calc(-8px - 20px);
}

.top_slider_list .slider_dot {
    position: absolute;
    right: calc(10% + 240px);
    bottom: 0;
    display: flex;
}
.top_slider_list .slider_dot li {
    margin: 0 10px;
}
.top_slider_list .slider_dot li button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: #e5e5e5;
    cursor: pointer;
    text-indent: -9999px;
    outline: none;
    padding: 0!important;
}
.top_slider_list .slider_dot li.slick-active button {
    background: #aacde9;
}

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

    .top_slider_list li span,
    .top_slider_list li span img,
    .top_slider_list li em {
        width: 20vw;
        height: 10vw;
        border-radius: 4vw;
    }

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

    .top_slider {
        padding: 8vw 0 4vw;
    }
    .top_slider_list {
        width: 150%;
        margin-left: -25%;
        padding-bottom: 8vw;
    }
    .top_slider_list li span,
    .top_slider_list li span img,
    .top_slider_list li em {
        width: 28vw;
        height: 14vw;
        border-radius: 6vw;
    }
    
    .top_slider_list .slick_arrow {
        right: calc(20% + 140px);
    }
    .top_slider_list .slick_arrow.next {
        right: calc(20% + 30px);
    }
    .top_slider_list .slider_dot {
        right: calc(20% + 240px);
    }

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

    .top_slider_list li em {
        top: 1vw;
        left: 1vw;
    }

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

    .top_slider_list {
        width: 150%;
        margin-left: -25%;
    }
    .top_slider_list li span,
    .top_slider_list li span img,
    .top_slider_list li em {
        width: 40vw;
        height: 20vw;
        border-radius: 8vw;
    }
    
}
@media screen and (max-width: 479px){

    .top_slider {
        padding: 60px 0 40px;
    }
    .top_slider::after {
        display: none;
    }
    .top_slider_list {
        width: 100%;
        margin-left: 0;
        padding-bottom: 100px;
    }
    .top_slider_list li span,
    .top_slider_list li span img,
    .top_slider_list li em {
        width: 80vw;
        height: 40vw;
        border-radius: 16vw;
        margin: 0 auto;
    }
    .top_slider_list li em {
        top: 2vw;
        left: 2vw;
    }
    .top_slider_list .slick_arrow,
    .top_slider_list .slick_arrow:hover {
        right: calc(50% + 25px);
    }
    .top_slider_list .slick_arrow.next,
    .top_slider_list .slick_arrow.next:hover {
        right: calc(50% - 75px);
    }
    .top_slider_list .slider_dot {
        right: 0;
        bottom: 44px;
        width: 100%;
        justify-content: center;
    }    
    .top_slider_list .slick_arrow.prev:hover span::before {
        right: 8px;
    }
    .top_slider_list .slick_arrow.prev:hover span::after {
        right: -28px;
    }
    .top_slider_list .slick_arrow.next:hover span::before,
    .top_slider_list .slick_arrow.next:hover span::after {
        right: -8px;
    }
    
}

/*--- bg-color ---*/

.bg_white {
    background: #fff!important;
}
.bg_blue {
    background: #e3f0f2!important;
}
.bg_fuji {
    background: url("/shared/img/top/bg_safety.png")!important;
}

</pre></body></html>