/* ====================================== */
/* Page-business */
.page-business .lower-mv {
  background: url(/assets/images/business/mv.webp) no-repeat center center/cover;
}

.business-value .__wrapper {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .business-value .__wrapper {
    padding-bottom: 4.5rem;
  }
}
.business-value .__detail {
  margin: 0 auto;
  max-width: 108rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .business-value .__detail {
    flex-direction: column-reverse;
  }
}
.business-value .__detail .__fig {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .business-value .__detail .__fig {
    width: 100%;
  }
}
.business-value .__head_box--detail ._ttl {
  margin: 0 auto;
}

.business-points {
  background-color: var(--color-blue-ll);
}
.business-points .__wrapper {
  padding-top: 21rem;
}
@media screen and (max-width: 767px) {
  .business-points .__wrapper {
    padding-top: 15rem;
  }
}
.business-points .__title {
  margin-top: 4.5rem;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business-points .__title {
    font-size: 2.2rem;
  }
}
.business-points .point_list {
  margin-top: 4.5rem;
}
.business-points .point_list .__fig {
  background-color: #fff;
}
.business-points .point_list .__fig.--corner::after {
  border-right-color: var(--color-blue-ll);
  border-bottom-color: var(--color-blue-ll);
}
.business-points .point_list .__text_box {
  margin-top: 1.5rem;
}

.business-g-products .__wrapper .__container {
  max-width: 100rem;
}
@media screen and (min-width: 1025px) {
  .business-g-products .g-product_list ._list_item a:hover .__button {
    color: #fff;
    background-color: var(--color-black);
  }
  .business-g-products .g-product_list ._list_item a:hover .__button ._arrow {
    background-color: var(--color-blue-l);
  }
  .business-g-products .g-product_list ._list_item a:hover .__button ._arrow::before {
    border-bottom-color: var(--color-blue);
  }
}
.business-g-products .g-product_list ._list_item:not(:first-of-type) {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .business-g-products .g-product_list ._list_item:not(:first-of-type) {
    margin-top: 3rem;
  }
}
.business-g-products .g-product_list ._list_item .__flex {
  padding: 2.5rem 4.5rem 2.5rem 2.5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .business-g-products .g-product_list ._list_item .__flex {
    padding: 2rem;
    gap: 3rem;
  }
}
.business-g-products .g-product_list ._list_item .__flex.--reverse {
  padding: 2.5rem 2.5rem 2.5rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .business-g-products .g-product_list ._list_item .__flex.--reverse {
    padding: 2rem;
  }
}
.business-g-products .g-product_list ._list_item .__fig {
  width: 45%;
  background-color: var(--color-gray);
}
@media screen and (max-width: 767px) {
  .business-g-products .g-product_list ._list_item .__fig {
    width: 100%;
  }
}
.business-g-products .g-product_list ._list_item .__text_box ._ttl {
  text-align: left;
}
.business-g-products .g-product_list ._list_item .__text_box .__button {
  margin-top: 3rem;
  padding: 1.8rem;
  max-width: 28rem;
}
@media screen and (max-width: 767px) {
  .business-g-products .g-product_list ._list_item .__text_box .__button {
    margin-top: 2rem;
    width: 100%;
    max-width: none;
  }
}
.business-g-products .g-product_list ._list_item.--original {
  background-color: var(--color-blue);
}
@media screen and (min-width: 1025px) {
  .business-g-products .g-product_list ._list_item.--original:not(:hover) .__button {
    color: var(--color-blue);
    background-color: #fff;
  }
}
.business-g-products .g-product_list ._list_item.--original .__fig::after {
  border-right-color: var(--color-blue);
  border-bottom-color: var(--color-blue);
}
.business-g-products .g-product_list ._list_item.--original .__text_box ._ttl,
.business-g-products .g-product_list ._list_item.--original .__text_box ._txt {
  color: #fff;
}
.business-g-products .g-product_list ._list_item.--original .__button ._arrow {
  background-color: var(--color-blue);
}
.business-g-products .g-product_list ._list_item.--original .__button ._arrow::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

