/* CSS Document */
main.top #numbers {
  padding: 0;
}
main.top #numbers .content {
  width: 100%;
  display: grid;
  grid-template-columns: max-content 1fr;
}
main.top #numbers .item-text {
  border-right: 1px solid #009D94;
  padding: 80px;
}
main.top #numbers .item-img {
  position: relative;
  overflow: hidden;
}
main.top #numbers .item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  object-fit: cover;
}
main.top #business {
  padding: 0;
  background: #009D94;
  color: #FFF;
}
main.top #business .content {
  width: 100%;
  display: flex;
}
main.top #business .item-title {
  border-right: 1px solid #FFF;
  padding: 80px 30px;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  gap: 20px;
  line-height: 1.1;
}
main.top #business .item-title span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
}
main.top #business .item-title span:nth-child(2) {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
main.top #business .item-right {
  padding: 80px;
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.top #business .item-section {
  display: flex;
  gap: 32px;
}
main.top #business .item-section:not(:last-child) {
  margin-bottom: 48px;
}
main.top #business .item-section:nth-child(even) {
  flex-direction: row-reverse;
}
main.top #business .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.top #business .item-img {
  max-width: 65%;
}
main.top #business .item-img img {
  border-radius: 16px;
}
main.top #company {
  padding-top: 80px;
  padding-bottom: 80px;
}
main.top #company .item-top {
  display: flex;
  gap: 60px;
}
main.top #company .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.top #company .item-links:not(:first-child) {
  margin-top: 50px;
}
main.top #company .item-links li:not(:last-child) {
  border-bottom: 1px solid #009D94;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
main.top #company .item-links li a {
  color: #009D94;
  display: block;
  padding-right: 45px;
  position: relative;
}
main.top #company .item-links li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  right: 0;
  background: url(../img/common/arrow-green.svg) no-repeat center/contain;
  transition: all 0.3s ease;
}
main.top #company .item-links li a:hover {
  text-decoration: none;
}
main.top #company .item-links li a:hover:after {
  transform: translateX(5px);
}
main.top #company .item-img img {
  border-radius: 16px;
}
main.top #company .item-link:not(:first-child) {
  margin-top: 48px;
}
main.top #company .item-link a {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  padding: 55px;
  position: relative;
}
main.top #company .item-link a:after {
  content: "";
  width: 40px;
  height: 40px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-white.svg);
  margin-top: 30px;
  position: relative;
  transition: all 0.3s ease;
}
main.top #company .item-link a:hover {
  text-decoration: none;
}
main.top #company .item-link a:hover:after {
  transform: translateX(5px);
}
main.top #company .item-link .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
main.top #company .item-link .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top #company .item-link h3 {
  position: relative;
}
main.top #sustainability {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
main.top #sustainability .content {
  position: relative;
  text-align: center;
}
main.top #sustainability .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
main.top #sustainability .item-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  object-fit: cover;
}
main.top #sustainability .item-link {
  width: 40px;
  aspect-ratio: 1;
  display: -moz-inline-box;
  display: inline-block;
  margin-top: 30px;
  transition: all 0.3s ease;
  background: url(../img/common/arrow-white.svg) no-repeat center/contain;
}
main.top #sustainability .item-link:hover {
  transform: translateX(5px);
}
main.top #news {
  padding-top: 120px;
  padding-bottom: 80px;
}
main.top #news .item-heading {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
main.top #news .item-heading:not(:last-child) {
  margin-bottom: 45px;
}
main.top #news .item-heading h2 span:nth-child(2) {
  border-right: 1px solid #009D94;
  padding-right: 9px;
}
main.top #news + #recruit-bnr {
  padding-top: 0px;
}

@media screen and (min-width: 701px) and (max-width: 1206px) {
  main.top #numbers .item-text {
    padding: 60px;
  }
  main.top #business .item-title {
    padding: 80px 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  main.top #business .item-title span:nth-child(2) {
    font-size: 54px;
    font-size: 3.375rem;
  }
  main.top #business .item-right {
    padding: 80px 60px;
  }
  main.top #business .item-img {
    max-width: 55%;
  }
  main.top #company .item-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }
  main.top #company .item-text {
    width: 10px;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  main.top #company .item-img {
    max-width: 60%;
  }
  main.top #company .item-links:not(:first-child) {
    margin-top: 40px;
  }
  main.top #sustainability {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  main.top #news {
    padding-top: 100px;
  }
}
@media screen and (max-width: 700px) {
  main.top #numbers .content {
    grid-template-columns: 1fr;
  }
  main.top #numbers .item-text {
    border-right: none;
    border-bottom: 1px solid #009D94;
    padding: 20px;
  }
  main.top #numbers .item-img {
    position: relative;
    overflow: hidden;
  }
  main.top #numbers .item-img img {
    position: relative;
    display: block;
    height: 120%;
  }
  main.top #business .content {
    flex-wrap: wrap;
  }
  main.top #business .item-title {
    width: 100%;
    box-sizing: border-box;
    border-right: none;
    border-bottom: 1px solid #FFF;
    padding: 15px 20px;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    font-size: 1.125rem;
    gap: 5px;
  }
  main.top #business .item-title span {
    -webkit-writing-mode: initial;
    writing-mode: initial;
    font-feature-settings: initial;
  }
  main.top #business .item-title span:nth-child(2) {
    font-size: 40px;
    font-size: 2.5rem;
  }
  main.top #business .item-right {
    padding: 30px 20px;
  }
  main.top #business .item-section {
    flex-direction: column-reverse;
    gap: 15px;
  }
  main.top #business .item-section:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #business .item-section:nth-child(even) {
    flex-direction: column-reverse;
  }
  main.top #business .item-text {
    width: auto;
  }
  main.top #business .item-img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.top #company {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main.top #company .item-top {
    flex-wrap: wrap;
    gap: 20px;
  }
  main.top #company .item-text {
    width: 100%;
  }
  main.top #company .item-links:not(:first-child) {
    margin-top: 30px;
  }
  main.top #company .item-links li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  main.top #company .item-links li a {
    padding-right: 35px;
  }
  main.top #company .item-links li a:after {
    width: 32px;
    height: 32px;
  }
  main.top #company .item-img {
    width: 100%;
  }
  main.top #company .item-link:not(:first-child) {
    margin-top: 20px;
  }
  main.top #company .item-link a {
    padding: 30px 20px;
    position: relative;
  }
  main.top #company .item-link a:after {
    width: 32px;
    height: 32px;
    background-size: contain;
    margin-top: 15px;
  }
  main.top #sustainability {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main.top #sustainability .item-link {
    width: 32px;
    margin-top: 20px;
  }
  main.top #news {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  main.top #news .item-heading {
    flex-wrap: wrap;
    gap: 10px;
  }
  main.top #news .item-heading:not(:last-child) {
    margin-bottom: 15px;
  }
  main.top #news .item-heading h2 span:nth-child(2) {
    border-right: none;
    padding-right: 0px;
  }
  main.top #news .item-heading .link {
    margin-left: auto;
  }
}
