/*====================================================================================
1. START MAIN VISUAL SECTION.
====================================================================================*/
.mainvisual {
  position: relative;
  background: url("../images/top/main-bg.webp") no-repeat top center/cover;
}

.mainvisual h1 {
  text-align: center;
}

.mainvisual .SDGs-box {
  position: absolute;
  background: #fff;
  max-width: 62rem;
  border-radius: 1rem 1rem 0 0;
}

.mainvisual .SDGs-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: 2.121px 2.121px 10px 0px rgba(25, 126, 141, 0.55), 0px 0px 57px 0px rgba(0, 128, 165, 0.25);
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
}

.mainvisual .SDGs-img p {
  display: flex;
  justify-content: space-between;
}

.mainvisual .SDGs-txt {
  position: relative;
  background: #fff;
  padding: 1rem 1rem 0;
  font-size: 1.2rem;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .mainvisual .container {
    padding-top: 10%;
    min-height: 45rem;
  }

  .mainvisual .SDGs-box {
    bottom: -3.5rem;
    left: 0;
    right: 0;
    width: 94%;
    margin: auto;
  }

  .mainvisual .SDGs-img {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .mainvisual .SDGs-img p {
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mainvisual .SDGs-img p:first-child {
    padding-right: 0.5rem;
  }

  .mainvisual .SDGs-img p:last-child {
    width: 58%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    border-left: 1px solid #000;
    padding-left: 0.5rem;
  }

  .mainvisual .SDGs-img p:last-child img {
    width: calc((100% - 0.5rem) / 2);
  }

  .mainvisual .SDGs-txt {
    padding-bottom: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .mainvisual .container {
    position: relative;
    padding-top: 4%;
    min-height: 70rem;
  }

  .mainvisual .SDGs-box {
    position: absolute;
    bottom: -7rem;
    left: 0;
  }

  .mainvisual .SDGs-img {
    padding: 2.5rem 2.5rem 0;
  }

  .mainvisual .SDGs-img p {
    width: 52%;
    gap: 2rem;
  }

  .mainvisual .SDGs-img p:first-child {
    width: 48%;
    border-right: 1px solid #000;
    padding-right: 2rem;
  }

  .mainvisual .SDGs-img p:last-child {
    padding-left: 2rem;
  }

  .mainvisual .SDGs-txt {
    padding: 2.5rem;
  }
}

/*====================================================================================
2. START MAIN TOP
====================================================================================*/
.main-cont {
  background: url("../images/top/bg-ballon.webp") no-repeat top center;
  padding-top: 7rem;
}

@media only screen and (max-width: 767px) {
  .main-cont {
    background-size: 200%;
    background-position: top 10rem right 80%;
  }
}

@media only screen and (min-width: 768px) {
  .main-cont {
    background-size: 140%;
    padding-top: 14rem;
    background-position: top 20rem right 80%;
    background-size: 120%;
  }
}

/*---------- START MOVIE ----------*/
.c-movie {
  display: flex;
  align-items: center;
}

.c-movie__left {
  width: 66%;
  margin-right: -11.2%;
  border-radius: 50%;
  overflow: hidden;
}

.c-movie__right {
  position: relative;
  z-index: 2;
  flex: 1;
  padding-top: 7.5%;
}

.c-movie__left video {
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .c-movie__left video {
    border-bottom: 0.6rem solid #fff100;
  }
}

@media only screen and (min-width: 768px) {
  .c-movie {
    padding-right: 6rem;
  }

  .c-movie__left video {
    border-bottom: 0.8rem solid #fff100;
  }
}

/*---------- START sec-about ----------*/
.sec-about{
  position: relative;
  z-index: 4;
}

.sec-about__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-about__ttl {
  font-size: 2.6rem;
  font-weight: 900;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .sec-about {
    margin-bottom: -7.5rem;
  }

  .sec-about__head {
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0 !important;
    margin-top: 2rem;
  }

  .sec-about__ttl {
    margin: 1rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .sec-about .c-title01 {
    margin-bottom: 0;
  }

  .sec-about__main {
    margin-top: -6rem;
  }

  .sec-about__head {
    width: calc(100% + 15rem);
    margin-left: -12rem;
    margin-right: -3rem;
  }

  .sec-about__ttl {
    font-size: 6.8rem;
    min-width: 47rem;
  }

  .sec-about__body {
    max-width: 72rem;
    margin-left: auto;
    margin-top: -3rem;
  }
}

@media only screen and (max-width: 1366px) {
  .sec-about__head {
    width: calc(100% + 2rem);
    margin-left: -2rem;
    margin-right: 0;
  }
}

/*---------- START sec-business ----------*/
.sec-business {
  position: relative;
  color: #fff;
  z-index: 3;
}

.sec-business:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/top/business-bg.webp") no-repeat top center;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec-business:before {
  position: absolute;
  content: "";
  background: var(--pink);
  width: 150%;
  height: 60%;
  transform: rotate(-7deg);
  top: 28%;
  left: -25%;
  right: 0;
  z-index: -2;
}

.sec-business__main {
  position: relative;
}

.sec-business__main .img-tree {
  position: absolute;
}

.sec-business__img {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-business {
    padding: 18rem 0 20rem 0;
  }

  .sec-business:after {
    background-size: cover;
  }

  .sec-business:before {
    height: 72.7%;
    top: 14%;
  }

  .sec-business__main .img-tree {
    right: 0;
    bottom: 0;
    width: 30%;
  }

  .sec-business__heading {
    text-align: center;
  }

  .sec-business__img {
    margin-bottom: 2rem;
  }

  .sec-business__img img {
    width: 70%;
  }
}

@media only screen and (max-width: 575px) {
  .sec-business {
    padding: 15rem 0 17rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .sec-business__row {
    display: flex;
    padding: 15rem 0;
  }

  .sec-business__main {
    width: 50%;
  }

  .sec-business__img {
    width: 50%;
  }

  .sec-business__main .img-tree {
    right: 9%;
    bottom: -4%;
  }

  .sec-business__body {
    padding-left: 2.5rem;
  }
}

/*---------- START sec-business ----------*/
.sec-recruit__main {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.sec-recruit__sub {
  font-size: 2.6rem;
  color: #000;
  font-weight: 900;
}

.sec-recruit .cm-btn__link {
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .sec-recruit {
    margin-top: -7rem;
  }

  .sec-recruit__main {
    width: 100% !important;
    flex-wrap: wrap;
    margin-left: 0 !important;
  }

  .sec-recruit__txt {
    width: 100%;
    min-width: auto !important;
    text-align: center;
  }

  .sec-recruit__img {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }

  .sec-recruit__img img {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) {
  .sec-recruit__main {
    width: calc(100% + 10rem);
    padding-top: 8rem;
    margin-left: -10rem;
  }

  .sec-recruit__sub {
    font-size: 6.8rem;
    margin-right: -5rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 1366px) {
  .sec-recruit__main {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }

  .sec-recruit__txt {
    min-width: 73rem;
  }

  .sec-recruit__sub {
    margin-right: -2rem;
    margin-bottom: 3rem;
  }
}

/*---------- START slide-recruit ----------*/
.slide-recruit {
  margin-top: 1.5em;
}

.slide-recruit .slide-box {
  margin-left: -2.4rem;
}

.slide-recruit .slide-box:nth-child(even) {
  z-index: -1;
}

.slide-recruit .slide-box img {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .slide-recruit .slide-box img {
    width: 300rem;
  }
}

@media only screen and (min-width: 768px) {
  .slide-recruit {
    margin-top: 3rem;
  }

  .slide-recruit .slide-box {
    margin-left: -4rem;
  }

  .slide-recruit .slide-box img {
    width: 523rem;
  }
}

/*---------- START sec-topics ----------*/
.sec-topics {
  background: url("../images/top/topics-bg.webp") no-repeat bottom left;
  padding: 5.5rem 0 5rem;
}

.sec-topics__main {
  position: relative;
  background: #fff;
  border: 8px solid var(--pink);
  border-radius: 1.5rem;
  box-shadow: 5.657px 5.657px 0px 0px rgba(44, 44, 44, 0.2);
  padding: 5rem 2rem 4rem;
}

.sec-topics__ttl {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}

.sec-topics .cm-btn {
  position: absolute;
  bottom: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.sec-topics__tab {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  gap: 1rem;
  margin-bottom: 1rem;
}

.sec-topics__tab a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  padding: 0 0.7rem 1rem;
}

.sec-topics__tab a:hover {
  font-weight: bold;
}

.sec-topics__tab a:hover:after {
  position: absolute;
  content: "";
  background: var(--pink);
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
}

.sec-topics__tab a.active {
  font-weight: bold;
}

.sec-topics__tab a.active:after {
  position: absolute;
  content: "";
  background: var(--pink);
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
}

.sec-topics .SDGs-box {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sec-topics {
    background-size: contain;
  }

  .sec-topics__box {
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .sec-topics {
    padding: 16rem 0 7rem 0;
  }

  .sec-topics__main {
    padding: 9rem 8rem 7rem;
  }

  .sec-topics__ttl {
    top: -5rem;
  }

  .sec-topics__tab {
    gap: 8rem;
  }

  .sec-topics__box {
    margin-top: 7rem;
  }
}

.cont-news {
  position: relative;
  padding-right: 1rem;
  height: 20rem;
  overflow-y: auto;
  z-index: 3;
}

.list-tag {
  display: flex;
  gap: 0.5rem;
}

.list-tag li {
  border: 1px solid var(--blue);
  color: var(--blue);
  font-size: 1.2rem;
  padding: 0 0.5rem;
  word-break: keep-all;
}