@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%);
}
}
@keyframes zoomUp {
0% {
transform: scale(1);
}
100% {
transform: scale(1.15); /* 拡大率 */
}
}

/*PC*/
@media print, screen and (min-width: 769px) {

#value{
position: relative;
margin: 0 auto 120px;
overflow: hidden;
}


#value article{
overflow: hidden;
margin-top: -10px;
}

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

#value .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 14rem;
font-family: "Roboto", sans-serif;
font-weight:200;
line-height:1;
overflow: hidden;
color: rgba(0,0,0,.05);
}

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

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

#value .section_wrap{
margin: 0 auto;
position: relative;
}

#value .section_wrap .block{
width: 80%;
position: relative;
margin: 0 auto 100px;
}

#value .section_wrap .block:last-child{
margin-bottom: 0;
}

#value .value_list{
width: 100%;
margin: 0 auto;
}

#value .value_list li{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row;
margin: 0 0 90px;
}

#value .value_list li:last-child{
margin-bottom: 0;
}

#value .value_list li:nth-child(even){
flex-direction: row-reverse;
}

#value .value_list li .txt_box{
width: 55%;
}

#value .value_list li .txt_box h3{
font-size:2.6rem;
font-weight: 700;
line-height: 1;
margin: 0 0 20px;
}

#value .value_list li .txt_box h4{
padding: 10px 20px;
box-sizing: border-box;
font-size: 1.2rem;
font-weight: 500;
color: #FFF;
line-height: 1;
border-radius: 50rem;
margin: 0 0 15px;
background: -webkit-linear-gradient(0deg, #20293b, #2e6eb9);
text-align: center;
}

#value .value_list li .txt_box h3 span{
display: block;
font-size: 1rem;
font-weight: 500;
margin-bottom: 10px;
}

#value .value_list li .txt_box .txt{
font-size: .9rem;
font-weight: 500;
}

#value .value_list li .txt_box .box{
padding: 15px;
box-sizing: border-box;
background: #171e27;
margin: 30px 0 0;
border-radius: .4rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
color: #FFF;
}

#value .value_list li .txt_box .box h5{
width: 100%;
text-align: center;
font-size:1rem;
margin:0 0 10px;
}

#value .value_list li .txt_box .box .ph_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#value .value_list li .txt_box .box .ph_list li{
display: block;
width: 31.33%;
margin: 0;
}

#value .value_list li .txt_box .box .ph_list li .cap_txt{
font-size: .6rem;
margin-top: 10px;
}

#value .value_list li .img{
width: 40%;
}


#value .value_list li .img img{
border-radius: .6rem;
overflow: hidden;
}





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

#value{
position: relative;
margin: 0 auto 60px;
overflow: hidden;
}

#value article{
overflow: hidden;
margin-top: -10px;
}

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

#value .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 4rem;
font-family: "Roboto", sans-serif;
font-weight:200;
line-height:1;
overflow: hidden;
color: rgba(0,0,0,.05);
}

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

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


#value .section_wrap{
width: 90%;
margin: 0 auto;
position: relative;
}

#value .section_wrap .block{
width: 100%;
position: relative;
margin: 0 auto 60px;
}

#value .section_wrap .block:last-child{
margin-bottom: 0;
}

#value .value_list{
width: 100%;
margin: 0 auto;
}

#value .value_list li{
margin: 0 0 60px;
}

#value .value_list li .txt_box{
width:100%;
margin: 0 auto 20px;
}

#value .value_list li .txt_box h3{
font-size: 1.2rem;
font-weight: 700;
line-height: 1;
margin: 0 0 20px;
}

#value .value_list li .txt_box h4{
padding: 6px 10px;
box-sizing: border-box;
font-size: .7rem;
font-weight: 500;
color: #FFF;
line-height: 1;
border-radius: 50rem;
margin: 0 0 15px;
background: -webkit-linear-gradient(0deg, #20293b, #2e6eb9);
text-align: center;
}

#value .value_list li .txt_box h3 span{
display: block;
font-size: .8rem;
font-weight: 500;
margin-bottom: 10px;
}

#value .value_list li .txt_box .txt{
font-size: .9rem;
font-weight: 500;
}

#value .value_list li .txt_box .box{
padding: 15px;
box-sizing: border-box;
background: #171e27;
margin: 30px 0 0;
border-radius: .4rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
color: #FFF;
}

#value .value_list li .txt_box .box h5{
width: 100%;
text-align: center;
font-size:1rem;
margin:0 0 10px;
}

#value .value_list li .txt_box .box .ph_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#value .value_list li .txt_box .box .ph_list li{
display: block;
width: 31.33%;
margin: 0;
}

#value .value_list li .txt_box .box .ph_list li .cap_txt{
font-size: .6rem;
margin-top: 10px;
}

#value .value_list li .img{
width: 90%;
margin: auto;
}


#value .value_list li .img img{
border-radius: .6rem;
overflow: hidden;
}


}