﻿.bg_color1 {background-color: #3868AA;}
.bg_color2 {background-color: #F0EFE8;}
.bg_color3 {background-color: #f5bd40;}
.txt_color1 {color: #3868AA;}
.txt_color3 {color: #f5bd40;}
.border_color2 {border-color: #3868aa;}
.border_color3 {border-color: #f5bd40;}
.border_color4 {border-color: #dbd9ce;}
.hvr_bg_color1:hover {background-color: #3868AA;}
.hvr_txt_color1:hover {color: #3868AA;}
/* ----------　all　---------- */
.linkStyle{
	color:#f5bd40;
}
.linkStyle:hover{
	color:#f5bd40;
	opacity: 0.7;
	transition: all 0.5s;
}
#contents2 .no2_more{
    font-family: 'Roboto', "Noto Sans JP", YuGothic,"Yu Gothic","游ゴシック体","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#pc_nav ul {
    height: 100px;
    font-weight: bold;
}
#header.head_fix #pc_nav ul {
    height: 90px;
}
#sp_nav a.active {
    border-bottom: 1px solid #f5bd40;
}
.more_bt a span.before {
    background-color: #f5bd40;
}
/* ----------　TOP　---------- */
#main_img{
    background-image: url(Dup/img/main_img_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#main_img::before{
    opacity: 0;
}
#main_img:after {
    content: "";
    position: absolute;
    background-image: url(Dup/img/main_img2.png);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
#main_img .catch{
    position: absolute;
    width: 45%;
    top: 45%;
    left: 5%;
    z-index: 1;
}
#main_img .main_img1{
    width: 60%;
    max-width: 1000px;
    bottom: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

#intro:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 7vw solid #f0efe8;
    border-left: 100vw solid transparent;
    z-index: -2;
}
#intro h2,#contents1 h2,#contents2 h2{
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 20px;
    display: inline-block;
}
#intro h2{
    color: #f5bd40;
}
#intro h2:before{
    content: "";
    position: absolute;
    background-image: url(Dup/img/no1.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -80px;
    left: -5%;
}
#contents1 span{
    width: 100%;
}
#contents1 .txt_box{
    padding-top: 50px;
}
#contents1 .txt_box h2{
    position: relative;
    color: #3868aa;
}
#contents1 .txt_box h2:before{
    content: "";
    position: absolute;
    background-image: url(Dup/img/no2.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -50px;
    left: -120px;
}
#contents1 .txt_box p,#contents2 .txt_wrap p{
    font-weight: bold;
}
#contents1 .contents1_img2{
    width: 25%;
    max-width: 350px;
    position: absolute;
    z-index: 3;
    right: 0;
}
#contents2{
    position: relative;
}
#contents2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 7vw solid #f0efe8;
    border-right: 100vw solid transparent;
    z-index: 2;
}
#contents2:after{
    content: '';
    position: absolute;
    bottom: 99px;
    left: 0;
    border-bottom: 7vw solid #ffffff;
    border-left: 100vw solid transparent;
    z-index: 1;
}
#contents2 .contents2_bg::before {
    background-color: #001b40;
}
#contents2 .top_title {
    text-align: center;
    padding-top: 180px;
}
#contents2 .top_title:before{
    content: "";
    position: absolute;
    background-image: url(Dup/img/no3.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#contents2 h2{
    color: #ffcc5b;
}
#contents2 .cate_box{
    padding-bottom: 80px;
}
#contents2 .cate_box .box_txt2{
    display: inline-block;
    text-align: left;
    font-size: 18px;
}
#contents2 .cate_box .box_txt2 i{
    color: #f5bd40;
}
#contents2 .cate_box .box_txt3 {
    margin-bottom: 20px;
    margin-top: 10px;
}
#contents2 .cate_box .box_txt3 span{
    font-size: 25px;
    border-bottom: 2px solid #f5bd40;
    color: #3868aa;
    padding-bottom: 5px;
}
#contents2 .no2_more{
    width: 300px;
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
    transition: 0.3s;
}
#contents2 .no2_more:hover{
    transform: translate(-50%,-10px);
}
#contents2 .no2_more a{
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    background-color: #f5bd40;
    display: block;
    border-radius: 10px;
    letter-spacing: 2px;
}
#f_contact a span.hover_box{
    background-color: rgba(245, 189, 64, 0.75);
}
/* ----------　下層ページ　---------- */
#page_title::before{
    background: rgba(0 ,27 ,64 ,0.3);
}
#page_title h2{
    text-shadow: 1px 2px 10px rgba(0, 27, 64, 0.7);
}
#page_title h2 span{
    color: #f5bd40;
}
/* エルエスビルドについて、求人情報、仲間の声のカテゴリデザイン */
#page4 .cate_title_wrap,#page5 .cate_title_wrap{
    position: relative;
}
#page4 .cate_title_wrap::before,#page5 .cate_title_wrap::before  {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 100%;
    top: 20px;
    left: 0px;
    background-color: currentColor;
    opacity: 0.15;
    z-index: -1;
}
#page4 .cate_img1 {
    max-height: 450px;
}
#page4 .cate_img1 img {
    width: 100%!important;
    height: auto!important;
}
#cms_2-g .cate_title,#page4 .cate_title,#page5 .cate_title  {
    border-color: #3868aa;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
