@charset "UTF-8";

main {
  background-color: #f5fcf4;
}

.keyvis {
  padding-top: 64.7vw;
  padding-bottom: 12rem;
  background: url(../images/aboutus/aboutus-kv.png) no-repeat center top/100% auto;
  background-color: #7dbc53;
}

@media screen and (max-width: 768px) {
  .keyvis {
    background: url(../images/aboutus/aboutus-kv.png) no-repeat 44% top/auto 72%;
    background-color: #7dbc53;
    padding-top: 60rem;
  }
}


.keyvis .tagline {
  font-weight: 700;
  letter-spacing: 0.075em;
}

.keyvis .tagline-head {
  position: absolute;
  top: 22rem;
  right: 13.8rem;
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: 0.01em;
  writing-mode: vertical-rl;
  /* 縦書き（右から左へ） */
}

@media screen and (max-width: 768px) {
  .keyvis .tagline-head {
    right: 2.8rem;
  }
}

.keyvis .tagline-txt {
  position: absolute;
  top: 11.6rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 2rem;
  writing-mode: vertical-rl;
  line-height: 2;
}

.greeting {
  position: relative;
  margin-top: -9.6rem;
  border-radius: 3.2rem 3.2rem 0 0;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
  background-color: #f6fdf5;
}

@media screen and (max-width: 768px) {
  .greeting {
    padding-top: 3rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.greeting-inner {
  background-color: #fff;
  border-radius: 2rem;
  padding-bottom: 6.7em;
}

@media screen and (max-width: 768px) {
  .greeting-inner {
    padding-bottom: 4rem;
  }
}

.greeting-head {
  border-radius: 2rem 2rem 0 0;
  padding-top: 19rem;
  padding-left: 8rem;
  height: 37.6rem;
  background: url(../images/aboutus/about-head1.png) no-repeat right bottom/cover;
}

@media screen and (max-width: 768px) {
  .greeting-head {
    padding-top: 2.2rem;
    padding-left: 3rem;
    height: 20rem;
  }
}

.greeting-title {
  margin-top: 12rem;
  width: 85.6%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .greeting-title {
    margin-top: 5rem;
  }
}

.greeting-title p {
  line-height: 1.87;
  letter-spacing: 0.025em;
}

.greeting-title>div {
  margin-top: 3.4rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .greeting-title>div {
    margin-top: 1.8rem;
    flex-direction: column;
  }
}

.greeting-title>div p {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .greeting-title>div p {
    margin-bottom: 3rem;
  }
}

.greeting-title>div span:nth-child(1) {
  font-size: 1.4rem;
  font-weight: 100;
  flex: 1;
}

.greeting-title>div span:nth-child(2) {
  font-size: 2.1rem;
  padding-left: 0.4em;
}

.greeting-column {
  margin-top: 10.7rem;
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  display: flex;
  background-color: #f6fdf5;
  margin-right: auto;
  margin-left: auto;
  width: 83%;
}

@media screen and (max-width: 768px) {
  .greeting-column {
    width: 88%;
    margin-top: 3.6rem;
    flex-direction: column;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}

.greeting-left {
  padding-top: 2.2rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 4.4rem;
}

@media screen and (max-width: 768px) {
  .greeting-left {
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
  }
}

.greeting-subtitle {
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .greeting-subtitle {
    font-size: 2rem;
  }
}

.greeting-txt {
  margin-top: 4.7rem;
  line-height: 1.87;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .greeting-txt {
    margin-top: 2rem;
  }
}

.greeting-right {
  width: 50%;
  text-align: right;
  padding-right: 9rem;
}

@media screen and (max-width: 768px) {
  .greeting-right {
    text-align: center;
    margin-top: 3rem;
    width: 66%;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

.greeting-right img {
  width: 65%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .greeting-right img {
    width: 100%;
  }
}

.company {
  position: relative;
  border-radius: 3.2rem 3.2rem 0 0;
  padding-top: 7rem;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
  background-color: #f6fdf5;
}

@media screen and (max-width: 768px) {
  .company {
    padding-top: 3rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.company-inner {
  background-color: #fff;
  border-radius: 2rem;
  padding-bottom: 21.8rem;
}

@media screen and (max-width: 768px) {
  .company-inner {
    padding-bottom: 8rem;
  }
}

.company-head {
  border-radius: 2rem 2rem 0 0;
  padding-top: 19rem;
  padding-left: 8rem;
  height: 37.6rem;
  background: url(../images/aboutus/about-head3.png) no-repeat right bottom/cover;
}

@media screen and (max-width: 768px) {
  .company-head {
    padding-top: 2.2rem;
    padding-left: 3rem;
    height: 20rem;
  }
}

.company-head .head-en {
  color: #000;
}

.company-head .head-jp {
  color: #000;
}

.company-table {
  margin-top: 10rem;
  padding-right: 12.8%;
  padding-left: 12.8%;
}

@media screen and (max-width: 768px) {
  .company-table {
    margin-top: 5rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.company-table dl {
  display: flex;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
}

@media screen and (max-width: 768px) {
  .company-table dl {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.company-table dl::after {
  content: "";
  width: 8rem;
  height: 2px;
  background-color: #2a4198;
  display: block;
  position: absolute;
  bottom: -1px;
}

.company-table dt {
  width: 38%;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .company-table dt {
    min-width: 38%;
    font-size: 1.4rem;
  }
}

.company-table dd {
  font-size: 1.8rem;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .company-table dd {
    font-size: 1.4rem;
  }
}

.history {
  border-radius: 1.6rem;
  background-color: #363636;
  padding-top: 13.2rem;
  padding-left: 12.5rem;
  padding-bottom: 5.8rem;
}

@media screen and (max-width: 768px) {
  .history {
    padding-top: 5rem;
    padding-left: 3rem;
    padding-bottom: 4rem;
  }
}

.history-items {
  margin-top: 12.5rem;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .history-items {
    margin-top: 4rem;
  }
}

.history-assets {
  margin-top: 4.5rem;
  display: flex;
  gap: 7rem;
}

@media screen and (max-width: 768px) {
  .history-assets {
    gap: 5rem;
  }
}

.history-assets .swiper-scrollbar {
  width: 76%;
  position: static;
  height: 2px;
  background: #fff;
}

.history-assets .swiper-button-next,
.history-assets .swiper-button-prev {
  width: 4.5rem;
  aspect-ratio: 1/1;
  position: unset;
  background: url(../images/aboutus/arrow-white.png) no-repeat center center/cover;
}

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

  .history-assets .swiper-button-next,
  .history-assets .swiper-button-prev {
    width: 4rem;
  }
}

.history-assets .swiper-button-next::after,
.history-assets .swiper-button-prev::after {
  content: none;
}

.history-assets .swiper-button-prev {
  transform: rotate(180deg);
}

.history-button {
  display: flex;
  gap: 1.3rem;
}

@media screen and (max-width: 768px) {
  .history-button {
    margin-right: 3rem;
  }
}

.history-item {
  width: 33.6rem;
  height: 31.4rem;
  padding-left: 3.7rem;
  background-color: #fff;
  margin-right: 2.5rem;
}

@media screen and (max-width: 768px) {
  .history-item {
    width: 20rem;
    padding-left: 2rem;
    min-height: 31.4rem;
    height: unset;
    padding-bottom: 2rem;
  }
}

.history-year {
  font-size: 8rem;
  font-weight: 100;
  letter-spacing: -0.05em;
  color: #d4d9ea;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .history-year {
    font-size: 7rem;
  }
}

.history-wareki {
  margin-top: 8.4rem;
  font-size: 1.8rem;
  line-height: 1.44;
}

@media screen and (max-width: 768px) {
  .history-wareki {
    margin-top: 6rem;
    font-size: 1.4rem;
  }
}

.history-txt {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 1.44;
}

@media screen and (max-width: 768px) {
  .history-txt {
    font-size: 1.4rem;
    padding-right: 2rem;
  }
}

.location {
  position: relative;
  border-radius: 3.2rem 3.2rem 0 0;
  padding-top: 7rem;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
  padding-bottom: 9.7rem;
  background-color: #f6fdf5;
}

@media screen and (max-width: 768px) {
  .location {
    padding-top: 6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 6.7rem;
  }
}

.location-inner {
  background-color: #fff;
  border-radius: 2rem;
}

.location-head {
  border-radius: 2rem 2rem 0 0;
  padding-top: 19rem;
  padding-left: 8rem;
  height: 37.6rem;
  background: url(../images/aboutus/about-head2.png) no-repeat right bottom/cover;
}

@media screen and (max-width: 768px) {
  .location-head {
    padding-top: 2.2rem;
    padding-left: 3rem;
    height: 20rem;
  }
}

.location-column {
  background: url(../images/aboutus/map.png) no-repeat center bottom/121rem auto;
  height: 93.5rem;
  padding-right: 2.2rem;
  padding-top: 14.4rem;
  display: flex;
  gap: 6.1%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .location-column {
    height: 80.5rem;
    background: url(../images/aboutus/map.png) no-repeat 64% -13rem/121rem auto;
    padding-top: 5rem;
    padding-right: 1.6rem;
    padding-left: 0;
  }
}

.location-left {
  width: 32.4%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .location-left {
    width: 100%;
    margin-top: 33rem;
  }
}

.location-left img {
  width: 100%;
}

.location-items {
  margin-left: 13.7%;
  display: flex;
  flex-direction: column;
  height: 79.2rem;
  gap: 1rem;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media screen and (max-width: 768px) {
  .location-items {
    height: 45rem;
  }
}

.location-items::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

.location-item {
  background-color: #fff;
  scroll-snap-align: start;
  padding-top: 3.6rem;
  padding-bottom: 3.1rem;
  border: 1px solid #999;
  border-radius: 1.6rem;
  padding-left: 5.9%;
  padding-right: 5.9%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .location-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    align-items: flex-start;
  }
}

.location-item+.product-item {
  margin-top: 2rem;
}

.location-item.is-active {
  border: 3px solid #2a4198;
}

.location-item img {
  width: 100%;
}

.location-item:last-child {
  margin-bottom: 76.2rem;
}

@media screen and (max-width: 768px) {
  .location-item:last-child {
    margin-bottom: 45rem;
  }
}

.location-item-title {
  width: 100%;
  padding-bottom: 2.1rem;
  margin-top: 3rem;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
  letter-spacing: -0.04em;
}

.location-item-title::after {
  position: absolute;
  bottom: -1px;
  content: "";
  display: block;
  width: 2.6rem;
  height: 2px;
  background-color: #2a4198;
}

@media screen and (max-width: 768px) {
  .location-item-title {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}

.location-item-title span {
  font-size: 3.6rem;
  font-weight: 500;
  color: #2a4198;
}

@media screen and (max-width: 768px) {
  .location-item-title span {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}

.location-item-txt {
  width: 100%;
  margin-top: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .location-item-txt {
    margin-top: 1.2rem;
    line-height: 1.2;
  }
}

.location-dots {
  margin-top: 1.2rem;
  margin-left: 19.2%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 2rem;
  position: absolute;
  left: -10rem;
  transform: rotate(90deg);
  top: 15rem;
}

.location .location-dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #d6d6d6;
  border: none;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}

.location .location-dot.is-active {
  background-color: #2a4198;
}

.location .location-dot:focus-visible {
  outline: 2px solid #2a4198;
  outline-offset: 2px;
}

.location-right {
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .location-right {
    left: 15%;
  }
}

.location-number {
  top: 0;
  left: 0;
  position: absolute;
  width: 3rem;
  aspect-ratio: 1/1;
  background-color: #999;
  border-radius: 50%;
  font-size: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-number.is-focus {
  margin-top: -4rem;
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 2rem;
  width: 4.5rem;
  aspect-ratio: 45/67;
  border-radius: unset;
  background: url(../images/aboutus/pin.png) no-repeat center center/contain;
}

.location-number01 {
  top: 15rem;
  left: 9rem;
}

.location-number02 {
  top: 4rem;
  left: 17rem;
}

.location-number03 {
  top: 7rem;
  left: 14rem;
}

.location-number04 {
  top: 19rem;
  left: 5rem;
}

.location-number05 {
  top: 24rem;
  left: 3rem;
}

.location-number06 {
  top: 18rem;
  left: 21rem;
}

.sdgs {
  position: relative;
  border-radius: 3.2rem 3.2rem 0 0;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
  background-color: #f6fdf5;
}

@media screen and (max-width: 768px) {
  .sdgs {
    padding-top: 3rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.sdgs-inner {
  background-color: #fff;
  border-radius: 2rem;
  padding-bottom: 6.7em;
}

@media screen and (max-width: 768px) {
  .sdgs-inner {
    padding-bottom: 4rem;
  }
}

.sdgs-head {
  border-radius: 2rem 2rem 0 0;
  padding-top: 19rem;
  padding-left: 8rem;
  height: 47.3rem;
  background: url(../images/aboutus/about-head4.png) no-repeat right bottom/cover;
}

@media screen and (max-width: 768px) {
  .sdgs-head {
    padding-top: 2.2rem;
    padding-left: 3rem;
    height: 20rem;
  }
}

.sdgs-head .head-en {
  color: #000;
}

.sdgs-head .head-jp {
  color: #000;
}

.sdgs-title {
  margin-top: -3rem;
  width: 85.6%;
  margin-right: auto;
  margin-left: auto;
}

.sdgs-title p {
  margin-top: 4rem;
  line-height: 1.87;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .sdgs-title p {
    margin-top: 2rem;
  }
}

.sdgs-lead {
  font-weight: 500;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  .sdgs-lead {
    margin-top: 6rem;
    font-size: 2.4rem;
  }
}

.sdgs-column {
  margin-top: 10.7rem;
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  display: flex;
  background-color: #d3f9fd;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2.6rem;
  width: 88.5%;
  gap: 5rem;
}

@media screen and (max-width: 768px) {
  .sdgs-column {
    gap: 2rem;
    margin-top: 3.6rem;
    flex-direction: column;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.sdgs-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4.4rem;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .sdgs-left {
    width: 100%;
    padding-left: 0;
  }
}

.sdgs-subtitle {
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .sdgs-subtitle {
    font-size: 2rem;
  }
}

.sdgs-txt {
  margin-top: 2rem;
  line-height: 1.87;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .sdgs-txt {
    margin-top: 1.6rem;
  }
}

.sdgs-right {
  padding-right: 3.2rem;
  width: calc(55.5% + 3.2rem);
}

@media screen and (max-width: 768px) {
  .sdgs-right {
    margin-top: 1.6rem;
    width: 100%;
    padding-right: 0;
  }
}

.sdgs-right img {
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .sdgs-right img {
    width: 100%;
  }
}

.sdgs-caption {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-top: 9.5rem;
}

@media screen and (max-width: 768px) {
  .sdgs-caption {
    margin-top: 8rem;
    font-size: 2.4rem;
  }
}

.sdgs-items {
  margin-top: 5.3rem;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-content: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .sdgs-items {
    margin-top: 3.6rem;
    flex-direction: column;
    gap: 3rem;
  }
}

.sdgs-item {
  border-radius: 1.6rem;
  border: 3px solid #2a4198;
  width: 30%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media screen and (max-width: 768px) {
  .sdgs-item {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.sdgs-item-title {
  width: 100%;
  margin-top: 3.6rem;
  font-size: 3.6rem;
  font-weight: 500;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 2rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sdgs-item-title {
    font-size: 2.2rem;
    margin-top: 2rem;
    padding-bottom: 1.6rem;
  }
}

.sdgs-item-title::after {
  position: absolute;
  bottom: -1px;
  content: "";
  display: block;
  width: 2.6rem;
  height: 2px;
  background-color: #2a4198;
}

.sdgs-item-title--small {
  font-size: 2.7rem;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 768px) {
  .sdgs-item-title--small {
    font-size: 2.2rem;
  }
}

.sdgs-item-txt {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .sdgs-item-txt {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

.sdgs-item-txt--small {
  letter-spacing: -0.02em;
}

.sdgs-item img {
  width: 100%;
  object-fit: contain;
}

.sdgs .policy {
  margin-top: 16.5rem;
  position: relative;
  background-color: #f6fcf9;
  border-radius: 1rem;
  width: 88%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6.8rem;
  padding-bottom: 9.2rem;
}

@media screen and (max-width: 768px) {
  .sdgs .policy {
    margin-top: 10rem;
    padding-bottom: 4rem;
  }
}

.sdgs .policy::before {
  top: -2rem;
  left: 7.7%;
  position: absolute;
  content: "";
  display: block;
  width: 16.6rem;
  aspect-ratio: 166/69;
  background: url(../images/common/rec-chr01.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .sdgs .policy::before {
    width: 8rem;
    top: -0.7rem;
    left: 3rem;
  }
}

.sdgs .policy::after {
  top: -7rem;
  right: 8.13%;
  position: absolute;
  content: "";
  display: block;
  width: 13.9rem;
  aspect-ratio: 139/145;
  background: url(../images/common/rec-chr02.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .sdgs .policy::after {
    width: 6rem;
    top: -3rem;
    right: 3rem;
  }
}

.sdgs .policy-head .head-en {
  color: #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sdgs .policy-head .head-en {
    font-size: 2.8rem;
  }
}

.sdgs .policy-head .head-jp {
  margin-top: 2rem;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sdgs .policy-head .head-jp {
    margin-top: 0.8rem;
  }
}

.sdgs .policy-bottom {
  margin-top: 13.5rem;
  padding-left: 9%;
  padding-right: 12.5%;
}

@media screen and (max-width: 768px) {
  .sdgs .policy-bottom {
    margin-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.sdgs .policy-title {
  font-size: 3rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .sdgs .policy-title {
    font-size: 1.8rem;
  }
}

.sdgs .policy-column {
  display: flex;
  margin-top: 3.3rem;
}

@media screen and (max-width: 768px) {
  .sdgs .policy-column {
    margin-top: 1.6rem;
    flex-direction: column;
  }
}

.sdgs .policy-column p {
  margin-left: 4.1rem;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  line-height: 1.75;
  margin-right: 3.8rem;
}

@media screen and (max-width: 768px) {
  .sdgs .policy-column p {
    margin-right: 0;
    margin-left: 0;
    font-size: 1.6rem;
  }
}

.sdgs .policy-column picture {
  width: 24.2rem;
  min-width: 24.2rem;
  aspect-ratio: 242/174;
}

@media screen and (max-width: 768px) {
  .sdgs .policy-column picture {
    margin-top: 1.8rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.sdgs .policy-column img {
  width: 100%;
}

.sdgs .policy-column ol {
  margin-left: 7.1rem;
}

@media screen and (max-width: 768px) {
  .sdgs .policy-column ol {
    margin-left: 2.1rem;
  }
}

.sdgs .policy-column li {
  list-style-type: decimal;
  line-height: 1.75;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .sdgs .policy-column li {
    font-size: 1.6rem;
  }
}

.sdgs .policy-column+.policy-title {
  margin-top: 13.9rem;
}

@media screen and (max-width: 768px) {
  .sdgs .policy-column+.policy-title {
    margin-top: 5rem;
  }
}

.sdgs .policy-sign {
  margin-top: 7.8rem;
  text-align: right;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .sdgs .policy-sign {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}

.footer {
  padding-top: 8.4rem;
  min-height: unset;
  background: url(../images/service/footer-product.png) no-repeat center 5rem/cover;
  background-color: #f6fdf5;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 3rem;
    background: url(../images/service/footer-product.png) no-repeat center 2rem/cover;
  }
}

.footer-content {
  margin-top: 36rem;
}

/*# sourceMappingURL=aboutus.css.map */