@charset "UTF-8";
.contents .mv {
  position: relative;
}
.contents .mv .mv-title {
  position: absolute;
  left: 24px;
  text-shadow: 2px 3px 20px rgba(0, 0, 0, 0.7);
}
.contents .mv .top_card {
  top: 0;
  right: 0;
  position: absolute;
  margin-top: 2%;
  margin-inline: 2%;
  padding: 24px;
  width: 327px;
  height: auto;
  background: #fff;
  text-align: center;
  border-radius: 8px;
}
.contents .mv .top_card .top_mv {
  gap: 16px;
}
.contents .mv .top_card .top_mv .big {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .contents .mv .top_card {
    position: relative;
    top: 0px;
    right: 0px;
    width: 96%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .contents .mv .top_card {
    position: relative;
    top: auto;
    bottom: 2%;
    right: 0px;
    width: 96%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .contents .mv .top_card .wrap-buttons {
    grid-column: 1/span 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 600px) {
  .contents .mv .top_card .corp-flex_block {
    flex-direction: column;
    gap: 0;
  }
  .contents .mv .top_card .corp-flex_block .corp-card {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .contents .mv .top_card {
    grid-template-columns: repeat(1, 1fr);
  }
  .contents .mv .top_card .wrap-buttons {
    grid-column: 1/span 1;
    grid-row: 3;
  }
}
.contents .mv .top_card .card {
  width: 100%;
  padding: 0;
  justify-content: center;
  align-items: center;
  height: 70px;
  place-items: center;
}
@media screen and (max-width: 1000px) {
  .contents .mv .top_card .card {
    width: 100%;
  }
}
.contents .mv .top_card p.black {
  text-align: center;
  color: #fff;
  background-color: #1a1a1a;
  margin-top: 0;
}
.contents .mv .top_card p.black .txt-50 {
  font-size: 50px;
}
.contents .mv .img-mv {
  display: block;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .contents .mv .img-mv {
    opacity: 0;
    height: 60vw;
  }
}
.contents .sec-mv {
  padding: 0px;
  padding-bottom: 2%;
}
@media screen and (max-width: 800px) {
  .contents .sec-mv {
    background: linear-gradient(0deg, rgba(42, 69, 62, 0.85) 0%, rgba(42, 69, 62, 0) 60%), url(../img/mv_sp.png);
    background-size: contain;
  }
}
.contents .sec-mv .title-en {
  font-size: 9vw;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 24px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .contents .sec-mv .title-en {
    margin-bottom: 6px;
  }
}
.contents .sec-mv .title-ja {
  font-size: 3vw;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .contents .sec-mv .title-ja {
    font-size: 3vw;
  }
}
.contents .sec-message {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 32px;
  overflow: hidden;
}
.contents .sec-message p {
  color: #fff;
  padding-inline: 24px;
}
@media screen and (max-width: 1280px) {
  .contents .sec-message {
    margin-top: 0;
  }
}
.contents .sec-merit {
  background-color: #6A857D;
  background-image: url(../img/home_merit_bg.png);
  padding-bottom: 130px;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-blend-mode: screen;
}
.contents .sec-merit p {
  color: #fff;
}
.contents .sec-merit .merit_r .merit-block {
  left: 40px;
  text-shadow: 2px 3px 20px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 720px) {
  .contents .sec-merit .merit_r .merit-block {
    left: 0;
  }
}
.contents .sec-merit .area-merit {
  margin-inline: auto;
}
.contents .sec-merit .area-merit .box-flex {
  align-items: flex-end;
  gap: 4px;
}
.contents .sec-merit .area-merit .box-flex .merit-block {
  position: relative;
  bottom: 2vw;
  text-shadow: 2px 3px 20px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 720px) {
  .contents .sec-merit .area-merit .box-flex .merit-block {
    bottom: 0;
  }
}
.contents .sec-merit .area-merit .merit_img {
  width: 46%;
  height: auto;
  display: block;
}
@media screen and (max-width: 720px) {
  .contents .sec-merit .area-merit .merit_img {
    width: 100%;
  }
}
.contents .sec-merit .sanjo {
  margin: 0 auto;
  max-width: 1030px;
  padding: 32px;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 8px;
  margin-top: 56px;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 900px) {
  .contents .sec-merit .sanjo {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contents .sec-merit .sanjo .sanjo_l .button a {
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 16px;
}
.contents .sec-merit .sanjo .sanjo_r {
  flex: 0 0 490px;
}
@media screen and (max-width: 900px) {
  .contents .sec-merit .sanjo .box-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 720px) {
  .contents .sec-merit .sanjo .box-grid {
    gap: 24px;
  }
}
.contents .sec-union a {
  text-decoration: none;
}
.contents .sec-union .union_card {
  position: relative;
  padding: 20px;
  background-color: #EEEEEE;
  border: 2px solid rgba(26, 26, 26, 0);
  transition: border 0.3s ease;
  border-radius: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .contents .sec-union .union_card {
    max-width: none;
  }
}
.contents .sec-union .union_card:hover {
  border: 2px solid #1a1a1a;
}
.contents .sec-union .union_card img {
  margin: 16px auto 16px;
}
.contents .sec-union .area-understand .union_card {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 0;
}
.contents .sec-union .area-understand .col-3_union {
  display: grid;
  max-width: 740px;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .contents .sec-union .area-understand .box-grid.col-3_union.right .union_card {
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .contents .sec-union .area-understand .box-grid.col-3_union.right {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contents .sec-union .area-activity .SDGs_img {
  max-width: 103px;
  height: 63px;
  display: inline;
}
.contents .sec-union .area-activity .SDGs {
  text-align: left;
}
.contents .sec-union .area-activity .SDGs .txt-24 {
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 0;
}
.contents .sec-union .area-activity .SDGs .txt-caption {
  text-align: left;
}
.contents .sec-union .area-activity .img-pdf {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .contents .sec-union .area-activity .img-pdf {
    margin-right: auto;
  }
}
.contents .sec-union .area-activity .union_card {
  max-width: none;
}
.contents .sec-union .area-document .certificate_card {
  padding: 24px;
  width: 100%;
  height: 420px;
  background: #fff;
  text-align: center;
  border-radius: 16px;
}
@media screen and (max-width: 800px) {
  .contents .sec-union .area-document .certificate_card {
    width: 100%;
    max-width: 952px;
  }
}
.contents .sec-union .area-document .certificate_card img {
  margin: auto;
}
.contents .sec-union .area-document img.news_img {
  width: 162px;
  height: 120px;
}

.contents .sec-message {
  padding: 0;
}
.contents .sec-message .box-content {
  position: relative;
  z-index: 1;
  padding: 10px 10px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.slider_top_bg {
  width: 100%;
  height: 300px;
}
.slider_top_bg .swiper-wrapper {
  transition-timing-function: linear;
}
.slider_top_bg .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.slider_top_bg img {
  width: 100%;
  height: auto;
  opacity: 0.2;
  transform-origin: center center;
}
@media screen and (max-width: 1450px) {
  .slider_top_bg img {
    width: auto;
    height: 100%;
    max-width: none;
  }
}

.contents .sec-message .box-content {
  position: relative;
  z-index: 1;
  padding: 10px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.slider_top_bg {
  width: 100%;
  /* height: 300px; */
  /* overflow: hidden; */
  /* position: absolute; */
  opacity: 1;
  background: #6A857D;
}

.slider_top_bg .swiper-wrapper {
  transition-timing-function: linear;
}

.message {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;
}

.top_31 {
  line-height: 1;
  margin: 12px 0px;
}

.top_companies {
  font-size: 24px;
  line-height: 1;
  vertical-align: bottom;
  margin: 12px 0px;
}

.slider_corp .swiper-slide {
  display: flex; /* 中身を揃えたい場合 */
  justify-content: center;
  align-items: center;
  box-sizing: border-box; /* paddingを含めてサイズ計算 */
}

.slider_corp {
  flex: 1;
  height: 50px;
  overflow: hidden;
}
.slider_corp a {
  text-decoration: none;
}

.corp-logo {
  width: 50px;
  height: 50px;
}

.txt-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  place-content: center;
  z-index: 1;
}

.corp-flex_block {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  position: relative;
}
.corp-flex_block .corp-card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  place-items: center;
}
.corp-flex_block .corp_l {
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
}
@media screen and (max-width: 1000px) {
  .corp-flex_block .corp_r {
    width: 100%;
  }
}
.corp-flex_block.top_mv {
  gap: 16px;
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 1000px) {
  .corp-flex_block.top_mv {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .corp-flex_block {
    display: flex;
    gap: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .button_cen {
    margin: 0 auto;
  }
  .home-SDGs {
    margin: 0 auto;
  }
}
.my-posts-loop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .my-posts-loop {
    grid-template-columns: repeat(1, 1fr);
  }
}
.my-posts-loop li a {
  display: flex;
  gap: 16px;
}
.my-posts-loop img {
  border-radius: 8px;
}
.my-posts-loop .date {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}/*# sourceMappingURL=home.css.map */