/* CSS Document */
/* $pointColor3:#ADC365;
$pointColor4:#89aa1d;
$lineColor : #F8F5EC;
$bg2Color:#FAF9ED; */
a:hover {
  opacity: 1;
}

.main-area {
  background: #FDFBF5;
}

.ttl-box {
  position: relative;
}

.ttl-box .ttl-area {
  background: none;
}

.ttl-box .ttl-area img {
  width: 100%;
}

.ttl-box .ttl-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  width: 282px;
}

.ttl-box .ttl-txt .loop-box {
  padding-top: 20px;
  width: 282px;
  overflow: hidden;
}

.ttl-box .ttl-txt .loop-box .loop-wrap {
  display: flex;
  width: fit-content;
  height: 14px;
  animation: loop 5s linear infinite;
}

.ttl-box .ttl-txt .loop-box .loop-wrap img {
  display: block;
  height: 14px;
  width: auto;
  flex-shrink: 0;
}

@media screen and (min-width: 769px) {
  .ttl-box .ttl-txt {
    top: 34%;
    width: 620px;
  }
  .ttl-box .ttl-txt .loop-box {
    width: 620px;
  }
  .ttl-box .ttl-txt .loop-box .loop-wrap {
    height: 19px;
  }
  .ttl-box .ttl-txt .loop-box .loop-wrap img {
    height: 19px;
  }
}

@media screen and (max-width: 1025px) and (min-width: 770px) {
  .ttl-box .ttl-txt {
    width: 51vw;
  }
  .ttl-box .ttl-txt .loop-box {
    width: 51vw;
  }
}

.ttl-box .ttl-txt.active {
  animation: fadeInUp 0.8s 0.5s forwards;
}

.ttl-box .ttl-img-box .ttl-img {
  position: absolute;
  opacity: 0;
}

.ttl-box .ttl-img-box .ttl-img.img01 {
  top: 0;
  left: 3vw;
  width: 32.3vw;
}

.ttl-box .ttl-img-box .ttl-img.img02 {
  top: 1vw;
  left: 34vw;
  width: 8.8vw;
}

.ttl-box .ttl-img-box .ttl-img.img03 {
  top: 20vw;
  left: 4vw;
  width: 18.9vw;
}

.ttl-box .ttl-img-box .ttl-img.img04 {
  top: 31vw;
  left: 14vw;
  width: 14.2vw;
}

.ttl-box .ttl-img-box .ttl-img.img05 {
  top: 0;
  right: 19vw;
  width: 15.6vw;
}

.ttl-box .ttl-img-box .ttl-img.img06 {
  top: 2vw;
  right: 9vw;
  width: 13.1vw;
}

.ttl-box .ttl-img-box .ttl-img.img07 {
  top: 15vw;
  right: 61px;
  width: 18.1vw;
}

.ttl-box .ttl-img-box .ttl-img.img08 {
  top: 30vw;
  right: 2vw;
  width: 5.7vw;
}

.ttl-box .ttl-img-box .ttl-img.img09 {
  top: 31.4vw;
  right: 25vw;
  width: 7.4vw;
}

.ttl-box .ttl-img-box .ttl-img.active {
  animation: fadeBoyon 1.2s ease-out forwards;
  opacity: 1;
}

.ttl-box .ttl-img-box.sp-view .ttl-img.img01 {
  top: 0;
  left: calc(50% - 36vw);
  width: 64.8vw;
}

.ttl-box .ttl-img-box.sp-view .ttl-img.img04 {
  top: 111vw;
  left: 4.2vw;
  width: 35.7vw;
}

.ttl-box .ttl-img-box.sp-view .ttl-img.img05 {
  top: 11vw;
  right: 2vw;
  width: 35.2vw;
}

.ttl-box .ttl-img-box.sp-view .ttl-img.img06 {
  top: 35vw;
  right: auto;
  left: 6.9vw;
  width: 14.9vw;
}

.ttl-box .ttl-img-box.sp-view .ttl-img.img07 {
  top: 83vw;
  right: 0;
  width: 33.3vw;
}

.ttl-box .ttl-img-box.sp-view .ttl-img.img08 {
  top: 97vw;
  right: auto;
  left: 4.2vw;
  width: 12.2vw;
}

.ttl-box .ttl-img-box.sp-view .ttl-img.img09 {
  top: 116vw;
  right: 21vw;
  width: 19.2vw;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 30px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeBoyon {
  0% {
    scale: 0;
    opacity: 0;
  }
  50% {
    scale: 1.1;
    opacity: 1;
  }
  60% {
    scale: 0.88;
  }
  80% {
    scale: 1;
  }
  90% {
    scale: 0.96;
  }
  100% {
    scale: 1;
  }
}

/* COMMON PARTS-------------------------------------------*/
.contents-wrapper {
  margin: -4vw 0 0;
  position: relative;
  padding-top: 0;
}

.contents-wrapper .box-inner {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.contents-wrapper .box-inner.cont-txt {
  position: relative;
}

.contents-wrapper .main-bg01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 152px;
}

.contents-wrapper .main-bg02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170px;
}

