@charset "UTF-8";
/* CSS Document */

@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) {

#strengths {
position:relative;
margin: 0 auto;
overflow: hidden;
}

#strengths .section_wrap{
width: 100%;
margin: 0 auto;
}

#strengths .section_wrap .section_block{
width: 80%;
margin:0 auto 160px;
}

#strengths .section_wrap .section_block:last-child{
margin-bottom: 0;
}

#strengths .section_wrap .red_ttl{
font-size: 3.2rem;
margin: 0 0 60px;
}

#strengths .section_wrap .red_txt{
font-size: 1.1rem;
font-weight: 500;
color: rgba(0,0,0,.8);
line-height: 2;
}

#strengths .section_wrap .section_block2{
width: 100%;
margin:0 auto;
position: relative;
padding: 60px 0 0;
box-sizing: border-box;
overflow: hidden;
}

#strengths .section_wrap .section_block2 .img_box{
width: 40%;
margin: auto;
}


#strengths .section_wrap .section_block2::before{
content: "";
position: absolute;
top: 0px;
left: 0;
width: 95%;
height:100%;
background: #121212;
z-index: -1;
}

#strengths .common_btn_box{
text-align: center;
}

#strengths article{
margin:-25px auto 0;
overflow: hidden;
position: relative;
}

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

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

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

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

#strengths .slider2{
position: relative;
}

#strengths .slider2::before{
content: "";
position: absolute;
top: -60px;
left: 0;
width: 95%;
height: calc(100% + 60px);
background: #121212;
z-index: -1;
}

#strengths .slider2 .slick-list{
strengths:inherit;
}

#strengths .slider2 .slick-slide{
margin: 0 10px;
position: relative;
}


#strengths .section_block2 .block{
position: relative;
width: 80%;
margin:0 0 100px 8%; 
z-index: 5;
}

#strengths .section_block2 .block .c_ttl{
color: #FFF;
margin-bottom: 50px;
}

#strengths .section_block2 .block .red_txt{
font-weight: 500;
margin: 0 0 40px;
color: #FFF;
}

#strengths .section_block2 .block .st_img{
border: 1px solid rgba(0,140,190,.3);
margin: 0 0 5px;
padding: 5px;
box-sizing: border-box;
}


#strengths .section_block2 .block .st_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#strengths .section_block2 .block .st_list li{
width: 49.8%;
padding:4% 2.5% 2.5%;
box-sizing: border-box;
position: relative;
color: #FFF;
border: 1px solid rgba(0,140,190,.3);
margin-bottom: .4%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#strengths .section_block2 .block .st_list li img{
padding: 0;
}


#strengths .section_block2 .block .st_list li .c_ttl2{
font-size: 1.3rem;
font-weight: 600;
line-height: 1;
margin: 0 0 20px;
color:rgba(0,140,190,1);
position: relative;
}

#strengths .section_block2 .block .st_list li .c_ttl2::before{
content: "";
position: absolute;
top:-20px;
left:-10px;
width: 15px;
height: 5px;
background:rgba(0,140,190,1);
}

#strengths .section_block2 .block .st_list li .red_txt2{
font-size: .8rem;
line-height: 2;
margin: 0 0 20px;
color: #FFF;
}

#strengths .section_block2 .block .st_list li .ph_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#strengths .section_block2 .block .st_list li .ph_list li{
width: 49%;
padding: 0;
margin:0;
display:block;
}

#strengths .section_block2 .block .st_list li .ph_list li img{
border:1px solid rgba(255,255,255,.6);
}


#strengths .section_block2 .block .st_list li .ph_list2{
display: flex;
flex-wrap: wrap;
}

#strengths .section_block2 .block .st_list li .ph_list2 li{
width: 32.333%;
padding: 0;
margin:0 1% 1% 0;
display:block;
border: none;
}

#strengths .section_block2 .block .st_list li .ph_list2 li:nth-child(3n){
margin-right: 0;
}

