@charset "UTF-8";

@keyframes txtloop {
0% {
transform: translateX(100%);
}
to {
transform: translateX(-100%);
}
}

@keyframes txtloop2 {
0% {
transform: translateX(0);
}
to {
transform: translateX(-200%);
}
}


/*PC*/
@media print, screen and (min-width: 768px) {
#hed .hed_img .bg_img{
background-image:url("../images/csr/main_img.jpg");
}

article{
overflow: hidden;
}
.loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}

.loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 14rem;
font-weight:200;
line-height: .9;
overflow: hidden;
color: rgba(0,0,0,.05);
}

.loop_wrap div:nth-child(odd) {
animation: txtloop 70s -35s linear infinite;
}

.loop_wrap div:nth-child(even) {
animation: txtloop2 70s linear infinite;
}

#csr{
margin: 0 auto 160px;
}

#csr .block{
position: relative;
margin: 0 auto 120px;
}

#csr .block .s_ttl{
font-size: 3.2rem;
font-weight: 800;
line-height: 1.4;
letter-spacing: .1rem;
text-align: center;
margin: 0 0 80px;
}

#csr .block .s_ttl2{
font-size:2.2rem;
font-weight: 800;
line-height: 1.4;
letter-spacing: .1rem;
text-align: center;
margin: 0 0 40px;
}

#csr .block .s_ttl2 span{
display: block;
font-size: 1rem;
color: #0066a1;
}

#csr .block .red_txt{
font-size: 1.2rem;
font-weight: 700;
text-align: center;
margin: 0 0 60px;
}

#csr .slider3 .slick-slide{
margin: 0 6px;
}

#csr .slider3 .slick-slide img{
border-radius: .4rem;
overflow: hidden;
}

#csr .parallax_img{
width: 100%;
height:36vh;
overflow: hidden;
margin:0 auto;
}

#csr .list01{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 80%;
min-width: 1200px;
margin:60px auto 0;
}

#csr .list01 li{
width: 49%;
padding: 35px;
box-sizing: border-box;
background: #f2f5fc;
margin-bottom: 2%;
}

#csr .list01 li h4{
font-size: 1.6rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 20px;
text-align: center;
color: #0066a1;
}

#csr .list01 li p{
margin: 0 0 30px;
}

#csr .list01 li .sdgs{
display: flex;
flex-wrap: wrap;
justify-content:center;
}

#csr .list01 li .sdgs img{
width:23%;
margin: 0 1%;
}

#csr .box{
width: 80%;
margin: 0 auto 60px;
background: #f2f5fc;
padding: 35px;
box-sizing: border-box;
}

#csr .box:last-child{
margin-bottom: 0;
}

#csr .box h4{
font-size: 2.2rem;
font-family: "Zen Old Mincho", serif;
line-height: 1;
text-align: center;
margin: 0 0 40px;
}

#csr .list02{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin:0 auto 0;
}

#csr .list02 li{
width: 49%;
margin-bottom: 2%;
background: #FFF;
padding: 15px;
box-sizing: border-box;
}

#csr .list02 li h5{
font-size: 1.5rem;
font-family: "Zen Old Mincho", serif;
line-height: 1.4;
margin: 0 0 20px;
}

#csr .box .rinen_box{
border: 1px solid rgba(0,0,0,.1);
padding: 35px;
box-sizing: border-box;
border-radius:1rem;
background:#FFF;
margin: 0 0 40px;
}

#csr .box .rinen_box:last-child{
margin-bottom: 0;
}

#csr .box .rinen_box h5{
font-size: 1.4rem;
font-family: "Zen Old Mincho", serif;
line-height: 1.4;
margin: 0 0 20px;
}

#csr .box .rinen_box p{
font-family: "Zen Old Mincho", serif;
font-size: 1.2rem;
line-height:2.2;
}

}
/*sp*/
@media only screen and (max-width: 767px) {
#hed .hed_img .bg_img{
background-image:url("../images/csr/main_img_s.jpg");
}

article{
overflow: hidden;
}
.loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}

.loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 4rem;
font-weight:200;
line-height: .9;
overflow: hidden;
color: rgba(0,0,0,.05);
}

.loop_wrap div:nth-child(odd) {
animation: txtloop 70s -35s linear infinite;
}

.loop_wrap div:nth-child(even) {
animation: txtloop2 70s linear infinite;
}

#csr{
margin: 0 auto 60px;
}

#csr .block{
position: relative;
margin: 0 auto 60px;
}

#csr .block .s_ttl{
font-size:1.4rem;
font-weight: 800;
line-height: 1.4;
letter-spacing: .1rem;
text-align: center;
margin: 0 0 20px;
padding: 0 5%;
box-sizing: border-box;
}

#csr .block .s_ttl2{
font-size:1.2rem;
font-weight: 800;
line-height: 1.4;
letter-spacing: .05rem;
text-align: center;
margin: 0 0 20px;
}

#csr .block .s_ttl2 span{
display: block;
font-size: .5rem;
color: #0066a1;
}

#csr .block .red_txt{
font-size: .9rem;
font-weight: 700;
margin: 0 0 30px;
padding: 0 5%;
box-sizing: border-box;
}

#csr .slider3 .slick-slide{
margin: 0 5px;
}

#csr .slider3 .slick-slide img{
border-radius: .2rem;
overflow: hidden;
}

#csr .parallax_img{
width: 100%;
height:120px;
overflow: hidden;
margin:0 auto;
}

#csr .list01{
width:100%;
margin:60px auto 0;
}

#csr .list01 li{
width: 100%;
padding: 25px;
box-sizing: border-box;
background: #f2f5fc;
margin-bottom: 2%;
}

#csr .list01 li h4{
font-size: 1.2rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 10px;
text-align: center;
color: #0066a1;
}

#csr .list01 li p{
margin: 0 0 30px;
font-size: .8rem;
}

#csr .list01 li .sdgs{
display: flex;
flex-wrap: wrap;
justify-content:center;
}

#csr .list01 li .sdgs img{
width:23%;
margin: 0 1%;
}

#csr .box{
width: 90%;
margin: 0 auto 30px;
background: #f2f5fc;
padding: 20px;
box-sizing: border-box;
}

#csr .box:last-child{
margin-bottom: 0;
}

#csr .box h4{
font-size: 1.6rem;
font-family: "Zen Old Mincho", serif;
line-height: 1;
text-align: center;
margin: 0 0 20px;
}

#csr .list02{
margin:0 auto 0;
}

#csr .list02 li{
width:100%;
margin-bottom: 2%;
background: #FFF;
padding: 15px;
box-sizing: border-box;
}

#csr .list02 li h5{
font-size: 1.2rem;
font-family: "Zen Old Mincho", serif;
line-height: 1.4;
margin: 0 0 10px;
}

#csr .box .rinen_box{
border: 1px solid rgba(0,0,0,.1);
padding: 20px;
box-sizing: border-box;
border-radius:1rem;
background:#FFF;
margin: 0 0 30px;
}

#csr .box .rinen_box:last-child{
margin-bottom: 0;
}

#csr .box .rinen_box h5{
font-size: 1rem;
font-family: "Zen Old Mincho", serif;
line-height: 1.4;
margin: 0 0 20px;
}

#csr .box .rinen_box p{
font-family: "Zen Old Mincho", serif;
font-size: .9rem;
line-height:1.8;
}


}