@media screen and (min-width: 769px) {
  .contents-wrapper {
    margin: -11vw 0 0;
  }
  .contents-wrapper .main-bg01 {
    width: 328px;
  }
  .contents-wrapper .main-bg02 {
    width: 367px;
  }
}

.cont-txt {
  margin: auto;
  text-align: center;
  padding-bottom: 60px !important;
}

@media screen and (min-width: 769px) {
  .cont-txt {
    padding-bottom: 120px !important;
  }
}

.cont-txt .icon {
  width: 57px;
  margin: 0 auto 16px;
}

@media screen and (min-width: 769px) {
  .cont-txt .icon {
    width: 81px;
    margin-bottom: 30px;
  }
}

.cont-txt .cont-intxt {
  font-size: 16px;
  line-height: 2;
  font-weight: medium;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .cont-txt .cont-intxt {
    font-size: 18px;
    line-height: 2.2;
    margin-bottom: 60px;
  }
}

.cont-txt .cont-intxt.is-first {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .cont-txt .cont-intxt.is-first {
    margin-top: 60px;
  }
}

.cont-txt .cont-intxt.is-second {
  margin-bottom: 0;
}

.cont-txt .cont-inimg {
  z-index: -1;
}

.cont-txt .cont-inimg.pc-view {
  position: absolute;
}

.cont-txt .cont-inimg.pc-view.img01 {
  width: 124px;
  top: 9vw;
  left: calc(50% - 32vw);
}

.cont-txt .cont-inimg.pc-view.img02 {
  width: 245px;
  bottom: -3vw;
  left: calc(50% - 38vw);
}

.cont-txt .cont-inimg.pc-view.img03 {
  width: 280px;
  top: 11vw;
  right: calc(50% - 41vw);
}

.cont-txt .cont-inimg.pc-view.img04 {
  width: 86px;
  bottom: -3vw;
  right: calc(75% - 50vw);
}

@media screen and (max-width: 1025px) and (min-width: 770px) {
  .cont-txt .cont-inimg.pc-view.img01 {
    width: 8vw;
    top: 23vw;
    left: 5vw;
  }
  .cont-txt .cont-inimg.pc-view.img02 {
    width: 17.9vw;
    bottom: 2vw;
    left: 9vw;
  }
  .cont-txt .cont-inimg.pc-view.img03 {
    width: 20.4vw;
    top: 27vw;
    right: 3vw;
  }
  .cont-txt .cont-inimg.pc-view.img04 {
    width: 6.2vw;
    bottom: 0vw;
    right: 10vw;
  }
}

.cont-txt .cont-inimg.sp-view {
  width: 91.2vw;
  margin: 32px auto 0;
}

.cont-item {
  padding-bottom: 60px !important;
}

@media screen and (min-width: 769px) {
  .cont-item {
    padding-bottom: 80px !important;
  }
}

.cont-item .cont-item-box .cont-item-list {
  background: #F3FAE8;
  border-radius: 0 40px 40px 0;
  padding: 30px 33px;
}

@media screen and (min-width: 769px) {
  .cont-item .cont-item-box .cont-item-list {
    border-radius: 0 160px 160px 0;
    padding: 80px 0;
  }
}

.cont-item .cont-item-box .cont-item-list:nth-of-type(even) {
  background: #FEFFE3;
  border-radius: 40px 0 0 40px;
}

@media screen and (min-width: 769px) {
  .cont-item .cont-item-box .cont-item-list:nth-of-type(even) {
    border-radius: 160px 0 0 160px;
  }
}

@media screen and (min-width: 769px) {
  .cont-item .cont-item-box .cont-item-list:nth-of-type(even) .contents-box {
    flex-direction: row-reverse;
  }
}

.cont-item .cont-item-box .cont-item-list .contents-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .cont-item .cont-item-box .cont-item-list .contents-box {
    flex-direction: row;
  }
}

@media screen and (max-width: 1025px) and (min-width: 770px) {
  .cont-item .cont-item-box .cont-item-list .contents-box {
    justify-content: center;
    gap: 20px;
  }
  .cont-item .cont-item-box .cont-item-list .contents-box .img-box {
    width: 30% !important;
    height: 30% !important;
  }
  .cont-item .cont-item-box .cont-item-list .contents-box .txt-box {
    width: 55% !important;
    height: 55% !important;
  }
}