#strengths .section_block2 .block .st_list li .ph_list2 li img{
border:1px solid rgba(255,255,255,.6);
}

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

#strengths {
position:relative;
margin: 0 auto;
overflow: hidden;
}

#strengths .section_wrap{
width: 100%;
margin: 0 auto;
}

#strengths .section_wrap .section_block{
width: 90%;
margin:0 auto 60px;
}

#strengths .section_wrap .section_block:last-child{
margin-bottom: 0;
}

#strengths .section_wrap .red_ttl{
font-size: 1.2rem;
margin: 0 0 30px;
white-space: normal;
}

#strengths .section_wrap .red_txt{
font-size: .8rem;
font-weight: 500;
color: rgba(0,0,0,.8);
line-height: 1.6;
}

#strengths .section_wrap .section_block2{
width: 100%;
margin:0 auto;
position: relative;
padding: 30px 0 0;
box-sizing: border-box;
overflow: hidden;
}

#strengths .section_wrap .section_block2 .img_box{
width: 80%;
margin: auto;
}


#strengths .section_wrap .section_block2::before{
content: "";
position: absolute;
top: 0px;
left: 0;
width: 98%;
height:100%;
background: #121212;
z-index: -1;
}

#strengths .common_btn_box{
text-align: center;
}

#strengths article{
margin:-25px auto 0;
overflow: hidden;
position: relative;
}

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

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

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

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

#strengths .slider2{
position: relative;
}

#strengths .slider2::before{
content: "";
position: absolute;
top: -30px;
left: 0;
width: 95%;
height: calc(100% + 60px);
background: #121212;
z-index: -1;
}

#strengths .slider2 .slick-list{
strengths:inherit;
}

#strengths .slider2 .slick-slide{
margin: 0 10px;
position: relative;
}

#strengths .section_block2 .block{
position: relative;
width: 88%;
margin:0 0 60px 5%; 
z-index: 5;
}

#strengths .section_block2 .block .c_ttl{
color: #FFF;
margin-bottom: 20px;
}

#strengths .section_block2 .block .red_txt{
font-weight: 500;
margin: 0 0 20px;
color: #FFF;
}

#strengths .section_block2 .block .st_img{
border: 1px solid rgba(0,140,190,.3);
margin: 0 0 5px;
padding: 5px;
box-sizing: border-box;
}


#strengths .section_block2 .block .st_list{
}

#strengths .section_block2 .block .st_list li{
width: 100%;
padding:6% 2.5% 2.5%;
box-sizing: border-box;
position: relative;
color: #FFF;
border: 1px solid rgba(0,140,190,.3);
margin-bottom: 1%;
}

#strengths .section_block2 .block .st_list li img{
padding: 0;
}


#strengths .section_block2 .block .st_list li .c_ttl2{
font-size: 1rem;
font-weight: 600;
line-height: 1;
margin: 0 0 20px;
color:rgba(0,140,190,1);
position: relative;
}

#strengths .section_block2 .block .st_list li .c_ttl2::before{
content: "";
position: absolute;
top:-10px;
left:-5px;
width: 15px;
height: 3px;
background:rgba(0,140,190,1);
}

#strengths .section_block2 .block .st_list li .red_txt2{
font-size: .8rem;
line-height: 2;
margin: 0 0 20px;
color: #FFF;
}

#strengths .section_block2 .block .st_list li .ph_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#strengths .section_block2 .block .st_list li .ph_list li{
width: 49%;
padding: 0;
margin:0;
display:block;
}

#strengths .section_block2 .block .st_list li .ph_list li img{
border:1px solid rgba(255,255,255,.6);
}

#strengths .section_block2 .block .st_list li .ph_list2{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#strengths .section_block2 .block .st_list li .ph_list2 li{
width:32.333%;
padding: 0;
margin:0;
display:block;
border: none;
}

#strengths .section_block2 .block .st_list li .ph_list2 li img{
border:1px solid rgba(255,255,255,.6);
}


}