@charset "UTF-8";
@media (min-width: 480px) {
  html {
    font-size: 16px; } }
@media (min-width: 720px) {
  html {
    font-size: 20px; } }
@media (min-width: 960px) {
  html {
    font-size: 24px; } }
@media (min-width: 992px) {
  html {
    font-size: 12px; } }
.tabmenu_under .icon-title {
  padding: 0 0 0.625rem 0 !important; }
  .tabmenu_under .icon-title strong {
    display: flex;
    font-weight: 600;
    color: #222222;
    border-bottom: 2px solid #000;
    background: url(/images/SVG/icon-title.svg) 0 0 no-repeat;
    background-size: 0.9166666667rem 0.9166666667rem;
    font-size: 1.1666666667rem;
    padding: 0 0 1.4583333333rem 1.3958333333rem;
    margin-bottom: 1.4583333333rem; }
  @media screen and (min-width: 992px) {
    .tabmenu_under .icon-title {
      padding: 0 0 15px 0 !important; }
      .tabmenu_under .icon-title strong {
        font-size: 24px;
        background: url(/images/SVG/icon-title.svg) 0 0 no-repeat;
        background-size: 24px 24px;
        padding: 0 0 0 37px;
        border-bottom: 2px solid #000;
        margin-bottom: 0; } }

