.income .breadcumb .sub-title,
.beautiful .breadcumb .sub-title {
  position: relative;
  z-index: 2;
  margin-top: 2rem;
}
.income .breadcumb .sub-title p,
.beautiful .breadcumb .sub-title p {
  color: white;
}
.income .container,
.beautiful .container {
  width: calc(100% - 4rem);
}
.income .sec-v1,
.beautiful .sec-v1 {
  font-family: yu-gothic-m, sans-serif;
  padding: 10rem 0 7rem 0;
}
.income .sec-text,
.beautiful .sec-text {
  text-align: center;
  font-weight: 500;
  line-height: 2;
  font-size: 1.6rem;
}

.beautiful .list {
  margin-top: 10rem;
  counter-reset: num;
  display: grid;
  row-gap: 10rem;
}
.beautiful .list .item {
  counter-increment: num 1;
  display: grid;
  grid-template-columns: max(350px, 34%) auto;
  gap: clamp(4rem, calc(100 / 1600 * 100 * 1vw), 10rem);
}
@media (max-width: 768px) {
  .beautiful .list .item {
    grid-template-columns: unset !important;
  }
  .beautiful .list .item-content {
    order: unset !important;
  }
}
.beautiful .list .item-img {
  position: relative;
  width: 100%;
  aspect-ratio: 54/60;
}
@media (max-width: 768px) {
  .beautiful .list .item-img {
    aspect-ratio: 54/40;
  }
}
.beautiful .list .item-img__bg {
  width: 37%;
  height: 100%;
  background-image: linear-gradient(180deg, rgb(47, 73, 157) 0%, rgb(39, 143, 197) 100%);
}
.beautiful .list .item-img__wrap {
  position: absolute;
  width: 88.88%;
  height: 83%;
  top: 50%;
  left: clamp(0rem, calc(60 / 1600 * 100 * 1vw), 6rem);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .beautiful .list .item-img__wrap {
    left: auto;
    right: 0;
    width: 93.5%;
  }
}
.beautiful .list .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.beautiful .list .item-content {
  align-self: center;
}
.beautiful .list .item-content__ttl {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.beautiful .list .item-content__ttl::before {
  content: "0" counter(num);
  font-size: 7.4rem;
  color: #334d72;
  opacity: 0.5;
  line-height: 1;
  flex-shrink: 0;
}
.beautiful .list .item-content__ttl span {
  color: #c53919;
  font-size: 1.6rem;
  flex: 1;
  padding-bottom: 0.7rem;
  transform: translateY(0.2rem);
  border-bottom: 1px solid #cccccc;
}
.beautiful .list .item-content__txt {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .beautiful .list .item-content__txt {
    margin-top: 4rem;
  }
}
.beautiful .list .item-content__txt .txt-ttl {
  font-size: 4rem;
  color: #334d72;
  font-family: yu-gothic-b, sans-serif;
}
.beautiful .list .item-content__txt .txt-content {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 2;
}
.beautiful .list .item:nth-child(even) {
  grid-template-columns: auto max(350px, 34%);
}
.beautiful .list .item:nth-child(even) .item-content {
  order: -1;
}
.beautiful .list .item:nth-child(even) .item-content__ttl::before {
  order: 2;
}
.beautiful .list .item:nth-child(even) .item-content__ttl span {
  text-align: end;
}
.beautiful .list .item:nth-child(even) .item-img {
  display: flex;
  justify-content: end;
}
.beautiful .list .item:nth-child(even) .item-img__wrap {
  left: auto;
  right: clamp(0rem, calc(60 / 1600 * 100 * 1vw), 6rem);
}
@media (max-width: 768px) {
  .beautiful .list .item:nth-child(even) .item-img__wrap {
    left: 0;
    right: auto;
  }
}
.beautiful .list .item:nth-child(even) .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.income .sec-v1 .list {
  margin-top: 10rem;
  counter-reset: num;
  display: grid;
  row-gap: 10rem;
}
.income .sec-v1 .list .item {
  counter-increment: num 1;
  padding: 14.5rem 0;
  position: relative;
}
.income .sec-v1 .list .item::before {
  content: "";
  background-color: #e7f1f7;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .income .sec-v1 .list .item::before {
    width: 40%;
  }
}
.income .sec-v1 .list .item .item-wrap {
  width: min(100%, 1350px);
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.income .sec-v1 .list .item:nth-child(even)::before {
  left: auto;
  right: 0;
}
.income .sec-v1 .list .item:nth-child(even) .item-wrap {
  margin-left: unset;
  margin-right: auto;
}
.income .sec-v1 .list .item-content__ttl {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #cccccc;
}
.income .sec-v1 .list .item-content__ttl .txt-jp {
  font-size: 4rem;
  color: #334d72;
  font-family: yu-gothic-b, sans-serif;
  display: flex;
  align-items: baseline;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.income .sec-v1 .list .item-content__ttl .txt-jp::before {
  content: "0" counter(num);
  line-height: 1;
  font-size: 1.5em;
}
.income .sec-v1 .list .item-content__ttl .txt-en {
  font-size: 1.6rem;
  color: #c53919;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.income .sec-v1 .list .item .txt-content {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 2;
}
.income .sec-v1 .list .item .txt-imgs {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 42rem), 1fr));
  gap: 2rem;
}
.income .sec-v1 .list .item .txt-imgs img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=addition.css.map */