@charset "utf-8";

/* kv
------------------------------------------------ */
.main .kv {
  position: relative;
}
.main .kv__image {
  background: url(../img/kv-top.png) no-repeat center;
  background-size: cover;
}
.main .kv__text {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  max-width: 695px;
  width: 90%;
  text-align: center;
}
.main .kv__title {
  margin: 0 -15px;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.55;
  text-align: left;
  display: inline-block;
}
.main .kv__title span {
  padding: 0 0.2em;
  background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.4) 0%);
}
.main .kv__desc {
  margin-top: 1.2em;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}
.main .kv__desc span {
  padding: 2px;
  background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.4) 0%);
}
.main .kv__building-name {
  color: #ffffff;
  font-size: 1.8rem;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media screen and (max-width: 900px) {
  .main .kv__image {
    height: 400px;
  }
  .main .kv__image img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main .kv__title {
    font-size: 3.2rem;
  }
  .main .kv__desc,
  .main .kv__building-name {
    font-size: 1.4rem;
  }
}

/* MAIN
------------------------------------------------ */
.main .contents__inner > .section {
  margin-top: 30px;
}
.main .contents__inner > .section:last-of-type {
  margin-bottom: 20px;
}
.main .section__highlight + .section {
  margin-top: 30px;
}
.main .box__horizontal .box__text {
  padding: 20px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
  order: 0;
}
.main .box__title {
  color: #0c3191;
  font-size: 3.2rem;
  font-weight: normal;
}
.main .box__horizontal .box__title {
  padding-right: 38px;
  background-image: url(../img/icon-arrow.svg);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: top 20px right;
}
.main .box__title span {
  margin-top: 0.8em;
  color: #000000;
  font-size: 1.2rem;
  display: block;
}
.main .box__body {
  margin-top: 2.2em;
  color: #000000;
  font-size: 1.5rem;
}
.main .aside {
  background-color: #eeeeee;
}
.main .aside > ul {
  max-width: 1128px;
  margin: 0 auto;
  padding: 50px 64px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .aside > ul > li {
  width: 49%;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
}
.main .aside .box__text {
  padding: 15px;
  padding-right: 38px;
  background-image: url(../img/icon-arrow.svg);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-color: #ffffff;
  color: #0c3191;
  font-size: 2.4rem;
}

@media screen and (max-width: 900px) {
  .main .contents__inner {
    padding: 0;
  }
  .main .contents__inner > .section {
    margin-top: 5%;
  }
  .main .section__highlight + .section {
    margin-top: 0;
  }
  .main .box__title {
    font-size: 2.4rem;
  }
  .main .aside > ul {
    padding: 4% 0;
  }
  .main .aside > ul > li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main .contents p.box__body {
    margin-top: 1em;
  }
}

/* outer-link
------------------------------------------------ */
a.outer-link::after {
  display: inline-block;
  content: "";
  margin-left: 8px;
  width: 12px;
  height: 11px;
  background-image: url(../img/icon-outer-link.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/*------------------------------
  ESG Highlights
------------------------------*/
.main .section__highlight .box__title {
  padding-right: 190px;
  position: relative;
}
.main .section__highlight .box__title a {
  text-decoration: underline;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.main .box__highlight {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .box__highlight > li {
  width: 24%;
}
.main .box__highlight > li > div {
  padding: 15px 20px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
}
.main .box__highlight .annotation {
  margin-top: 5px;
  font-size: 1.4rem;
  text-align: left;
}
.main .section__highlight .box__title span {
  margin-top: 0;
  margin-left: 1em;
  display: inline;
}
.main .box__highlight .box__label {
  font-size: 1.8rem;
}
.main .box__highlight .box__value {
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
}
.main .box__highlight .box__value b {
  font-size: 4rem;
  line-height: 1;
}
.main .box__highlight .box__value small {
  margin-left: 10px;
  font-size: 1.4rem;
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .main .box__highlight .box__label {
    font-size: 1.6rem;
  }
  .main .box__highlight .box__value b {
    font-size: 3.4rem;
  }
  .main .box__highlight .box__value small {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1100px) {
  .main .section__highlight {
    margin-top: -2%;
    padding: 4%;
  }
  .main .box__highlight > li {
    width: 49%;
    margin-top: 2%;
    text-align: center;
  }
  .main .box__highlight > li > div {
    padding: 10px 10px 15px;
  }
  .main .box__highlight .box__value {
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .main .box__highlight .box__value b {
    font-size: 2.8rem;
  }
  .main .box__highlight .box__value {
    margin-top: 8px;
  }
  .main .box__highlight .box__value small {
    font-size: 1rem;
    margin-left: 2px;
  }
}
@media screen and (max-width: 768px) {
  .main .section__highlight .box__title {
    font-size: 1.8rem;
  }
  .main .section__highlight .box__title span,
  .main .section__highlight .box__title a {
    font-size: 1rem;
  }
  .main .box__highlight .box__label {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 540px) {
  .main .section__highlight .box__title {
    padding-right: 0;
  }
  .main .section__highlight .box__title a {
    margin-top: 10px;
    display: block;
    position: static;
  }
}
