@charset "utf-8";
#mv {
    padding-top: 5.38%;
    padding-bottom: 5.38%;
    margin-top: 72px;
    position: relative;
    background-image: url(../images/top/main_bgimg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50% auto;
}

#h1_h1 {
    position: absolute;
    left: 0px;
    top: 16.15%;
    z-index: 99;
    background-color: hsla(0,0%,100%,0.88);
    padding-left: 5.38%;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
}

#mv::after{
    content: "";
    position: absolute;
    width: 87.69%;
    height: 80%;
    background-color: #F4F4F4;
    right: 0px;
    z-index: -100;
    top: 0px;
}
#mv h1 {
    color: #FFFFFF;
    background-color: #424445;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 4px;
    display: inline-block;
    font-size: 1.6vw;
}
#mv p  {
    font-size: 2.9vw;
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 16px;
}
.main_slide_wrap {
    width: 82.3%;
    /* [disabled]z-index: -1; */
    margin-left: auto;
}

.main_slide {
    z-index: 1;

}
.main_slide div {

}
.main_slide div a {
	display: block;
}
.main_slide div a:hover {
      opacity:1;
      filter: alpha(opacity=40);
      -ms-filter: "alpha( opacity=70 )";
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
} 

.main_slide div img {
    width: 100%;
}


#top_product {
    padding: 5.38%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#top_news {
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/bg_gray.svg);
    background-repeat: no-repeat;
    padding-top: 5.38%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    background-position: left top;
    background-size: 80% auto;
    margin-top: 5.38%;
}

#nouhinjirei_list_wrap {
    padding-top: 5.38%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 7.69%;
    background-image: url(../images/bg_gray.svg);
    background-repeat: no-repeat;
    background-size: 76% auto;
    background-position: left top;
}
.jirei_slide {
}
#nouhinjirei_list_wrap .link_btn {
    margin-top: 6.15%;
}


.jirei_slide .slide-arrow {
    z-index: 99;
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 32px;
}
.jirei_slide .prev-arrow {
  left: -8px;
}
.jirei_slide .next-arrow {
  right: -8px;
}

.jirei_box {
    margin-left: 12px;
    margin-right: 12px;
}
.jirei_img a img {
    width: 100%;
}
.jirei_text {
    background-color: #FFFFFF;
    margin-top: -32px;
    z-index: 100;
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 6px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 40px;
}
.jirei_text h3 {
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 500;
}


#top_service {
    padding-top: 5.38%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 5.38%;
    background-color: #E9ECEE;
}
#top_service .inner1200 {
    display: flex;
    justify-content: space-between;
}

.top_service_each  {
    width: 47.69%;
}

.top_service_each ul {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 32px;
    list-style-type: none;
}
.top_service_each ul li {
    background-color: #FFFFFF;
    margin-bottom: 16px;
    border: 1px solid #D5D5D5;
}
.top_service_each ul li a {
    text-decoration: none;
    padding-top: 24px;
    padding-right: 40px;
    padding-left: 24px;
    padding-bottom: 24px;
    display: block;
    background-image: url(../images/btn_arrow_gry.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 8px auto;
}
.top_service_each ul li a h3 {
    font-weight: 500;
    font-size: 17px;
}
.top_service_each ul li a p {
    font-size: 14px;
    line-height: 1.4em;
}
#top_business {
    padding-right: 5.38%;
    padding-left: 5.38%;
    margin-top: 6.92%;
    position: relative;
    margin-bottom: 6.92%;
}

#top_business::after{
    content: "";
    position: absolute;
    width: 70%;
    height: 80%;
    background-color: #424445;
    right: 0px;
    z-index: -2;
    top: 64px;
}

#top_business_box {
    width: 100%;
    display: flex;
}
#top_business_img {
    z-index: -1;
    width: 66.15%;
}
#top_business_img img {
    width: 100%;
}
#top_business_txt {
    width: 44.61%;
    margin-left: -40px;
    margin-top: 24px;
}
#top_business_txt ul {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    list-style-type: none;
}
#top_business_txt ul li {
    border: 1px solid #D5D5D5;
    margin-top: 8px;
    margin-bottom: 8px;
}
#top_business_txt ul li a {
    text-decoration: none;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 24px;
    padding-bottom: 20px;
    display: block;
    background-color: #FFFFFF;
    background-image: url(../images/btn_arrow_gry.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px auto;
    font-weight: 500;
}

