@charset "UTF-8";

main{
}
.b_2::before {
  content: '';
  background: url("/eco/common/img/arrow_green.svg") no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0px;
}

.under_mv{
  background: url("/eco/about/img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.major_links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 668px;
    width: 100%;
    margin: 30px auto 0;
}
a.major_btn {
    max-width: 324px;
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
  position: relative;
}
a.major_btn::after{
  content: '';
  background: url("/eco/common/img/arrow_btn.svg") no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 15px;
}

.major {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("/eco/about/img/bg_01.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
    padding: 45px 0;
}
.mj_inner {
    max-width: 890px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mj_top {
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
    justify-content: flex-end;
    gap: 60px;
    padding: 20px;
    width: 100%;
}
.mj_top::after {
  content: "";
  display: block;
  width: 100%;
  height: 73px;
  background: url("/eco/about/img/img_01_ar.png")no-repeat center top;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
.mj_bot {
    background: #F3F0E4;
    margin-top: 73px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px 30px;
  box-sizing: border-box;
}
.mj_tit {
    font-size: 3.2rem;
    font-weight: bold;
    color: #2B8338;
  text-align: center;
    line-height: 1.2;
}
.mj_list {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  flex-wrap: wrap;
    justify-content: center;
}
.mj_skill {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2B8338;
    width: 199px;
    height: 48px;
    font-size: 1.8rem;
    color: #fff;
}
@media screen and (max-width: 767px) {
.mj_top {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.mj_left {
    max-width: 120px;
}
.mj_top::after {
    height: 8vw;
}
.mj_bot {
    margin-top: 10vw;
}
}
@media print {

}