@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: 769px) {
#hed_wrap{
margin-bottom: 0;
}

#boss_message{
position: relative;
margin: 0 auto;
overflow: hidden;
background: #F1F3FA;
padding: 0 0 160px;
box-sizing: border-box;
}

#boss_message .red_txt{
padding: 15px;
box-sizing: border-box;
font-size: 1.4rem;
font-weight: 400;
text-align: center;
color: #FFF;
background: #443E6E;
}

#boss_message .main_mv{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-end;
margin: 0 0 40px;
position: relative;
}

#boss_message .main_mv .img{
width: 100%;
}

#boss_message .main_mv .txt_box{
position: absolute;
bottom: 20px;
right: 20px;
}

#boss_message .main_mv h3{
text-align: right;
font-size: 1.2rem;
font-weight: 400;
background: #fff;
padding: 10px 20px;
}
#boss_message .main_mv h3 span{
font-size: 1.8rem;
}

#boss_message .block{
width: 1200px;
background: #FFF;
border-radius:1rem;
padding: 55px;
box-sizing: border-box;
margin: 0 auto 120px
}

#boss_message .block p{
font-size: 1.2rem;
line-height: 2.2;
font-weight: 500;
}

}




/*sp*/
@media only screen and (max-width: 768px) {
#hed_wrap{
margin-bottom: 0;
}

#boss_message{
position: relative;
margin: 0 auto;
overflow: hidden;
background: #F1F3FA;
padding: 0 0 80px;
box-sizing: border-box;
}

#boss_message .red_txt{
padding: 10px;
box-sizing: border-box;
font-size: 1rem;
font-weight: 400;
text-align: center;
color: #FFF;
background: #443E6E;
}

#boss_message .main_mv{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-end;
margin: 0 0 40px;
position: relative;
}

#boss_message .main_mv .img{
width: 100%;
}
#boss_message .main_mv .img img{
object-fit: cover;
height: 250px;
}

#boss_message .main_mv .txt_box{
position: absolute;
bottom: 20px;
right: 20px;
}

#boss_message .main_mv h3{
text-align: right;
font-size: 0.9rem;
font-weight: 400;
background: #fff;
padding: 5px 15px;
}
#boss_message .main_mv h3 span{
font-size: 1.3rem;
}

#boss_message .block{
width: 90%;
background: #FFF;
border-radius:1rem;
padding: 20px;
box-sizing: border-box;
margin: 0 auto 60px
}

#boss_message .block p{
font-size: 0.9rem;
line-height: 2.2;
font-weight: 500;
}


}