@charset "utf-8";
/* CSS Document */

#business .pc-only {
  display: block;
}
#business .sp-only {
  display: none !important;
}
#business {
  line-height: 1;
  color: #231815;
  font-weight: 500;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, ;
  width: 900px;
}

#business a{
  text-decoration: none;
}

#business a:hover{
opacity: 0.8;
}

/*==============================
btn
==============================*/
#business .btn{
  width: 100%;
  height: 40px;
  padding: 0;
  margin-bottom: 10px;
  border: 1px solid #231815;
}

#business .btn a{
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

#business .btn a.blk{
  background-color: #231815;
  color: #fff;
}


/*==============================
fade in
==============================*/

.js-fadein,
.js-fadein2 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

/*==============================
slick dot
==============================*/
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '⚫︎';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*==============================
mainvisual_pc
==============================*/
#business #mainvisual_pc {
  margin: 0 auto 60px;
  text-align: center;
}
#mainvisual_pc img {
  margin: auto;
  vertical-align: baseline;
  display: block;
}

/*==============================
anchor link
==============================*/

#business #items_anchor{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

#business #items_anchor .item_anchor_wrap{
  width: 200px;
  text-align: center;
}

#business #items_anchor .item_anchor_wrap img{
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 25px;
}

#business #items_anchor .item_anchor_wrap p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    padding: 5px 0;
    line-height: 1.2;
    margin-bottom: 17px;
    text-align: left;
}
#business #items_anchor .item_anchor_wrap p::after {
    position: absolute;
    content: "";
    top: 40%;
    right: 10px;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top: 8px solid #231815;
}

/*==============================
text area
==============================*/

#business #catch_text {
  background-color: #F5F5F5;
  padding: 50px 0;
  text-align: center;
  margin-bottom: 80px;
}

#business #catch_text img {
    width: 507.5px;
    margin-bottom: 40px;
    text-align: center;
    display: inline-block;
}

#business #catch_text p{
  font-size: 16px;
  line-height: 1.8;
}


/*==============================
item
==============================*/
#business .item_desc{
  margin-bottom: 60px;
}
#business .item_desc .item_desc_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

#business .item_desc .item_desc_wrap .item_desc_img{
  width: 400px;
  height: 560px;
  padding: 46px 0 46px 30px
}

#business .item_desc .item_desc_wrap .item_desc_img img{
  width: 100% ;
}

#business .item_desc .item_desc_wrap .item_line_wrap{
  width: 450px;
}

#business .item_desc .item_desc_wrap .item_line_wrap .item_text{
  padding: 39px 34px;
  line-height: 1.8;
  color: #444;
  font-size: 16px;
  margin-bottom: 49px;
  font-weight: bold;
}

#business .item_desc .item_desc_wrap .item_line_up .item_line_desc{
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-left: 20px;
}

#business .item_desc .item_desc_wrap .item_line_up .item_line_desc img{
  width: 136px;
}

#business .item_desc .item_desc_wrap .item_line_wrap .item_line_up .item_line_desc .item_line_text{
  width: 250px;
}
#business .item_desc .item_desc_wrap .item_line_wrap .item_line_up .item_line_desc .item_line_desc_b{
  font-size: 17px;
  font-weight: bold;
    line-height: 1.8;
}

#business .item_desc .item_desc_wrap .item_line_wrap .item_line_up .item_line_desc .item_line_desc_s{
  font-size: 15px;
  font-weight: normal;
  line-height: 1.7;
}

#business .item_desc .item_desc_wrap .item_line_btn_wrap{
  display: flex;
  justify-content: space-around;
}  
#business .item_desc_wrap .item_line_btn_wrap .btn{
  width: 183px;
  height: 48px;
  font-size: 15px;
  letter-spacing: 2px;
}

#business .item_desc_wrap .item_line_btn_wrap .item_line_btn a.btn{
  display: block;
  width: 183px;
}



#business .item_detail_wrap{
  display: flex;
  justify-content: space-between;
}
#business .item_detail_wrap .item_detail{
  width: 200px;
}
#business .item_detail_wrap .item_detail p{
  font-size: 15px;
  margin-top: 13px;
  line-height: 1.8;
}


/*==============================
item(desc02)
==============================*/
#business #item_combi02.item_desc .item_desc_wrap .item_desc_img,
#business #item_dura02.item_desc .item_desc_wrap .item_desc_img{
  width: 400px;
  height: 362px;
  padding: 46px 0 46px 30px
}


#business #item_combi02.item_desc .item_desc_wrap .item_line_up .item_line_desc img,
#business #item_dura02.item_desc .item_desc_wrap .item_line_up .item_line_desc img{
  width: 180px;
}


/*==============================
BG-color
==============================*/

#item_combi.item_desc .item_desc_wrap.bg01{
background: rgb(162,164,156);
background: linear-gradient(90deg, rgba(162,164,156,1) 0%, rgba(162,164,156,1) 40%, rgba(255,255,255,1) 40%);
}

#item_combi.item_desc .item_desc_wrap .item_line_wrap .item_text.bg02{
background-color: #F9FAF8;
}

#item_combi02.item_desc .item_desc_wrap.bg01{
  background: rgb(215,217,207);
  background: linear-gradient(90deg, rgba(215,217,207,1) 40%, rgba(215,217,207,1) 40%, rgba(255,255,255,1) 40%);
}

#item_dura.item_desc .item_desc_wrap.bg01{
  background: rgb(107,112,129);
  background: linear-gradient(90deg, rgba(107,112,129,1) 40%, rgba(107,112,129,1) 40%, rgba(255,255,255,1) 40%);}

#item_dura.item_desc .item_desc_wrap .item_line_wrap .item_text.bg02{
background-color: #F1F1F3;
}

#item_dura02.item_desc .item_desc_wrap.bg01{
  background: rgb(199,200,207);
  background: linear-gradient(90deg, rgba(199,200,207,1) 40%, rgba(199,200,207,1) 40%, rgba(255,255,255,1) 40%);}
  
  
  
  

/*==============================
movie
==============================*/
#business #combi-video {
    margin: 60px auto 80px;
    text-align: center;
}