@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) {
article{
overflow: hidden;
}
.loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto;
}

.loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 8rem;
font-weight: 800;
letter-spacing: -.5rem;
line-height: 1;
overflow: hidden;
color: #00a0e9;
opacity: .4;
}

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

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

#about{
margin:0 auto 120px;
}

#about .section_wrap {
margin: 0 auto;
}

#about .section_wrap .block{
width: 90%;
margin: 0 auto 120px;
}

#about .section_wrap .block .enttl{
font-size: 6rem;
font-weight: 800;
line-height: 1;
margin-bottom: 40px;
}

#about .section_wrap .block .red_txt{
font-size: 1.4rem;
font-weight: 800;
margin: 0px auto 60px;
letter-spacing: .2rem;
line-height: 1.8;
}

#about .box_list{
margin: 0;
position: relative;
}

#about .box_list li{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row;
margin-bottom: 140px;
}

#about .box_list li:nth-child(1){
display: block;
}

#about .box_list li:last-child{
margin-bottom: 0;
}

#about .box_list li:nth-child(odd){
flex-direction: row-reverse;
}

#about .box_list li:nth-child(1) .txt_box{
width: 80%;
margin: auto;
padding: 0;
}

#about .box_list li .txt_box{
width: 60%;
padding:2.5% 5%;
box-sizing: border-box;
}

#about .box_list li .txt_box .op_ttl{
width: 65px;
background: #00a0e9;
color: #FFF;
font-weight: 800;
display:flex;
align-items: center;
line-height: 1;
white-space: nowrap;
padding: 0 0 0 5px
}

#about .box_list li .txt_box .op_ttl span{
font-size: 2rem;
line-height: .8;
background: #121212;
padding: 5px 12px 0;
box-sizing: border-box;
margin-left: 5px;
}

#about .box_list li .txt_box h2{
font-size: 2.6rem;
font-weight: 800;
line-height: 1.4;
position: relative;
margin: 0 0 40px;
}

#about .box_list li .txt_box .txt{
font-weight: 600;
margin: 0;
}


#about .box_list li .txt_box .illust01{
width:100%;
margin: 0 auto 40px;
}

#about .box_list li .txt_box .illust02{
width:100%;
margin: 30px auto 0;
}

#about .box_list li .txt_box .ph_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#about .box_list li .txt_box .ph_list li{
width: 32.9%;
background:#012850;
padding: 5px;
box-sizing: border-box;
display: block;
margin: 0;
}

#about .box_list li .txt_box .ph_list li p{
text-align: center;
font-size: .7rem;
font-weight: 600;
line-height: 1.4;
color: #FFF;
padding: 5px;
box-sizing: border-box;
}

#about .box_list li .txt_box .maker_list{
margin: 30px 0 0;
}

#about .box_list li .txt_box .maker_list dt{
background: #005392;
padding: 5px 10px;
box-sizing: border-box;
font-weight: 800;
font-size: .8rem;
color: #FFF;
}

#about .box_list li .txt_box .maker_list dd{
background: #F1F1F1;
padding: 15px;
box-sizing: border-box;
font-size: .8rem;
font-weight: 500;
}


#about .box_list li .img{
width:40%;
}

}
/*sp*/
@media only screen and (max-width: 767px) {
article{
overflow: hidden;
}
.loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto;
}

.loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 4rem;
font-weight: 800;
letter-spacing: -.1rem;
line-height: 1;
overflow: hidden;
color: #00a0e9;
opacity: .4;
}

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

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

#about{
margin:0 auto 60px;
}

#about .section_wrap {
margin: 0 auto;
}

#about .section_wrap .block{
width: 90%;
margin: 0 auto 30px;
}

#about .section_wrap .block .enttl{
font-size: 3.4rem;
font-weight: 800;
line-height: 1;
margin-bottom: 20px;
}

#about .section_wrap .block .red_txt{
font-size: 1rem;
font-weight: 800;
margin: 0px auto 60px;
letter-spacing: .1rem;
line-height: 1.8;
}

#about .box_list{
margin: 0;
position: relative;
}

#about .box_list li{
margin-bottom: 60px;
}

#about .box_list li:nth-child(1){
display: block;
}

#about .box_list li:last-child{
margin-bottom: 0;
}

#about .box_list li:nth-child(odd){
flex-direction: row-reverse;
}

#about .box_list li:nth-child(1) .txt_box{
width: 90%;
margin: auto;
padding: 0;
}

#about .box_list li .txt_box{
width: 90%;
margin:0 auto 30px;
padding: 0;
}

#about .box_list li .txt_box .op_ttl{
width: 55px;
background: #00a0e9;
color: #FFF;
font-size: .8rem;
font-weight: 800;
display:flex;
align-items: center;
line-height: 1;
white-space: nowrap;
padding: 0 0 0 5px;
margin-bottom: 10px;
}

#about .box_list li .txt_box .op_ttl span{
font-size:1.4rem;
line-height: .8;
background: #121212;
padding: 5px 12px 0;
box-sizing: border-box;
margin-left: 5px;
}

#about .box_list li .txt_box h2{
font-size: 1.4rem;
font-weight: 800;
line-height: 1.4;
position: relative;
margin: 0 0 20px;
}

#about .box_list li .txt_box .txt{
font-weight: 600;
margin: 0;
}


#about .box_list li .txt_box .illust01{
width:100%;
margin: 0 auto 40px;
}

#about .box_list li .txt_box .illust02{
width:100%;
margin: 30px auto 0;
}

#about .box_list li .txt_box .ph_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#about .box_list li .txt_box .ph_list li{
width: 32.9%;
background:#012850;
padding: 5px;
box-sizing: border-box;
display: block;
margin: 0;
}

#about .box_list li .txt_box .ph_list li p{
text-align: center;
font-size: .7rem;
font-weight: 600;
line-height: 1.4;
color: #FFF;
padding: 5px;
box-sizing: border-box;
}

#about .box_list li .txt_box .maker_list{
margin: 30px 0 0;
}

#about .box_list li .txt_box .maker_list dt{
background: #005392;
padding: 5px 10px;
box-sizing: border-box;
font-weight: 800;
font-size: .8rem;
color: #FFF;
}

#about .box_list li .txt_box .maker_list dd{
background: #F1F1F1;
padding: 15px;
box-sizing: border-box;
font-size: .8rem;
font-weight: 500;
}


#about .box_list li .img{
width:80%;
margin: auto;
}
}