/* ====================================== */
/* Page-product */
.page-g-product .g-product-lower-mv .__wrapper {
  background-color: var(--color-blue);
}
.page-g-product .g-product-lower-mv .__head_box .__head--sub,
.page-g-product .g-product-lower-mv .__head_box .__label {
  display: inline-block;
}
.page-g-product .g-product-lower-mv .__head_box .__head--sub {
  margin-right: 1rem;
  font-size: 2.4rem;
}
.page-g-product .g-product-lower-mv .__head_box .__head {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .page-g-product .g-product-lower-mv .__head_box .__head {
    font-size: 3.2rem;
  }
}
.page-g-product .g-product-lower-mv .__head_box .__head span {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .page-g-product .g-product-lower-mv .__head_box .__head span {
    font-size: 2.4rem;
  }
}
.page-g-product .__head--outLine {
  font-family: var(--font-en);
}
@media screen and (max-width: 767px) {
  .page-g-product .__head--outLine {
    text-align: center;
  }
}
.page-g-product .__head--balloon {
  margin-top: -8rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .page-g-product .__head--balloon {
    margin-top: -6rem;
  }
}

.g-product-about {
  position: relative;
  background-color: var(--color-blue-ll);
}
.g-product-about::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100vw;
  height: 25rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .g-product-about::before {
    height: 20rem;
  }
}
.g-product-about .__wrapper {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
}
.g-product-about .__desc_box .__fig {
  background-color: #fff;
}
.g-product-about .__desc_box .__fig::after {
  border-right-color: var(--color-blue-ll);
  border-bottom-color: var(--color-blue-ll);
}
@media screen and (min-width: 768px) {
  .g-product-about .__desc_box .__head_box--detail {
    margin-top: 3rem;
  }
}
.g-product-about .__desc_box .__head_box--detail .__head--outLine {
  font-family: var(--font-en);
}
@media screen and (min-width: 768px) {
  .g-product-about .__desc_box .__head_box--detail ._desc {
    width: 85%;
  }
}
.g-product-about .__detail {
  margin-top: 8rem;
}
.g-product-about .__detail .about_box {
  padding: 6rem;
  background-color: #fff;
}
.g-product-about .__detail .about_box:not(:first-of-type) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .g-product-about .__detail .about_box:not(:first-of-type) {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .g-product-about .__detail .about_box {
    padding: 4.5rem 2.5rem;
  }
}
.g-product-about .__detail .about_box .__head--outLine {
  text-align: center;
}
.g-product-about .__detail .about_box .__head_box .__text {
  margin-top: 1.5rem;
}
.g-product-about .__detail .about_box .__list--cards_item .__title {
  margin-top: 1rem;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .g-product-about .__detail .about_box.--lineup .__list--cards {
    gap: 1.5rem;
    flex-direction: row;
  }
}
.g-product-about .__detail .about_box.--lineup .__list--cards_item {
  width: calc(50% - 0.8rem);
}
@media screen and (min-width: 768px) {
  .g-product-about .__detail .about_box.--lineup .__list--cards_item {
    width: calc(25% - 2.5rem);
  }
}
.g-product-about .__detail .about_box.--lineup .__list--cards_item .__fig {
  padding: 1.5rem;
  background-color: var(--color-blue-ll);
}
@media screen and (max-width: 767px) {
  .g-product-about .__detail .about_box.--lineup .__list--cards_item .__fig {
    padding: 1rem;
  }
}
.g-product-about .__detail .about_box.--balloon {
  margin-top: 8rem !important;
}
@media screen and (max-width: 767px) {
  .g-product-about .__detail .about_box.--balloon {
    margin-top: 6rem !important;
  }
}
.g-product-about ._attention {
  margin: 4.5rem auto 0;
  width: fit-content;
  line-height: 2.4;
  text-align: center;
}
.g-product-about ._attention span {
  padding: 0.3rem;
  color: var(--color-blue);
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #FFED00;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.g-product-step {
  background-color: var(--color-gray);
}
.g-product-step .__wrapper .__container {
  max-width: 98rem;
}
@media screen and (max-width: 767px) {
  .g-product-step .__wrapper .__container {
    width: 80%;
  }
}
.g-product-step .line_list {
  counter-reset: my-counter 0;
}
.g-product-step .line_list_item {
  position: relative;
  padding-left: 6rem;
  display: flex;
  align-items: center;
  border-left: 1px solid var(--color-blue);
  gap: 3rem;
}
.g-product-step .line_list_item:not(:first-of-type) {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .g-product-step .line_list_item:not(:first-of-type) {
    margin-top: 3rem;
  }
}
.g-product-step .line_list_item::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: my-counter;
  content: counter(my-counter, decimal-leading-zero) "";
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 6rem;
  letter-spacing: normal;
  font-weight: 900;
  font-family: var(--font-en);
  -webkit-text-stroke: 1px var(--color-blue);
  background-color: var(--color-gray);
  transform-origin: bottom;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .g-product-step .line_list_item::before {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .g-product-step .line_list_item {
    padding: 1.5rem 0 4rem 5rem;
    flex-direction: column;
    gap: 2rem;
  }
}
.g-product-step .line_list_item .__fig {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .g-product-step .line_list_item .__fig {
    width: 100%;
  }
}
.g-product-step .line_list_item .__fig::after {
  border-right-color: var(--color-gray);
  border-bottom-color: var(--color-gray);
}
.g-product-step .line_list_item .__text_box {
  flex: 1;
}
.g-product-step .line_list_item .__text_box ._catch {
  padding: 0.6rem;
  width: fit-content;
  line-height: 1;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .g-product-step .line_list_item .__text_box ._catch {
    font-size: 2rem;
  }
}
.g-product-step .line_list_item .__text_box .__title {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .page-sub-assembly .g-product-about .about_box.--note {
    align-items: center;
  }
}
.page-sub-assembly .g-product-about .about_box.--note .__head_box {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-sub-assembly .g-product-about .about_box.--note .__head_box {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .page-sub-assembly .g-product-about .about_box.--note .__head_box .__head--outLine {
    text-align: left;
  }
}
.page-sub-assembly .g-product-about .about_box.--note .__head_box .__text {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.page-sub-assembly .g-product-about .about_box.--note .__fig {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .page-sub-assembly .g-product-about .about_box.--note .__fig {
    width: 100%;
  }
}

.page-sub-assembly .g-product-solution {
  border-right: 0.8rem solid var(--color-blue);
  border-left: 0.8rem solid var(--color-blue);
}
.page-sub-assembly .g-product-solution .__wrapper {
  padding-top: 22rem;
}
@media screen and (max-width: 767px) {
  .page-sub-assembly .g-product-solution .__wrapper {
    padding-top: 14rem;
  }
}
@media screen and (min-width: 768px) {
  .page-sub-assembly .g-product-solution .__desc_box {
    align-items: center;
  }
}
.page-sub-assembly .g-product-solution .__list--cards_item ._en {
  margin: 0 auto;
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 100px;
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
  font-family: var(--font-en);
}
@media screen and (max-width: 767px) {
  .page-sub-assembly .g-product-solution .__list--cards_item ._en {
    width: 5rem;
    height: 5rem;
    font-size: 3.5rem;
  }
}
.page-sub-assembly .g-product-solution .__list--cards_item .__fig::before {
  margin: 0 auto;
  content: "";
  display: block;
  width: 1px;
  height: 3rem;
  background-color: var(--color-black);
}
.page-sub-assembly .g-product-solution .__list--cards_item:nth-of-type(1) ._en {
  background-color: var(--color-blue);
}
.page-sub-assembly .g-product-solution .__list--cards_item:nth-of-type(2) ._en {
  background-color: #59ae29;
}
.page-sub-assembly .g-product-solution .__list--cards_item:nth-of-type(2) ._ttl {
  color: #59ae29;
}
.page-sub-assembly .g-product-solution .__list--cards_item:nth-of-type(3) ._en {
  background-color: #f98108;
}
.page-sub-assembly .g-product-solution .__list--cards_item:nth-of-type(3) ._ttl {
  color: #f98108;
}

@media screen and (min-width: 768px) {
  .page-fpc .g-product-quality .__desc_box {
    align-items: center;
  }
}