@charset "UTF-8";

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
float: none;
width:100%;
text-align: left;
overflow: hidden
}
.hidden {
width: 100%;
overflow: hidden;
}
.br_hidden{
display: none;
}
@media screen and (min-width: 1024px) {
.br_hidden{
display: block;
}}


/*スライド
---------------------------------------------------------------------------*/
.rslides_box {
max-width: 100%;
margin: 0 auto;
position: relative;
display: flex;
align-items: center;
justify-content: center;
background: url(../img/top_bg.jpg) repeat;
}
.rslides,
#metaslider_10,
#metaslider-13{
max-width: 100%;
margin: 0 auto;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.rslides li{
list-style:none;
}
.rslides img,
#metaslider_10 img,
#metaslider-13 img{
width: 100%;
height: auto;
margin: auto;
object-fit: cover;
}





/* 表示・非表示
---------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {.slsp{display: none !important;}}
@media screen and (max-width: 767px) {.slpc{display: none !important;}}



/*スクロールダウン
---------------------------------------------------------------------------*/
/*スクロールダウン全体の場所*/
.scrolldown1{
position:absolute;
left:50%;
bottom:10px;
height:50px;
}
.scrolldown1 span{
position: absolute;
left:-15px;
top: -15px;
color: #eee;
font-size: 0.7rem;
letter-spacing: 0.05em;
}
.scrolldown1::after{
content: "";
position: absolute;
top: 0;
width: 1px;
height: 30px;
background: #eee;
animation: pathmove 1.4s ease-in-out infinite;
opacity:0;
}
@keyframes pathmove{
0%{
height:0;
top:0;
opacity: 0;
}
30%{
height:30px;
opacity: 1;
}
100%{
height:0;
top:50px;
opacity: 0;
}}
@media screen and (max-width: 767px) {
.scrolldown1{
display: none
}
}

/*背景
---------------------------------------------------------------------------*/
#bg_fff {
background: #fff;
margin: 50px 0
}
#bg_se,
#bg_movie{
background: #fff;
margin: 50px 0 0 0
}
#bg_iro,
#bg_news{
width: 100%;
padding: 50px 0;
background: url(../img/top_bg.jpg) repeat;
}
.bg-con-pc{
width: 100%;
margin: 0 auto
}

@media screen and (min-width: 768px) {
#bg_fff {
margin: 60px 0
}
#bg_se,
#bg_movie {
background: #fff;
margin: 60px 0
}
#bg_iro,
#bg_news {
padding: 60px 0
}
.bg-con-pc{
width: 700px;
}
}


/*全体見出し
---------------------------------------------------------------------------*/
.section-news-h3{
text-align:center;
font-size: 23px;
line-height: 1.5;
font-weight: normal;
letter-spacing:.05em;
margin: 0 0 20px 0;
color: #333
}
@media screen and (min-width: 1024px) {
.section-news-h3 {
font-size: 28px;
margin: 0 0 30px 0;
}}



/*インフォメーション
---------------------------------------------------------------------------*/
.work_box_list ul {
width:100%;
margin:0;
padding:0;
display:flex;
flex-wrap:wrap;
}
.slider_info {
display: flex;
justify-content: center; 
align-items: center;
line-height: 0;
}
.work_box_list ul li.card {
width: 280px;
text-decoration: none;
background: #fff;
margin: 0 10px 30px 10px;
display: flex;
flex-direction: column;
}
.c_w_box{
width: 100%;
height: 180px;
}
.c_w_box img {
width: 100%;
height: 190px;
object-fit: cover;
display:block;
margin:0;
padding:0;
}
.work_box_tex {
padding:25px 20px;
height: 100%;
text-decoration: none;
}
.work_box_tex h5 {
font-weight: normal;
font-size: 1em;
line-height: 1.6;
clear: both;
padding-bottom: 10px;
text-align: left;
}
.work_box_tex p {
font-weight: normal;
font-size: .9em;
line-height: 1.7;
}
@media screen and (min-width: 1024px) {
.work_box_list ul li.card {
width: 320px;
}
.c_w_box,
.c_w_box img{
height: 210px;
}
.work_box_tex {
padding:30px;
}
.work_box_tex h5 {
padding-bottom: 15px;
font-size: 1.1em;
}
}

