@charset "utf-8";



.biz-item .image{
  position: relative;
  overflow: hidden;
}
.biz-item .image:before{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: .6s;
}
@media (hover: hover) and (pointer: fine){
  .biz-item a:hover .image:before{
    transform: scale(1.05);
  }
}
.biz-item .detail .ttl{
  position: relative;
}
.biz-item .detail .ttl .en{
  color: #005CA2;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.125;
}
.biz-item .detail .ttl h2{
  color: #005CA2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.42;
}
.biz-item .detail > p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.biz-item .detail .btn-more{
  background-color: #000;
  border-radius: 120px;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 15px 45px;
  transition: .3s;
}
.biz-item .detail .btn-more:after{
  content: "\e5e1";
  font-family: "Material Symbols Outlined";
  font-size: 1.6rem;
  font-weight: 400;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  line-height: 1;
  margin-left: 10px;
}
@media (hover: hover) and (pointer: fine){
  .biz-item a:hover .detail .btn-more{
    background-color: #2E9AE3;
  }
}



#biz-item1 .image:before{
  background-image: url("../img/business01.jpg");
}
#biz-item2 .image:before{
  background-image: url("../img/business02.jpg");
}
#biz-item3 .image:before{
  background-image: url("../img/business03.jpg");
}
#biz-item4 .image:before{
  background-image: url("../img/business04.jpg");
}
@media print, screen and (min-width:781px) {
  .biz-list{
    margin-top: 100px;
  }
  .biz-item{
    margin-top: 80px;
  }
  .biz-item > a{
    display: flex;
    position: relative;
    padding-bottom: 80px;
    z-index: 0;
  }
  .biz-item .image{
    box-shadow: 0 20px 40px rgba(0,0,0,.10);
    padding-bottom: 32.28%;
    width: 62.5%;
  }
  .biz-item .detail{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 3%;
    padding-left: 5.989%;
    padding-top: 150px;
    margin-bottom: 30px;
    width: 37.5%;
  }
  .biz-item .detail .ttl .en{
    font-size: min(4.166vw,8.0rem);
  }
  .biz-item .detail .ttl h2{
    font-size: min(0.729vw,1.4rem);
    white-space: nowrap;
    position: absolute;
    left: 11em;
    bottom: 10px;
  }
  .biz-item .detail > p{
    margin: 30px 0 40px;
  }
  .biz-item .bg{
    background-color: #FFF;
    position: absolute;
    left: 37.5%;
    right: 0;
    bottom: 0;
    top: 80px;
    z-index: -1;
  }
}
@media screen and (max-width: 780px) {
  .biz-list{
  }
  .biz-item{
    margin-top: 40px;
  }
  .biz-item > a{
    position: relative;
    padding-bottom: 80px;
    z-index: 0;
  }
  .biz-item .image{
    box-shadow: 0 10px 20px rgba(0,0,0,.10);
    padding-bottom: 51.794%;
  }
  .biz-item .detail{
    box-shadow: 0 10px 20px rgba(0,0,0,.10);
    background-color: #FFF;
    margin-left: 5%;
    margin-right: 5%;
    padding: 30px 5%;
  }
  .biz-item .detail .ttl .en{
    font-size: min(10.256vw,4.0rem);
  }
  .biz-item .detail .ttl h2{
    font-size: min(3.33vw,1.3rem);
    margin-top: 15px;
  }
  .biz-item .detail > p{
    margin: 20px 0 30px;
  }
  .biz-item .bg{
    display: none;
  }
  
  .biz-item .detail .btn-more{
    justify-content: center;
    margin: 0 auto 0;
    padding: 15px 0;
    width: 42.58%;
  }
}



@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}
