/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  margin-top: 0 !important; }

.under-mv {
  padding: 36rem 0 7rem;
  background: url("../img/business02/under-fv.jpg") no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 834px) {
    .under-mv {
      padding: 16rem 0px 5rem; } }

.under-mv__title-box {
  color: #fff; }
  .under-mv__title-box .under-mv__title {
    color: #fff;
    line-height: 1.1; }

.under-mv__title--sub {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3; }
  @media screen and (max-width: 834px) {
    .under-mv__title--sub {
      font-size: 18px; } }

.under-business02__sec-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2.5rem;
  color: #559F40; }
  @media screen and (max-width: 834px) {
    .under-business02__sec-lead {
      font-size: 14px;
      margin-bottom: 1.3rem; } }
.under-business02__sec-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5; }
  @media screen and (max-width: 834px) {
    .under-business02__sec-title {
      font-size: 20px; } }
.under-business02__lead {
  padding: 10.8rem 0 12rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .under-business02__lead {
      padding: 6rem 0;
      flex-direction: column; } }
  .under-business02__lead .under-business02__sec-title,
  .under-business02__lead .under-business02__sec-text {
    width: 50%; }
    @media screen and (max-width: 834px) {
      .under-business02__lead .under-business02__sec-title,
      .under-business02__lead .under-business02__sec-text {
        width: 100%; } }
.under-business02__product {
  padding: 11rem 0 12rem;
  background: url("../img/business02/product-bg.webp") no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 834px) {
    .under-business02__product {
      padding: 6rem 0; } }
.under-business02 .product__upper-box {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .under-business02 .product__upper-box {
      flex-direction: column;
      gap: 1rem 0; } }
.under-business02 .product__picture-box {
  width: 50%; }
  @media screen and (max-width: 834px) {
    .under-business02 .product__picture-box {
      width: 100%; } }
.under-business02 .product__text-box {
  width: 42%; }
  @media screen and (max-width: 834px) {
    .under-business02 .product__text-box {
      width: 100%; } }
.under-business02 .under-business02__sec-title {
  margin-bottom: 3.5rem; }
  @media screen and (max-width: 834px) {
    .under-business02 .under-business02__sec-title {
      margin-bottom: 2rem; } }
.under-business02 .product__item {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 6rem;
  padding: 50px 3.8%; }
  @media screen and (max-width: 834px) {
    .under-business02 .product__item {
      margin-top: 4rem;
      padding: 30px 3.8%; } }
.under-business02 .item-title {
  margin-bottom: 2.5rem;
  font-size: 28px;
  font-weight: 400;
  text-align: center; }
  @media screen and (max-width: 834px) {
    .under-business02 .item-title {
      margin-bottom: 0.8rem;
      font-size: 22px; } }
.under-business02 .item-text {
  padding-bottom: 2rem;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 3rem; }
  @media screen and (max-width: 834px) {
    .under-business02 .item-text {
      padding-bottom: 1rem;
      margin-bottom: 2rem; } }
.under-business02 .check-list {
  display: flex;
  justify-content: center;
  gap: 0 3rem;
  align-items: flex-start; }
  @media screen and (max-width: 834px) {
    .under-business02 .check-list {
      flex-direction: column;
      gap: 2rem 0; } }
  .under-business02 .check-list li {
    min-height: 200px;
    border: 1px solid #CCCCCC;
    width: 30%;
    padding: 3rem 3%;
    min-height: 225px; }
    @media screen and (max-width: 834px) {
      .under-business02 .check-list li {
        min-height: inherit;
        width: 100%;
        padding: 2rem 3%;
        min-height: auto; } }