#footer p{
    padding: 0;
}
/* ----------　TOP　---------- */
#main_img{
    height: 70vh!important;
}
#main_img:after {
    width: 120%;
}
#intro {
    padding-top: 150px;
}
#intro:before {
    z-index: 1;
}
#intro .intro_title {
    text-align: center;
}
#intro h2:before {
    left: 50%;
    top: -100px;
    transform: translateX(-50%);
} 
#contents1{
    padding-bottom: 150px;
}
#contents1 .txt_box{
    text-align: center;
}
#contents1 .txt_box h2:before {
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}
#contents1 .contents1_img2 {
    width: 45%;
    bottom: 50px;
}
#contents1 .txt_box .contents_txt{
    text-align: left;
}
/* ----------　下層ページ　---------- */
/* サイトマップ */
#page10 .more_bt2{
    width: 80%!important;
}

}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */
#pc_nav ul {
    height: 80px;
}    
#header.head_fix #pc_nav ul {
    height: 70px;
}

/* ----------　TOP　---------- */
#main_img:after {
    width: 150%;
}
#main_img .catch {
    width: 55%;
    top: 45%;
}
#main_img .main_img1 {
    width: 65%;
}

#intro {
    padding-top: 120px;
    padding-bottom: 100px;
}
#intro:before {
    display:none;
}
#intro h2{
    font-size: 23px;
}
#intro h2:before {
    width: 70px;
    height: 70px;
    top: -80px;
}
#intro h2, #contents1 h2, #contents2 h2 {
    padding: 20px 0;
}
#contents1 {
    padding-bottom: 170px;
}
#contents1:before {
    content: '';
    position: absolute;
    top: -7vw;
    left: 0;
    border-bottom: 7vw solid #f0efe8;
    border-left: 100vw solid transparent;
}
#contents1 .txt_box {
    padding-top: 20px;
}
#contents1 span.lr_anim.start {
    background-color: #F0EFE8!important;
}
#contents1 .contents1_img2 {
    width: 50%;
    bottom: 90px;
}
#contents2 .top_title {
    padding-top: 100px;
}
#contents2 .top_title:before {
    top: -20px;
}
#contents2 .cate_box .box_txt2 {
    padding-bottom: 0;
}
#contents2 .cate_box .box_txt3{
    padding-top: 0;
}
/* ----------　下層ページ　---------- */
.more_bt a:hover {
    color: #ffffff;
}
/* サイトマップ */
#page10 .more_bt2 {
    width: 91.66667%!important;
}
}