@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{
background: url("../images/why_choose_us/bg_hed_img.jpg") center center no-repeat;
background-size: cover;
}

article{
width: 100%;
position: relative;
}

.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: 600;
letter-spacing: -.1rem;
line-height: 1;
overflow: hidden;
color: #e83828;
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;
}

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

#why_choose_us .section_wrap {
margin: 0 auto;
}

#why_choose_us .section_wrap .hed_box{
width: 90%;
margin: 0 auto 60px;
}

#why_choose_us .section_wrap .hed_box .ttl{
font-size: 3rem;
font-weight: 800;
line-height: 1.6;
margin: 0 0 40px;
text-align: center;
color: #e83828;
}

#why_choose_us .section_wrap .hed_box .ttl span{
display: block;
color: #000;
font-size: 1.2rem;
}

#why_choose_us .section_wrap .hed_box .red_txt{
font-size: 1.2rem;
font-weight: 600;
margin:0 auto;
letter-spacing: .1rem;
line-height: 1.8;
text-align: center;
}

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

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

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

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

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

#why_choose_us .box_list li .txt_box h2{
font-size: 2.2rem;
font-weight: 800;
line-height: 1.4;
position: relative;
margin: 0 0 30px;
letter-spacing: 0;
}

#why_choose_us .box_list li .txt_box h2 span{
display: block;
font-size: .8rem;
color: #e83828;
}

#why_choose_us .box_list li .txt_box .txt{
}

#why_choose_us .box_list li .wh_list{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: auto;
}

#why_choose_us .box_list li .wh_list li{
width:48%;
background:#e83828;
padding:20px;
box-sizing: border-box;
display: block;
margin:30px 0 0;
border-radius: 1rem;
}

#why_choose_us .box_list li .wh_list li h3{
padding: 5px 15px;
box-sizing: border-box;
background: #FFF;
border-radius: 50rem;
color: #e83828;
text-align: center;
font-weight: 800;
line-height: 1;
margin: 0 0 15px;
}

#why_choose_us .box_list li .wh_list li p{
font-size: .9rem;
line-height: 1.6;
color: #FFF;
}


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

}
/*sp*/
@media only screen and (max-width: 767px) {
#hed{
background: url("../images/why_choose_us/bg_hed_img.jpg") center center no-repeat;
background-size: cover;
}

article{
width: 100%;
position: relative;
}

.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: 600;
letter-spacing: -.1rem;
line-height: 1;
overflow: hidden;
color: #e83828;
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;
}

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

#why_choose_us .section_wrap {
margin: 0 auto;
}

#why_choose_us .section_wrap .hed_box{
width: 90%;
margin: 0 auto 60px;
}

#why_choose_us .section_wrap .hed_box .ttl{
font-size: 1.8rem;
font-weight: 800;
line-height: 1.6;
margin: 0 0 20px;
color: #e83828;
}

#why_choose_us .section_wrap .hed_box .ttl span{
display: block;
color: #000;
font-size: 1rem;
}

#why_choose_us .section_wrap .hed_box .red_txt{
font-size: 1rem;
font-weight: 600;
margin:0 auto;
letter-spacing: .1rem;
line-height: 1.8;
}

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

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

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

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

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

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

#why_choose_us .box_list li .txt_box h2 span{
display: block;
font-size: .7rem;
color: #e83828;
}

#why_choose_us .box_list li .txt_box .txt{
}

#why_choose_us .box_list li .wh_list{
width: 100%;
margin: auto;
}

#why_choose_us .box_list li .wh_list li{
width:100%;
background:#e83828;
padding:20px;
box-sizing: border-box;
display: block;
margin:30px 0;
border-radius: 1rem;
}

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

#why_choose_us .box_list li .wh_list li h3{
padding: 5px 15px;
box-sizing: border-box;
background: #FFF;
border-radius: 50rem;
color: #e83828;
text-align: center;
font-weight: 800;
line-height: 1;
margin: 0 0 15px;
}

#why_choose_us .box_list li .wh_list li p{
font-size: .9rem;
line-height: 1.6;
color: #FFF;
}

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


}