.under-business02 .check-item__title {
  display: flex;
  gap: 0 12px;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  width: 100%; }
  @media screen and (max-width: 1200px) {
    .under-business02 .check-item__title {
      flex-direction: column;
      gap: 0.5rem 0; } }
  @media screen and (max-width: 834px) {
    .under-business02 .check-item__title {
      flex-direction: row;
      gap: 0 5px;
      padding-bottom: 1.5rem; } }
  .under-business02 .check-item__title .number-title {
    background-color: #90C283;
    border-radius: 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px; }
    @media screen and (max-width: 834px) {
      .under-business02 .check-item__title .number-title {
        font-size: 12px;
        padding: 4px 5px; } }
  .under-business02 .check-item__title h4 {
    font-size: 20px;
    font-weight: 400; }
    @media screen and (max-width: 834px) {
      .under-business02 .check-item__title h4 {
        font-size: 17px; } }
.under-business02 .check-item__text {
  width: 100%;
  padding-top: 2rem;
  text-align: left; }
  @media screen and (max-width: 834px) {
    .under-business02 .check-item__text {
      padding-top: 1rem; } }
.under-business02 .check-item__btn {
  margin-top: 2rem;
  background-color: #346538;
  border-radius: 19px;
  padding: 9px 17px;
  color: #fff;
  font-size: 16px;
  align-items: center;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .under-business02 .check-item__btn {
      font-size: 11px;
      padding: 9px 9px; } }
  @media screen and (max-width: 834px) {
    .under-business02 .check-item__btn {
      font-size: 14px;
      width: 100%;
      max-width: 300px;
      margin: 2rem auto 0; } }
  .under-business02 .check-item__btn .hover-loop {
    padding: 1rem 9.2rem; }
    @media screen and (max-width: 1024px) {
      .under-business02 .check-item__btn .hover-loop {
        padding: 0.8rem 6.2rem; } }
    @media screen and (max-width: 834px) {
      .under-business02 .check-item__btn .hover-loop {
        padding: 0.8rem 8.2rem; } }
  .under-business02 .check-item__btn img {
    display: block;
    width: 10px;
    height: 8px;
    transform: translateX(-5px);
    transition: 0.4s ease-in-out; }
.under-business02 .check-item__btn:hover img {
  transform: translateX(0);
  transition: 0.4s ease-in-out; }
.under-business02 .for-company {
  margin-top: 6rem;
  background-color: #DDECE3;
  padding: 50px 3.8%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .under-business02 .for-company {
      padding: 30px 3.8%;
      margin-top: 4rem;
      flex-direction: column;
      gap: 3rem 0; } }
  .under-business02 .for-company__text-box {
    width: 49%; }
    @media screen and (max-width: 834px) {
      .under-business02 .for-company__text-box {
        width: 100%; } }
  .under-business02 .for-company__lead {
    width: fit-content;
    border: 1px solid rgba(85, 159, 64, 0.5);
    color: #559F40;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 15px; }
    @media screen and (max-width: 834px) {
      .under-business02 .for-company__lead {
        margin-bottom: 10px; } }
  .under-business02 .for-company__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 2rem; }
    @media screen and (max-width: 834px) {
      .under-business02 .for-company__title {
        font-size: 21px;
        margin-bottom: 1.5rem; } }
  .under-business02 .for-company__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    margin-top: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #2F3742; }
    @media screen and (max-width: 1200px) {
      .under-business02 .for-company__btn {
        width: 100%; } }
    .under-business02 .for-company__btn p {
      font-size: 18px; }
      @media screen and (max-width: 834px) {
        .under-business02 .for-company__btn p {
          font-size: 15px; } }
    .under-business02 .for-company__btn span {
      font-size: 14px;
      display: block; }
      @media screen and (max-width: 834px) {
        .under-business02 .for-company__btn span {
          font-size: 12px; } }
    .under-business02 .for-company__btn img {
      padding-top: 20px;
      display: block;
      width: 10px;
      height: auto;
      transform: translateX(-5px);
      transition: 0.4s ease-in-out; }
  .under-business02 .for-company__btn:hover img {
    transform: translateX(0);
    transition: 0.4s ease-in-out; }
  .under-business02 .for-company__picture-box {
    width: 42%; }
    @media screen and (max-width: 834px) {
      .under-business02 .for-company__picture-box {
        width: 100%; } }
