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

#sec-sub-image .img-company{
    height:50vh;
    width:97%;
    /*background-image:url("../images/company/company-bg.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:50% 40%;*/
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top:2em;
}

/*******************************************/
/* kenburns animation 荳頑嶌縺� */
/*******************************************/
.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out 1 forwards;
            animation: kenburns ease-out 1 forwards;
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
    }
}


/*
sec-com-1
================================*/
#sec-com-1{
    margin-top:100px;
}

#sec-com-1 .aisatu-txt p{
    line-height:1.8;
    margin-bottom:1.5em;
}


/*
sec-newlogo
================================*/
#sec-newlogo{
    margin-top:40px;
    margin-bottom:80px;
}

#sec-newlogo .text-newlogo{
    text-align: center;
}

#sec-newlogo .panel-newlogo{
    padding:1em;
    box-shadow: 2px 2px 8px #dedede;
}

#sec-newlogo .text-newlogo{
    line-height: 1.8;
    margin-top:40px;
}


/*
sec-policy-1
================================*/
#sec-policy-1{
    margin-top:100px;
    margin-bottom:50px;
}

#sec-policy-1 .policy-txt p{
    text-align: center;
    line-height: 2.3;
    font-weight: 700;
    font-size: 16px;
    margin-bottom:0;
}

/*
sec-policy-2
================================*/
#sec-policy-2{
    margin-bottom:50px;
    padding:3em 0 4em 0;
}

ul.list-policy-1{
    padding-left:0;
    list-style-type: none;
    text-align: center;
}

ul.list-policy-1 li{
    margin-bottom:8px;
}

/*
sec-policy-3
================================*/
#sec-policy-3{
    margin-bottom:60px;
}

ol.list-policy-2{
    padding-left:1em;
}

ol.list-policy-2 li{
    margin-bottom:5px;
}


/*
sec-summary
================================*/
#sec-summary{
    margin-top: 100px;
    margin-bottom: 50px;
}

#sec-summary .table-summary tr th,
#sec-summary .table-summary tr td{
    padding:1em;
    line-height: 1.7;
}

#sec-summary .table-summary tr td p{
    margin-bottom:0;
}

#sec-summary .table-summary a.tellink{
    color:#343434;
}

#sec-summary .table-summary .ta-img img{
    width:58px;
    height:auto;
    border-radius: 0;
}

/*
sec-history
================================*/
#sec-history{
    margin-top: 100px;
    margin-bottom: 50px;
}

#sec-history .table-history tr th,
#sec-history .table-history tr td{
    padding:0.7em;
}


/*
sec-access
================================*/
#sec-access{
    margin-top: 100px;
    margin-bottom: 80px;
}

#sec-access .access-box{
    margin-top:60px;
}

#sec-access .access-box h3{
    margin-bottom:15px;
}

/*
sec-welfare-1
================================*/
#sec-welfare-1{
    margin-top:100px;
    margin-bottom:50px;
}

#sec-welfare-1 .welfare-txt p{
    text-align: center;
    line-height: 2.3;
    font-weight: 700;
    font-size: 16px;
    margin-bottom:0;
}


/*
sec-welfare-2
================================*/
#sec-welfare-2{
    margin-bottom:50px;
    padding:3em 0 4em 0;
}

ul.list-welfare-1{
    padding-left:0;
    list-style-type: none;
}

ul.list-welfare-1 li{
    margin-bottom:10px;
}

dl.list-welfare-1{
    padding-left:0;
    list-style-type: none;
}

dl.list-welfare-1 dt{
    margin-bottom:10px;
    font-weight: normal;
}

dl.list-welfare-1 dd{
    font-size: 90%;
    text-indent: 2em;
}

#sec-welfare-2 i {
  color: #1565bc;
  font-size: 90%;
}

/*
sec-welfare-3
================================*/
#sec-welfare-3{
    margin-bottom:50px;
    padding:3em 0 4em 0;
}

dl.list-welfare-3{
    padding-left:0;
    list-style-type: none;
}

dl.list-welfare-3 dt{
    margin-bottom:10px;
    font-weight: normal;
}

dl.list-welfare-3 dd{
    font-size: 90%;
    text-indent: 2em;
    margin-bottom: 10px;
}

#sec-welfare-3 i {
  color: #1565bc;
  font-size: 90%;
}


/*
sec-policy-4
================================*/
#sec-policy-4{
    margin-bottom:30px;
    padding:3em 0 4em 0;
}

