/*================================================
 *  ビジコムと山口のつながり 個別ページ　CSS設定
 ================================================*/

/* 動画を囲うdiv */
.video {
  position: relative;
  width:100%;
  height:0; 
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4em;
}

#bc_yg {
    color: #36302A;
    /* line-height: 1.6rem; */
}

.hero {
    width: 100%;
    background: url(/company/busicom_yamaguchi/images/hero_bg2_s.png) 0 60% / cover no-repeat;
    height: 573px;
    display: flex;
}

.hero_base {
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    height: 80px;
    margin-top: 450px;
    align-items: flex-end;
    width: 100%;
}

.hero_base h1 {
    display: block;
    text-align: right;
    margin-right: 15%;
    margin-top: 1.5rem;
}

.line {
    width: 1px;
    height: 110px;
    background-color: #ccc;
    display: block;
    margin: 0 auto;
}

h2 {
    color: #000;
    line-height: 4.0rem;
}

h3 {
    color: #000;
    text-align: center;
}

#bc_yg p::first-line {
    color: #2992e3;
    font-size: 150%;
}

.ad_layout {
    display: flex;
    justify-content: space-between;
}

.ad_box {
    width: 48%;
    border: 1px solid #ccc;
    text-align: center;
    padding: 1.0rem 0;
    background: url(/company/busicom_yamaguchi/images/bottom_arrow.svg) no-repeat;
    background-position: bottom 0px right -7px;
    background-size: 34px 20px;
}



.ad_box img {
    max-height: 206px;
    width: auto !important;
}



.banner_box {
	margin: auto;
    width: 98%;
    border: 1px solid #ccc;
    text-align: center;
    padding: 0 0;
    background-position: bottom 0px right -7px;
    background-size: 34px 20px;
		display:flex;
}

.banner_inner1{width: 45%;
	display:table-cell;
}

.banner_inner1 img{
  width:300px;
  height:190px;
object-fit: cover;}

.banner_inner2{width: 55%;
	display:table-cell;
}
.banner_title{
	padding-top:20px;
	margin: auto;
	line-height: 35px;
	font-size: 29px;
	color: #fff;
font-weight: 800;
	;letter-spacing: 1.9px;
}

.banner_title span{font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
	
}

.banner_title span::before{content: "＼ "}

.banner_title span::after{content: "／ "}

.links{
	display:inline-block;
margin-top: 15px;
	font-size: 13px;
	color: #fff;
	border-radius: 20px;

	padding: 4px 20px;
	border: 1px solid
	
}

.links::after{font-family: "Font Awesome 5 Free";
    content: "\f101";
    font-weight: 900;
    margin: 0 0 0 10px;}

.jobbox{width: 100%;
display: flex;
	margin-top: 21px;
justify-content: space-around;
}

.jobs{width: 33%;
color: #1b5c1b;
	font-weight: 800;
	background: rgb(244, 244, 244);
padding: 6px 0;
	
}





.green_bg{background: #1b5c1b;}

.btn {
    padding: 2.0rem;
    background-color: #fff;
    color: #333;
    font-size: 1.6rem;
}





/*================================================
 *  TenpoVisor 個別ページ　Tablet
 ================================================*/
@media screen and (min-width:768px) and (max-width:1010px) {

    .ad_box img {
        max-height: 206px;
        width: auto !important;
    }
	


}

/*================================================
  *  TenpoVisor 個別ページ　Sp
  ================================================*/

@media screen and (max-width:728px) {


    .hero {
        background: url(/company/busicom_yamaguchi/images/hero_bg2.png) 75% 60% / cover no-repeat;
        height: auto;
    }

    .hero_base {
        max-width: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        height: 60px;
        margin-top: 450px;
        align-items: flex-end;
        width: 100%;
    }

    .hero_base h1 {
        display: block;
        text-align: center;
        margin-top: 1.5rem;
        font-size: 3.0rem;
        margin-right: 0;
    }

    .hero img {
        max-width: 90%;
    }


    h3 {
        line-height: 2.4rem;
    }

    h4 {
        line-height: 2.2rem;
        font-size: 1.6rem;
    }

    .ad_layout {
        display: flex;
        flex-direction: column;
    }

    .ad_box img {
        max-height: 206px;
        max-width: 260px;
        width: auto !important;
    }

    .ad_box {
        width: 100%;
    }

    .line {
        height: 55px;
    }

}


@media (min-width:729px) and (max-width:4000px) {

    .bnr {
        max-width: 1000px;
        margin: 50px auto 10px;
    }

    .pc {
        display: block;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 1.5em;
    }

    .sp {
        display: none;
    }
}

@media (min-width:320px) and (max-width:728px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
        width: 100%;
        margin: 0 auto;
        /* padding-top:69.531%; */
        /* margin-bottom: 1.5em; */
    }
	
	
	.banner_box{
width: 97%;
	flex-direction: column-reverse;
	}
	
		.banner_inner1{width: 100%;
	display:block;
}
	.banner_inner2{width: 100%;
	display:block;
}
	.jobs{font-size: 12px;}
	
}