#top_brand {
    padding: 5.38%;
    padding-top: 5.38%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 7.69%;
    background-image: url(../images/bg_gray.svg);
    background-repeat: no-repeat;
    background-size: 76% auto;
    background-position: left top;
}
.top_insta_icon {
    width: 24px;
    margin-left: 8px;
}
#top_bland_logo {
}
#top_bland_logo ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#top_bland_logo ul li {
    width: 23.07%;
    background-color: #FFFFFF;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#top_bland_logo ul li a{
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#top_bland_logo ul li img {
    width: 100%;
}
.tab-area{
    background-color: #424445;
}
.tab-btn{
    display: none;
}
.tab-list-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-top: 4.61%;
    width: 100%;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
    margin-bottom: 0px;
}
.tab-list-wrap li {
    width: 25%;
}

.tab-list{
    text-align: center;
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
    color: #424445;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    border: 1px solid #424445;
    box-sizing: border-box; /*borderの値を横幅に含める*/
    cursor: pointer; /*オンマウス時にカーソルを指の形に*/
    background-color: #FFFFFF;
}
#tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#tab-btn2:checked ~ .tab-list-wrap #tab-list2,
#tab-btn3:checked ~ .tab-list-wrap #tab-list3,
#tab-btn4:checked ~ .tab-list-wrap #tab-list4{
    background-color: #424445; /*対応するボタンにチェックが入ったときに背景を#ffffff（白）に*/
    color: #fff;
}
.tab-content-wrap {
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 16px;
}

.tab-content{
    display: none; /*初期状態を非表示に*/
}
#tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#tab-btn2:checked ~ .tab-content-wrap #tab-content2,
#tab-btn3:checked ~ .tab-content-wrap #tab-content3,
#tab-btn4:checked ~ .tab-content-wrap #tab-content4{
display: block;/*対応するボタンにチェックが入ったときに表示*/
}



.top_insta_UL {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_inst_gazo img {
    width: 100%;
}
.top_insta_UL li {
    width: 24%;
    margin-bottom: 1.33%;
}
#top_rec {
    padding: 5.38%;
    background-image: url(../images/bg_gray.svg);
    background-size: 76% auto;
    background-position: left top;
    background-repeat: no-repeat;
    border-bottom: 3px solid #FFFFFF;
}
#top_rec_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.top_recruit_UL {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.top_recruit_UL li {
    font-size: 18px;
    margin-right: 24px;
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
}
.top_recruit_UL .rec_nothing {
    padding-top: 16px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 16px;
    color: #989898;
}

.top_recruit_UL li a {
    padding-top: 16px;
    padding-right: 36px;
    padding-left: 24px;
    padding-bottom: 16px;
    display: block;
    background-image: url(../images/btn_arrow_gry.svg);
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 4px auto;
}

.top_recruit_UL li .rec_small {
    font-size: 16px;
}



.top_brand_contents_each {
    margin-bottom: 3.84%;
    padding: 3.84%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.49);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.49);
    justify-content: space-between;
}
.top_brando_setumeiBOX {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.T_B_setumei_R {
    width: 65.38%;
}
.T_B_setumei_L {
    width: 28.46%;
}
.T_B_setumei_L img {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D5D5D5;
}



.top_brando_setumeiBOX p {
    line-height: 1.8em;
}
.top_brand_contents_each .top_brand_brand_name {
    font-size: 28px;
    margin-bottom: 2.3%;
    background: linear-gradient(90deg, #DC0003 0% 100%);
    background-repeat: no-repeat;
    background-size: 64px 4px;
    background-position: left bottom;
    padding-bottom: 2.3%;
}
.top_brand_img_BOX h3 {
    margin-bottom: 2.3%;
    border-left: 5px solid #DC0003;
    padding-left: 12px;
}
.top_brand_img_BOX ul li p {
    text-align: center;
    margin-top: 16px;
}
.top_brand_img_BOX {
    margin-top: 3.84%;
}
.top_brand_img_BOX ul li img {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
}
.top_brand_img_BOX ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_brand_img_BOX ul li {
    width: 22.69%;
}
.top_brand_BT {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px;
    box-sizing: border-box;
    text-align: center;
    background-color: #EFEFEF;
    border: 1px solid #575757;
    background-image: url(../images/btn_arrow_gry.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 4px auto;
    font-size: 15px;
}
