@charset "UTF-8";

/******************************
common
******************************/
.pagesec-biz::before{
  content: "";
  background: url(../../images/page/business/business_biz1.webp) no-repeat center / cover;
  filter: blur(2px);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pagesec-biz .fimgbox{
  aspect-ratio: 1/1;
  position: relative;
  width: 40%;
  z-index: 1;
}
.pagesec-biz .fimgbox img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.pagesec-biz .fimgbox::before{
  content: "";
  background: url(../../images/page/business/business_biz1.webp) no-repeat center / cover;
  filter: blur(5px);
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.pagesec-biz .ftxtbox{
  height: 100%;
  width: 55%;
}
.pagesec-biz .ftxtbox .content{
  padding: 2rem 2rem 3rem;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-biz .fimgbox {
    aspect-ratio: 3 / 1;
    height: auto;
    width: 100%;
  }
  .pagesec-biz .ftxtbox {
    margin-top: 2.5rem;
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-biz .ftxtbox .content {
    padding: 1rem 1.5rem 2rem;
  }
}

/******************************
pagesec1
******************************/


/******************************
pagesec2
******************************/
.pagesec-biz.pagesec2::before{
  background: url(../../images/page/business/business_biz2.webp) no-repeat center / cover;
  opacity: .1;
}
.pagesec-biz.pagesec2 .fimgbox::before{
  background: url(../../images/page/business/business_biz2.webp) no-repeat center / cover;
}

/******************************
pagesec3
******************************/
.pagesec3 .ftxtbox {
  margin-top: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec3 .fimgbox{
    margin: 0 auto;
    width: 80%;
  }
  .pagesec3 .ftxtbox{
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
pagesec4
******************************/
.pagesec4{
  background: url(../../images/common/bg_cmn.webp) no-repeat center / cover;
}
.pagesec4 .content{
  margin: 2rem 0;
}
.pagesec4 .flowlist{
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.pagesec4 .flowlist li{
  background: rgba(255,255,255,.8);
  border-bottom: 3px solid #a684b7;
  padding: 2rem;
  position: relative;
}
.pagesec4 .flowlist li:not(:last-of-type)::before{
  content: "";
  aspect-ratio: 3/2;
  background: linear-gradient(90deg, #a684b7, #15004e);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.pagesec4 .flowlist .fimgbox{
  width: 30%;
}
.pagesec4 .flowlist .ftxtbox{
  width: 65%;
}
.pagesec4 .flowlist .flowttl{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.pagesec4 .flowlist .flowttl span{
  background: #a684b7;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  width: 100px;
}
.pagesec4 .flowlist .morebtn1{
  text-align: right;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec4  .flowlist .fimgbox,
  .pagesec4  .flowlist .ftxtbox{
    width: 100%;
  }
  .pagesec4  .flowlist .fimgbox{
    margin-bottom: 1rem;
  }
  .pagesec4  .flowlist .fimgbox img{
    aspect-ratio: 2/1;
    object-fit: cover;
    height: auto;
    width: 100%;
  }
}