@charset "UTF-8";
/*PC*/
@media print, screen and (min-width: 768px) {

#sustainability {
margin: 0 auto 220px;
}
/* cont01 */
#sustainability .cont01 {
width: 60%;
margin: 0 auto 100px;
}
#sustainability .cont01 .read_txt {
font-size: 1.6rem;
font-weight: 800;
line-height: 2;
text-align: center;
background: linear-gradient(0deg, #0061A7, #002E80);
background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-top: 100px;
}
/* cont02 */
#sustainability .cont02 {}
#sustainability .cont02 .flex_wrap {
width: 90%;
margin: 0 auto 100px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#sustainability .cont02 .flex_wrap .imgbox {
width: 55%;
position: relative;
}
#sustainability .cont02 .flex_wrap .imgbox::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(59, 87, 117, 0.3);
z-index: 1;
}
#sustainability .cont02 .flex_wrap .imgbox img {
object-fit: cover;
height: 650px;
}
#sustainability .cont02 .flex_wrap .txtbox {
width: 40%;
margin-top: 60px;
}
#sustainability .cont02 .flex_wrap .txtbox table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
#sustainability .cont02 .flex_wrap .txtbox table tr {}
#sustainability .cont02 .flex_wrap .txtbox table tr th, td {
display: block;
}
#sustainability .cont02 .flex_wrap .txtbox table tr th {
padding: 15px;
font-size: 1.1rem;
font-weight: 600;
line-height: 1.4;
background: linear-gradient(0deg, #0061A7, #002E80);
background-clip: border-box;
color: #fff;
}
#sustainability .cont02 .flex_wrap .txtbox table tr td {
padding: 15px 20px;
border-right: solid 1px #aaa;
border-left: solid 1px #aaa;
border-bottom: solid 1px #aaa;
}
#sustainability .cont02 .flex_wrap .txtbox p span {
font-size: 0.9rem;
line-height: 1.4;
padding-top: 10px;
margin-bottom: 40px;
display: block;
background: linear-gradient(0deg, #0061A7, #002E80);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#sustainability .cont02 .flex_wrap .txtbox p {
font-size: 1rem;
font-weight: 500;
line-height: 2;
}

#sustainability .cont03 {
width: 80%;
margin: 0 auto;
position: relative;
padding:25px 40px;
box-sizing: border-box;
border: 1px solid #121212;
}

#sustainability .cont03 .sttl{
font-size:2.6rem;
font-weight: 600;
line-height: 1;
margin: 0 0 30px -5px;
background:linear-gradient(0deg, #0061A7, #002E80);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
}

#sustainability .cont03 .sdgs_list{
display: flex;
flex-wrap: wrap;
}

#sustainability .cont03 .sdgs_list li{
width: 23%;
margin-right: 2%;
margin-bottom: 2%;
position: relative;
}

#sustainability .cont03 .sdgs_list li p{
padding: 5px;
box-sizing: border-box;
font-size: .9rem;
font-weight: 500;
}


#sustainability .cont03 .sdgs_list li:nth-child(4n){
margin-right: 0;
}

}
/*sp*/
@media only screen and (max-width: 767px) {

#sustainability {
margin: 0 auto 60px;
}
/* cont01 */
#sustainability .cont01 {
width: 90%;
margin: 0 auto 30px;
}
#sustainability .cont01 .read_txt {
font-size: 1rem;
font-weight: 800;
line-height: 1.8;
background: linear-gradient(0deg, #0061A7, #002E80);
background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* cont02 */
#sustainability .cont02 {}
#sustainability .cont02 .flex_wrap {
width: 100%;
margin: 0 auto 30px;
}
#sustainability .cont02 .flex_wrap .imgbox {
width: 100%;
position: relative;
}
#sustainability .cont02 .flex_wrap .imgbox::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(59, 87, 117, 0.3);
z-index: 1;
}

#sustainability .cont02 .flex_wrap .imgbox img {
object-fit: cover;
height: 300px;
}

#sustainability .cont02 .flex_wrap .txtbox {
width: 90%;
margin:30px auto 0;
}
#sustainability .cont02 .flex_wrap .txtbox table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
#sustainability .cont02 .flex_wrap .txtbox table tr {}
#sustainability .cont02 .flex_wrap .txtbox table tr th, td {
display: block;
}
#sustainability .cont02 .flex_wrap .txtbox table tr th {
padding: 10px;
font-size: 1rem;
font-weight: 600;
line-height: 1.4;
background: linear-gradient(0deg, #0061A7, #002E80);
background-clip: border-box;
color: #fff;
}
#sustainability .cont02 .flex_wrap .txtbox table tr td {
padding: 15px;
border-right: solid 1px #aaa;
border-left: solid 1px #aaa;
border-bottom: solid 1px #aaa;
font-size: .9rem;
}
#sustainability .cont02 .flex_wrap .txtbox p span {
font-size: .8rem;
line-height: 1.4;
padding-top: 10px;
margin-bottom: 40px;
display: block;
background: linear-gradient(0deg, #0061A7, #002E80);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#sustainability .cont02 .flex_wrap .txtbox p {
font-size: .8rem;
font-weight: 500;
line-height: 2;
}

#sustainability .cont03 {
width: 90%;
margin: 0 auto;
position: relative;
padding:15px;
box-sizing: border-box;
border: 1px solid #121212;
}

#sustainability .cont03 .sttl{
font-size:1.4rem;
font-weight: 600;
line-height: 1;
margin: 0 0 20px -5px;
background:linear-gradient(0deg, #0061A7, #002E80);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
}

#sustainability .cont03 .sdgs_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#sustainability .cont03 .sdgs_list li{
width:48%;
margin-bottom: 4%;
position: relative;
}

#sustainability .cont03 .sdgs_list li p{
padding: 5px;
box-sizing: border-box;
font-size: .8rem;
font-weight: 500;
}


#sustainability .cont03 .sdgs_list li:nth-child(4n){
margin-right: 0;
}
}