.under-business02__solution {
  padding: 15rem 0; }
  @media screen and (max-width: 834px) {
    .under-business02__solution {
      padding: 5rem 0;
      flex-direction: column;
      gap: 3rem 0;
      display: flex; } }
.under-business02 .solution__info {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .under-business02 .solution__info {
      flex-direction: column;
      gap: 1rem 0; } }
  .under-business02 .solution__info .solution__info--title {
    width: 42%; }
    @media screen and (max-width: 834px) {
      .under-business02 .solution__info .solution__info--title {
        width: 100%; } }
  .under-business02 .solution__info .under-business02__sec-text {
    width: 58%; }
    @media screen and (max-width: 834px) {
      .under-business02 .solution__info .under-business02__sec-text {
        width: 100%; } }
.under-business02 .solution__link {
  position: relative;
  overflow: hidden;
  transition: background-size 0.4s ease-in-out; }
  @media screen and (max-width: 834px) {
    .under-business02 .solution__link {
      width: 100%;
      overflow: hidden;
      border-radius: 5px;
      height: 100%; } }
  .under-business02 .solution__link a {
    display: block;
    padding: 7rem 5.7%; }
.under-business02 .solution__link--bg {
  position: absolute;
  transform: scale(1);
  transition: 0.4s ease-in-out;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .under-business02 .solution__link--bg picture {
    display: block;
    height: 100%; }
    .under-business02 .solution__link--bg picture img {
      display: block;
      object-fit: cover;
      height: 100%;
      width: 100%; }
.under-business02 .solution__link:hover .solution__link--bg {
  transform: scale(1.1);
  transition: 0.4s ease-in-out; }
.under-business02 .item-wrap {
  width: 60%; }
  @media screen and (max-width: 834px) {
    .under-business02 .item-wrap {
      width: 100%; } }
.under-business02 .item__title {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 2rem; }
  @media screen and (max-width: 834px) {
    .under-business02 .item__title {
      font-size: 20px;
      margin-bottom: 1rem; } }
.under-business02 .item__text {
  color: #fff; }
.under-business02 .circle {
  position: absolute;
  bottom: 20px;
  right: 5%;
  margin: 0 0 0 auto;
  width: 65px;
  height: 65px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; }
  @media screen and (max-width: 834px) {
    .under-business02 .circle {
      width: 45px;
      height: 45px;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); } }
  .under-business02 .circle img {
    width: 16px;
    height: 12px; }
    @media screen and (max-width: 834px) {
      .under-business02 .circle img {
        width: 11px;
        height: 9px; } }
.under-business02 .circle {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  margin: 0 0 0 auto;
  width: 65px;
  height: 65px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; }
  @media screen and (max-width: 834px) {
    .under-business02 .circle {
      width: 45px;
      height: 45px;
      right: 0;
      bottom: 0px;
      top: auto; } }
  .under-business02 .circle img {
    width: 16px;
    height: 12px; }
    @media screen and (max-width: 834px) {
      .under-business02 .circle img {
        width: 11px;
        height: 9px; } }
.under-business02 .circle.before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition-duration: .7s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media screen and (max-width: 834px) {
    .under-business02 .circle.before {
      transition-property: none;
      opacity: 1; } }
.under-business02 .circle.after {
  -webkit-transform: translate(-80%, -50%);
  transform: translate(-80%, -50%);
  opacity: 0;
  transition-duration: .7s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media screen and (max-width: 834px) {
    .under-business02 .circle.after {
      display: none;
      opacity: 0; } }
.under-business02 .solution__link--item:hover .circle.before {
  -webkit-transform: translate(0%, -50%);
  transform: translateY(-50%);
  opacity: 0; }
  @media screen and (max-width: 834px) {
    .under-business02 .solution__link--item:hover .circle.before {
      transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      opacity: 0; } }
.under-business02 .solution__link--item:hover .circle.after {
  -webkit-transform: translate(0%, -50%);
  transform: translateY(-50%);
  opacity: 1; }
  @media screen and (max-width: 834px) {
    .under-business02 .solution__link--item:hover .circle.after {
      display: flex;
      transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      opacity: 1; } }
