@charset "UTF-8";
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_b {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_b.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_l {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_l.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_r {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_r.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_img {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}
.fadein_img img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.fadein_img.active {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}
.fadein_img.active img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .fadein_b {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  .fadein_l {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  .fadein_r {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  .fadein_l.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.anime_d_01 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}
.anime_d_01 img {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}

.anime_d_02 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}
.anime_d_02 img {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.anime_d_03 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}
.anime_d_03 img {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.anime_d_04 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}
.anime_d_04 img {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.anime_d_05 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
.anime_d_05 img {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

.anime_d_06 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}
.anime_d_06 img {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.anime_d_07 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}
.anime_d_07 img {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}

.anime_d_08 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}
.anime_d_08 img {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.anime_d_09 {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}
.anime_d_09 img {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

.anime_d_10 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}
.anime_d_10 img {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.anime_d_11 {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}
.anime_d_11 img {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

.anime_d_12 {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}
.anime_d_12 img {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.anime_d_13 {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
}
.anime_d_13 img {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
}

.anime_d_14 {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}
.anime_d_14 img {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}

.anime_d_15 {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}
.anime_d_15 img {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

.anime_d_16 {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
}
.anime_d_16 img {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
}

.anime_d_17 {
  -webkit-transition-delay: 1.7s !important;
          transition-delay: 1.7s !important;
}
.anime_d_17 img {
  -webkit-transition-delay: 1.7s !important;
          transition-delay: 1.7s !important;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  min-width: auto;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

figure {
  margin: 0 0 0 0;
}

p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 2;
  font-size: 1.6rem;
}

.sp {
  display: none;
}

.sp_no {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .sp_no {
    display: none;
  }
}
.dis_no {
  display: none !important;
}

.red {
  color: #ff206e;
}

.yellow {
  color: #ffc53a;
}

.blue {
  color: #41ead4;
}

.blue_2 {
  color: #449dd1;
}

.sustainability img[src$=".svg"] {
  width: 100%;
  height: auto;
}
.sustainability img {
  width: 100%;
}
.sustainability .main_wrap .kv {
  width: 100%;
  height: 37.5vw;
  background-image: url("/-/media/image/msg/recruit/msh/sustainability/kv_image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
}
.sustainability .main_wrap .kv .page_tit_wrap {
  display: inline-block;
  margin: 12.125vw auto 0;
}
.sustainability .main_wrap .kv .page_tit_wrap .page_ic {
  width: 3vw;
  margin: 0 auto;
}
.sustainability .main_wrap .kv .page_tit_wrap .page_tit {
  font-size: 24px;
  font-size: 1.5vw;
  font-weight: 700;
  color: #fff;
  margin-top: 1.875vw;
  letter-spacing: 0.24em;
}
.sustainability .main_wrap .kv .page_txt {
  position: absolute;
  left: 50%;
  bottom: -0.1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  font-family: urw-din, sans-serif;
  font-size: 224px;
  font-size: 14vw;
  color: rgba(255, 255, 255, 0.3);
}
.sustainability .main_wrap .ms_sd {
  position: relative;
  text-align: center;
  padding-top: 284px;
}
.sustainability .main_wrap .ms_sd .ms_sd_bak {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1280px;
}
.sustainability .main_wrap .ms_sd .ms_sd_tit_wrap {
  position: relative;
  display: inline-block;
}
.sustainability .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar {
  position: absolute;
  width: 20px;
}
.sustainability .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar_l {
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sustainability .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar_r {
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.sustainability .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit {
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
}
.sustainability .main_wrap .ms_sd .ms_sd_txt {
  font-size: 2rem;
  line-height: 2;
  margin-top: 30px;
  font-weight: 700;
}
.sustainability .main_wrap .fe {
  margin-top: 135px;
}
.sustainability .main_wrap .fe .fe_wrap {
  width: 1000px;
  margin: 0 auto;
}
.sustainability .main_wrap .page_sec_tit_wrap {
  margin: 0 auto;
}
.sustainability .main_wrap .page_sec_tit_wrap .tit_ic_1 {
  width: 80px;
  margin: 0 auto;
}
.sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit {
  font-size: 9.6rem;
  font-family: urw-din, sans-serif;
  font-weight: 500;
  line-height: 1.08;
  text-align: center;
  letter-spacing: -0.1em;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
.sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+1) {
  color: #ff206e;
}
.sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+2) {
  color: #ffc53a;
}
.sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+3) {
  color: #41ead4;
}
.sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n) {
  color: #449dd1;
}
.sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit .tl {
  margin-right: 0.25em;
}
.sustainability .main_wrap .page_sec_tit_wrap .page_sec_txt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 28px;
}
.sustainability .main_wrap .sec_cont {
  margin-top: 80px;
}
.sustainability .main_wrap .sec_cont .sec_cont_num_wrap {
  position: relative;
  width: 100%;
}
.sustainability .main_wrap .sec_cont .sec_cont_num_wrap .sec_cont_num {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #000;
  margin: 0 auto;
  z-index: 1;
}
.sustainability .main_wrap .sec_cont .sec_cont_num_wrap .sec_cont_num .sec_cont_num_txt {
  font-family: urw-din, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1;
  padding-top: 16px;
}
.sustainability .main_wrap .sec_cont .sec_cont_num_wrap::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000;
}
.sustainability .main_wrap .sec_cont .cl_num_1 .sec_cont_num {
  background-color: #ff206e;
}
.sustainability .main_wrap .sec_cont .cl_num_1::before {
  background-color: #ff206e;
}
.sustainability .main_wrap .sec_cont .cl_num_2 .sec_cont_num {
  background-color: #ffc53a;
}
.sustainability .main_wrap .sec_cont .cl_num_2::before {
  background-color: #ffc53a;
}
.sustainability .main_wrap .sec_cont .cl_num_3 .sec_cont_num {
  background-color: #41ead4;
}
.sustainability .main_wrap .sec_cont .cl_num_3::before {
  background-color: #41ead4;
}
.sustainability .main_wrap .sec_cont .cl_num_4 .sec_cont_num {
  background-color: #449dd1;
}
.sustainability .main_wrap .sec_cont .cl_num_4::before {
  background-color: #449dd1;
}
.sustainability .main_wrap .sec_cont .sec_cont_tit {
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
  margin-top: 20px;
}
.sustainability .main_wrap .sec_cont .sec_cont_tit .sec_cont_tit_f {
  font-size: 8rem;
}
.sustainability .main_wrap .sec_cont .sec_cont_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.5;
  margin-top: 60px;
}
.sustainability .main_wrap .sec_cont .img_art_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 70px;
}
.sustainability .main_wrap .sec_cont .img_art_wrap .img_art {
  width: 29%;
}
.sustainability .main_wrap .sec_cont .img_art_wrap .img_art .img_art_images {
  width: 100%;
}
.sustainability .main_wrap .sec_cont .img_art_wrap .img_art .img_art_tit {
  font-size: 2rem;
  font-weight: 700;
  margin: 30px 0;
  line-height: 1;
  text-align: center;
}
.sustainability .main_wrap .sec_cont .img_art_wrap .img_art .img_art_txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.sustainability .main_wrap .sec_cont .ill_art_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 70px;
}
.sustainability .main_wrap .sec_cont .ill_art_wrap .ill_art {
  width: 47%;
  border: 2px solid #ffc53a;
  padding: 38px;
}
.sustainability .main_wrap .sec_cont .ill_art_wrap .ill_art .ill_art_images {
  height: 208px;
  text-align: center;
}
.sustainability .main_wrap .sec_cont .ill_art_wrap .ill_art .ill_art_images img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.sustainability .main_wrap .sec_cont .ill_art_wrap .ill_art .ill_art_tit {
  font-size: 2rem;
  font-weight: 700;
  margin: 30px 0;
  line-height: 1;
  text-align: center;
}
.sustainability .main_wrap .sec_cont .ill_art_wrap .ill_art .ill_art_txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.sustainability .main_wrap .sec_cont .icn_art_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sustainability .main_wrap .sec_cont .icn_art_wrap .icn_art {
  width: 29%;
  border: 2px solid #41ead4;
  padding: 40px 25px;
  margin-top: 70px;
}
.sustainability .main_wrap .sec_cont .icn_art_wrap .icn_art .icn_art_images {
  height: 115px;
  text-align: center;
}
.sustainability .main_wrap .sec_cont .icn_art_wrap .icn_art .icn_art_images img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.sustainability .main_wrap .sec_cont .icn_art_wrap .icn_art .icn_art_tit {
  font-size: 2rem;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.04em;
}
.sustainability .main_wrap .sec_cont .icn_art_wrap .icn_art .icn_art_txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.sustainability .main_wrap .sec_cont .tx_art_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 70px;
}
.sustainability .main_wrap .sec_cont .tx_art_wrap .tx_art {
  width: 47%;
  border: 2px solid #449dd1;
}
.sustainability .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_tit {
  position: relative;
  background-color: #449dd1;
  padding: 40px 0;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.sustainability .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_tit::before {
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #449dd1 transparent transparent transparent;
}
.sustainability .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_txt {
  padding: 40px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.sustainability .main_wrap .evaluation {
  border: 2px solid #449dd1;
  padding: 40px;
  margin-top: 80px;
}
.sustainability .main_wrap .evaluation .evaluation_tit {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  color: #449dd1;
  text-align: center;
  border-bottom: 1px solid #449dd1;
  padding-bottom: 40px;
}
.sustainability .main_wrap .evaluation .el_art_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sustainability .main_wrap .evaluation .el_art_wrap .el_art {
  width: 42%;
}
.sustainability .main_wrap .evaluation .el_art_wrap .el_art .el_art_images {
  height: 130px;
  text-align: center;
  margin-top: 40px;
}
.sustainability .main_wrap .evaluation .el_art_wrap .el_art .el_art_images img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.sustainability .main_wrap .evaluation .el_art_wrap .el_art .el_art_tit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 16px 0;
}
.sustainability .main_wrap .evaluation .el_art_wrap .el_art .el_art_txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.sustainability .main_wrap .sustaina_link {
  width: 100%;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  margin-top: 80px;
}
.sustainability .main_wrap .sustaina_link .sustaina_link_logo {
  width: 24%;
}
.sustainability .main_wrap .sustaina_link .sustaina_link_cont {
  width: 60%;
}
.sustainability .main_wrap .sustaina_link .sustaina_link_cont .sustaina_link_tit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.sustainability .main_wrap .sustaina_link .sustaina_link_cont .sustaina_link_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 24px;
}
.sustainability .main_wrap .sustaina_link .sustaina_link_cont .more_btn {
  display: block;
  position: relative;
  width: 240px;
  padding: 12px 0;
  background-color: #1e335a;
  margin-top: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none !important;
}
.sustainability .main_wrap .sustaina_link .sustaina_link_cont .more_btn .more_btn_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.sustainability .main_wrap .sustaina_link .sustaina_link_cont .more_btn .more_btn_img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}
.sustainability .main_wrap .sustaina_link .sustaina_link_cont .more_btn .more_btn_img img {
  display: block;
}
.sustainability .main_wrap .sustaina_link .sustaina_link_cont .more_btn:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
.sustainability .main_wrap .e_know {
  margin-top: 80px;
  position: relative;
}
.sustainability .main_wrap .e_know .e_know_img {
  width: 100%;
  position: relative;
}
.sustainability .main_wrap .e_know .e_know_tit {
  position: absolute;
  top: 50%;
  left: 120px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  z-index: 1;
  line-height: 1;
}
.sustainability .main_wrap .e_know .more_btn_wrap {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sustainability .main_wrap .e_know .more_btn {
  display: block;
  position: relative;
  width: 240px;
  padding: 12px 0;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none !important;
}
.sustainability .main_wrap .e_know .more_btn .more_btn_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #1e335a;
}
.sustainability .main_wrap .e_know .more_btn .more_btn_img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}
.sustainability .main_wrap .e_know .more_btn .more_btn_img img {
  display: block;
}
.sustainability .main_wrap .e_know .more_btn:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
.sustainability .main_wrap .page_b {
  margin-bottom: 120px;
}

@media screen and (max-width: 1000px) {
  .sustainability .main_wrap .kv {
    width: 100%;
    height: 37.5vw;
    background-image: url("/-/media/image/msg/recruit/msh/sustainability/kv_image.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
  }
  .sustainability .main_wrap .kv .page_tit_wrap {
    display: inline-block;
    margin: 12.125vw auto 0;
  }
  .sustainability .main_wrap .kv .page_tit_wrap .page_ic {
    width: 3vw;
    margin: 0 auto;
  }
  .sustainability .main_wrap .kv .page_tit_wrap .page_tit {
    font-size: 24px;
    font-size: 1.5vw;
    font-weight: 700;
    color: #fff;
    margin-top: 1.875vw;
    letter-spacing: 0.24em;
  }
  .sustainability .main_wrap .kv .page_txt {
    position: absolute;
    left: 50%;
    bottom: -0.1em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 1;
    font-family: urw-din, sans-serif;
    font-size: 224px;
    font-size: 14vw;
    color: rgba(255, 255, 255, 0.3);
  }
  .sustainability .main_wrap .ms_sd {
    position: relative;
    text-align: center;
    padding-top: 28.4vw;
  }
  .sustainability .main_wrap .ms_sd .ms_sd_bak {
    position: absolute;
    top: 8vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 128vw;
  }
  .sustainability .main_wrap .ms_sd .ms_sd_tit_wrap {
    position: relative;
    display: inline-block;
  }
  .sustainability .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar {
    position: absolute;
    width: 2vw;
  }
  .sustainability .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar_l {
    top: 50%;
    left: -5vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sustainability .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar_r {
    top: 50%;
    right: -5vw;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .sustainability .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit {
    display: inline-block;
    font-size: 4vw;
    font-weight: 700;
  }
  .sustainability .main_wrap .ms_sd .ms_sd_txt {
    font-size: 2vw;
    line-height: 2;
    margin-top: 3vw;
    font-weight: 700;
  }
  .sustainability .main_wrap .fe {
    margin-top: 13.5vw;
  }
  .sustainability .main_wrap .fe .fe_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .sustainability .main_wrap .page_sec_tit_wrap {
    margin: 0 auto;
  }
  .sustainability .main_wrap .page_sec_tit_wrap .tit_ic_1 {
    width: 8vw;
    margin: 0 auto;
  }
  .sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit {
    font-size: 9.6vw;
    font-family: urw-din, sans-serif;
    font-weight: 500;
    line-height: 1.08;
    text-align: center;
    letter-spacing: -0.1em;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
  }
  .sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+1) {
    color: #ff206e;
  }
  .sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+2) {
    color: #ffc53a;
  }
  .sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+3) {
    color: #41ead4;
  }
  .sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n) {
    color: #449dd1;
  }
  .sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit .tl {
    margin-right: 0.25em;
  }
  .sustainability .main_wrap .page_sec_tit_wrap .page_sec_txt {
    text-align: center;
    font-size: 2.4vw;
    font-weight: 700;
    line-height: 1;
    margin-top: 2.8vw;
  }
  .sustainability .main_wrap .sec_cont {
    margin-top: 8vw;
  }
  .sustainability .main_wrap .sec_cont .sec_cont_num_wrap {
    position: relative;
    width: 100%;
  }
  .sustainability .main_wrap .sec_cont .sec_cont_num_wrap .sec_cont_num {
    position: relative;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    background-color: #000;
    margin: 0 auto;
    z-index: 1;
  }
  .sustainability .main_wrap .sec_cont .sec_cont_num_wrap .sec_cont_num .sec_cont_num_txt {
    font-family: urw-din, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 4.8vw;
    line-height: 1;
    padding-top: 1.6vw;
  }
  .sustainability .main_wrap .sec_cont .sec_cont_num_wrap::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #000;
  }
  .sustainability .main_wrap .sec_cont .cl_num_1 .sec_cont_num {
    background-color: #ff206e;
  }
  .sustainability .main_wrap .sec_cont .cl_num_1::before {
    background-color: #ff206e;
  }
  .sustainability .main_wrap .sec_cont .cl_num_2 .sec_cont_num {
    background-color: #ffc53a;
  }
  .sustainability .main_wrap .sec_cont .cl_num_2::before {
    background-color: #ffc53a;
  }
  .sustainability .main_wrap .sec_cont .cl_num_3 .sec_cont_num {
    background-color: #41ead4;
  }
  .sustainability .main_wrap .sec_cont .cl_num_3::before {
    background-color: #41ead4;
  }
  .sustainability .main_wrap .sec_cont .cl_num_4 .sec_cont_num {
    background-color: #449dd1;
  }
  .sustainability .main_wrap .sec_cont .cl_num_4::before {
    background-color: #449dd1;
  }
  .sustainability .main_wrap .sec_cont .sec_cont_tit {
    text-align: center;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.4;
    margin-top: 2vw;
  }
  .sustainability .main_wrap .sec_cont .sec_cont_tit .sec_cont_tit_f {
    font-size: 8vw;
  }
  .sustainability .main_wrap .sec_cont .sec_cont_txt {
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 2.5;
    margin-top: 6vw;
  }
  .sustainability .main_wrap .sec_cont .img_art_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 7vw;
  }
  .sustainability .main_wrap .sec_cont .img_art_wrap .img_art {
    width: 29vw;
  }
  .sustainability .main_wrap .sec_cont .img_art_wrap .img_art .img_art_images {
    width: 100%;
  }
  .sustainability .main_wrap .sec_cont .img_art_wrap .img_art .img_art_tit {
    font-size: 2vw;
    font-weight: 700;
    margin: 3vw 0;
    line-height: 1;
    text-align: center;
  }
  .sustainability .main_wrap .sec_cont .img_art_wrap .img_art .img_art_txt {
    font-size: 1.4vw;
    line-height: 2;
    font-weight: 500;
  }
  .sustainability .main_wrap .sec_cont .ill_art_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 7vw;
  }
  .sustainability .main_wrap .sec_cont .ill_art_wrap .ill_art {
    width: 47vw;
    border: 2px solid #ffc53a;
    padding: 3.08vw;
  }
  .sustainability .main_wrap .sec_cont .ill_art_wrap .ill_art .ill_art_images {
    height: 20.08vw;
    text-align: center;
  }
  .sustainability .main_wrap .sec_cont .ill_art_wrap .ill_art .ill_art_images img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
  .sustainability .main_wrap .sec_cont .ill_art_wrap .ill_art .ill_art_tit {
    font-size: 2vw;
    font-weight: 700;
    margin: 3vw 0;
    line-height: 1;
    text-align: center;
  }
  .sustainability .main_wrap .sec_cont .ill_art_wrap .ill_art .ill_art_txt {
    font-size: 1.4vw;
    line-height: 2;
    font-weight: 500;
  }
  .sustainability .main_wrap .sec_cont .icn_art_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sustainability .main_wrap .sec_cont .icn_art_wrap .icn_art {
    width: 29vw;
    border: 2px solid #41ead4;
    padding: 4vw;
    margin-top: 7vw;
  }
  .sustainability .main_wrap .sec_cont .icn_art_wrap .icn_art .icn_art_images {
    height: 11.5vw;
    text-align: center;
  }
  .sustainability .main_wrap .sec_cont .icn_art_wrap .icn_art .icn_art_images img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
  .sustainability .main_wrap .sec_cont .icn_art_wrap .icn_art .icn_art_tit {
    font-size: 2vw;
    font-weight: 700;
    margin: 2vw 0;
    line-height: 1;
    text-align: center;
  }
  .sustainability .main_wrap .sec_cont .icn_art_wrap .icn_art .icn_art_txt {
    font-size: 1.4vw;
    line-height: 2;
    font-weight: 500;
    letter-spacing: -0.02em;
  }
  .sustainability .main_wrap .sec_cont .tx_art_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 7vw;
  }
  .sustainability .main_wrap .sec_cont .tx_art_wrap .tx_art {
    width: 47vw;
    border: 2px solid #449dd1;
  }
  .sustainability .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_tit {
    position: relative;
    background-color: #449dd1;
    padding: 4vw 0;
    font-size: 2vw;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: center;
  }
  .sustainability .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_tit::before {
    position: absolute;
    bottom: -1.9vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2vw 2vw 0 2vw;
    border-color: #449dd1 transparent transparent transparent;
  }
  .sustainability .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_txt {
    padding: 4vw;
    font-size: 1.4vw;
    line-height: 2;
    font-weight: 500;
  }
  .sustainability .main_wrap .evaluation {
    border: 2px solid #449dd1;
    padding: 4vw;
    margin-top: 8vw;
  }
  .sustainability .main_wrap .evaluation .evaluation_tit {
    font-weight: 700;
    font-size: 3.2vw;
    line-height: 1;
    color: #449dd1;
    text-align: center;
    border-bottom: 1px solid #449dd1;
    padding-bottom: 4vw;
  }
  .sustainability .main_wrap .evaluation .el_art_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sustainability .main_wrap .evaluation .el_art_wrap .el_art {
    width: 42vw;
  }
  .sustainability .main_wrap .evaluation .el_art_wrap .el_art .el_art_images {
    height: 13vw;
    text-align: center;
    margin-top: 4vw;
  }
  .sustainability .main_wrap .evaluation .el_art_wrap .el_art .el_art_images img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
  .sustainability .main_wrap .evaluation .el_art_wrap .el_art .el_art_tit {
    font-size: 2vw;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 1.6vw 0;
  }
  .sustainability .main_wrap .evaluation .el_art_wrap .el_art .el_art_txt {
    font-size: 1.4vw;
    line-height: 2;
    font-weight: 500;
  }
  .sustainability .main_wrap .sustaina_link {
    width: 100%;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4vw;
    margin-top: 8vw;
  }
  .sustainability .main_wrap .sustaina_link .sustaina_link_logo {
    width: 24vw;
  }
  .sustainability .main_wrap .sustaina_link .sustaina_link_cont {
    width: 60vw;
  }
  .sustainability .main_wrap .sustaina_link .sustaina_link_cont .sustaina_link_tit {
    font-size: 2vw;
    font-weight: 700;
    line-height: 1;
  }
  .sustainability .main_wrap .sustaina_link .sustaina_link_cont .sustaina_link_txt {
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 2;
    margin-top: 2.4vw;
  }
  .sustainability .main_wrap .sustaina_link .sustaina_link_cont .more_btn {
    position: relative;
    width: 24vw;
    padding: 1.2vw 0;
    background-color: #1e335a;
    margin-top: 2.4vw;
  }
  .sustainability .main_wrap .sustaina_link .sustaina_link_cont .more_btn .more_btn_txt {
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
  }
  .sustainability .main_wrap .sustaina_link .sustaina_link_cont .more_btn .more_btn_img {
    position: absolute;
    top: 50%;
    right: 2vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1vw;
  }
  .sustainability .main_wrap .sustaina_link .sustaina_link_cont .more_btn .more_btn_img img {
    display: block;
  }
  .sustainability .main_wrap .e_know {
    margin-top: 8vw;
    position: relative;
  }
  .sustainability .main_wrap .e_know .e_know_img {
    width: 100%;
    position: relative;
  }
  .sustainability .main_wrap .e_know .e_know_tit {
    position: absolute;
    top: 50%;
    left: 12vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 2.4vw;
    font-weight: 700;
    white-space: nowrap;
    color: #fff;
    z-index: 1;
    line-height: 1;
  }
  .sustainability .main_wrap .e_know .more_btn_wrap {
    position: absolute;
    top: 50%;
    right: 4vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sustainability .main_wrap .e_know .more_btn {
    position: relative;
    width: 24vw;
    padding: 1.2vw 0;
    background-color: #fff;
  }
  .sustainability .main_wrap .e_know .more_btn .more_btn_txt {
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #1e335a;
  }
  .sustainability .main_wrap .e_know .more_btn .more_btn_img {
    position: absolute;
    top: 50%;
    right: 2vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1vw;
  }
  .sustainability .main_wrap .e_know .more_btn .more_btn_img img {
    display: block;
  }
  .sustainability .main_wrap .page_b {
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .sustainability .main_wrap .kv {
    width: 100%;
    height: 37.5vw;
    background-image: url("/-/media/image/msg/recruit/msh/sustainability/kv_image.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
  }
  .sustainability .main_wrap .kv .page_tit_wrap {
    display: inline-block;
    margin: 12.125vw auto 0;
  }
  .sustainability .main_wrap .kv .page_tit_wrap .page_ic {
    width: 5.375vw;
    margin: 0 auto;
  }
  .sustainability .main_wrap .kv .page_tit_wrap .page_tit {
    font-size: 36px;
    font-size: 2.25vw;
    font-weight: 700;
    color: #fff;
    margin-top: 1.875vw;
    letter-spacing: 0.24em;
  }
  .sustainability .main_wrap .kv .page_txt {
    position: absolute;
    left: 50%;
    bottom: -0.1em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 1;
    font-family: urw-din, sans-serif;
    font-size: 224px;
    font-size: 14vw;
    color: rgba(255, 255, 255, 0.3);
  }
  .sustainability .main_wrap .ms_sd {
    position: relative;
    text-align: center;
    padding-top: 200px;
  }
  .sustainability .main_wrap .ms_sd .ms_sd_bak {
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1000px;
  }
  .sustainability .main_wrap .ms_sd .ms_sd_tit_wrap {
    position: relative;
    display: inline-block;
  }
  .sustainability .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar {
    position: absolute;
    width: 20px;
  }
  .sustainability .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar_l {
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sustainability .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar_r {
    top: 50%;
    right: -25px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .sustainability .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .sustainability .main_wrap .ms_sd .ms_sd_txt {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 30px;
    font-weight: 700;
  }
  .sustainability .main_wrap .fe {
    margin-top: 100px;
  }
  .sustainability .main_wrap .fe .fe_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .sustainability .main_wrap .page_sec_tit_wrap {
    margin: 0 auto;
  }
  .sustainability .main_wrap .page_sec_tit_wrap .tit_ic_1 {
    width: 60px;
    margin: 0 auto;
  }
  .sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit {
    font-size: 3.6rem;
    font-family: urw-din, sans-serif;
    font-weight: 500;
    line-height: 1.08;
    text-align: center;
    letter-spacing: -0.1em;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    margin-top: 15px;
  }
  .sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+1) {
    color: #ff206e;
  }
  .sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+2) {
    color: #ffc53a;
  }
  .sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+3) {
    color: #41ead4;
  }
  .sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n) {
    color: #449dd1;
  }
  .sustainability .main_wrap .page_sec_tit_wrap .page_sec_tit .tl {
    margin-right: 0.25em;
  }
  .sustainability .main_wrap .page_sec_tit_wrap .page_sec_txt {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
  }
  .sustainability .main_wrap .sec_cont {
    margin-top: 60px;
  }
  .sustainability .main_wrap .sec_cont .sec_cont_num_wrap {
    position: relative;
    width: 100%;
  }
  .sustainability .main_wrap .sec_cont .sec_cont_num_wrap .sec_cont_num {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #000;
    margin: 0 auto;
    z-index: 1;
  }
  .sustainability .main_wrap .sec_cont .sec_cont_num_wrap .sec_cont_num .sec_cont_num_txt {
    font-family: urw-din, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1;
    padding-top: 16px;
  }
  .sustainability .main_wrap .sec_cont .sec_cont_num_wrap::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #000;
  }
  .sustainability .main_wrap .sec_cont .cl_num_1 .sec_cont_num {
    background-color: #ff206e;
  }
  .sustainability .main_wrap .sec_cont .cl_num_1::before {
    background-color: #ff206e;
  }
  .sustainability .main_wrap .sec_cont .cl_num_2 .sec_cont_num {
    background-color: #ffc53a;
  }
  .sustainability .main_wrap .sec_cont .cl_num_2::before {
    background-color: #ffc53a;
  }
  .sustainability .main_wrap .sec_cont .cl_num_3 .sec_cont_num {
    background-color: #41ead4;
  }
  .sustainability .main_wrap .sec_cont .cl_num_3::before {
    background-color: #41ead4;
  }
  .sustainability .main_wrap .sec_cont .cl_num_4 .sec_cont_num {
    background-color: #449dd1;
  }
  .sustainability .main_wrap .sec_cont .cl_num_4::before {
    background-color: #449dd1;
  }
  .sustainability .main_wrap .sec_cont .sec_cont_tit {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 20px;
  }
  .sustainability .main_wrap .sec_cont .sec_cont_tit .sec_cont_tit_f {
    font-size: 4rem;
  }
  .sustainability .main_wrap .sec_cont .sec_cont_txt {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.5;
    margin-top: 20px;
  }
  .sustainability .main_wrap .sec_cont .img_art_wrap {
    display: block;
  }
  .sustainability .main_wrap .sec_cont .img_art_wrap .img_art {
    width: 100%;
    margin-top: 50px;
  }
  .sustainability .main_wrap .sec_cont .img_art_wrap .img_art .img_art_images {
    width: 100%;
  }
  .sustainability .main_wrap .sec_cont .img_art_wrap .img_art .img_art_tit {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 20px 0;
    line-height: 1;
    text-align: center;
  }
  .sustainability .main_wrap .sec_cont .img_art_wrap .img_art .img_art_txt {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 500;
  }
  .sustainability .main_wrap .sec_cont .ill_art_wrap {
    display: block;
  }
  .sustainability .main_wrap .sec_cont .ill_art_wrap .ill_art {
    width: 100%;
    border: 2px solid #ffc53a;
    padding: 38px;
    margin-top: 50px;
  }
  .sustainability .main_wrap .sec_cont .ill_art_wrap .ill_art .ill_art_images {
    height: auto;
    width: 100%;
    text-align: center;
  }
  .sustainability .main_wrap .sec_cont .ill_art_wrap .ill_art .ill_art_images img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .sustainability .main_wrap .sec_cont .ill_art_wrap .ill_art .ill_art_tit {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 20px 0;
    line-height: 1;
    text-align: center;
  }
  .sustainability .main_wrap .sec_cont .ill_art_wrap .ill_art .ill_art_txt {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 500;
  }
  .sustainability .main_wrap .sec_cont .icn_art_wrap {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sustainability .main_wrap .sec_cont .icn_art_wrap .icn_art {
    width: 100%;
    border: 2px solid #41ead4;
    padding: 30px;
    margin-top: 50px;
  }
  .sustainability .main_wrap .sec_cont .icn_art_wrap .icn_art .icn_art_images {
    height: 80px;
    text-align: center;
  }
  .sustainability .main_wrap .sec_cont .icn_art_wrap .icn_art .icn_art_images img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
  .sustainability .main_wrap .sec_cont .icn_art_wrap .icn_art .icn_art_tit {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 20px 0;
    line-height: 1.25;
    text-align: center;
  }
  .sustainability .main_wrap .sec_cont .icn_art_wrap .icn_art .icn_art_txt {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 500;
    letter-spacing: -0.02em;
  }
  .sustainability .main_wrap .sec_cont .tx_art_wrap {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sustainability .main_wrap .sec_cont .tx_art_wrap .tx_art {
    width: 100%;
    border: 2px solid #449dd1;
    margin-top: 50px;
  }
  .sustainability .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_tit {
    position: relative;
    background-color: #449dd1;
    padding: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: center;
  }
  .sustainability .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_tit::before {
    position: absolute;
    bottom: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #449dd1 transparent transparent transparent;
  }
  .sustainability .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_txt {
    padding: 40px 20px;
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 500;
  }
  .sustainability .main_wrap .evaluation {
    border: 2px solid #449dd1;
    padding: 30px 20px;
    margin-top: 60px;
  }
  .sustainability .main_wrap .evaluation .evaluation_tit {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    color: #449dd1;
    text-align: center;
    border-bottom: 1px solid #449dd1;
    padding-bottom: 30px;
  }
  .sustainability .main_wrap .evaluation .el_art_wrap {
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sustainability .main_wrap .evaluation .el_art_wrap .el_art {
    width: 100%;
  }
  .sustainability .main_wrap .evaluation .el_art_wrap .el_art .el_art_images {
    width: 100px;
    height: auto;
    text-align: center;
    margin-top: 40px;
    margin: 40px auto 0;
  }
  .sustainability .main_wrap .evaluation .el_art_wrap .el_art .el_art_images img {
    display: block;
    width: 100%;
    height: auto;
  }
  .sustainability .main_wrap .evaluation .el_art_wrap .el_art .el_art_tit {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 16px 0;
  }
  .sustainability .main_wrap .evaluation .el_art_wrap .el_art .el_art_txt {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 500;
  }
  .sustainability .main_wrap .sustaina_link {
    width: 100%;
    background-color: #f5f5f5;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
    margin-top: 60px;
  }
  .sustainability .main_wrap .sustaina_link .sustaina_link_logo {
    width: 80%;
    margin: 0 auto;
  }
  .sustainability .main_wrap .sustaina_link .sustaina_link_cont {
    width: 100%;
  }
  .sustainability .main_wrap .sustaina_link .sustaina_link_cont .sustaina_link_tit {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 20px;
  }
  .sustainability .main_wrap .sustaina_link .sustaina_link_cont .sustaina_link_txt {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2;
    margin-top: 20px;
  }
  .sustainability .main_wrap .sustaina_link .sustaina_link_cont .more_btn {
    position: relative;
    width: 200px;
    padding: 12px 0;
    background-color: #1e335a;
    margin-top: 24px;
  }
  .sustainability .main_wrap .sustaina_link .sustaina_link_cont .more_btn .more_btn_txt {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
  }
  .sustainability .main_wrap .sustaina_link .sustaina_link_cont .more_btn .more_btn_img {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
  }
  .sustainability .main_wrap .sustaina_link .sustaina_link_cont .more_btn .more_btn_img img {
    display: block;
  }
  .sustainability .main_wrap .e_know {
    margin-top: 60px;
    position: relative;
  }
  .sustainability .main_wrap .e_know .e_know_img {
    width: 100%;
    position: relative;
  }
  .sustainability .main_wrap .e_know .e_know_tit {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.8rem;
    font-weight: 700;
    white-space: nowrap;
    color: #fff;
    z-index: 1;
    line-height: 1.25;
  }
  .sustainability .main_wrap .e_know .more_btn_wrap {
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .sustainability .main_wrap .e_know .more_btn {
    position: relative;
    width: 180px;
    padding: 12px 0;
    background-color: #fff;
  }
  .sustainability .main_wrap .e_know .more_btn .more_btn_txt {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #1e335a;
  }
  .sustainability .main_wrap .e_know .more_btn .more_btn_img {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
  }
  .sustainability .main_wrap .e_know .more_btn .more_btn_img img {
    display: block;
  }
  .sustainability .main_wrap .page_b {
    margin-bottom: 80px;
  }
}