.esg-newtitle .inner p {
  width: 100%;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-size: 1.3333333333rem;
  padding: 0.2083333333rem 0 1.6666666667rem 0;
  word-break: keep-all; }
  .esg-newtitle .inner p:last-child {
    color: #e62140; }
.esg-newtitle .inner .ex-arrow {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 1.875rem auto 0 auto;
  width: 100%;
  height: 2.9166666667rem; }
  .esg-newtitle .inner .ex-arrow i {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 4.4375rem;
    height: 2.9166666667rem;
    background: url("/images/SVG/symbol-bottom.svg") 50% 50% no-repeat;
    transform: rotate(135deg);
    margin-top: -0.5208333333rem; }
@media screen and (min-width: 992px) {
  .esg-newtitle .inner p {
    width: auto;
    font-size: 32px;
    padding: 40px 0 40px 0; }
  .esg-newtitle .inner .ex-arrow {
    margin: 35px auto 0 auto;
    height: 61px; }
    .esg-newtitle .inner .ex-arrow i {
      width: 92px;
      height: 61px;
      margin-top: -10px; } }
@media screen and (min-width: 1600px) {
  .esg-newtitle .inner p {
    font-size: 42px; }
  .esg-newtitle .inner .ex-arrow {
    margin: 45px auto 0 auto;
    height: 71px; }
    .esg-newtitle .inner .ex-arrow i {
      width: 107px;
      height: 71px;
      margin-top: -15px; } }

.esg-vision-top {
  position: relative;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 22.1666666667rem;
  height: 9.2083333333rem;
  margin-bottom: 3.125rem; }
  .esg-vision-top:before {
    content: "";
    position: absolute;
    width: 6.3541666667rem;
    height: 6.75rem;
    background: url("../images/mgmtSystem_top_icon1.png") 0 0 no-repeat;
    background-size: contain;
    z-index: 9;
    top: 1.375rem;
    right: 1.0416666667rem; }
  .esg-vision-top .inner {
    position: relative;
    width: 100%;
    background: #003a63;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-flow: wrap;
    padding-left: 2.5rem;
    box-shadow: 3px 3px 15px 10px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 3px 3px 15px 10px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 3px 3px 15px 10px rgba(0, 0, 0, 0.09);
    max-width: 20rem;
    height: 7.0833333333rem;
    border-radius: 3.5416666667rem; }
    .esg-vision-top .inner p {
      width: 100%;
      font-weight: 700;
      color: #fff;
      text-align: left;
      line-height: 1.2;
      font-size: 1.125rem;
      padding: 0.2083333333rem 0; }
      .esg-vision-top .inner p:last-child {
        color: #e62140; }
  @media screen and (min-width: 380px) {
    .esg-vision-top:before {
      width: 8.3333333333rem;
      height: 8.8541666667rem;
      background: url("../images/mgmtSystem_top_icon1.png") 0 0 no-repeat;
      background-size: contain;
      z-index: 9;
      top: 0;
      right: 0.4166666667rem; }
    .esg-vision-top .inner {
      height: 8.3333333333rem;
      border-radius: 4.1666666667rem; }
      .esg-vision-top .inner p {
        font-size: 1.3333333333rem; } }
  @media screen and (min-width: 992px) {
    .esg-vision-top {
      max-width: 900px;
      height: 260px; }
      .esg-vision-top:before {
        content: "";
        position: absolute;
        width: 174px;
        height: 185px;
        background: url("../images/mgmtSystem_top_icon1.png") 0 0 no-repeat;
        background-size: contain;
        z-index: 9;
        top: 25px;
        right: 35px; }
      .esg-vision-top .inner {
        max-width: 790px;
        height: 160px;
        border-radius: 80px;
        padding-left: 50px;
        flex-flow: initial;
        align-items: center; }
        .esg-vision-top .inner p {
          width: auto;
          font-size: 32px;
          padding: 0 10px;
          line-height: 1; }
          .esg-vision-top .inner p br {
            display: none !important; } }
  @media screen and (min-width: 1600px) {
    .esg-vision-top {
      max-width: 1030px; }
      .esg-vision-top .inner {
        max-width: 900px; }
        .esg-vision-top .inner p {
          font-size: 42px; } }

.esg-vision-bottom {
  position: relative;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 22.1666666667rem;
  height: 9.2083333333rem;
  margin-bottom: 3.125rem; }
  .esg-vision-bottom:before, .esg-vision-bottom:after {
    content: "";
    position: absolute;
    z-index: 2;
    background: url("/images/SVG/symbol-top.svg") 0 0 no-repeat;
    background-size: 2.6666666667rem 2.6666666667rem;
    width: 2.6666666667rem;
    height: 2.6666666667rem;
    left: 0.4166666667rem;
    top: 50%;
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  .esg-vision-bottom:after {
    left: auto;
    bottom: auto;
    background: url("/images/SVG/symbol-bottom.svg") 0 0 no-repeat;
    background-size: 2.6666666667rem 2.6666666667rem;
    right: 0.4166666667rem; }
  .esg-vision-bottom .inner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: wrap;
    max-width: 20rem;
    height: 6.25rem; }
    .esg-vision-bottom .inner p {
      width: 100%;
      font-weight: 700;
      color: #003a63;
      text-align: center;
      font-size: 1.125rem;
      padding: 0.2083333333rem 0; }
      .esg-vision-bottom .inner p:last-child {
        color: #e62140; }
  @media screen and (min-width: 360px) {
    .esg-vision-bottom .inner p {
      font-size: 1.3333333333rem; } }
  @media screen and (min-width: 992px) {
    .esg-vision-bottom {
      max-width: 900px;
      height: 260px;
      margin-bottom: 50px; }
      .esg-vision-bottom:before, .esg-vision-bottom:after {
        background-size: 85px 85px;
        width: 85px;
        height: 85px;
        left: 20px; }
      .esg-vision-bottom:after {
        background: url("/images/SVG/symbol-bottom.svg") 0 0 no-repeat;
        background-size: 85px 85px;
        left: auto;
        right: 20px; }
      .esg-vision-bottom .inner {
        max-width: 790px;
        height: 160px;
        flex-flow: initial;
        align-items: center; }
        .esg-vision-bottom .inner p {
          width: auto;
          font-size: 32px;
          padding: 0 10px; } }
  @media screen and (min-width: 1600px) {
    .esg-vision-bottom {
      max-width: 1030px; }
      .esg-vision-bottom .inner {
        max-width: 900px; }
        .esg-vision-bottom .inner p {
          font-size: 42px; } }

.esg-goal {
  margin-bottom: 3.125rem; }
  .esg-goal .goal-box {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 9.1666666667rem;
    border: 0.0625rem solid #46a64c;
    border-radius: 2.5rem;
    margin-bottom: 0.875rem;
    padding: 1.6666666667rem 1.25rem; }
    .esg-goal .goal-box .icon-img {
      width: 5.2083333333rem; }
      .esg-goal .goal-box .icon-img img {
        width: 3.75rem; }
    .esg-goal .goal-box li:last-child h4 {
      padding-bottom: 0.1666666667rem;
      font-size: 1.0416666667rem;
      font-weight: 700;
      color: #222; }
    .esg-goal .goal-box li:last-child h5 {
      padding-bottom: 0.75rem;
      font-size: 0.875rem;
      font-weight: 500;
      color: #46a64c; }
    .esg-goal .goal-box li:last-child p {
      font-size: 0.875rem;
      font-weight: 400;
      color: #222;
      line-height: 1.4; }
    .esg-goal .goal-box.goal2 {
      border: 0.0625rem solid #f26f21; }
      .esg-goal .goal-box.goal2 li:last-child h5 {
        color: #f26f21; }
    .esg-goal .goal-box.goal3 {
      border: 0.0625rem solid #1668ac; }
      .esg-goal .goal-box.goal3 li:last-child h5 {
        color: #1668ac; }
  @media screen and (min-width: 412px) {
    .esg-goal .goal-box {
      padding: 1.6666666667rem 1.5833333333rem; }
      .esg-goal .goal-box .icon-img {
        width: 5.9375rem; }
        .esg-goal .goal-box .icon-img img {
          width: 4.375rem; }
      .esg-goal .goal-box li:last-child h4 {
        padding-bottom: 0.2083333333rem;
        font-size: 1.1666666667rem; }
      .esg-goal .goal-box li:last-child h5 {
        padding-bottom: 0.8333333333rem;
        font-size: 1rem; }
      .esg-goal .goal-box li:last-child p {
        font-size: 1rem; } }
  @media screen and (min-width: 992px) {
    .esg-goal {
      margin-bottom: 50px;
      display: flex;
      justify-content: space-between; }
      .esg-goal .goal-box {
        width: 30%;
        height: 400px;
        border: 2px solid #46a64c;
        border-radius: 80px;
        margin-bottom: 0;
        padding: 40px 0;
        flex-flow: wrap;
        justify-content: center;
        align-content: flex-start; }
        .esg-goal .goal-box .icon-img {
          width: 100%;
          margin-bottom: 30px;
          text-align: center; }
          .esg-goal .goal-box .icon-img img {
            width: 140px; }
        .esg-goal .goal-box li {
          text-align: center; }
          .esg-goal .goal-box li:last-child h4 {
            text-align: center;
            padding-bottom: 10px;
            font-size: 26px; }
          .esg-goal .goal-box li:last-child h5 {
            text-align: center;
            padding-bottom: 25px;
            font-size: 16px; }
          .esg-goal .goal-box li:last-child p {
            text-align: center;
            font-size: 20px; }
        .esg-goal .goal-box.goal2 {
          border: 2px solid #f26f21; }
        .esg-goal .goal-box.goal3 {
          border: 2px solid #1668ac; } }
  @media screen and (min-width: 1600px) {
    .esg-goal .goal-box {
      width: 342px;
      height: 442px; }
      .esg-goal .goal-box li {
        text-align: center; }
        .esg-goal .goal-box li:last-child h4 {
          font-size: 28px; }
        .esg-goal .goal-box li:last-child h5 {
          font-size: 18px; }
        .esg-goal .goal-box li:last-child p {
          font-size: 24px; } }

.esg-task {
  margin-bottom: 3.125rem;
  border-top: 0.125rem solid #000; }
  .esg-task .task-box {
    width: 100%;
    padding: 1.6666666667rem 0.8333333333rem;
    border-bottom: 0.0625rem solid #e1e1e1; }
    .esg-task .task-box:last-child {
      border-bottom: 0.0625rem solid #000; }
    .esg-task .task-box h4 {
      font-weight: 500;
      color: #46a64c;
      font-size: 1rem;
      padding-bottom: 1.0416666667rem; }
    .esg-task .task-box ul, .esg-task .task-box li {
      list-style: decimal; }
    .esg-task .task-box ul li {
      margin-left: 1.0416666667rem;
      font-size: 1rem;
      color: #333;
      line-height: 1.5; }
    .esg-task .task-box:nth-child(2) h4 {
      color: #f26f21; }
    .esg-task .task-box:nth-child(3) h4 {
      color: #1668ac; }
  @media screen and (min-width: 992px) {
    .esg-task {
      margin-bottom: 50px;
      border-top: 3px solid #000; }
      .esg-task .task-box {
        display: flex;
        justify-content: flex-start;
        padding: 40px 20px;
        border-bottom: 1px solid #e1e1e1; }
        .esg-task .task-box:last-child {
          border-bottom: 1px solid #000; }
        .esg-task .task-box h4 {
          width: 280px;
          font-size: 20px;
          padding-bottom: 0; }
        .esg-task .task-box ul li {
          margin-left: 40px;
          font-size: 20px; } }
  @media screen and (min-width: 1600px) {
    .esg-task .task-box h4 {
      width: 310px;
      font-size: 24px; }
    .esg-task .task-box ul li {
      font-size: 24px; } }

.esg-execution .inner {
  position: relative;
  width: 100%; }
  .esg-execution .inner .ex-box {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: wrap;
    width: 70.17543859649%;
    height: 8.3333333333rem; }
    .esg-execution .inner .ex-box:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000;
      border-radius: 4.1666666667rem;
      z-index: -1;
      opacity: .8; }
    .esg-execution .inner .ex-box p {
      width: 100%;
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-size: 1rem;
      padding-top: 0.625rem; }
    .esg-execution .inner .ex-box:nth-child(1) img {
      width: 2.6458333333rem; }
    .esg-execution .inner .ex-box:nth-child(1):before {
      background: #46a64c; }
    .esg-execution .inner .ex-box:nth-child(2) {
      margin: -1.0416666667rem 0 0 auto; }
      .esg-execution .inner .ex-box:nth-child(2) img {
        width: 2.7083333333rem; }
      .esg-execution .inner .ex-box:nth-child(2):before {
        background: #f26f21; }
    .esg-execution .inner .ex-box:nth-child(3) {
      margin-top: -1.0416666667rem; }
      .esg-execution .inner .ex-box:nth-child(3) img {
        width: 2.7708333333rem; }
      .esg-execution .inner .ex-box:nth-child(3):before {
        background: #1668ac; }
.esg-execution .ex-arrow {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 1.875rem auto 1.4583333333rem auto;
  width: 100%;
  height: 2.9166666667rem; }
  .esg-execution .ex-arrow i {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 4.4375rem;
    height: 2.9166666667rem;
    background: url("/images/SVG/symbol-bottom.svg") 50% 50% no-repeat;
    transform: rotate(-45deg);
    margin-top: -0.5208333333rem; }
.esg-execution .ex-icon {
  display: flex;
  justify-content: center;
  align-items: center; }
  .esg-execution .ex-icon img {
    width: 5.9583333333rem; }
.esg-execution .last-msg {
  text-align: center;
  padding: 1.4583333333rem 0;
  font-size: 2.2916666667rem;
  font-weight: 700;
  color: #003a63; }
@media screen and (min-width: 992px) {
  .esg-execution .inner {
    display: flex;
    justify-content: center; }
    .esg-execution .inner .ex-box {
      width: 362px;
      height: 180px; }
      .esg-execution .inner .ex-box:before {
        border-radius: 90px; }
      .esg-execution .inner .ex-box p {
        font-size: 18px;
        padding-top: 10px; }
      .esg-execution .inner .ex-box:nth-child(1) {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2; }
        .esg-execution .inner .ex-box:nth-child(1) img {
          width: 75px; }
      .esg-execution .inner .ex-box:nth-child(2) {
        margin: 0; }
        .esg-execution .inner .ex-box:nth-child(2) img {
          width: 77px; }
      .esg-execution .inner .ex-box:nth-child(3) {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        margin-top: 0; }
        .esg-execution .inner .ex-box:nth-child(3) img {
          width: 79px; }
  .esg-execution .ex-arrow {
    margin: 35px auto 25px auto;
    height: 61px; }
    .esg-execution .ex-arrow i {
      width: 92px;
      height: 61px;
      margin-top: -10px; }
  .esg-execution .ex-icon img {
    width: 122px; }
  .esg-execution .last-msg {
    padding: 30px 0;
    font-size: 54px; } }
@media screen and (min-width: 1600px) {
  .esg-execution .inner .ex-box {
    width: 430px;
    height: 215px; }
    .esg-execution .inner .ex-box:before {
      border-radius: 108px; }
    .esg-execution .inner .ex-box p {
      font-size: 28px;
      padding-top: 20px; }
    .esg-execution .inner .ex-box:nth-child(1) img {
      width: 85px; }
    .esg-execution .inner .ex-box:nth-child(2) img {
      width: 87px; }
    .esg-execution .inner .ex-box:nth-child(3) img {
      width: 89px; }
  .esg-execution .ex-arrow {
    margin: 45px auto 35px auto;
    height: 71px; }
    .esg-execution .ex-arrow i {
      width: 107px;
      height: 71px;
      margin-top: -15px; }
  .esg-execution .ex-icon img {
    width: 142px; }
  .esg-execution .last-msg {
    padding: 40px 0;
    font-size: 64px; } }
@media screen and (min-width: 1920px) {
  .esg-execution .inner .ex-box {
    width: 480px;
    height: 240px; }
    .esg-execution .inner .ex-box:before {
      border-radius: 120px; }
    .esg-execution .inner .ex-box p {
      font-size: 28px;
      padding-top: 20px; }
    .esg-execution .inner .ex-box:nth-child(1) img {
      width: 85px; }
    .esg-execution .inner .ex-box:nth-child(2) img {
      width: 87px; }
    .esg-execution .inner .ex-box:nth-child(3) img {
      width: 89px; } }

.top_banner .mo {
  display: block;
  margin: auto; }
  @media screen and (min-width: 992px) {
    .top_banner .mo {
      display: none; } }
.top_banner .pc {
  display: none; }
  @media screen and (min-width: 992px) {
    .top_banner .pc {
      display: block; } }

.mgmt .box-common > ul {
  display: flex;
  justify-content: space-between; }
.mgmt-top > ul {
  width: 100%;
  height: 1rem;
  background: url(../images/mgmtManifesto_top_bg.png) 0 0 repeat-x;
  background-size: 1rem; }
  .mgmt-top > ul > li {
    display: flex;
    width: 1rem;
    height: 1rem; }
  @media screen and (min-width: 992px) {
    .mgmt-top > ul {
      height: 48px;
      background: url(../images/mgmtManifesto_top_bg.png) 0 0 repeat-x;
      background-size: 48px; }
      .mgmt-top > ul > li {
        width: 48px;
        height: 48px; } }
.mgmt-middle > ul {
  display: flex;
  justify-content: space-between; }
  .mgmt-middle > ul > li:nth-child(1) {
    width: 1rem;
    background: url(../images/mgmtManifesto_left_bg.png) 0 0 repeat-y;
    background-size: 1rem; }
  .mgmt-middle > ul > li:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    width: calc( 100% - 2rem); }
    .mgmt-middle > ul > li:nth-child(2) .space {
      width: 100%;
      height: 2.6666666667rem; }
    .mgmt-middle > ul > li:nth-child(2) .cont {
      background: url("../images/mgmtManifesto_center_bg.png") 50% 40% no-repeat;
      background-size: 50%; }
      .mgmt-middle > ul > li:nth-child(2) .cont .logo {
        text-align: center;
        padding-bottom: 0.8333333333rem; }
        .mgmt-middle > ul > li:nth-child(2) .cont .logo img {
          width: 3.8958333333rem; }
      .mgmt-middle > ul > li:nth-child(2) .cont h3 {
        text-align: center;
        color: #003a63;
        font-weight: 700;
        padding-bottom: 2.0833333333rem;
        font-size: 1.6041666667rem; }
      .mgmt-middle > ul > li:nth-child(2) .cont .txt {
        width: 85%;
        margin: 0 auto 3.5416666667rem auto;
        word-break: keep-all;
        text-align: center;
        color: #333333;
        font-weight: 400;
        line-height: 1.4;
        border-bottom: 1px solid #c5c5c5;
        padding: 0 0 2.7083333333rem 0;
        font-size: 1.0833333333rem; }
      .mgmt-middle > ul > li:nth-child(2) .cont .list_txt {
        width: 85%;
        margin: auto; }
        .mgmt-middle > ul > li:nth-child(2) .cont .list_txt li {
          position: relative;
          color: #333333;
          word-break: keep-all;
          line-height: 1.4;
          font-weight: 400;
          font-size: 1rem;
          padding: 0 0 3.5416666667rem 2.7083333333rem; }
          .mgmt-middle > ul > li:nth-child(2) .cont .list_txt li:before {
            content: "하나.";
            position: absolute;
            left: 0;
            top: 0;
            color: #e62140;
            font-weight: 700;
            font-size: 1rem; }
      .mgmt-middle > ul > li:nth-child(2) .cont p {
        line-height: 1.4;
        text-align: center;
        font-weight: 400;
        padding: 2.0833333333rem;
        font-size: 1.125rem; }
        .mgmt-middle > ul > li:nth-child(2) .cont p.last {
          padding-right: 4.1666666667rem;
          text-align: right; }
  .mgmt-middle > ul > li:nth-child(3) {
    width: 1rem;
    background: url(../images/mgmtManifesto_right_bg.png) 0 0 repeat-y;
    background-size: 1rem; }
  @media screen and (min-width: 992px) {
    .mgmt-middle > ul > li:nth-child(1) {
      width: 48px;
      background: url(../images/mgmtManifesto_left_bg.png) 0 0 repeat-y;
      background-size: 48px; }
    .mgmt-middle > ul > li:nth-child(2) {
      width: calc( 100% - 96px); }
      .mgmt-middle > ul > li:nth-child(2) .space {
        height: 92px; }
      .mgmt-middle > ul > li:nth-child(2) .cont {
        background: url("../images/mgmtManifesto_center_bg.png") 50% 50% no-repeat;
        background-size: 35%; }
        .mgmt-middle > ul > li:nth-child(2) .cont .logo {
          padding-bottom: 24px; }
          .mgmt-middle > ul > li:nth-child(2) .cont .logo img {
            width: 117px; }
        .mgmt-middle > ul > li:nth-child(2) .cont h3 {
          padding-bottom: 70px;
          font-size: 48px; }
        .mgmt-middle > ul > li:nth-child(2) .cont .txt {
          width: 70%;
          margin: 0 auto 100px auto;
          padding: 0 0 70px 0;
          font-size: 24px; }
        .mgmt-middle > ul > li:nth-child(2) .cont .list_txt li {
          font-size: 20px;
          padding: 0 0 100px 100px; }
          .mgmt-middle > ul > li:nth-child(2) .cont .list_txt li:before {
            font-size: 24px; }
        .mgmt-middle > ul > li:nth-child(2) .cont p {
          font-size: 20px;
          padding: 50px; }
          .mgmt-middle > ul > li:nth-child(2) .cont p.last {
            font-size: 24px;
            text-align: right;
            padding-right: 100px; }
    .mgmt-middle > ul > li:nth-child(3) {
      width: 48px;
      background: url(../images/mgmtManifesto_right_bg.png) 0 0 repeat-y;
      background-size: 48px; } }
.mgmt-bottom > ul {
  background: url(../images/mgmtManifesto_bottom_bg.png) 0 0 repeat-x;
  background-size: 48px; }
  .mgmt-bottom > ul > li {
    display: flex;
    width: 48px;
    height: 48px; }
.mgmt.human {
  margin-top: 3.125rem; }
  @media screen and (min-width: 992px) {
    .mgmt.human {
      margin-top: 80px; } }

.mgmtEthical .section {
  width: 100%;
  padding: 0 1.4583333333rem; }
  .mgmtEthical .section .pc {
    display: none; }
  .mgmtEthical .section .mo {
    display: block; }
  @media screen and (min-width: 992px) {
    .mgmtEthical .section .pc {
      display: block; }
    .mgmtEthical .section .mo {
      display: none; }
    .mgmtEthical .section .inner {
      margin: auto;
      width: 992px; } }
  @media screen and (min-width: 1600px) {
    .mgmtEthical .section .inner {
      width: 1176px; } }
  @media screen and (min-width: 1920px) {
    .mgmtEthical .section .inner {
      width: 1360px; } }
  .mgmtEthical .section.banner-middle, .mgmtEthical .section.banner-bottom {
    padding: 0; }
  .mgmtEthical .section.banner-bottom {
    position: relative;
    background: #003a63;
    margin-bottom: 4.1666666667rem;
    padding-bottom: 4.1666666667rem; }
    .mgmtEthical .section.banner-bottom .copy {
      position: relative;
      width: 80%;
      margin: auto; }
      .mgmtEthical .section.banner-bottom .copy h3 {
        color: #fff;
        font-weight: 700;
        font-size: 1.5833333333rem;
        padding-bottom: 0.75rem; }
      .mgmtEthical .section.banner-bottom .copy h4 {
        color: #fff;
        font-weight: 500;
        font-size: 1.0833333333rem;
        padding-bottom: 1.25rem; }
      .mgmtEthical .section.banner-bottom .copy ul li {
        position: relative;
        color: #fff;
        font-weight: 500;
        line-height: 1.4;
        font-size: 1rem;
        padding-left: 0.8333333333rem; }
        .mgmtEthical .section.banner-bottom .copy ul li:before {
          content: "·";
          position: absolute;
          left: 0;
          top: 0.2083333333rem;
          color: #fff; }
    @media screen and (min-width: 992px) {
      .mgmtEthical .section.banner-bottom {
        margin-bottom: 120px;
        padding-bottom: 0; }
        .mgmtEthical .section.banner-bottom .pc {
          display: block;
          margin: auto; }
        .mgmtEthical .section.banner-bottom .copy {
          position: absolute;
          width: 45%;
          left: 50%;
          top: 50%;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
          .mgmtEthical .section.banner-bottom .copy h3 {
            font-size: 24px;
            padding-bottom: 17px; }
          .mgmtEthical .section.banner-bottom .copy h4 {
            font-size: 20px;
            padding-bottom: 25px; }
          .mgmtEthical .section.banner-bottom .copy ul li {
            word-break: keep-all;
            font-size: 18px;
            padding-left: 30px; }
            .mgmtEthical .section.banner-bottom .copy ul li:before {
              top: 4px; } }
  .mgmtEthical .section.step1 .inner {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    width: 100%; }
    .mgmtEthical .section.step1 .inner strong {
      position: relative;
      width: 80%;
      margin: auto;
      font-weight: 700;
      color: #003a63;
      text-align: center;
      line-height: 2.0833333333rem;
      font-size: 1.5rem; }
      .mgmtEthical .section.step1 .inner strong:before, .mgmtEthical .section.step1 .inner strong:after {
        content: '';
        position: absolute;
        width: 1.9791666667rem;
        height: 1.9791666667rem;
        top: 30%;
        transform: rotate(45deg); }
      .mgmtEthical .section.step1 .inner strong:before {
        background: url("/images/SVG/symbol-top.svg") 0 0 no-repeat;
        background-size: 1.9791666667rem;
        left: -2.7083333333rem; }
      .mgmtEthical .section.step1 .inner strong:after {
        background: url("/images/SVG/symbol-bottom.svg") 0 0 no-repeat;
        background-size: 1.9791666667rem;
        right: -2.7083333333rem; }
      .mgmtEthical .section.step1 .inner strong br {
        display: none !important; }
      @media screen and (min-width: 520px) {
        .mgmtEthical .section.step1 .inner strong {
          width: 60%; }
          .mgmtEthical .section.step1 .inner strong br {
            display: block !important; } }
      @media screen and (min-width: 992px) {
        .mgmtEthical .section.step1 .inner strong {
          line-height: 80px;
          font-size: 42px;
          height: 80px; }
          .mgmtEthical .section.step1 .inner strong br {
            display: block !important; }
          .mgmtEthical .section.step1 .inner strong:before, .mgmtEthical .section.step1 .inner strong:after {
            width: 63px;
            height: 63px;
            top: 10px; }
          .mgmtEthical .section.step1 .inner strong:before {
            background-size: 63px;
            left: -85px; }
          .mgmtEthical .section.step1 .inner strong:after {
            background-size: 63px;
            right: -85px; } }
    .mgmtEthical .section.step1 .inner p {
      padding: 2.7083333333rem 0.8333333333rem 4.5833333333rem 0.8333333333rem;
      font-size: 1.0833333333rem;
      color: #333;
      text-align: center;
      line-height: 1.4;
      word-break: keep-all; }
    @media screen and (min-width: 992px) {
      .mgmtEthical .section.step1 .inner {
        margin-top: 80px;
        width: 992px; }
        .mgmtEthical .section.step1 .inner strong {
          width: 520px;
          line-height: 1.2;
          font-size: 42px; }
        .mgmtEthical .section.step1 .inner p {
          font-size: 24px;
          padding: 50px 90px 60px 50px; } }
    @media screen and (min-width: 1600px) {
      .mgmtEthical .section.step1 .inner {
        width: 1176px; } }
    @media screen and (min-width: 1920px) {
      .mgmtEthical .section.step1 .inner {
        width: 1360px; } }
  .mgmtEthical .section.step2 .inner, .mgmtEthical .section.step3 .inner, .mgmtEthical .section.step4 .inner {
    position: relative;
    -webkit-border-top-left-radius: 1.375rem;
    -webkit-border-top-right-radius: 1.375rem;
    -moz-border-radius-topleft: 1.375rem;
    -moz-border-radius-topright: 1.375rem;
    border-top-left-radius: 1.375rem;
    border-top-right-radius: 1.375rem;
    overflow: hidden; }
    .mgmtEthical .section.step2 .inner h3, .mgmtEthical .section.step3 .inner h3, .mgmtEthical .section.step4 .inner h3 {
      position: absolute;
      z-index: 2;
      display: flex;
      justify-content: flex-start;
      flex-flow: wrap;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.4;
      color: #003a63;
      top: 1.6666666667rem;
      left: 1.6666666667rem; }
      .mgmtEthical .section.step2 .inner h3 strong, .mgmtEthical .section.step3 .inner h3 strong, .mgmtEthical .section.step4 .inner h3 strong {
        width: 100%;
        font-weight: 700;
        font-size: 1.25rem; }
    .mgmtEthical .section.step2 .inner .txt_wrap, .mgmtEthical .section.step3 .inner .txt_wrap, .mgmtEthical .section.step4 .inner .txt_wrap {
      position: absolute;
      z-index: 2;
      top: 10.4166666667rem;
      left: 1.6666666667rem; }
      .mgmtEthical .section.step2 .inner .txt_wrap ol > li, .mgmtEthical .section.step3 .inner .txt_wrap ol > li, .mgmtEthical .section.step4 .inner .txt_wrap ol > li {
        color: #333333;
        font-weight: 700;
        font-size: 0.9583333333rem;
        padding-bottom: 0.8333333333rem; }
        .mgmtEthical .section.step2 .inner .txt_wrap ol > li ul, .mgmtEthical .section.step3 .inner .txt_wrap ol > li ul, .mgmtEthical .section.step4 .inner .txt_wrap ol > li ul {
          margin-top: 0.625rem; }
          .mgmtEthical .section.step2 .inner .txt_wrap ol > li ul li, .mgmtEthical .section.step3 .inner .txt_wrap ol > li ul li, .mgmtEthical .section.step4 .inner .txt_wrap ol > li ul li {
            word-break: keep-all;
            padding: 0 0.625rem 0.3125rem 0.625rem;
            font-weight: 400;
            font-size: 0.8333333333rem;
            background: url("../images/list_style2.png") 0 0.4166666667rem no-repeat;
            background-size: 0.1666666667rem; }
    @media screen and (min-width: 360px) {
      .mgmtEthical .section.step2 .inner h3, .mgmtEthical .section.step3 .inner h3, .mgmtEthical .section.step4 .inner h3 {
        font-size: 1.0833333333rem;
        top: 1.875rem;
        left: 1.875rem; }
        .mgmtEthical .section.step2 .inner h3 strong, .mgmtEthical .section.step3 .inner h3 strong, .mgmtEthical .section.step4 .inner h3 strong {
          font-size: 1.5833333333rem; }
      .mgmtEthical .section.step2 .inner .txt_wrap, .mgmtEthical .section.step3 .inner .txt_wrap, .mgmtEthical .section.step4 .inner .txt_wrap {
        top: 12.0833333333rem;
        left: 1.875rem; }
        .mgmtEthical .section.step2 .inner .txt_wrap ol > li, .mgmtEthical .section.step3 .inner .txt_wrap ol > li, .mgmtEthical .section.step4 .inner .txt_wrap ol > li {
          font-size: 1.0833333333rem;
          padding-bottom: 1.0416666667rem; }
          .mgmtEthical .section.step2 .inner .txt_wrap ol > li ul, .mgmtEthical .section.step3 .inner .txt_wrap ol > li ul, .mgmtEthical .section.step4 .inner .txt_wrap ol > li ul {
            margin-top: 0.625rem; }
            .mgmtEthical .section.step2 .inner .txt_wrap ol > li ul li, .mgmtEthical .section.step3 .inner .txt_wrap ol > li ul li, .mgmtEthical .section.step4 .inner .txt_wrap ol > li ul li {
              padding: 0 0.625rem 0.3125rem 0.625rem;
              font-size: 1rem; } }
    @media screen and (min-width: 400px) {
      .mgmtEthical .section.step2 .inner .txt_wrap, .mgmtEthical .section.step3 .inner .txt_wrap, .mgmtEthical .section.step4 .inner .txt_wrap {
        top: 14.1666666667rem; } }
    @media screen and (min-width: 430px) {
      .mgmtEthical .section.step2 .inner .txt_wrap, .mgmtEthical .section.step3 .inner .txt_wrap, .mgmtEthical .section.step4 .inner .txt_wrap {
        top: 15.8333333333rem; } }
    @media screen and (min-width: 460px) {
      .mgmtEthical .section.step2 .inner .txt_wrap, .mgmtEthical .section.step3 .inner .txt_wrap, .mgmtEthical .section.step4 .inner .txt_wrap {
        top: 16.25rem; }
        .mgmtEthical .section.step2 .inner .txt_wrap ol > li, .mgmtEthical .section.step3 .inner .txt_wrap ol > li, .mgmtEthical .section.step4 .inner .txt_wrap ol > li {
          font-size: 1.25rem;
          padding-bottom: 1.4583333333rem; }
          .mgmtEthical .section.step2 .inner .txt_wrap ol > li ul, .mgmtEthical .section.step3 .inner .txt_wrap ol > li ul, .mgmtEthical .section.step4 .inner .txt_wrap ol > li ul {
            margin-top: 0.8333333333rem; }
            .mgmtEthical .section.step2 .inner .txt_wrap ol > li ul li, .mgmtEthical .section.step3 .inner .txt_wrap ol > li ul li, .mgmtEthical .section.step4 .inner .txt_wrap ol > li ul li {
              padding: 0 0.8333333333rem 0.5rem 0.625rem;
              font-size: 1.125rem; } }
    @media screen and (min-width: 520px) {
      .mgmtEthical .section.step2 .inner .txt_wrap, .mgmtEthical .section.step3 .inner .txt_wrap, .mgmtEthical .section.step4 .inner .txt_wrap {
        top: 19.1666666667rem; }
        .mgmtEthical .section.step2 .inner .txt_wrap ol > li, .mgmtEthical .section.step3 .inner .txt_wrap ol > li, .mgmtEthical .section.step4 .inner .txt_wrap ol > li {
          font-size: 1.25rem;
          padding-bottom: 1.4583333333rem; }
          .mgmtEthical .section.step2 .inner .txt_wrap ol > li ul, .mgmtEthical .section.step3 .inner .txt_wrap ol > li ul, .mgmtEthical .section.step4 .inner .txt_wrap ol > li ul {
            margin-top: 0.8333333333rem; }
            .mgmtEthical .section.step2 .inner .txt_wrap ol > li ul li, .mgmtEthical .section.step3 .inner .txt_wrap ol > li ul li, .mgmtEthical .section.step4 .inner .txt_wrap ol > li ul li {
              padding: 0 0.8333333333rem 0.5rem 0.625rem;
              font-size: 1.125rem; } }
    @media screen and (min-width: 560px) {
      .mgmtEthical .section.step2 .inner .txt_wrap, .mgmtEthical .section.step3 .inner .txt_wrap, .mgmtEthical .section.step4 .inner .txt_wrap {
        top: 20.8333333333rem; }
        .mgmtEthical .section.step2 .inner .txt_wrap ol > li, .mgmtEthical .section.step3 .inner .txt_wrap ol > li, .mgmtEthical .section.step4 .inner .txt_wrap ol > li {
          font-size: 1.375rem;
          padding-bottom: 2.2916666667rem; }
          .mgmtEthical .section.step2 .inner .txt_wrap ol > li ul, .mgmtEthical .section.step3 .inner .txt_wrap ol > li ul, .mgmtEthical .section.step4 .inner .txt_wrap ol > li ul {
            margin-top: 1.0416666667rem; }
            .mgmtEthical .section.step2 .inner .txt_wrap ol > li ul li, .mgmtEthical .section.step3 .inner .txt_wrap ol > li ul li, .mgmtEthical .section.step4 .inner .txt_wrap ol > li ul li {
              padding: 0 0 0.7083333333rem 0.625rem;
              font-size: 1.1875rem; } }
    @media screen and (min-width: 660px) {
      .mgmtEthical .section.step2 .inner, .mgmtEthical .section.step3 .inner, .mgmtEthical .section.step4 .inner {
        width: 33.3333333333rem;
        margin: auto; }
        .mgmtEthical .section.step2 .inner .txt_wrap, .mgmtEthical .section.step3 .inner .txt_wrap, .mgmtEthical .section.step4 .inner .txt_wrap {
          top: 20.8333333333rem; } }
    @media screen and (min-width: 992px) {
      .mgmtEthical .section.step2 .inner, .mgmtEthical .section.step3 .inner, .mgmtEthical .section.step4 .inner {
        width: 992px;
        -webkit-border-top-left-radius: 60px;
        -webkit-border-top-right-radius: 60px;
        -moz-border-radius-topleft: 60px;
        -moz-border-radius-topright: 60px;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px; }
        .mgmtEthical .section.step2 .inner h3, .mgmtEthical .section.step3 .inner h3, .mgmtEthical .section.step4 .inner h3 {
          font-size: 22px;
          top: 45px;
          left: 60px; }
          .mgmtEthical .section.step2 .inner h3 strong, .mgmtEthical .section.step3 .inner h3 strong, .mgmtEthical .section.step4 .inner h3 strong {
            font-size: 35px; }
        .mgmtEthical .section.step2 .inner .txt_wrap, .mgmtEthical .section.step3 .inner .txt_wrap, .mgmtEthical .section.step4 .inner .txt_wrap {
          top: 45px;
          left: 640px;
          padding-right: 40px; }
          .mgmtEthical .section.step2 .inner .txt_wrap ol > li, .mgmtEthical .section.step3 .inner .txt_wrap ol > li, .mgmtEthical .section.step4 .inner .txt_wrap ol > li {
            font-size: 20px;
            padding-bottom: 18px; }
            .mgmtEthical .section.step2 .inner .txt_wrap ol > li ul, .mgmtEthical .section.step3 .inner .txt_wrap ol > li ul, .mgmtEthical .section.step4 .inner .txt_wrap ol > li ul {
              margin-top: 10px; }
              .mgmtEthical .section.step2 .inner .txt_wrap ol > li ul li, .mgmtEthical .section.step3 .inner .txt_wrap ol > li ul li, .mgmtEthical .section.step4 .inner .txt_wrap ol > li ul li {
                line-height: 1.2;
                padding: 0 0 5px 10px;
                font-size: 18px;
                background: url("../images/list_style2.png") 0 8px no-repeat;
                background-size: 4px; } }
    @media screen and (min-width: 1600px) {
      .mgmtEthical .section.step2 .inner, .mgmtEthical .section.step3 .inner, .mgmtEthical .section.step4 .inner {
        width: 1176px; }
        .mgmtEthical .section.step2 .inner h3, .mgmtEthical .section.step3 .inner h3, .mgmtEthical .section.step4 .inner h3 {
          font-size: 24px;
          top: 55px;
          left: 60px; }
          .mgmtEthical .section.step2 .inner h3 strong, .mgmtEthical .section.step3 .inner h3 strong, .mgmtEthical .section.step4 .inner h3 strong {
            font-size: 38px; }
        .mgmtEthical .section.step2 .inner .txt_wrap, .mgmtEthical .section.step3 .inner .txt_wrap, .mgmtEthical .section.step4 .inner .txt_wrap {
          top: 55px;
          left: 720px; }
          .mgmtEthical .section.step2 .inner .txt_wrap ol > li, .mgmtEthical .section.step3 .inner .txt_wrap ol > li, .mgmtEthical .section.step4 .inner .txt_wrap ol > li {
            font-size: 22px;
            padding-bottom: 25px; }
            .mgmtEthical .section.step2 .inner .txt_wrap ol > li ul, .mgmtEthical .section.step3 .inner .txt_wrap ol > li ul, .mgmtEthical .section.step4 .inner .txt_wrap ol > li ul {
              margin-top: 10px; }
              .mgmtEthical .section.step2 .inner .txt_wrap ol > li ul li, .mgmtEthical .section.step3 .inner .txt_wrap ol > li ul li, .mgmtEthical .section.step4 .inner .txt_wrap ol > li ul li {
                padding: 0 0 8px 10px;
                font-size: 20px;
                background: url("../images/list_style2.png") 0 10px no-repeat;
                background-size: 4px; } }
    @media screen and (min-width: 1920px) {
      .mgmtEthical .section.step2 .inner, .mgmtEthical .section.step3 .inner, .mgmtEthical .section.step4 .inner {
        width: 1360px; }
        .mgmtEthical .section.step2 .inner > img, .mgmtEthical .section.step3 .inner > img, .mgmtEthical .section.step4 .inner > img {
          width: 100%; }
        .mgmtEthical .section.step2 .inner h3, .mgmtEthical .section.step3 .inner h3, .mgmtEthical .section.step4 .inner h3 {
          top: 65px;
          left: 60px; }
        .mgmtEthical .section.step2 .inner .txt_wrap, .mgmtEthical .section.step3 .inner .txt_wrap, .mgmtEthical .section.step4 .inner .txt_wrap {
          top: 65px;
          left: 840px; } }
  .mgmtEthical .section.step4 {
    margin-bottom: 1.0416666667rem; }
    @media screen and (min-width: 992px) {
      .mgmtEthical .section.step4 {
        margin-bottom: 25px; } }
  .mgmtEthical .section.banner-middle {
    position: relative;
    width: 100%;
    background: #d8e9f5;
    text-align: center;
    height: 15rem;
    margin-bottom: 4.1666666667rem;
    text-align: center; }
    .mgmtEthical .section.banner-middle .copy {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-flow: wrap; }
      .mgmtEthical .section.banner-middle .copy h3 {
        width: 100%;
        font-weight: 400;
        color: #003a63;
        line-height: 1.4;
        font-size: 1.5416666667rem;
        padding-bottom: 0.8333333333rem; }
      .mgmtEthical .section.banner-middle .copy h4 {
        width: 100%;
        font-weight: 700;
        color: #003a63;
        line-height: 1.2;
        font-size: 2.0833333333rem; }
    @media screen and (min-width: 992px) {
      .mgmtEthical .section.banner-middle {
        height: 217px;
        margin-bottom: 80px; }
        .mgmtEthical .section.banner-middle > img {
          display: block;
          margin: auto;
          width: auto;
          height: 217px; }
        .mgmtEthical .section.banner-middle .copy {
          top: 50%;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
          .mgmtEthical .section.banner-middle .copy h3 {
            font-size: 32px;
            padding-bottom: 13px; }
          .mgmtEthical .section.banner-middle .copy h4 {
            font-size: 36px; } }
    @media screen and (min-width: 1600px) {
      .mgmtEthical .section.banner-middle {
        height: 280px;
        margin-bottom: 80px; }
        .mgmtEthical .section.banner-middle > img {
          height: 280px; }
        .mgmtEthical .section.banner-middle .copy h3 {
          font-size: 36px;
          padding-bottom: 13px; }
        .mgmtEthical .section.banner-middle .copy h4 {
          font-size: 42px; } }
  .mgmtEthical .section.step5, .mgmtEthical .section.step6, .mgmtEthical .section.step7 {
    margin-bottom: 4.1666666667rem; }
    .mgmtEthical .section.step5 .img, .mgmtEthical .section.step6 .img, .mgmtEthical .section.step7 .img {
      border-radius: 1.25rem;
      overflow: hidden; }
    .mgmtEthical .section.step5 .inner h3, .mgmtEthical .section.step6 .inner h3, .mgmtEthical .section.step7 .inner h3 {
      color: #222222;
      font-weight: 700;
      font-size: 1.2083333333rem;
      padding-bottom: 1.3541666667rem; }
    .mgmtEthical .section.step5 .inner p, .mgmtEthical .section.step6 .inner p, .mgmtEthical .section.step7 .inner p {
      line-height: 1.4;
      color: #333333;
      word-break: keep-all;
      font-weight: 500;
      font-size: 1rem;
      padding-bottom: 1.5625rem; }
    .mgmtEthical .section.step5 .inner ul, .mgmtEthical .section.step6 .inner ul, .mgmtEthical .section.step7 .inner ul {
      display: flex;
      justify-content: flex-start;
      flex-flow: wrap; }
    @media screen and (min-width: 992px) {
      .mgmtEthical .section.step5, .mgmtEthical .section.step6, .mgmtEthical .section.step7 {
        margin-bottom: 100px; }
        .mgmtEthical .section.step5 .img, .mgmtEthical .section.step6 .img, .mgmtEthical .section.step7 .img {
          border-radius: 20px; }
        .mgmtEthical .section.step5 .inner h3, .mgmtEthical .section.step6 .inner h3, .mgmtEthical .section.step7 .inner h3 {
          font-size: 24px;
          padding-bottom: 25px; }
        .mgmtEthical .section.step5 .inner p, .mgmtEthical .section.step6 .inner p, .mgmtEthical .section.step7 .inner p {
          font-size: 20px;
          padding-bottom: 0; }
        .mgmtEthical .section.step5 .inner ul, .mgmtEthical .section.step6 .inner ul, .mgmtEthical .section.step7 .inner ul {
          display: flex;
          justify-content: flex-start;
          flex-flow: wrap; }
          .mgmtEthical .section.step5 .inner ul li:nth-child(1), .mgmtEthical .section.step6 .inner ul li:nth-child(1), .mgmtEthical .section.step7 .inner ul li:nth-child(1) {
            width: calc(100% - 360px);
            padding-right: 50px; }
          .mgmtEthical .section.step5 .inner ul li:nth-child(2), .mgmtEthical .section.step6 .inner ul li:nth-child(2), .mgmtEthical .section.step7 .inner ul li:nth-child(2) {
            width: 360px; } }
  .mgmtEthical .section.step6, .mgmtEthical .section.step8, .mgmtEthical .section.step9 {
    margin-bottom: 4.1666666667rem; }
    .mgmtEthical .section.step6 h3, .mgmtEthical .section.step8 h3, .mgmtEthical .section.step9 h3 {
      font-weight: 700;
      font-size: 1.2083333333rem; }
      @media screen and (min-width: 992px) {
        .mgmtEthical .section.step6 h3, .mgmtEthical .section.step8 h3, .mgmtEthical .section.step9 h3 {
          font-size: 24px; } }
    .mgmtEthical .section.step6 .inner, .mgmtEthical .section.step8 .inner, .mgmtEthical .section.step9 .inner {
      width: 100%; }
      @media screen and (min-width: 992px) {
        .mgmtEthical .section.step6 .inner, .mgmtEthical .section.step8 .inner, .mgmtEthical .section.step9 .inner {
          width: 992px; } }
      @media screen and (min-width: 1600px) {
        .mgmtEthical .section.step6 .inner, .mgmtEthical .section.step8 .inner, .mgmtEthical .section.step9 .inner {
          width: 1176px; } }
      @media screen and (min-width: 1920px) {
        .mgmtEthical .section.step6 .inner, .mgmtEthical .section.step8 .inner, .mgmtEthical .section.step9 .inner {
          width: 1360px; } }
      .mgmtEthical .section.step6 .inner ul, .mgmtEthical .section.step8 .inner ul, .mgmtEthical .section.step9 .inner ul {
        width: 100%; }
        .mgmtEthical .section.step6 .inner ul li, .mgmtEthical .section.step8 .inner ul li, .mgmtEthical .section.step9 .inner ul li {
          width: 100%; }
      .mgmtEthical .section.step6 .inner .board, .mgmtEthical .section.step8 .inner .board, .mgmtEthical .section.step9 .inner .board {
        width: 100%;
        margin-top: 2.0833333333rem; }
        .mgmtEthical .section.step6 .inner .board .board-common, .mgmtEthical .section.step8 .inner .board .board-common, .mgmtEthical .section.step9 .inner .board .board-common {
          width: 100%; }
          .mgmtEthical .section.step6 .inner .board .board-common.table-type-col2 col, .mgmtEthical .section.step8 .inner .board .board-common.table-type-col2 col, .mgmtEthical .section.step9 .inner .board .board-common.table-type-col2 col {
            width: 70%; }
            .mgmtEthical .section.step6 .inner .board .board-common.table-type-col2 col:nth-child(1), .mgmtEthical .section.step8 .inner .board .board-common.table-type-col2 col:nth-child(1), .mgmtEthical .section.step9 .inner .board .board-common.table-type-col2 col:nth-child(1) {
              width: 30%; }
          .mgmtEthical .section.step6 .inner .board .board-common.table-type-col3 col, .mgmtEthical .section.step8 .inner .board .board-common.table-type-col3 col, .mgmtEthical .section.step9 .inner .board .board-common.table-type-col3 col {
            width: 40%; }
            .mgmtEthical .section.step6 .inner .board .board-common.table-type-col3 col:nth-child(1), .mgmtEthical .section.step8 .inner .board .board-common.table-type-col3 col:nth-child(1), .mgmtEthical .section.step9 .inner .board .board-common.table-type-col3 col:nth-child(1) {
              width: 20%; }
          .mgmtEthical .section.step6 .inner .board .board-common tr:hover, .mgmtEthical .section.step8 .inner .board .board-common tr:hover, .mgmtEthical .section.step9 .inner .board .board-common tr:hover {
            background: none; }
          .mgmtEthical .section.step6 .inner .board .board-common th, .mgmtEthical .section.step8 .inner .board .board-common th, .mgmtEthical .section.step9 .inner .board .board-common th {
            background: #f3f3f3;
            border-bottom: 1px solid #c5c5c5; }
          .mgmtEthical .section.step6 .inner .board .board-common th, .mgmtEthical .section.step6 .inner .board .board-common td, .mgmtEthical .section.step8 .inner .board .board-common th, .mgmtEthical .section.step8 .inner .board .board-common td, .mgmtEthical .section.step9 .inner .board .board-common th, .mgmtEthical .section.step9 .inner .board .board-common td {
            color: #333;
            text-align: left;
            line-height: 1.4;
            padding: 0.8333333333rem;
            font-size: 1.0833333333rem; }
            @media screen and (min-width: 992px) {
              .mgmtEthical .section.step6 .inner .board .board-common th, .mgmtEthical .section.step6 .inner .board .board-common td, .mgmtEthical .section.step8 .inner .board .board-common th, .mgmtEthical .section.step8 .inner .board .board-common td, .mgmtEthical .section.step9 .inner .board .board-common th, .mgmtEthical .section.step9 .inner .board .board-common td {
                padding: 15px;
                font-size: 18px; } }
          .mgmtEthical .section.step6 .inner .board .board-common td, .mgmtEthical .section.step8 .inner .board .board-common td, .mgmtEthical .section.step9 .inner .board .board-common td {
            vertical-align: top; }
            .mgmtEthical .section.step6 .inner .board .board-common td ul, .mgmtEthical .section.step8 .inner .board .board-common td ul, .mgmtEthical .section.step9 .inner .board .board-common td ul {
              display: flex;
              justify-content: flex-start;
              flex-flow: wrap; }
              .mgmtEthical .section.step6 .inner .board .board-common td ul li, .mgmtEthical .section.step8 .inner .board .board-common td ul li, .mgmtEthical .section.step9 .inner .board .board-common td ul li {
                width: 100%;
                padding: 0 0.8333333333rem 0.8333333333rem 0.8333333333rem;
                background: url("../images/list_style2.png") 0 0.7291666667rem no-repeat;
                background-size: 0.1875rem; }
                @media screen and (min-width: 992px) {
                  .mgmtEthical .section.step6 .inner .board .board-common td ul li, .mgmtEthical .section.step8 .inner .board .board-common td ul li, .mgmtEthical .section.step9 .inner .board .board-common td ul li {
                    padding: 0 20px 20px 10px;
                    background: url("../images/list_style2.png") 0 10px no-repeat;
                    background-size: 3px; } }
  .mgmtEthical .section.step6 .inner ul {
    justify-content: space-between; }
    @media screen and (min-width: 992px) {
      .mgmtEthical .section.step6 .inner ul {
        margin-top: 35px;
        flex-direction: row-reverse; } }
    @media screen and (min-width: 992px) {
      .mgmtEthical .section.step6 .inner ul li:nth-child(1) {
        width: 360px; }
        .mgmtEthical .section.step6 .inner ul li:nth-child(1) .img {
          width: 360px; } }
    @media screen and (min-width: 992px) {
      .mgmtEthical .section.step6 .inner ul li:nth-child(2) {
        padding-right: 50px;
        width: calc(100% - 360px); }
        .mgmtEthical .section.step6 .inner ul li:nth-child(2) .board {
          margin-top: 0; } }
  .mgmtEthical .section.step7 .inner > ul {
    justify-content: space-between; }
    .mgmtEthical .section.step7 .inner > ul > li {
      margin-bottom: 3.125rem; }
      .mgmtEthical .section.step7 .inner > ul > li .img {
        margin-bottom: 1.4583333333rem; }
      .mgmtEthical .section.step7 .inner > ul > li ul li {
        word-break: keep-all;
        margin-bottom: 0;
        line-height: 1.4;
        background: url("../images/list_style2.png") 0 0.625rem no-repeat;
        background-size: 0.1875rem;
        padding-left: 0.8333333333rem;
        font-size: 1rem; }
      @media screen and (min-width: 992px) {
        .mgmtEthical .section.step7 .inner > ul > li {
          padding-right: 0 !important;
          width: 48% !important;
          margin-bottom: 75px; }
          .mgmtEthical .section.step7 .inner > ul > li .img {
            margin-bottom: 40px; }
          .mgmtEthical .section.step7 .inner > ul > li ul li {
            width: 100% !important;
            background: url("../images/list_style2.png") 0 15px no-repeat;
            background-size: 5px;
            padding-left: 20px;
            font-size: 18px; } }

.mgmtEthical_common .text_box_black {
  margin-bottom: 4.1666666667rem; }
  .mgmtEthical_common .text_box_black p.txt {
    word-break: keep-all;
    color: #333;
    line-height: 1.4;
    font-weight: 400;
    font-size: 1.1666666667rem; }
  @media screen and (min-width: 992px) {
    .mgmtEthical_common .text_box_black {
      margin-bottom: 100px; }
      .mgmtEthical_common .text_box_black p.txt {
        font-size: 18px; } }
.mgmtEthical_common .text_box_blue {
  padding-bottom: 2.5rem; }
  @media screen and (min-width: 992px) {
    .mgmtEthical_common .text_box_blue {
      padding-bottom: 60px; } }
  .mgmtEthical_common .text_box_blue ul {
    margin: 1.6666666667rem 0 0 0.8333333333rem; }
    .mgmtEthical_common .text_box_blue ul li {
      color: #333;
      line-height: 1.4;
      font-weight: 300;
      font-weight: 1.0833333333rem;
      padding: 0 0 0.4166666667rem 0.8333333333rem;
      background: url("../images/list_style2.png") 0 0.625rem no-repeat;
      background-size: 0.1875rem; }
    @media screen and (min-width: 992px) {
      .mgmtEthical_common .text_box_blue ul {
        margin: 40px 0 0 20px; }
        .mgmtEthical_common .text_box_blue ul li {
          font-weight: 18px;
          padding: 0 0 10px 10px;
          background: url("../images/list_style2.png") 0 12px no-repeat;
          background-size: 4px; } }
  .mgmtEthical_common .text_box_blue p.txt, .mgmtEthical_common .text_box_blue p.sub_title {
    font-weight: 400;
    color: #333;
    line-height: 1.4;
    font-size: 1.1666666667rem; }
  .mgmtEthical_common .text_box_blue p.h3 {
    color: #003a63;
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
    background: url("/images/icon_list4.gif") no-repeat 0 0.4166666667rem; }
  @media screen and (min-width: 992px) {
    .mgmtEthical_common .text_box_blue p.txt, .mgmtEthical_common .text_box_blue p.sub_title {
      font-size: 18px; }
    .mgmtEthical_common .text_box_blue p.h3 {
      font-size: 24px;
      padding-bottom: 15px;
      padding-left: 15px;
      background: url("/images/icon_list4.gif") no-repeat 0 10px; } }
.mgmtEthical_common .btn_wrap {
  display: flex;
  justify-content: center;
  flex-flow: wrap; }
  .mgmtEthical_common .btn_wrap a {
    width: 90%;
    background-position: 90% 50%;
    margin-bottom: 0.8333333333rem; }
  @media screen and (min-width: 992px) {
    .mgmtEthical_common .btn_wrap {
      justify-content: flex-start; }
      .mgmtEthical_common .btn_wrap a {
        width: 280px;
        margin-bottom: 0;
        margin-right: 20px; } }
.mgmtEthical_common .cs_head {
  border-bottom: 3px solid #373737;
  height: 164px;
  margin-bottom: 20px; }
  .mgmtEthical_common .cs_head ul li {
    display: inline-block; }
    .mgmtEthical_common .cs_head ul li.point {
      width: 221px; }
    .mgmtEthical_common .cs_head ul li.txt {
      width: 529px; }
      .mgmtEthical_common .cs_head ul li.txt .t1 {
        font-size: 26px;
        color: #444;
        padding-bottom: 10px; }
      .mgmtEthical_common .cs_head ul li.txt .t2 {
        font-size: 14px;
        color: #666;
        line-height: 23px;
        padding-right: 20px; }
      .mgmtEthical_common .cs_head ul li.txt span {
        color: #115ab5; }
    .mgmtEthical_common .cs_head ul li.point span {
      display: inline-block;
      border: 6px solid #115ab5;
      width: 97px;
      height: 97px;
      line-height: 97px;
      text-align: center;
      font-size: 14px; }
.mgmtEthical_common .cs_tab {
  margin: -20px 0 40px 0;
  border-bottom: 1px solid #414141;
  padding-top: 0; }
  .mgmtEthical_common .cs_tab ul li {
    float: left;
    display: inline-block;
    width: 50%;
    height: 52px;
    line-height: 52px;
    margin: 0;
    font-size: 13px; }
    .mgmtEthical_common .cs_tab ul li a {
      color: #666666; }
      .mgmtEthical_common .cs_tab ul li a:hover {
        color: #444;
        text-decoration: underline; }
      .mgmtEthical_common .cs_tab ul li a.on {
        color: #444; }
.mgmtEthical_common .cs_text {
  padding-top: 50px; }
  .mgmtEthical_common .cs_text p.title {
    font-size: 20px;
    color: #003a63;
    font-weight: 700;
    padding: 30px 0 20px 15px;
    background: url("/images/icon_list4.gif") no-repeat 0 36px; }
  .mgmtEthical_common .cs_text ol {
    margin-left: 12px; }
  .mgmtEthical_common .cs_text ol > li {
    margin: 15px 0 0 0;
    padding: 0 0 20px 0;
    font-size: 18px;
    color: #333;
    line-height: 1.5; }
    .mgmtEthical_common .cs_text ol > li:first-child {
      margin: 0 0 0 0;
      font-weight: 500; }
    .mgmtEthical_common .cs_text ol > li.firstChild {
      margin: 0 0 0 0; }
    .mgmtEthical_common .cs_text ol > li .ul_ > li {
      margin-left: 50px;
      padding: 10px 10px 10px 10px;
      font-size: 16px;
      color: #666;
      list-style-type: decimal; }
      .mgmtEthical_common .cs_text ol > li .ul_ > li .ul_ul_ > li {
        margin-left: 50px;
        padding: 20px 0 20px 0;
        list-style-type: upper-alpha;
        font-size: 16px;
        color: #666; }
  .mgmtEthical_common .cs_text .ft {
    color: #666;
    line-height: 1.5; }

.human.tab3 .section .img {
  overflow: hidden;
  border-radius: 1.2083333333rem; }
.human.tab3 .section ol {
  padding-left: 2.0833333333rem;
  margin: 1.6666666667rem 0 3.3333333333rem 0; }
  .human.tab3 .section ol > li {
    list-style: decimal-leading-zero;
    color: #222222;
    font-weight: 700;
    font-size: 1.2083333333rem; }
    .human.tab3 .section ol > li > ul {
      padding-top: 0.625rem; }
      .human.tab3 .section ol > li > ul > li {
        word-break: keep-all;
        color: #333333;
        font-weight: 500;
        font-size: 1rem;
        padding-top: 1.25rem;
        padding-left: 0.8333333333rem;
        background: url("../images/list_style.svg") 0 1.6666666667rem no-repeat;
        background-size: 0.125rem; }
        .human.tab3 .section ol > li > ul > li > ul {
          padding-top: 0.625rem; }
          .human.tab3 .section ol > li > ul > li > ul > li {
            word-break: keep-all;
            line-height: 1.5;
            padding-top: 0;
            padding-left: 0.8333333333rem;
            background: url("../images/list_style2.png") 0 0.75rem no-repeat;
            background-size: 0.2083333333rem 0.0416666667rem; }
@media screen and (min-width: 992px) {
  .human.tab3 .section {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 100px; }
    .human.tab3 .section.step1 {
      margin-top: 60px; }
    .human.tab3 .section .img {
      width: 460px;
      height: 164px;
      border-radius: 22px; }
    .human.tab3 .section ol {
      width: calc(100% - 400px);
      padding-left: 40px;
      margin: 0 0 0 0; }
      .human.tab3 .section ol > li {
        font-size: 24px; }
        .human.tab3 .section ol > li > ul {
          padding-top: 0; }
          .human.tab3 .section ol > li > ul > li {
            font-size: 20px;
            padding-top: 20px;
            padding-left: 10px;
            padding-right: 60px;
            background: url("../images/list_style.svg") 0 29px no-repeat;
            background-size: 3px; }
            .human.tab3 .section ol > li > ul > li > ul {
              padding-top: 15px; }
              .human.tab3 .section ol > li > ul > li > ul > li {
                padding-right: 60px;
                padding-left: 20px;
                background: url("../images/list_style2.png") 0 20px no-repeat;
                background-size: 6px 1px; } }
@media screen and (min-width: 1600px) {
  .human.tab3 .section .img {
    width: 500px;
    height: 198px; }
  .human.tab3 .section ol {
    width: calc(100% - 460px); } }
@media screen and (min-width: 1920px) {
  .human.tab3 .section .img {
    width: 560px;
    height: 222px; }
  .human.tab3 .section ol {
    width: calc(100% - 520px); } }

.esc-table {
  border-top: none; }
  .esc-table .esc-table-common.kpi colgroup col:nth-child(1) {
    width: 25%; }
  .esc-table .esc-table-common.kpi colgroup col:nth-child(2) {
    width: 45%; }
  .esc-table .esc-table-common.kpi colgroup col:nth-child(3) {
    width: 15%; }
  .esc-table .esc-table-common.kpi colgroup col:nth-child(4) {
    width: 15%; }
  .esc-table .esc-table-common.plan colgroup col:nth-child(1) {
    width: 30%; }
  .esc-table .esc-table-common.plan colgroup col:nth-child(2) {
    width: 70%; }
  .esc-table .esc-table-common tr th {
    font-weight: 500;
    border-bottom: 1px solid #c5c5c5;
    padding: 1.25rem 0;
    background-color: #f3f3f3; }
    .esc-table .esc-table-common tr th.th_2nd {
      border-left: 1px solid #c5c5c5;
      border-right: 1px solid #c5c5c5;
      background-color: #f9f9f9; }
    @media screen and (min-width: 992px) {
      .esc-table .esc-table-common tr th {
        padding: 30px 0; } }
  .esc-table .esc-table-common tr td {
    text-align: left !important;
    line-height: 1.4;
    padding-left: 1.0416666667rem;
    padding-right: 1.0416666667rem;
    font-size: 0.875rem;
    font-weight: 300;
    color: #666;
    border-right: 1px solid #d8d8d8;
    word-break: keep-all; }
    @media screen and (min-width: 992px) {
      .esc-table .esc-table-common tr td {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px; } }
    .esc-table .esc-table-common tr td:last-child {
      border-right: none; }
    .esc-table .esc-table-common tr td.last-child {
      border-bottom: 1px solid #000; }
  .esc-table .esc-table-common tr:hover {
    background: none; }
  .esc-table .esc-table-common tr.last-child td {
    border-bottom: 1px solid #000; }
  .esc-table .esc-table-common.green {
    border-top: 2px solid #037c0b; }
    .esc-table .esc-table-common.green tr th {
      background: #f8fcf8;
      color: #037c0b; }
  .esc-table .esc-table-common.orange {
    border-top: 2px solid #db5201; }
    .esc-table .esc-table-common.orange tr th {
      background: #fef9f6;
      color: #db5201; }
  .esc-table .esc-table-common.blue {
    border-top: 2px solid #1e527e; }
    .esc-table .esc-table-common.blue tr th {
      background: #f6f9fc;
      color: #1e527e; }
  .esc-table .esc-table-common.plan tr td {
    color: #000; }
    .esc-table .esc-table-common.plan tr td ul li {
      padding-left: 0.625rem;
      background: url(../images/td_li_icon.png) 0 0.4166666667rem no-repeat;
      background-size: 0.25rem; }
      @media screen and (min-width: 992px) {
        .esc-table .esc-table-common.plan tr td ul li {
          padding-left: 15px;
          background: url(../images/td_li_icon.png) 0 10px no-repeat;
          background-size: 7px; } }
  .esc-table.x-scroll .unit {
    min-width: 700px;
    text-align: right;
    padding: 0 0 0.625rem 0; }
    @media screen and (min-width: 992px) {
      .esc-table.x-scroll .unit {
        padding: 0 0 15px 0; } }

.task_title {
  position: relative;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 22.1666666667rem;
  height: 9.2083333333rem; }
  .task_title:before, .task_title:after {
    content: "";
    position: absolute;
    z-index: 2;
    background: url("/images/SVG/symbol-top.svg") 0 0 no-repeat;
    background-size: 2.6666666667rem 2.6666666667rem;
    width: 2.6666666667rem;
    height: 2.6666666667rem;
    left: 0.4166666667rem;
    top: 50%;
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  .task_title:after {
    left: auto;
    bottom: auto;
    background: url("/images/SVG/symbol-bottom.svg") 0 0 no-repeat;
    background-size: 2.6666666667rem 2.6666666667rem;
    right: 0.4166666667rem; }
  .task_title .inner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: wrap;
    max-width: 20rem;
    height: 6.25rem; }
    .task_title .inner p {
      width: 100%;
      font-weight: 700;
      color: #003a63;
      text-align: center;
      font-size: 1.125rem;
      padding: 0.2083333333rem 0; }
      .task_title .inner p:last-child {
        color: #e62140; }
  @media screen and (min-width: 360px) {
    .task_title .inner p {
      font-size: 1.3333333333rem; } }
  @media screen and (min-width: 992px) {
    .task_title {
      max-width: 900px;
      height: 260px; }
      .task_title:before, .task_title:after {
        background-size: 85px 85px;
        width: 85px;
        height: 85px;
        left: 20px; }
      .task_title:after {
        background: url("/images/SVG/symbol-bottom.svg") 0 0 no-repeat;
        background-size: 85px 85px;
        left: auto;
        right: 20px; }
      .task_title .inner {
        max-width: 790px;
        height: 160px;
        flex-flow: initial;
        align-items: center; }
        .task_title .inner p {
          width: auto;
          font-size: 32px;
          padding: 0 10px; }
      .task_title.top {
        max-width: 600px; }
      .task_title.bottom {
        max-width: 440px; } }
  @media screen and (min-width: 1600px) {
    .task_title {
      max-width: 1030px; }
      .task_title .inner {
        max-width: 900px; }
        .task_title .inner p {
          font-size: 42px; }
      .task_title.top {
        max-width: 700px; }
      .task_title.bottom {
        max-width: 540px; } }

.task_table-bottom .inner {
  display: flex;
  justify-content: center;
  flex-flow: wrap; }
  .task_table-bottom .inner .box-group {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .task_table-bottom .inner .box-group .box {
      width: 48%;
      height: 13.5416666667rem;
      border-radius: 2.4166666667rem;
      text-align: center;
      display: flex;
      align-content: center;
      flex-flow: wrap; }
      .task_table-bottom .inner .box-group .box:nth-child(2), .task_table-bottom .inner .box-group .box:nth-child(4) {
        margin-right: 0; }
      .task_table-bottom .inner .box-group .box strong {
        width: 100%;
        padding: 0.8333333333rem 0.625rem 1.0416666667rem 0.625rem;
        font-size: 1rem;
        font-weight: 600; }
      .task_table-bottom .inner .box-group .box p {
        width: 100%;
        font-size: 0.875rem;
        line-height: 1.2;
        word-break: keep-all; }
      @media screen and (min-width: 360px) {
        .task_table-bottom .inner .box-group .box strong {
          font-size: 1.0416666667rem; }
        .task_table-bottom .inner .box-group .box p {
          font-size: 0.9583333333rem; } }
      @media screen and (min-width: 420px) {
        .task_table-bottom .inner .box-group .box strong {
          font-size: 1.1666666667rem; }
        .task_table-bottom .inner .box-group .box p {
          font-size: 1.0416666667rem; } }
      @media screen and (min-width: 992px) {
        .task_table-bottom .inner .box-group .box {
          width: 209px;
          height: 194px;
          border-radius: 50px;
          margin-right: 24px;
          margin-bottom: auto; }
          .task_table-bottom .inner .box-group .box strong {
            padding: 20px 0 25px 0;
            font-size: 18px; }
          .task_table-bottom .inner .box-group .box p {
            font-size: 18px; } }
      @media screen and (min-width: 1600px) {
        .task_table-bottom .inner .box-group .box {
          width: 240px;
          height: 222px;
          border-radius: 54px;
          margin-right: 32px; }
          .task_table-bottom .inner .box-group .box strong {
            padding: 20px 0 25px 0;
            font-size: 22px; }
          .task_table-bottom .inner .box-group .box p {
            font-size: 22px; } }
      @media screen and (min-width: 1920px) {
        .task_table-bottom .inner .box-group .box {
          width: 273px;
          height: 254px;
          border-radius: 58px;
          margin-right: 36px; }
          .task_table-bottom .inner .box-group .box strong {
            padding: 20px 0 25px 0;
            font-size: 24px; }
          .task_table-bottom .inner .box-group .box p {
            font-size: 24px; } }
    @media screen and (min-width: 992px) {
      .task_table-bottom .inner .box-group.left {
        width: 50%; } }
    .task_table-bottom .inner .box-group.left .box {
      margin-bottom: 3.125rem;
      background: #fef6f1; }
      .task_table-bottom .inner .box-group.left .box strong {
        color: #f26f21; }
    .task_table-bottom .inner .box-group.left:before {
      content: "";
      position: absolute;
      z-index: 2;
      background: url("/images/SVG/symbol-top.svg") 0 0 no-repeat;
      background-size: 2.6666666667rem 2.6666666667rem;
      width: 2.6666666667rem;
      height: 2.6666666667rem;
      left: 50%;
      right: auto;
      bottom: 0.3125rem;
      -moz-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
      -webkit-transform: translateX(-50%) rotate(135deg);
      transform: translateX(-50%) rotate(135deg); }
    @media screen and (min-width: 992px) {
      .task_table-bottom .inner .box-group.left {
        justify-content: flex-start; }
        .task_table-bottom .inner .box-group.left .box {
          margin-bottom: auto; }
        .task_table-bottom .inner .box-group.left:before {
          content: "";
          position: absolute;
          z-index: 2;
          background: url("/images/SVG/symbol-top.svg") 0 0 no-repeat;
          background-size: 2.6666666667rem 2.6666666667rem;
          width: 2.6666666667rem;
          height: 2.6666666667rem;
          left: auto;
          bottom: auto;
          right: 4px;
          top: 50%;
          -moz-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); } }
    @media screen and (min-width: 992px) {
      .task_table-bottom .inner .box-group.right {
        width: 50%; } }
    .task_table-bottom .inner .box-group.right .box {
      margin-top: 3.125rem;
      background: #fef2f4; }
      .task_table-bottom .inner .box-group.right .box strong {
        color: #ed2e4e; }
    .task_table-bottom .inner .box-group.right:before {
      content: "";
      position: absolute;
      z-index: 2;
      background: url("/images/SVG/symbol-bottom.svg") 0 0 no-repeat;
      background-size: 2.6666666667rem 2.6666666667rem;
      width: 2.6666666667rem;
      height: 2.6666666667rem;
      left: 50%;
      top: 0.3125rem;
      -moz-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
      -webkit-transform: translateX(-50%) rotate(135deg);
      transform: translateX(-50%) rotate(135deg); }
    @media screen and (min-width: 992px) {
      .task_table-bottom .inner .box-group.right {
        justify-content: flex-end; }
        .task_table-bottom .inner .box-group.right .box {
          margin-top: auto; }
        .task_table-bottom .inner .box-group.right:before {
          content: "";
          position: absolute;
          z-index: 2;
          background: url("/images/SVG/symbol-bottom.svg") 0 0 no-repeat;
          background-size: 2.6666666667rem 2.6666666667rem;
          width: 2.6666666667rem;
          height: 2.6666666667rem;
          left: 4px;
          top: 50%;
          -moz-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); } }

.task_table-top .inner.x-scroll {
  overflow-x: scroll; }
  @media screen and (min-width: 992px) {
    .task_table-top .inner.x-scroll {
      overflow-x: visible; } }
.task_table-top .inner .table_group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  min-width: 51.5rem; }
  @media screen and (min-width: 992px) {
    .task_table-top .inner .table_group {
      min-width: auto; } }
  .task_table-top .inner .table_group > div {
    font-size: 1rem;
    color: #000;
    font-weight: 600; }
    @media screen and (min-width: 992px) {
      .task_table-top .inner .table_group > div {
        font-size: 20px; } }
    @media screen and (min-width: 1600px) {
      .task_table-top .inner .table_group > div {
        font-size: 24px; } }
    @media screen and (min-width: 1920px) {
      .task_table-top .inner .table_group > div {
        font-size: 28px; } }
  .task_table-top .inner .table_group .left {
    width: 12.1666666667rem;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .task_table-top .inner .table_group .left {
        width: 290px; } }
  .task_table-top .inner .table_group .center {
    width: 22.8958333333rem;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .task_table-top .inner .table_group .center {
        width: 425px; } }
    @media screen and (min-width: 1600px) {
      .task_table-top .inner .table_group .center {
        width: 518px; } }
    @media screen and (min-width: 1920px) {
      .task_table-top .inner .table_group .center {
        width: 610px; } }
  .task_table-top .inner .table_group .right {
    width: 358px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .task_table-top .inner .table_group .right {
        width: 275px; } }
    @media screen and (min-width: 1600px) {
      .task_table-top .inner .table_group .right {
        width: 368px; } }
    @media screen and (min-width: 1920px) {
      .task_table-top .inner .table_group .right {
        width: 460px; } }
  .task_table-top .inner .table_group.table_group_common {
    height: 370px;
    margin-bottom: 45px; }
    .task_table-top .inner .table_group.table_group_common .left {
      height: 100%; }
      .task_table-top .inner .table_group.table_group_common .left .left_inner {
        height: 100%;
        width: 11rem;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-flow: wrap;
        -webkit-border-top-left-radius: 2.5rem;
        -webkit-border-bottom-left-radius: 2.5rem;
        -moz-border-radius-topleft: 2.5rem;
        -moz-border-radius-bottomleft: 2.5rem;
        border-top-left-radius: 2.5rem;
        border-bottom-left-radius: 2.5rem; }
        @media screen and (min-width: 992px) {
          .task_table-top .inner .table_group.table_group_common .left .left_inner {
            width: 260px;
            -webkit-border-top-left-radius: 60px;
            -webkit-border-bottom-left-radius: 60px;
            -moz-border-radius-topleft: 60px;
            -moz-border-radius-bottomleft: 60px;
            border-top-left-radius: 60px;
            border-bottom-left-radius: 60px; } }
        .task_table-top .inner .table_group.table_group_common .left .left_inner p {
          width: 100%;
          color: #fff;
          font-weight: 600;
          line-height: 1.2; }
    .task_table-top .inner .table_group.table_group_common .center {
      height: 100%; }
      .task_table-top .inner .table_group.table_group_common .center ul {
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-content: center;
        flex-flow: wrap;
        border: 2px solid #000;
        border-right: 0; }
        .task_table-top .inner .table_group.table_group_common .center ul li {
          width: 100%;
          display: flex;
          justify-content: flex-start;
          padding: 1.4583333333rem 0.4166666667rem 1.4583333333rem 0; }
          .task_table-top .inner .table_group.table_group_common .center ul li:last-child {
            border-bottom: 0; }
          .task_table-top .inner .table_group.table_group_common .center ul li strong {
            width: 3.25rem;
            font-weight: 600;
            text-align: right;
            font-size: 1rem; }
          .task_table-top .inner .table_group.table_group_common .center ul li p {
            font-size: 1rem;
            width: 19.6458333333rem;
            text-align: left;
            font-weight: 400;
            padding-left: 10px;
            line-height: 1.2;
            word-break: keep-all; }
          @media screen and (min-width: 992px) {
            .task_table-top .inner .table_group.table_group_common .center ul li {
              padding: 35px 10px 35px 0; }
              .task_table-top .inner .table_group.table_group_common .center ul li strong {
                font-size: 20px;
                width: 76px; }
              .task_table-top .inner .table_group.table_group_common .center ul li p {
                font-size: 20px;
                width: 349px; } }
          @media screen and (min-width: 1600px) {
            .task_table-top .inner .table_group.table_group_common .center ul li strong {
              font-size: 24px;
              width: 76px; }
            .task_table-top .inner .table_group.table_group_common .center ul li p {
              font-size: 24px;
              width: 442px; } }
          @media screen and (min-width: 1920px) {
            .task_table-top .inner .table_group.table_group_common .center ul li strong {
              font-size: 28px;
              width: 76px; }
            .task_table-top .inner .table_group.table_group_common .center ul li p {
              font-size: 28px;
              width: 534px; } }
    .task_table-top .inner .table_group.table_group_common .right {
      height: 100%; }
      .task_table-top .inner .table_group.table_group_common .right ul {
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-content: center;
        flex-flow: wrap;
        -webkit-border-top-right-radius: 2.5rem;
        -webkit-border-bottom-right-radius: 2.5rem;
        -moz-border-radius-topright: 2.5rem;
        -moz-border-radius-bottomright: 2.5rem;
        border-top-right-radius: 2.5rem;
        border-bottom-right-radius: 2.5rem; }
        .task_table-top .inner .table_group.table_group_common .right ul li {
          display: flex;
          justify-content: flex-start;
          font-weight: 600;
          width: 100%;
          padding: 0.4166666667rem 0 0.4166666667rem 0.8333333333rem;
          font-size: 1rem; }
        @media screen and (min-width: 992px) {
          .task_table-top .inner .table_group.table_group_common .right ul {
            -webkit-border-top-right-radius: 60px;
            -webkit-border-bottom-right-radius: 60px;
            -moz-border-radius-topright: 60px;
            -moz-border-radius-bottomright: 60px;
            border-top-right-radius: 60px;
            border-bottom-right-radius: 60px; }
            .task_table-top .inner .table_group.table_group_common .right ul li {
              padding: 10px 0 10px 20px;
              font-size: 20px; } }
        @media screen and (min-width: 1600px) {
          .task_table-top .inner .table_group.table_group_common .right ul li {
            font-size: 24px; } }
        @media screen and (min-width: 1920px) {
          .task_table-top .inner .table_group.table_group_common .right ul li {
            font-size: 28px; } }
    .task_table-top .inner .table_group.table_group_common.green .left .left_inner {
      background: #6bb870; }
      .task_table-top .inner .table_group.table_group_common.green .left .left_inner i {
        width: 101px;
        height: 101px;
        margin-bottom: 20px;
        background: url(../images/goal_icon1.png) 0 0 no-repeat;
        background-size: contain; }
    .task_table-top .inner .table_group.table_group_common.green .center ul {
      border: 2px solid #b5dbb7;
      border-right: 0; }
      .task_table-top .inner .table_group.table_group_common.green .center ul li {
        border-bottom: 2px solid #ecf6ed; }
        .task_table-top .inner .table_group.table_group_common.green .center ul li strong {
          color: #6bb870; }
        .task_table-top .inner .table_group.table_group_common.green .center ul li:last-child {
          border-bottom: 0; }
    .task_table-top .inner .table_group.table_group_common.green .right ul {
      border: 2px solid #b5dbb7;
      background: #ecf6ed; }
      .task_table-top .inner .table_group.table_group_common.green .right ul li {
        color: #6bb870; }
    .task_table-top .inner .table_group.table_group_common.orange .left .left_inner {
      background: #f58c4d; }
      .task_table-top .inner .table_group.table_group_common.orange .left .left_inner i {
        width: 101px;
        height: 101px;
        margin-bottom: 20px;
        background: url(../images/goal_icon2.png) 0 0 no-repeat;
        background-size: contain; }
    .task_table-top .inner .table_group.table_group_common.orange .center ul {
      border: 2px solid #f9b58d;
      border-right: 0; }
      .task_table-top .inner .table_group.table_group_common.orange .center ul li {
        border-bottom: 2px solid #fdede3; }
        .task_table-top .inner .table_group.table_group_common.orange .center ul li strong {
          color: #f58c4d; }
        .task_table-top .inner .table_group.table_group_common.orange .center ul li:last-child {
          border-bottom: 0; }
    .task_table-top .inner .table_group.table_group_common.orange .right ul {
      border: 2px solid #f8ae82;
      background: #fef0e8; }
      .task_table-top .inner .table_group.table_group_common.orange .right ul li {
        color: #f26f21; }
    .task_table-top .inner .table_group.table_group_common.blue .left .left_inner {
      background: #4586bd; }
      .task_table-top .inner .table_group.table_group_common.blue .left .left_inner i {
        width: 101px;
        height: 101px;
        margin-bottom: 20px;
        background: url(../images/goal_icon3.png) 0 0 no-repeat;
        background-size: contain; }
    .task_table-top .inner .table_group.table_group_common.blue .center ul {
      border: 2px solid #8ab3d5;
      border-right: 0; }
      .task_table-top .inner .table_group.table_group_common.blue .center ul li {
        border-bottom: 2px solid #dce8f3; }
        .task_table-top .inner .table_group.table_group_common.blue .center ul li strong {
          color: #4586bd; }
        .task_table-top .inner .table_group.table_group_common.blue .center ul li:last-child {
          border-bottom: 0; }
    .task_table-top .inner .table_group.table_group_common.blue .right ul {
      border: 2px solid #7eabd1;
      background: #e7f0f7; }
      .task_table-top .inner .table_group.table_group_common.blue .right ul li {
        color: #1668ac; }

.container.esgtask {
  background: url("../images/task_bg.png") 50% calc(100% - 299px) no-repeat; }