/*slick設定
---------------------------------------------------------------------------*/
.slick-slide {
-webkit-transform-style: preserve-3d;
height:auto!important;
}
.slick-track {
display: flex;
}
.slick-slide {
height: auto !important;
}

/* dotsカスタマイズするCSS */
.dots-wrap {
display: flex;
justify-content: center;
margin: 0 auto;
}
.dots-wrap {
display: flex;
justify-content: center;
}
.dots-wrap li {
width: 30px;
height: 4px;
margin: 0 5px;
background: #fff;
cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
background: coral;
}
.dots-wrap li button {
display: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
padding: 0;
border: none;
background-color: transparent;
}

.box.reverse{
flex-direction: row-reverse;
}
.box:nth-child(even) {
flex-direction: row-reverse;
}

/* Slick Arrow */
.slide-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
	border: 1px solid rgba(0,0,0,0.8);
}
.prev-arrow {
  left: 7vw;
  padding-left: 5px;
}
.next-arrow {
  right: 7vw;
  padding-right: 5px;
}
.slide-arrow__arrow {
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.prev-arrow__arrow {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.next-arrow__arrow {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}


/*read-more
---------------------------------------------------------------------------*/
.btn{
text-align: center;
margin: 0 auto
}
.btn_none{
text-align: center;
margin: 0
}
.more_b {
position: relative;
border: none;
border-bottom: 1px solid #333;
width: fit-content;
width: 160px;
color: #333;
text-align: left;
}
.more_b:before,
.more_b:after{
position: absolute;
top: 50%;
right: 0;
height: 1px;
background: #333;
content: '';
}
.more_b:before,
.more_f:before{
width: 30px;
transform: translateY(-50%);
}
.more_b:after,
.more_f:after{
width: 8px;
transform: translateY(-50%) rotate(45deg);
transform-origin: right center;
}
.more_b a{
color: #333;
}
.more_b a:hover{
color:#848484;
}
/*fff*/
.more_f {
position: relative;
border: none;
border-bottom: 1px solid #fff;
width: fit-content;
width: 160px;
color: #fff;
text-align: left;
}
.more_f:before,
.more_f:after{
position: absolute;
top: 50%;
right: 0;
height: 1px;
background: #fff;
content: '';
}
.more_f:before{
width: 30px;
transform: translateY(-50%);
}
.more_f a{
color: #fff;
transition: 0.5s;
}
.more_f a:hover{
color:#fff;
opacity: 0.6;
}


/*サービスのご案内
---------------------------------------------------------------------------*/
.box__se {
margin: 0 auto;
}
.box_image img {
display: block;
max-width: 100%;
width: 100%;
height: 200px;
object-fit: cover;
}
.box_text {
box-sizing: border-box;
color: #fff;
position:relative;
padding: 30px;
}
.box_text h2{
font-size: 20px;
margin-bottom: 0
}
.box_text p{
margin-bottom: 20px;
}
.box002{background-color: rgba(243,152,0,0.9);}
.box001{background-color: rgba(46,167,2240,0.9);}
.box003{background-color: rgba(34,172,56,0.9);}
.num_02{color: #ea5514}
.num_01{color: #008de9}
.num_03{color: #29971e}

.p-textImgBox__number{
position: absolute;
font-size: 70px;
letter-spacing: 0.1em;
right: 25px;
font-weight: 100;
top: -50px;
}


@media screen and (min-width: 768px) {
.box__se {
position: relative;
margin:0 0 50px 0;
width: 100%;
}
.box_image {
position: relative;
top: 0px;
left: 70%;
transform: translateX(-100%);
width: 70%;
max-width: 1000px;
height: 350px;
}
.box_image::before {
content: "";
display: block;
padding-top: 50%;
}
.box_image img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
object-fit: cover;
}
.box_text {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%);
width: 45%;
max-width: 400px;
padding: 60px;
}
.box_text h2{
font-size: 22px;
margin-bottom: 5px
}
.box_text p{
margin-bottom: 20px;
}
.box__se:nth-of-type(odd) .box_image {
left: 30%;
transform: translateX(0%);
}
.box__se:nth-of-type(odd) .box_text {
left: 50%;
transform: translateX(-100%) translateY(-50%);
}
.p-textImgBox__number {
right: -20px;
top: -60px;
}
.box__se:nth-of-type(odd) .p-textImgBox__number {
left: -20px;
top: -60px;
}
}

@media screen and (min-width: 1024px) {
.box_image {
height: 380px;
left: 70%;
width: 70%;
max-width: 1200px;
}
.box_text {
left: 55%;
max-width: 400px;
}
.box_text h2{
font-size: 28px;
margin-bottom: 5px
}
.box__se:nth-of-type(odd) .box_image {
left: 30%;
transform: translateX(0%);
}
.box__se:nth-of-type(odd) .box_text {
left: 45%;
}
}

@media screen and (min-width: 1200px) {
.box_image {
height: 400px;
left: 60%;
width: 60%;
max-width: 1800px;
}
.box_text {
left: 50%;
max-width: 500px;
}
.box__se:nth-of-type(odd) .box_image {
left: 40%;
transform: translateX(0%);
}
.box__se:nth-of-type(odd) .box_text {
left: 50%;
}
}

@media screen and (min-width: 1200px) {
.box_image {
left: 60%;
width: 60%;
max-width: 1800px;
}
.box_text {
left: 50%;
max-width: 500px;
}
.box__se:nth-of-type(odd) .box_image {
left: 40%;
transform: translateX(0%);
}
.box__se:nth-of-type(odd) .box_text {
left: 50%;
}
}

@media screen and (min-width: 1500px) {
.box_image {
left: 70%;
width: 70%;
}
.box_text {
left: 55%;
max-width: 500px;
}
.box__se:nth-of-type(odd) .box_image {
left: 35%;
transform: translateX(0%);
}
.box__se:nth-of-type(odd) .box_text {
left:45%;
}
} 


/*info
---------------------------------------------------------------------------*/
.info_box2{margin: 5px 0 20px 0}

.info_box a {
display: flex;
flex-wrap:wrap;
text-decoration: none;
width: 100%;
padding: 15px 0;
border-bottom: #b5b5b5 1px solid;
transition : all 0.5s ease 0s;
}

.info_box a p {
margin: 3px 0 0 0;
min-width: 90px;
font-size: 85%;
font-weight: normal;
padding:0;
}
.info_box a h5 {
text-decoration: none;
font-weight: normal;
font-size: 100%;
line-height: 1.6;
padding:5px 0;
width: 100%;
}
.info_box a:hover {
 background-color: rgba(255,255,255,0.5);
 cursor: pointer;
}
.info_box span{
width:100px;height:20px;float:left;margin:3px 20px 0 0;z-index:9999;
padding: 1px 0;
text-align: center;
font-size: 75%;
background: #FFF;
line-height: 20px;
}
@media screen and (min-width: 1024px) {
.info_box2{margin-top: 0}
.info_box a {
flex-wrap: nowrap;
}
}
@media screen and (max-width: 1023px) {
.info_box a h5 {
display: block;
padding:15px 0 5px 0;
}
.info_box::after {
content: '';
width: 100%;
}
.info_box:nth-child(n+2) {
order: 1;
}
}

/*リクルートバナー
---------------------------------------------------------------------------*/
.bg-con-pc.img-rec{
margin-bottom: 50px
}

/*事業紹介ムービー
---------------------------------------------------------------------------*/
.work_box_movie {
    margin: 0 auto;
    width: 100%;
}
.box_movie {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 768px) {
.work_box_movie {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
}

@media screen and (max-width: 767px) {
.box_movie {
    margin-bottom: 20px
}
}


@media screen and (min-width: 768px) {

} 
@media screen and (min-width: 1024px) {

}
@media screen and (min-width: 1200px) {

} 