<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.inner {padding-top: 120px;}

.body-hello-world header {position:absolute;z-index: 2;}
	@media screen and (min-width:800px) {
    .home #header_logo path {fill: #fff;}
	}
    .home .drawer-nav {background-color: transparent;}
        .home .drawer-menu li a {color: #fff;}
        .home .drawer-menu li a.blank_link:after {
        content: "";
        display: inline-block;
        width: 15px;
        height: 10px;
        margin-left: 5px;
        background-image: url(images/blank_link_w.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        }

#fv{
width: 100vw;
height: 100vh;
position: relative;
background-image: url(images/top/fv.JPG);
background-position:bottom center;
background-repeat: no-repeat;
background-size: cover;
}
    #fv .inner {
    position: absolute;
    padding-top: 34vh;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    }
        #fv .ttl {
        color: #fff;
        font-size: 40px;
        line-height: 1.8em;
        letter-spacing: 5px;
        margin-bottom: 80px;
        text-shadow: 0px 3px 6px rgb(0 0 0 / 26%);
        }
        #fv .btn {
        width: 200px;
        border: 2px solid #fff;
        background-color:rgba(0,0,0,0.5);
        position: relative;
        }
        #fv .btn:after {
        content: "&gt;";
        position: absolute;
        right: 20px;
        top: 28%;
        }

#fv.movie_fv{
background-image: none;
background-color: #000;
overflow: hidden;
position: relative;
}
	#fv video {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.23);
	-webkit-transform: translate(-50%, -50%) scale(1.23);
	-ms-transform: translate(-50%, -50%) scale(1.23);	
	}

@media screen and (max-width:805px) {
#fv.movie_fv{height: auto;}
#fv video {
position: static;
width: 100%;
height: auto;
transform: inherit;
}
}

#movie_contents .inner {text-align: center;}
#movie_contents iframe {
width: 800px;
height: 450px;
margin-top: 40px;
}
.banner_contents_top{
display: block;
margin: 100px auto 0 auto;
width: 400px;
height: auto;
}
.banner_contents_top img{width: 100%;height: auto;}

#top_business ul {
display: flex;
text-align: center;
margin-top: 70px;
}
    #top_business ul li{
    background-image: url("images/top/top_insurance.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 34%;
    height: 430px;
    padding: 60px;
    }
    #top_business ul li:first-child{background-image: url("images/top/top_shop.png");}
    #top_business ul li:last-child{background-image: url("images/top/top_business.png");}
        #top_business ul li h1 {
        font-size: 24px;
        line-height: inherit;
        min-height: 75px;
        color: #fff;
        }
        #top_business ul li:last-child h1 {line-height: 75px;}
        #top_business ul li p.txt {
        font-size: 14px;
        margin: 25px 0;
        min-height: 90px;
        text-align: left;
        color: #fff;
        }
        #top_business ul li .btn {
        border: 1px solid #fff;
        background-color: transparent;
        position: relative;
        }
        #top_business ul li .btn:after {
        content: "&gt;";
        position: absolute;
        right: 20px;
        top: 28%;
        }

#top_access .inner {
width: 90%;
max-width: 800px;
margin: 0 auto;
padding: 120px 0;
}
    #map {
    width: 100%;
    height: 470px;
    margin: 70px auto 30px auto;
    }
        #map iframe {
        width: 100%;
        height: 100%;
        display: block;
        }
    #top_access .inner .txt {
    font-size: 14px;
    line-height: 1.7em;
    display: block;
    }
        #top_access .inner .txt span {
        font-size: 16px;
        margin-bottom: 10px;
        display: block;
        }

#bottom_recruit {background-color: #FAFAF4;}
    #bottom_recruit .inner {
    padding: 60px 0;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    }
        #bottom_recruit .ttl_box {width: auto;text-align: left;}
        #bottom_recruit dl {width: 70%;}
            #bottom_recruit dl dt p.ttl {margin-bottom: 0;line-height:1em;}
            #bottom_recruit dl dd {
            display: table;
            width: 100%;
            text-align: right;
            }
                #bottom_recruit dl dd p {
                display: table-cell;
                vertical-align: bottom;
                text-align: left;
                line-height: initial;
                }
                #bottom_recruit dl dd a.btn {
                border: 2px solid #000;
                color: #000;
                font-size: 14px;
                letter-spacing: 0.1em;
                padding: 14px 35px;
                display: inline-block;
                background-color: transparent;
                }

@media screen and (max-width:800px) {
header.home {position: static;}

#fv {height: 100vh;}
#fv .inner {padding-top: 25vh;}
#fv .ttl {
font-size: 8vw;
line-height: 1.4em;
padding: 0 5vw;
}

#movie_contents iframe {width: 90%;height: 200px;}
.banner_contents_top{width: 90%;margin: 40px auto 0 auto;}
	
.inner {padding-top: 80px;}
#top_business ul {margin-top: 40px;flex-wrap: wrap;}
    #top_business ul li {width: 100%;}

#top_access .inner {padding: 80px 0;}
#map {margin:40px auto 20px auto;}

#bottom_recruit .inner {flex-wrap: wrap;}
#bottom_recruit .ttl_box, #bottom_recruit dl {width: 100%;text-align: center;}
#bottom_recruit dl dt p.ttl {margin: 40px 0 20px 0;}
#bottom_recruit dl dd, #bottom_recruit dl dd p {display: block;text-align: center;}
#bottom_recruit dl dd p {margin-bottom: 20px;}

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