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

#about {
position:relative;
margin: 0 auto 160px;
z-index: 5;
}

#about .section_wrap{
width: 100%;
margin: 0 auto 160px;
}

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

#about .section_wrap .section_block .txt_box{
width: 80%;
margin: 0 auto 60px;
}

#about .slider2{
margin: -40px auto 120px;
}

#about .section_wrap .section_block2 .com_ttl{
text-align: center;
background: -webkit-linear-gradient(0deg, #008c73, #418aff);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


#about .section_wrap .section_block2 .red_ttl{
text-align: center;
}

#about .section_wrap .section_block2 .red_txt{
text-align: center;
}

#about .section_wrap .section_block2 .red_txt strong{
font-size: 1.6rem;
background: -webkit-linear-gradient(0deg, #008c73, #418aff);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


#about .section_wrap .section_block2 .slider2{
margin: 60px auto 0;
}

#about .section_wrap .section_block2 .slick-slide{
margin: 0 15px;
}


#about .slider2 .slick-slide{
margin: 0 15px;
}

#about article{
margin:-100px auto 0;
overflow: hidden;
position: relative;
z-index: -1;
}

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

#about .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);
}

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

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

#about .ph_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 60px;
}

#about .ph_list li{
width: 24.5%;
}

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


#about {
position:relative;
margin: 0 auto 60px;
z-index: 5;
}

#about .section_wrap{
width:100%;
margin: 0 auto 60px;
}

#about .section_wrap .section_block{
width:90%;
margin:0 auto;
}

#about .section_wrap .section_block .txt_box{
width: 100%;
margin: 0 auto 60px;
}

#about .slider2{
margin: -10px auto 0;
}

#about .section_wrap .section_block2 .com_ttl{
text-align: center;
background: -webkit-linear-gradient(0deg, #008c73, #418aff);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


#about .section_wrap .section_block2 .red_ttl{
text-align: center;
}

#about .section_wrap .section_block2 .red_txt{
text-align: center;
}

#about .section_wrap .section_block2 .red_txt strong{
font-size: 1.6rem;
background: -webkit-linear-gradient(0deg, #008c73, #418aff);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


#about .section_wrap .section_block2 .slider2{
margin: 60px auto 0;
}

#about .section_wrap .section_block2 .slick-slide{
margin: 0 6px;
}


#about .slider2 .slick-slide{
margin: 0 6px;
}

#about article{
margin:-30px auto 0;
overflow: hidden;
position: relative;
z-index: -1;
}

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

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

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

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

#about .ph_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 20px;
}

#about .ph_list li{
width: 49.5%;
margin-bottom: 1%;
}


}