/*--////PC CSS ////////////////////////////////////////////////////////*/

/*--▼TOPメッセージ*/
.saiyou_top{
width: 33.8%;
}
.p-top-reason__rate img{
margin-top:-130px!important;
width: :100%!important;
border-radius: 32px;
}
.saiyou_toptext{
letter-spacing: -.05em;
line-height: 1.5em;
font-size: 3.6rem;
font-weight: 900;
margin-bottom: 20px;
color:#00168F ;
}
.c-title__main, .c-title__sub{
color: #000;
}
.c-title {
margin-bottom:0;}


/*--▼採用強化中リスト*/
.list ul {
max-width: 1020px;
width: 90%;
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 0 auto;
}
.list ul li {
list-style: none;
font-size: 18px;
color: #fff;
line-height: 1;
padding: 8px 16px;
border-radius: 100px;
margin: 0 8px;
margin-bottom: 32px;
font-weight: 400;
letter-spacing: 0.5px;
background: transparent linear-gradient(176deg, #0085fa 0%, #454fff 100%) 0% 0% no-repeat padding-box;
}
.list{
position: relative;
inset-inline: 50%;
width: 100vw;
margin-inline: -50vw;
background:linear-gradient(176deg, #00178f, #03145a);
padding:5rem;
}
.saiyo_list{
text-align: center;
font-family:"dunbar-low",sans-serif!important;
font-weight:600;
letter-spacing:none;
font-size: 2.75rem;
color: #fff;
margin-bottom: 3rem;
}
.saiyo_list2{
text-align: center;
font-family:"dunbar-low",sans-serif!important;
font-weight:600;
letter-spacing:none;
font-size: 1.75rem;
color: #fff;
border: 1px solid #fff;
padding: 16px 16px;
width: 20vw;
margin: 0 auto;
border-radius:10rem;
transition: .5s;
}
.saiyo_list2:hover{
transform: scale(1.02);
transition: .5s;}

/*--▼リベロエンジニアについて等 レイアウト*/
.future_box {
display: flex;
justify-content: space-between;
width: 100%;
margin: 0 auto;
/*margin-bottom: 80px;*/
/*align-items: center;*/
position: relative;
z-index: 10;
}
.future_box .pic img {
width: 100%;
border-radius: 32px;
}
.future_box .text p {
font-size: 18px;
font-family: "Noto Sans JP", sans-serif;
line-height: 2;
font-weight: 400;
}
.future_box .text h3 {
font-size: 32px;
font-family: "Noto Sans JP", sans-serif;
margin-bottom: 0.4em;
letter-spacing: .02em;
}
.future_box_r .text_saiyou {
width: 130%;
padding-left: 60px;
}
.future_box_l .text_saiyou {
width: 130%;
padding-right: 60px;
}
.future_box_l .pic {
order: 2;
}
.future_box_r .text_saiyou {
margin-bottom: 10rem;
}

/*--▼リベロエンジニアについて等 本文*/
.text_saiyou h3{
font-size: 2.5rem;
font-weight: bold;
margin-bottom:16px;
display: inline-block;
padding: 8px 12px;
background: #00178f;
margin-bottom: 16px;
color: #fff;
letter-spacing: 0.05em;
}
.text_saiyou p{
font-size: 1.6rem;
line-height: 2;
letter-spacing: 0;
font-weight: 500;
}
.bk_saiyou {
width: 33%;
top: -300px;
right: 0;
}
.bg-saiyo02 {
max-width: 1100px;
margin: auto;
}
.bg-saiyo01 {
position: relative;
inset-inline: 50%;
width: 100vw;
margin-inline: -50vw;
background-color: #00000008;
padding:10rem;
}


/*--▼リベロエンジニアについて等 ボタン*/
.saiyo__card-button{
position: relative;
overflow: hidden;
display: flex;
margin-top: 1rem;
font-weight: 600;
float: right;
}
.saiyo__card-button a{
color: #232893;
text-decoration: none;
border-bottom: 1px solid #232893;
}
.saiyo_more{
display: flex;
justify-content: space-between;
align-items: center;
width: 300px;
margin: auto;
padding: 8px 8px 8px 32px;
border: 1px solid #00168f;
border-radius: 30px;
font-weight: 500;
font-size: 1.6rem;
float: left;
  margin-top: 2rem;
color: #00168f;
font-size: 1.5rem;s
}
.c-more__arrow::before {
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 15px;
height: 10px;
background-image: url(https://libero-en.jp/btob/wp-content/themes/libero/img/common/arrow.png);
background-repeat: no-repeat;
background-size: contain;
transition: .3s;
}

.c-more__arrow {
position: relative;
display: block;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #00168f;
}

/*--▼オープンポジションバナー*/
.banner_r {
width: 100%;
height:240px;
margin: 0 0 88px;
padding: 87px 0;
background-color: #00000020;
background-image: url(./事業内容｜株式会社リベロエンジニア_files/test04.jpg);
background-repeat: no-repeat;
background-position-x: right;
background-size: cover;
border-radius: 32px;
margin-top: 10rem;
}
.banner_r2,.banner_r3 {
width: 100%;
margin-top: 10rem;
margin-bottom: 10rem;
border-radius: 32px;
}


/*--▼固定ボタン非表示*/
.p-fv__fixed-footer-cta>a {
display: none;
}


html { scroll-behavior: smooth;}




/*--▼ tablet CSS ／　820px以下////////////////////////////////////////////////////////▼*/
@media screen and (max-width: 820px) {

.pcpic img{
width: 100vw;
}
.p-top-reason__rate img {
margin-top: 0!important;}

.saiyo_list{
font-size: 2rem;
}
.list ul {
width: 100%;
}
.list ul li {
font-size: 14px;
padding: 5px 10px;
border-radius: 100px;
margin: 0 8px;
margin-bottom: 10px;
}
.saiyo_list2 {
font-size: 14px;
margin-top: 16px;
width: 32rem;
}

.future_box {
display: block;
padding-top: 5rem;
}
.future_box_r .text_saiyou {
width: 100%;
padding-left: 0px;
margin-bottom:0;
}
.future_box_l .text_saiyou {
width: 100%;
padding-right: 0px;
}
.future_box_l{
padding-top: 15rem;
padding-bottom: 10rem;
}
.text_saiyou h3 {
margin-top: 16px;
font-size: 2rem;
}
.text_saiyou p {
line-height: 1.8em;
}

.bg-saiyo01 {
padding: 5rem;
}
}

/*--▼ SP CSS ／　600px以下////////////////////////////////////////////////////////▼*/
@media screen and (max-width: 600px) {

.saiyou_toptext {
font-size: 2rem;
margin-bottom: 10px;
}
.p-top-reason__rate img {
margin-top: 0px !important;
}
.p-top-reason__text{
font-size: 14px;
line-height: 1.8em;
}

.saiyo_list{
font-size: 2rem;
}
.list {
padding: 5rem 0rem;
}
.list ul {
width: 100%;
}
.list ul li {
font-size: 14px;
padding: 5px 10px;
border-radius: 100px;
margin: 0 8px;
margin-bottom: 10px;
}
.saiyo_list2 {
font-size: 14px;
margin-top: 16px;
}


.text_saiyou h3 {
font-size: 2rem;
}
.text_saiyou p {
font-size: 14px;
}

.bg-saiyo01 {
padding: 0rem;
}
.future_box {
display: block;
width: 85%;
margin: 0px 30px;
padding-top: 5rem;
}



.saiyo_more{
float:none;
}

.banner_r3 {
margin-top: 5rem;
margin-bottom: 5rem;
border-radius: 16px;
}
}

/*--▼ ディスプレイ幅画像出し分け////////////////////////////////////////////////////////▼*/
@media screen and (max-width: 1059px) {
.pcpic, .banner_r2{
display: none;
}
.sppic img{
border-radius: 32px;
margin-bottom: 2rem;
}}

@media (min-width: 821px) {
.sppic, .banner_r3{
display: none;
}}

/*--▼ カジュアル面談ボタン////////////////////////////////////////////////////////▼*/
.saiyou_cta1{
position:fixed;
z-index:1000000;
width:160px;
height: 160px;
left:32px;
bottom:32px;
background:transparent linear-gradient(176deg, #00a8fa 0%, #0558fb 100%) 0% 0% no-repeat padding-box;
border-radius:100rem;

display: flex;
align-items: center;
text-align: center;
justify-content: center;
font-size: 1.5rem;
font-weight: 600;
box-shadow:1px 1px 25px #00000020;
transition:.25s all;

outline : 1px solid #FFF;
outline-offset :-8px;
}
.saiyou_cta1:hover{
transform:scale(1.04);
}

.saiyou_cta_s{
color:#FFF;
line-height: 1.8em;
letter-spacing: 0;
}
.saiyou_cta_s:hover{
opacity: 1;}

.saiyou_cta_s2{
font-family: "dunbar-low", sans-serif !important;
font-size:2.5rem;
font-weight: 500;
letter-spacing:.05em;
}



@media screen and (max-width: 600px) {
.saiyou_cta1{
width:100%;
bottom: 0;
left:0px;
border-radius: 0;
position: fixed;
height: 14vw;
outline :none;
background: #03155d;
}
.saiyou_cta_s{
display: contents;
}
.saiyou_cta_s2 {
display: none;
}
.saiyou_cta_s2_sp{
font-size: 1.5rem;
padding-left:.5rem;
}
.saiyou_cta_sp{
color: #fff;
}
}

@media screen and (min-width: 820px) {
.saiyou_cta_s2_sp{
display: none;
	}}

/*1119*/
html, body {
overflow-x: hidden!important;
	}