.cont-item .cont-item-box .cont-item-list .contents-box .img-box {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .cont-item .cont-item-box .cont-item-list .contents-box .img-box {
    width: 420px;
    height: 420px;
  }
}

.cont-item .cont-item-box .cont-item-list .contents-box .img-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.cont-item .cont-item-box .cont-item-list .contents-box .img-box a::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--img-src);
  background-size: cover;
  background-position: center;
  filter: blur(40px);
  transform: scale(1.3);
  transition: transform 0.4s ease;
}

@media (hover: hover) {
  .cont-item .cont-item-box .cont-item-list .contents-box .img-box a:hover {
    opacity: 1;
  }
  .cont-item .cont-item-box .cont-item-list .contents-box .img-box a:hover::before {
    transform: scale(1.2);
  }
  .cont-item .cont-item-box .cont-item-list .contents-box .img-box a:hover img {
    transform: scale(1.08);
  }
}

.cont-item .cont-item-box .cont-item-list .contents-box .img-box img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.cont-item .cont-item-box .cont-item-list .contents-box .txt-box .item-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #FC5913;
  margin-bottom: 26px;
  margin-top: 32px;
}

@media screen and (min-width: 769px) {
  .cont-item .cont-item-box .cont-item-list .contents-box .txt-box .item-ttl {
    font-size: 26px;
    margin-top: 0;
  }
}

.cont-item .cont-item-box .cont-item-list .contents-box .txt-box .item-txt {
  font-size: 14px;
  font-weight: medium;
  line-height: 1.7;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 2px #FC5913 solid;
}

@media screen and (min-width: 769px) {
  .cont-item .cont-item-box .cont-item-list .contents-box .txt-box .item-txt {
    font-size: 16px;
    line-height: 2.1;
  }
}

.cont-item .cont-item-box .cont-item-list .contents-box .txt-box .item-area-box {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .cont-item .cont-item-box .cont-item-list .contents-box .txt-box .item-area-box {
    gap: 23px;
  }
}

.cont-item .cont-item-box .cont-item-list .contents-box .txt-box .item-area-box .item-area-ttl {
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #FC5913;
  background: #fff;
  border: 2px #FC5913 solid;
  border-radius: 6px;
  padding: 6px 20px;
}

@media screen and (min-width: 769px) {
  .cont-item .cont-item-box .cont-item-list .contents-box .txt-box .item-area-box .item-area-ttl {
    font-size: 16px;
  }
}

.cont-item .cont-item-box .cont-item-list .contents-box .txt-box .item-area-box .item-area {
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  .cont-item .cont-item-box .cont-item-list .contents-box .txt-box .item-area-box .item-area {
    font-size: 16px;
  }
}

.contents-box {
  background: none;
  padding: 0;
}

.contents-box h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  .contents-box h3 {
    font-size: 26px;
  }
}

.contents-box h3 span {
  background: linear-gradient(transparent 70%, #F8F4E7 70%);
}

.btn-item {
  position: relative;
  width: 100%;
  height: 59px;
  margin-bottom: 22px;
}

@media screen and (min-width: 769px) {
  .btn-item {
    width: 317px;
    height: 61px;
  }
}

.btn-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 0;
  background: #FC5913;
  border-radius: 100px;
}

.btn-item a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  color: #fff;
  font-size: 20px;
  background: #FF9202;
  transition: transform 0.3s;
  border-radius: 100px;
}

@media (hover: hover) {
  .btn-item a:hover {
    transform: translateY(4px);
    opacity: 1;
  }
}

.btn-item a::before {
  content: '';
  display: block;
  background: url(../../assets/images/sustainability/icon-btn.svg) no-repeat;
  background-size: cover;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .btn-item a::before {
    right: 30px;
  }
}

.btn-item_blank {
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .btn-item_blank {
    font-size: 14px;
  }
}

.btn-item_blank a {
  text-decoration: underline;
  color: #4D4D4D;
  position: relative;
}

.btn-item_blank a::before {
  content: '';
  display: block;
  background: url(../../assets/images/sustainability/icon-blank.svg) no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .btn-item_blank a::before {
    width: 12px;
    height: 12px;
    right: -22px;
  }
}

@media (hover: hover) {
  .btn-item_blank a:hover {
    opacity: 0.7;
  }
}

.js-active {
  opacity: 0;
}

.js-active.active {
  animation: fadeInUp2 0.8s 0.5s forwards;
}

.js-active-img {
  opacity: 0;
}

.js-active-img.active {
  opacity: 1;
  animation: fadeBoyon 1.2s ease-out forwards;
}

/*# sourceMappingURL=_map/sustainability.css.map */
