@charset "utf-8";
/*原則pc表示が先*/
/*===============================

	solution

================================*/


/*===============================

	solution-mainvisual

================================*/

.l-section.mainvisual {
  max-height: none;
  height: auto;
  padding-top: 20px;
  padding-bottom: 47px;
  background-image: url(/biz/assets/solution/images/solution_mainvisual_bg.webp),linear-gradient(180deg, #FBFBFB 40.38%, #BFBFBF 60%, #FBFBFB 84.62%);
  background-repeat: no-repeat;
  background-size: cover,auto;
  background-color: #FBFBFB;
}

.mainvisual .l-section-inner {
  display: block;
}

.mv-text-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
}

.mv-title {
  margin-bottom: 18px;
  color: var(--color-main);
  text-align: center;
  font-size: 54px;
  font-size: clamp(28px,7.7vw,54px);
  font-style: normal;
  font-weight: 900;
  line-height: 1.38;
}

.mv-text {
  margin-bottom: 20px;
  font-size: clamp(12px,2.6vw,20px);
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}

.mv-img-inner {
  position: static;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media all and (min-width: 1400px) {
  .l-section.mainvisual {
    background-size: 1400px auto,auto;
  }
}
@media (min-width: 769px) {
}

@media all and (max-width: 768px) {
  .l-section.mainvisual {
    background-image: linear-gradient(180deg, #FBFBFB 40.38%, #BFBFBF 60%, #FBFBFB 84.62%);
    background-repeat: no-repeat;
    background-size: auto;
  }
  .mv-title {
    margin-bottom: 4.2%;
  }
  .mv-text {
    margin-bottom: 3%;
    line-height: 1.5;
  }

}/*media*/


/*===============================

	solution-basic

================================*/
.solution-basic {
  background: var(--color-light-beige);
}


.page-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  background: #fff;
  border-radius: 10px;
}

.page-link-item {
  white-space: nowrap;
  position: relative;
  padding: 32px 20px 50px;
  display: block;
  text-align: center;
  background: url(/biz/assets/common/images/icon_triangle_round.svg) no-repeat center bottom 25px / 14px auto;
  cursor: pointer;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}

.page-link-item span{
  display: inline-block;
}


.page-link-item::before {
  content: '';
  display: block;
  width: 1px;
  height: 58%;
  background: var(--color-font);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.page-link-item:first-child::before {
  content: none;
}

.page-link-item:where(:hover,:focus) {
  opacity: 1;
}

.page-link-item:where(:hover,:focus) span {
  text-decoration: underline;
}

.page-link-item img {
  width: auto;
  height: 18px;
  vertical-align: bottom;
}
.page-link-item__agency img {
  width: auto;
  height: 23px;
  position: relative;
  top: 2px;
}

@media all and (max-width: 1080px) {
  .solution-basic .page-inner {
    padding-bottom: 6%;
  }

  .page-link-item {
    font-size: clamp(16px,2vw,20px);
    padding: 1.5% 1.5% 2.8%;
    background-size: 10px auto;
    background-position: center bottom 22%;
    flex: 1 1 auto;
  }
  .page-link-item::before {
    height: 70%;
  }
  .page-link-item:where(:hover,:focus) {
    opacity: 1;
  }
}/*media*/

@media all and (max-width: 950px) {
  .page-link-item img {
    width: auto;
    height: 14px;
  }
  .page-link-item__agency img {
    width: auto;
    height: 17px;
    position: relative;
    top: 2px;
  }
}

@media all and (max-width: 768px) {

  .page-link {
    max-width: var(--width-img-max);
    margin: 0 auto;
    flex-flow: row wrap;
  }

  .page-link-item {
    width: 100%;
    padding: 5% 16px;
    background-position: right 16px center;
    line-height: 1.57;
    font-size: min(3.8vw,16px);
    text-align: left;
  }

  .page-link-item::before {
    width: auto;
    height: 1px;
    background: var(--color-font);
    position: absolute;
    top: auto;
    bottom: 0;
    left: 16px;
    right: 16px;
    transform: translateY(0);
  }
  .page-link-item:first-child::before {
    content: '';
  }
  .page-link-item:last-child::before {
    content: none;
  }
  .page-link-item img {
    width: auto;
    height: 18px;
  }
  .page-link-item__agency {
    padding-top: 4.7%;
    padding-bottom: 4.7%;
  }
  .page-link-item__agency img {
    height: 24px;
    top: 4px;
    position: relative;
  }

}/*media*/



/*===============================

	sec-solution

================================*/

.solution-fig {
  border: 1px solid #D9D9D9;
}

.solution-feature-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.solution-feature-list-item {
  padding-left: 18px;
  border: none;
  border-left: 8px solid var(--color-main);
}

.solution-feature-list-item-ttl {
  margin-bottom: 8px;
  font-size: 24px;
  font-size: clamp(14px,2.4vw,24px);
  font-weight: 700;
  line-height: 1.58;
}

.solution-feature-list-item-text {
  font-size: 12px;
  font-size: clamp(12px,2vw,20px);
  line-height: 1.5;
}

@media (min-width: 769px) {
  .cont-img {
    width: 46%;
    max-width:460px;
  }
  .cont-text {
    width: 50%;
    max-width: 500px;
  }
  .sec-solution_agency .ttl-baloon-wrap {
    margin-bottom: 32px;
  }
}/*media*/

@media all and (max-width:768px) {
  .ttl-baloon-wrap,.ttl-large {
    text-align: center;
  }
  .ttl-img {
    height: 30px;
  }
  .ttl-img img{
    width: auto;
    height: 100%;
  }
  .flex-list-all-half-item-inner .cont-img {
    margin-bottom: 20px;
  }
  .cont-text {
    width: 100%;
    max-width: none;
  }
  .solution-feature-list {
    gap: 20px;
  }
  .solution-feature-list-item-ttl {
    margin-bottom: 4px;
  }
  .solution-feature-list-item {
    padding-left: 10px;
    border: none;
    border-left: 5px solid var(--color-main);
  }
  .sec-solution_agency .ttl-img {
    height: 40px;
  }

}



