@charset "UTF-8";
/* SDGsページのみ適用 */
.titlebox{
    margin-bottom: 50px;
    padding-bottom: 30px;
    display: block;
    position: relative;
    background-color: rgba(246, 246, 246, 1);
    text-align: justify;
}
.titlebox::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: rgba(40, 123, 68, 1) transparent transparent transparent;
}
.titlebox::after{
    content: "";
    position: absolute;
    top: calc(100% - 60px);
    left: calc(100% - 60px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color:  transparent transparent rgba(40, 123, 68, 1) transparent;
}
.bl_secTitle{
    padding-left: 60px;
    width: 100%;
    height: 60px;
    background-color: rgba(40, 123, 68, 0.1);
    font-size: 26px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 0.1em;
}
.bl_innerWrapper{
    max-width: 660px;
    margin: 30px auto;
}
#sec02 .bl_innerWrapper{
    margin-bottom: 50px;
}
#sec02 .bl_innerWrapper:last-child{
    margin-bottom: 30px;
}
.el_title{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.el_sdgs-poster{
    width: 100%;
    height: auto;
}
.el_sdgs-explanation{
    margin-top: 30px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.1em;
}
.el_inner-title{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(40, 123, 68, 1);
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 35px;
}
.bl_innerBox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.el_inner-txt{
    width: 350px;
    height: auto;
    font-weight: normal;
}
.el_inner-img{
    width: 280px;
    height: auto;
}
.el_iconBox{
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.el_iconBox li{
    margin-right: 10px;
    margin-bottom: 10px;
}
.el_iconBox img{
    width: 100px;
    height: 100px;
}
.el_fieldTrip{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    width: 660px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
.el_fieldTrip .el_inner-img{
    margin-right: 10px;
}
.el_fieldTrip .el_inner-txt{
    width: 266px;
}


/*　for iPad 縦　*/
@media screen and (min-width:768px) and ( max-width:979px) {
.bl_secTitle{
    font-size: 20px;
}
.el_title{
    font-size: 20px;
}
.el_sdgs-explanation{
    font-size: 16px;
    line-height: 24px;
}
.el_inner-title{
    font-size: 18px;
    line-height: 26px;
}
.el_inner-txt{
    font-size: 14px;
    line-height: 24px;
}
.el_fieldTrip .el_inner-txt{
    font-size: 14px;
    line-height: 20px;
}
small{
    font-size: 12px;
}
}

/*スマートフォン*/
@media all and (max-width : 767px ){
.titlebox{
    padding-bottom: 20px;
}
.titlebox::before{
    border-width: 30px 30px 0 0;
}
.titlebox::after{
    top: calc(100% - 30px);
    left: calc(100% - 30px);
    border-width: 0 0 30px 30px;
}
.bl_secTitle{
    padding-left: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
}
.bl_innerWrapper{
    width: 90%;
    max-width: 300px;
    margin: 20px auto;
}
#sec02 .bl_innerWrapper{
    margin-bottom: 60px;
}
#sec02 .bl_innerWrapper:last-child{
    margin-bottom: 20px;
}
.el_title{
    font-size: 15px;
    margin-bottom: 0;
}
.el_sdgs-poster{
    margin-top: 20px;
}
.el_sdgs-explanation{
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 21.6px;
}
.el_inner-title{
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 15px;
    text-align: center;
    line-height: 24px;
}
.bl_innerBox{
    flex-direction: column;
    justify-content: center;
}
.el_inner-txt{
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 21.6px;
}
.el_inner-img{
    width: 100%;
}
.el_iconBox{
    justify-content: center;
}
.el_iconBox li:nth-child(3n){
    margin-right: 0;
}
.el_iconBox img{
    width: 90px;
    height: 90px;
}
.el_fieldTrip{
    flex-direction: column;
    width: 100%;
}
.el_fieldTrip .el_inner-img{
    margin-right: 0;
}
.el_fieldTrip .el_inner-txt{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 16.6px;
}
small{
    font-size: 10px;
}
}