.yurai h5::first-letter {
  font-size: 1.5em;
  color: #1565bc;
}

.yurai h5 {
  font-size: 2em;
  margin: 0;
}

.yurai p {
  font-size: 1.5em
}

.syamei h4 {
  font-size: 6em;
  font-family: 'Noto Sans JP';
}


/*
sec-SDGs
================================*/
#sec-SDGs-1{
    margin-top: 100px;
}

#sec-SDGs-1 img,
#sec-SDGs-2 img,
#sec-SDGs-3 img{
    border-radius: 0;
}

#sec-SDGs-2{
    padding-top:50px;
    padding-bottom:50px;
    margin-top:50px;
}

#sec-SDGs-3{
    margin-top:50px;
    margin-bottom:50px;
}

#sec-SDGs-2 .sengen{
    background-color:#fff;
    box-shadow: 0 0 10px rgb(213, 213, 213);
    border-radius: 8px;
    border:1px solid #ddd;
    padding:30px;
}

#sec-SDGs-2 .sengen .sengen-title-box{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

#sec-SDGs-2 .sengen .sengen-title{
    font-weight: 700;
    font-size: 24px;
    color:#0098d8;
}

#sec-SDGs-2 .sdgs-icon{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin-left:30px;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#sec-SDGs-2 .sdgs-icon .item-1{
    margin:0 5px;
    
}
#sec-SDGs-2 .sdgs-icon img{
    width:50px;
    height: auto;
}

.sengen .sengen-box p{
    font-weight:700;
    margin-bottom:0;
    border-bottom:1px solid #ddd;
    padding-bottom:8px;
}
.sengen .sengen-box ul{
    padding-left:2rem;
}

#sec-SDGs-3 a.btn-pdf-link{
    display: block;
    border:1px solid #1565bc;
    background-color:#1565bc;
    color:#fff;
    text-align: center;
    padding:20px 10px;
    letter-spacing: 0.05em;
    transition: all  0.4s ease;
    border-radius: 5px;
    font-size:19px;
    line-height: 1.2;
}
#sec-SDGs-3 a.btn-pdf-link:hover{
    text-decoration: none;
    background:none;
    color:#1565bc;
}
#sec-SDGs-3 a.btn-pdf-link span{
    font-size: 70%;
}


/*
縺励⊂縺ｩ繧楢ｿｽ蜉�
================================*/

#sec-SDGs-4{
    background-image: url("../images/company/shibodon_bg_new.jpg?20230615");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding:50px 0 60px 0;
    background-attachment: fixed;
}

.shibodon_box{
    background-color:rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 6px rgb(163 163 163);
    border-radius: 8px;
    padding:40px 30px;
}
.shibodon_title{
    color:#1664bc;
    font-weight: bold;
    text-align: center;
    font-size:20px;
}
.shibodon_text{
    text-align: center;
}

.shibodon_sdgs_taiou{
    display: flex;
    justify-content: center;
}

.shibodon_sdgs_taiou img{
    width:150px;
    height: auto;
}


/*
Media Queries
================================*/

@media screen and (max-width: 1024px) {
    #sec-SDGs-2 .sdgs-icon{
        margin-left:0;
    }
    #sec-SDGs-2 .sdgs-icon .item-1{
        margin:0 5px 5px 5px;
    }
    #sec-SDGs-2 .sdgs-icon{
        margin-top:10px;
    }
    
    #sec-SDGs-4{
        padding:50px 0 50px 0;
    }
    
}
@media screen and (max-width: 768px) {
    #sec-sub-image .img-company {
        height: 40vh;
        width: 96%;
        margin-top: 2em;
    }
    #sec-SDGs-2 .sengen{
        padding:20px;
    }
    #sec-SDGs-2 .sengen .sengen-title{
        font-size: 22px;
    }
}
@media screen and (max-width: 480px) {
    #sec-sub-image .img-company {
        height: 40vh;
        margin-top: 1em;
    }
    #sec-policy-1 .policy-txt p{
        text-align: left;
        line-height: 2;
    }
    #sec-newlogo .text-newlogo{
        text-align: left;
    }
    #sec-SDGs-1{
        margin-top: 140px;
    }
    .shibodon_text{
        text-align: left;
    }
    #sec-SDGs-4{
        background-size: cover;
    }
}
@media screen and (min-width: 751px){
}
</pre></body></html>