<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/*top*/
#top-wrap {
    height: auto;
    
}

#top {
    margin: 160px 0 0 0;
    flex-grow: 1;
    position: relative;
    width: 100%;
    height: 300px;
}

#top-vis {
    content: "";
    background: url(../img/company/comp_00.jpg) no-repeat;
    position: absolute;
    width: 0;
    height: 100%;
    top:0;
    right: 0;
    opacity: 0;
}

h1 {
    color: #472102;
    font-weight: bold;
    width: 0;
    height: 55px;
    margin: 160px 45px auto 0;
    padding: 120px 5px 0px 0;
    text-align: right;
    position: relative;
    right: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px;
    border-color: #472102;
    border-style: solid;
    opacity: 0;
}

h1 span{
    opacity: 0;
}



/*ãƒ¡ã‚¤ãƒ³*/
section{
	width:1020px;
	margin-right:auto;
    margin-left:auto;
    margin-top: 110px;
    opacity: 0;
}

h2{
    font-size: 43px;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 74px;
    opacity: 0;
}
h3 {
    font-size: 32px;
    line-height: 50px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
    margin-bottom: 74px;
}

/*ã”æŒ¨æ‹¶*/
#con-hel {
	position:relative;
}

#con-wrap {
    position: relative;
    height: 749px;
	width:1020px;
	margin:auto;
}

h4 {
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: -1px;
    padding-top: 15px;
    font-weight: bold;
}

#line {
    position: absolute;
    top: 223px;
    left: 0;
    width: 100vw;
    height: 2px;
    background: #3e3a39;
    z-index: 1;
    opacity: 0;
}

#con-text {
    width: 515px;
    height: 190px;
    margin: 50px 0 0 0;
}

#con-wrap p:nth-child(1) {
    font-size: 16px;
    margin: 0 0 0 0;
    color: #3e3a39;
    letter-spacing: -3px;
}

.ceo-box {
    margin: 50px 50px 0 0;
    position: relative;
}

p.ceo {
    text-align: right;
    letter-spacing: 100;
    font-size: 16px

}

#con-text {
    position: relative;
}

.ceo-box &gt; img {
    position: absolute;
    top: 30px;
    right: -75px;
}

#con-wrap img[alt="seo"] {
    position: absolute;
    top: 73px;
    right: 30px;
    z-index: 10;
}

/*ç¤¾å“¡ç´¹ä»‹*/

.flexbox{
   display: flex;
    justify-content: space-around;
    width:1020px;
    margin: auto;
}
.flexbox-item {
    text-align: center;
}
.flexbox-item p {
    font-size: 16px;
    line-height: 28px;
}
#staff_ceo {
    display: none;
}


/*ä¼šç¤¾æ¦‚è¦*/
table {
    font-family: "Yu mincho";
    width: 440px;
    margin: auto;
    font-size: 20px;
}
table th, table td {
    line-height: 35px;
    text-align: left;
}
table th {
    width: 30%;
}
table td {
    width: 70%;
}

/*ã‚¢ã‚¯ã‚»ã‚¹*/
.mapbox {
    text-align: center;
    height: 345px;
}
.mapbox #accesbox {
    width: 350px; /*ç¢ºèªwidth: 350px;ã€€*/
    height: 159px;
    margin: auto;
    text-align: left;
    line-height: 27px;
}
.mapbox p{
    font-size: 18px;
    line-height: 36px; 
}
.mapbox img {
    margin-bottom: 20px;
}
iframe {
    filter:grayscale(50%);
}

footer {
    padding-top: 38px;
}

/*ãƒ‡ãƒã‚¤ã‚¹å¯¾å¿œ*/
@media screen and (max-width: 640px) {

    h1{
        font-size: 24px;
    }
    
    #con-wrap {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    section{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    /*æŒ¨æ‹¶*/
        #con-wrap img[alt="seo"] {
        display: none;
    }
        #con-text {
        width:100%
    }
    img[alt="sign"]{
        right: 0;
    }
    /*ç¤¾å“¡ç´¹ä»‹*/
    .flexbox {
        width: 100%;
        flex-wrap:wrap;
    }
    .flexbox-item {
        width: 50%;
    }
    .flexbox img {
        width: 100%;
    }
    #staff_ceo {
    display: block;
}

    /*ä¼šç¤¾æ¦‚è¦*/
    table {
        width: 100%;
        margin: auto;
        
    }
    /*ã‚¢ã‚¯ã‚»ã‚¹*/
    iframe {
        width: 100%;
    }
    .mapbox img {
        width: 70%;
        margin-bottom: 0px;
    }
}</pre></body></html>