.values {
  padding: 10rem 0 0;
}

.values .c-layout01__image {
  width: 83.1%;
  margin-left: 0;
}

.values .c-layout01__image img {
  aspect-ratio: 665/440;
}

.business {
  padding: 10rem 0 0;
}

.business .c-layout01__image-wrap {
  background: #fafafa;
  padding: 2.5rem;
  margin-top: 1.875rem;
}

.c-layout01__image-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .c-layout01__image-title {
    font-size: max(1rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .c-layout01__image-title {
    font-size: 1.25rem;
  }
}

.business .c-layout01__image {
  margin-top: 1.25rem;
}

.future {
  padding: 10rem 0;
}

.image-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 9999;
}
.image-popup.active {
  opacity: 1;
  visibility: visible;
}
.image-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.image-popup__content {
  position: relative;
  width: 100%;
  max-width: 62.1875rem;
  margin: 0 auto;
}
.image-popup__close {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: -2.5rem;
  right: -2.5rem;
  cursor: pointer;
  z-index: 10;
}
.image-popup__image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .image-popup__content {
    max-width: 92vw;
  }
  .image-popup__close {
    right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .image-popup__close {
    width: 1.88vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .image-popup__close {
    width: 6.4vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .image-popup__close {
    height: 1.88vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .image-popup__close {
    height: 6.4vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .image-popup__close {
    top: -2.5vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .image-popup__close {
    top: -8.53vw;
  }
}

.future .c-layout01__block {
  background: #fafafa;
  padding: 2.5rem;
  margin-top: 1.875rem;
}

.future .c-layout01__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.25rem 0;
}

.future .c-layout01__list:first-of-type {
  border-top: none;
}

.future .c-layout01__list:last-of-type {
  border-bottom: none;
}

.future .c-layout01__lists:last-of-type {
  border-bottom: none;
}

.future .c-layout01__list-title {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .future .c-layout01__list-title {
    font-size: max(0.7rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .future .c-layout01__list-title {
    font-size: 0.875rem;
  }
}

.future .c-layout01__list-text {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .future .c-layout01__list-text {
    font-size: max(0.8rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .future .c-layout01__list-text {
    font-size: 1rem;
  }
}

.future .c-layout01__list-text02 {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 0.625rem;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .future .c-layout01__list-text02 {
    font-size: max(0.8rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .future .c-layout01__list-text02 {
    font-size: 1rem;
  }
}

.future .c-layout01__image {
  width: 100%;
  max-width: 36.25rem;
  margin-right: 0;
  margin-left: auto;
  margin-top: 0.875rem;
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .values {
    padding: 9.38vw 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .values {
    padding: 32vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .values .c-layout01__image {
    width: 100%;
    margin-inline: auto;
  }
  .values .c-layout01__image img {
    aspect-ratio: 345/230;
  }
  .business {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business {
    padding: 9.38vw 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business {
    padding: 32vw 0 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business .c-layout01__image-wrap {
    padding: 3.13vw 0 3.13vw 1.17vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business .c-layout01__image-wrap {
    padding: 10.67vw 0 10.67vw 4vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business .c-layout01__image-wrap {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business .c-layout01__image-wrap {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .c-layout01__image-title {
    font-size: max(1.25vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-layout01__image-title {
    font-size: max(4.27vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .business .c-layout01__image {
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business .c-layout01__image {
    margin-top: 1.56vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business .c-layout01__image {
    margin-top: 5.33vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business .c-layout01__image img,
  .business .c-layout01__image-wrap picture {
    width: 37.5vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business .c-layout01__image img,
  .business .c-layout01__image-wrap picture {
    width: 128vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business .c-layout01__image img,
  .business .c-layout01__image-wrap picture {
    max-width: 37.5vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business .c-layout01__image img,
  .business .c-layout01__image-wrap picture {
    max-width: 128vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .future {
    padding: 9.38vw 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .future {
    padding: 32vw 0;
  }
}
@media screen and (max-width: 768px) {
  .future .c-layout01__block {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .future .c-layout01__block {
    padding: 3.13vw 1.17vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .future .c-layout01__block {
    padding: 10.67vw 4vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .future .c-layout01__block {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .future .c-layout01__block {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .future .c-layout01__list {
    gap: 0.63vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .future .c-layout01__list {
    gap: 2.13vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .future .c-layout01__list {
    padding: 1.56vw 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .future .c-layout01__list {
    padding: 5.33vw 0;
  }
}
@media screen and (max-width: 768px) {
  .future .c-layout01__list-title {
    line-height: 1.43;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .future .c-layout01__list-title {
    font-size: max(1.09vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .future .c-layout01__list-title {
    font-size: max(3.73vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .future .c-layout01__list-text {
    line-height: 1.43;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .future .c-layout01__list-text {
    font-size: max(1.09vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .future .c-layout01__list-text {
    font-size: max(3.73vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .future .c-layout01__list-text02 {
    line-height: 1.43;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .future .c-layout01__list-text02 {
    font-size: max(1.09vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .future .c-layout01__list-text02 {
    font-size: max(3.73vw, 10px);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .future .c-layout01__list-text02 {
    margin-top: 0.78vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .future .c-layout01__list-text02 {
    margin-top: 2.67vw;
  }
}
@media screen and (max-width: 768px) {
  .future .c-layout01__image {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .future .c-layout01__image {
    margin-top: 0.78vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .future .c-layout01__image {
    margin-top: 2.67vw;
  }
}