@charset "UTF-8";

#greeting .slider{
    position: relative;
    opacity: 0;
    animation: fade-in 1s forwards 0.8s;
    margin: 30px auto;
}
@keyframes fade-in{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
#greeting .slider ul{
    margin: 0;
}

#greeting figure{
    height: 350px;
}
#greeting section{
    margin-bottom:0px;
}

#greeting .message_shaze dl{
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px dotted #aaa;
}
#greeting .message_shaze dt{
    margin-bottom: 15px;
}
#greeting .message_shaze ul{
    display: table;
    font-size: 130%;
    margin: 30px auto 0 auto;
}
#greeting .message_shaze ul span{
    color: #1b52aa;
    display: inline-block;
    margin-right: 0.25em;
    font-weight: bold;
}
#greeting .message_shaze ul > li{
    margin-bottom: 0.5em;
}

#shaze img{
    max-width: 600px;
}

#info .fl_box{
    justify-content: space-between;
}
#info .fl_box table{
    width: 65%;
}
#info .fl_box > div{
    width: 30%;
}
#info .fl_box > div > div{
    margin-bottom: 30px;
}
#info .fl_box iframe{
    height: 300px;
}
#info .fl_box > div dt{
    background: #1b52aa;
    color: #fff;
    border: none;
}

#info .fl_box table dd:first-of-type{
    margin-bottom: 20px;
}
#info .fl_box table a{
    display: inline-block;
    margin-left: 1em;
}

#csr div.fl_box {
    flex-wrap: wrap;
    margin-top: 50px;
}
#csr div.fl_box dl{
    width: 45%;
    margin-bottom: 50px;
}
#csr div.fl_box dt{
    display: table;
    font-size: 110%;
    font-weight: bold;
    border: none;
    padding: 0;
    border-bottom: 2px solid #1b52aa;
    color: #1b52aa;
    margin-bottom: 1em;
}

.wp_list{
    margin-bottom: 40px;
    width: 100%;
}
.wp_list article{
    width: 31%;
}
.wp_list a h3{
    color: #333;
    margin-top: 20px;
}
.wp_list article figure{
    width: 100%;
}
.wp_list article figure img{
    aspect-ratio: 3 / 2;
    border: 1px solid #ccc;
}
.wp_list a:hover{
    opacity: .5;
}


#safety dl{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
#safety dt{
    width: 25%;
    text-align: center;
}
#safety dd{
    width: 70%;
}
#safety .fl_box figure{
    width: 30%;
    min-width: 250px;
    margin-left: 20px;
}
#safety .fl_box figure a{
    display: block;
}
#safety .fl_box figure a img{
    transition: all ease .5s;
}
#safety .fl_box figure a:hover img{
    opacity: 0.5;
}



#sdgs{
    background: #1b52aa;
    position: relative;
    padding: 80px 0;
}
#sdgs::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/top/slide3_02.jpg) no-repeat;
    background-size: cover;
    opacity: .5;
}
#sdgs > .wrap{
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,.85);
}
#sdgs .fl_box{
    justify-content: center;
    width: auto;
    margin-bottom: 50px;
    background: #fff;
    padding: 40px;
}
#sdgs .fl_box figure{
    margin-right: 50px;
}
.slider_sdgs{
    width: calc(100% - 150px);
    margin: 50px auto 0 auto;
    padding: 40px;
    font-size: 90%;
}
.slider_sdgs div.slick-slide{
    padding: 0 10px;
}
.slider_sdgs img{
    margin-bottom: 1em;
}
#sdgs .slick-prev,
#sdgs .slick-next
{
    top: 35%;
    transform: translate(0, -50%);
}

@media screen and (max-width: 999px){/* tablet */
    #greeting figure{
        height: 250px;
    }
}

@media screen and (min-width: 0px) and (max-width: 600px){/* smart */
    #greeting figure{
        height: auto;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }

    #shaze img{
        max-width: 100%;
    }

    #csr{
        padding: 15px 25px;
    }
    #csr div.fl_box.wp_list{
        margin-top: 0;
    }
    .wp_list article{
        width: 100%;
        margin-bottom: 40px;
    }

    #safety dl{
        flex-wrap: wrap;
    }
    #safety dt{
        width: auto;
        margin-bottom: 1em;
    }
    #safety dd{
        width: 100%;
    }
    #safety dd.fl_box{
        flex-direction: column-reverse !important;
    }
    #safety .fl_box figure{
        max-width: 150px;
        margin: 0 auto 15px auto;
    }
    #safety .fl_box figure{
	max-width:none;
	width:100%;
    }

    #sdgs::after{
        background-position: 50% center;
    }

    #sdgs .fl_box{
        align-items: center;
    }
    #sdgs .fl_box figure{
        margin: 0 auto;
        max-width: 100px;
    }
    .slider_sdgs{
        width: calc(100% - 110px);
    }
    .slider_sdgs div.slick-slide{
        padding: 0 15px;
    }
}