@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) {
#thoughts {
position:relative;
margin: 0 auto 160px;
z-index: 5;
}

#thoughts .red_ttl{
width: 90%;
margin: 0 auto 60px;
}

#thoughts .list{
margin: 0;
}

#thoughts .list li{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row;
margin-bottom: 100px;
}


#thoughts .list li article{
overflow: hidden;
position: relative;
margin:-5px 0 0;
}

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

#thoughts .list li .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size:5rem;
font-weight:500;
line-height:1;
overflow: hidden;
color:#443E6E;
letter-spacing:2rem;
}

#thoughts .list li .loop_wrap div:nth-child(odd) {
animation: txtloop 120s -60s linear infinite;
}
#thoughts .list li .loop_wrap div:nth-child(even) {
animation: txtloop2 120s linear infinite;
}

#thoughts .list li:last-child{
margin-bottom: 0;
}

#thoughts .list li .txt_box{
width: 60%;
position: relative;
padding:2% 3%;
box-sizing: border-box;
}

#thoughts .list li .txt_box h3{
font-size:2.4rem;
font-weight:500;
margin-bottom:50px;
line-height: 1.4;
position: relative;
}

#thoughts .list li .txt_box .txt{
line-height: 2.2;
}

#thoughts .list li .txt_box h3::before{
content: "";
position: absolute;
left: 0;
bottom: -10px;
width: 100px;
height: 1px;
background: #443E6E;
}


#thoughts .list li .txt_box .list_box{
width: 100%;
margin: 60px 0 0;
}

#thoughts .list li .txt_box .list_box li{
padding: 15px;
box-sizing: border-box;
border: 1px solid #7c71cb;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#thoughts .list li .txt_box .list_box li h4{
width: 100%;
background: #443E6E;
padding: 10px 15px;
box-sizing: border-box;
color: #FFF;
font-size: 1rem;
line-height: 1.4;
margin-bottom: 20px;
}

#thoughts .list li .txt_box .list_box li .img{
position: relative;
width: 40%;
}

#thoughts .list li .txt_box .list_box li h5{
font-size: .9rem;
margin: 0 0 10px;
}

#thoughts .list li .txt_box .list_box li .txt{
width: 55%;
font-size:.9rem;
line-height: 1.6;
}

#thoughts .list li .txt_box .list_box li .txt2{
padding: 15px;
box-sizing: border-box;
background: rgba(0,0,0,.05);
font-size: .8rem;
}


#thoughts .list li .img{
width: 40%;
}

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

#thoughts .rinen_mission_box{
margin:100px auto 0;
width: 70%;
background:url("../images/index/bg_st.jpg") center center no-repeat;
background-size: cover;
border-radius: 2rem;
padding:45px;
box-sizing: border-box;
}

#thoughts .rinen_mission_box dl{
margin: 0 0 25px;
border-bottom: 1px solid rgba(255,255,255,.2);
padding-bottom: 15px;
box-sizing: border-box;
}

#thoughts .rinen_mission_box dl dt{
font-size: 1.6rem;
line-height: 1;
letter-spacing:.3rem;
color: #E64DFC;
margin-bottom: 20px;
}

#thoughts .rinen_mission_box dl dt span{
font-size: 1rem;
font-style:italic;
margin-left: 15px;
}

#thoughts .rinen_mission_box dl dd{
font-size: 1.5rem;
font-weight: 300;
letter-spacing: .2rem;
color: #FFF;
}

#thoughts .rinen_mission_box dl:last-child{
margin-bottom: 0;
}

}
/*sp*/
@media only screen and (max-width: 767px) {
#thoughts {
position:relative;
margin: 0 auto 80px;
z-index: 5;
}

#thoughts .red_ttl{
width: 90%;
margin: 0 auto 40px;
}

#thoughts .list{
margin: 0;
}

#thoughts .list li{
margin-bottom: 20px;
}


#thoughts .list li article{
overflow: hidden;
position: relative;
margin:-5px 0 0;
}

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

#thoughts .list li .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size:3rem;
font-weight:500;
line-height:1;
overflow: hidden;
color:#443E6E;
letter-spacing:0.5rem;
}

#thoughts .list li .loop_wrap div:nth-child(odd) {
animation: txtloop 120s -60s linear infinite;
}
#thoughts .list li .loop_wrap div:nth-child(even) {
animation: txtloop2 120s linear infinite;
}

#thoughts .list li:last-child{
margin-bottom: 0;
}

#thoughts .list li .txt_box{
width: 100%;
position: relative;
padding:2% 3%;
box-sizing: border-box;
}

#thoughts .list li .txt_box h3{
font-size:1.6rem;
font-weight:500;
margin-bottom:30px;
line-height: 1.4;
position: relative;
}

#thoughts .list li .txt_box .txt{
line-height: 2.2;
}

#thoughts .list li .txt_box h3::before{
content: "";
position: absolute;
left: 0;
bottom: -10px;
width: 100px;
height: 1px;
background: #443E6E;
}


#thoughts .list li .txt_box .list_box{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 30px 0 0;
}

#thoughts .list li .txt_box .list_box li{
width: 100%;
padding: 15px;
margin-bottom: 20px;
box-sizing: border-box;
border: 1px solid #7c71cb;
display: block;
}

#thoughts .list li .txt_box .list_box li h4{
background: #443E6E;
padding: 10px 15px;
box-sizing: border-box;
color: #FFF;
font-size: 1rem;
line-height: 1.4;
margin-bottom: 20px;
}

#thoughts .list li .txt_box .list_box li .img{
position: relative;
width: 80%;
margin:0 auto 20px;
}

#thoughts .list li .txt_box .list_box li h5{
font-size: .9rem;
margin: 0 0 10px;
}

#thoughts .list li .txt_box .list_box li .txt{
font-size:.9rem;
line-height: 1.6;
}

#thoughts .list li .txt_box .list_box li .txt2{
padding: 15px;
box-sizing: border-box;
background: rgba(0,0,0,.05);
font-size: .8rem;
}


#thoughts .list li .img{
width: 95%;
}

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

#thoughts .rinen_mission_box{
margin: 60px auto 0;
width: 90%;
background:url("../images/index/bg_st.jpg") center center no-repeat;
background-size: cover;
border-radius: 2rem;
padding:40px;
box-sizing: border-box;
}

#thoughts .rinen_mission_box dl{
margin: 0 0 25px;
border-bottom: 1px solid rgba(255,255,255,.2);
padding-bottom: 15px;
box-sizing: border-box;
}

#thoughts .rinen_mission_box dl dt{
font-size: 1.2rem;
line-height: 1;
letter-spacing:.3rem;
color: #E64DFC;
margin-bottom: 10px;
}

#thoughts .rinen_mission_box dl dt span{
font-size: .8rem;
font-style:italic;
margin-left: 10px;
}

#thoughts .rinen_mission_box dl dd{
font-size: 1rem;
font-weight: 300;
letter-spacing: .2rem;
color: #FFF;
}

#thoughts .rinen_mission_box dl:last-child{
margin-bottom: 0;
}
}