/*
Theme Name: template
Theme URI: https://code3.co.jp
Author: Code3
Author URI: 
Version: 1.0.0
*/

.footer-nav{
    display: none;
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .footer-nav{
        display: flex;
        flex-wrap: wrap;        
        margin-left: -15px;
        margin-right: -15px;
    }
}

.flowtop-bnr img{
    width: 100%;
}

.sub-hero_content h2{
  font-weight:600;
}

@media screen and (min-width: 1440px) {
	.sub-hero_content h2{
		font-size:78px;
	}
}

.sub-hero_img img {
  max-width: 70vw;
}

.news-item .title{
    color: #f48902;
    font-weight: 600;
    font-size: 15px;
}

@media (min-width: 1280px){
    .news-item .title{
        font-size: 16px;
    }
}

.company-sdgs .sdgs-img{
    display: flex;
    justify-content: center;
}

.company-sdgs .sdgs-img a{
    display: block;
    margin: 0 5px;
}

@media (min-width: 1280px){
    .company-sdgs .sdgs-img a{
        margin: 0 20px;
    }
}

.re-words{
    display: block;
    text-align: end;
}
.re-words-block{
    display: inline-block;
    margin: 10px 0 15px;
}
.re-words .re-words-text{
    color: #599f25;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 12px;
}
.re-words .re-words-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #599f25;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0;
    border-radius: 20px;
}
.re-words .re-words-btn p{
    margin-left: 24px;
    letter-spacing: 0.05em;
}
.re-words .re-words-btn img{
    margin-left: auto;
    margin-right: 15px;
}

@media (min-width: 1280px){

    .re-words .re-words-text{
        font-size: 16px;
    }
    .re-words .re-words-btn{
        font-size: 18px;
        padding: 10px 0;
    }
    .re-words .re-words-btn p{
        margin-left: 40px;
    }
}






