:root {
  --max-width: 1400px;
}

body,
section.full-wrap,
section.top-cards {
  background-color: #000 !important;
}

header .copy {
  display: none;
  padding: 20px 0 20px 0;
}

header .depth1-menu {
  opacity: 0;
}

header .top-wrap li {
  pointer-events: none;
  border-bottom: 1px solid transparent;
}

/**/

section.contents .transparent {
  background-color: transparent !important;
}

section.contents .content-box {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: row;
}

/**/

section.contents section.about {
  padding: 0;
  background-color: transparent !important;
}

section.contents section.about .content-box {
  background-color: transparent;
  color: #fff;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vw;
}

section.contents section.about .content-box p {
  color: #eee;
}

section.contents section.about .content-box .en p {
  color: #eee;
}

section.contents section.about .plus-icon {
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(28px + 0.3vw);
}

section.contents section.about h2 {
  border: none;
  padding: 0;
}

section.contents section.about .content-box .description {
  text-align: center;
  width: 100%;
}

/**/

section.contents section.sustain {
  padding: 0;
  background-color: transparent !important;
}

section.contents section.sustain .content-box {
  background-color: transparent;
  color: #fff;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vw;
}

section.contents section.sustain .content-box p {
  color: #eee;
}

section.contents section.sustain .content-box .en p {
  color: #eee;
}

section.contents section.sustain .plus-icon {
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(28px + 0.3vw);
}

section.contents section.sustain h2 {
  border: none;
  padding: 0;
}

section.contents section.sustain .content-box .description {
  text-align: center;
  width: 100%;
}

section.contents .about-attach {
  /*display: none;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("/assets/images/main/contents/about.jpg?v=1.3") no-repeat center / cover;
}

section.contents .sustain-attach {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("/assets/images/main/contents/sustain.jpg?v=1.1") no-repeat center / cover;
}

/**/

section.contents section.focus .content-box {
  margin-bottom: 140px;
  height: auto;
}

section.contents section.career .content-box {
  min-height: 55vw;
}

section.contents .content-box .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  text-align: center;
}

section.contents .content-box h2 {
  opacity: 0;
  position: relative;
  font-family: "Poppins";
  font-weight: 500;
  font-size: calc(0.82rem + 0.2vw);
  padding-top: 4.4vw;
  border-top: 1px solid #222;
  color: var(--color-white-for-black-bg);
}

section.contents .content-box h1 {
  opacity: 0;
  position: relative;
  margin-top: 3vw;
  font-weight: 600;
  font-size: calc(1.7rem + 1vw);
  letter-spacing: calc(-0.1rem - 0.04vw);
  line-height: calc((1.7rem + 1vw) * 1.62);
  color: var(--color-white-for-black-bg);
}

section.contents .content-box p {
  opacity: 0;
  position: relative;
  margin-top: 1vw;
  font-weight: 400;
  font-size: calc(1rem + 0.3vw);
  letter-spacing: calc(-0.02rem - 0.04vw);
  color: #aaa;
}

section.contents .plus-icon,
.link-icon {
  opacity: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(36px + 0.5vw);
}

section.contents .content-box .image-box {
  opacity: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin-top: 3vw;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(200px + 22vw);
}

/**/

section.contents .career .image-box {
  background: url("/assets/images/main/contents/career.jpg?v=3") no-repeat center / cover;
  background-position: 30% 60%;
}

/**/

section.contents section.focus {
  height: auto;
  text-align: center;
}

section.contents section.focus h1 {
  opacity: 0;
}

section.contents section.focus p {
  opacity: 0;
}

section.contents section.focus h2 {
  opacity: 0;
}

section.contents .content-box {
  flex-direction: column;
}

section.contents section.focus .wrap {
  margin: 0 auto;
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.4vw;
  width: 100%;
}

section.contents section.focus .wrap .inner-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(100px + 19vw);
  opacity: 0;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #111;
  cursor: pointer;
}

section.contents section.focus .wrap .inner-card .icon-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
}

section.contents section.focus .wrap .inner-card .icon {
  position: relative;
  opacity: 0;
}

section.contents section.focus .wrap .inner-card .icon img {
  margin: 0 auto;
}

section.contents section.focus .wrap .inner-card:nth-child(1) .icon img {
  width: calc(24px + 2.2vw);
}

section.contents section.focus .wrap .inner-card:nth-child(2) .icon img {
  width: calc(24px + 2.2vw);
}

section.contents section.focus .wrap .inner-card:nth-child(3) .icon img {
  width: calc(28px + 2.2vw);
}

section.contents section.focus .wrap .inner-card:nth-child(4) .icon img {
  width: calc(44px + 2.2vw);
}

section.contents section.focus .wrap .inner-card h4 {
  position: relative;
  opacity: 0;
  margin-top: 0.2vw;
  font-family: "Poppins";
  font-weight: 600;
  font-size: calc(1rem + 0.6vw);
  color: #fff;
}

section.contents section.focus .wrap .inner-card:nth-child(1) {
  background-size: 120%;
}

section.contents section.focus .wrap .inner-card:nth-child(2) {
  background-size: 120%;
}

section.contents section.focus .wrap .inner-card:nth-child(3) {
  background-size: 120%;
}

section.contents section.focus .wrap .inner-card:nth-child(4) {
  background-size: 120%;
}

/**/

section.contents section.news {
  padding-bottom: 7vw;
}

section.contents section.news .limiter {
  flex-direction: column;
}

section.contents section.news .content-box {
  flex-direction: column;
  height: auto;
}

section.contents section.news h2 {
  opacity: 1;
  padding-bottom: 2vw;
}

section.contents section.news .wrap {
  height: auto !important;
  margin-top: 2vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3vw 2vw;
}

section.contents section.news .wrap .inner-card {
  text-align: left;
  cursor: pointer;
}

section.contents section.news .wrap .inner-card h4 {
  padding-left: 0;
  margin-top: 8px;
  font-weight: 300;
  font-size: 0.84rem;
  color: #ccc;
}

section.contents section.news .wrap .inner-card h3 {
  position: relative;
  left: -1px;
  padding-left: 0;
  margin-top: 24px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.9rem;
  letter-spacing: -0.02rem;
  color: var(--color-white-for-black-bg);
}

section.contents section.news .wrap .inner-card p {
  opacity: 1;
  position: relative;
  left: -1px;
  padding-left: 0;
  margin-top: 22px;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: -0.02rem;
  color: #999;
}

section.contents section.news .plus-icon {
  opacity: 1;
  margin: 5vw auto 0 auto;
}

section.contents section.news .wrap .inner-card .pic {
  height: calc(170px + 6vw);
}

section.contents section.news .wrap .inner-card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .top-wrap .sitemap li img {
  filter: none !important;
}