@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}
@media only screen and (max-width: 1700px) {
  html {
    zoom: 0.9;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    zoom: 0.7;
  }
}
@media only screen and (max-width: 1100px) {
  html {
    zoom: 1;
  }
}

body {
  width: 100%;
  font-family: "Prompt", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #707070;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  body {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #707070;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover {
  opacity: 0.8;
}

button {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  border: 0;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.link-sp {
  pointer-events: none;
}

.anchor {
  display: block;
  position: relative;
  top: -45px;
  visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .anchor {
    top: -45px;
  }
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.fw100-thin {
  font-weight: 100;
}

.fw200-extra-light {
  font-weight: 200;
}

.fw300-light {
  font-weight: 300;
}

.fw400-regular {
  font-weight: 400;
}

.fw500-medium {
  font-weight: 500;
}

.fw600-semi-bold {
  font-weight: 600;
}

.fw700-bold {
  font-weight: 700;
}

.fw800-extra-bold {
  font-weight: 800;
}

.fw900-black {
  font-weight: 900;
}

.color-orange {
  color: #FF7B23;
}

.color-white {
  color: #fff;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 13;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.01)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
  padding: 0 40px;
}
@media only screen and (max-width: 750px) {
  header .header {
    padding: 0 5%;
  }
}
header .header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .header-left a {
  display: block;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  header .header .header-left a.logo {
    width: 150px;
  }
}
header .header .header-left a.swith {
  margin-left: 20px;
  line-height: 2rem;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  header .header .header-left a.swith {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
header .header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  header .header .header-right .menu {
    display: none;
  }
}
header .header .header-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .header-right .menu ul li {
  position: relative;
  padding: 20px 0;
}
header .header .header-right .menu ul li + li {
  margin-left: 25px;
}
header .header .header-right .menu ul li.dropdown:hover .dropdown-content {
  width: auto;
  opacity: 1;
  visibility: visible;
  top: 60px;
}
header .header .header-right .menu ul li a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #fff;
}
header .header .header-right .menu ul li .dropdown-content {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 50px;
  left: -25px;
  z-index: 8;
  background-color: rgba(42, 42, 42, 0.93);
  border-radius: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .header .header-right .menu ul li .dropdown-content li {
  margin-left: 0;
  padding: 0;
}
header .header .header-right .menu ul li .dropdown-content li + li {
  border-top: 1px solid #404040;
}
header .header .header-right .menu ul li .dropdown-content li a {
  display: block;
  font-weight: 300;
  padding: 15px 25px;
  white-space: nowrap;
}
header .header .header-right .menu ul li .dropdown-content li a:hover {
  opacity: 1;
  color: #FF7B23;
}
header .header .header-right .btn-burger {
  display: none;
}
@media only screen and (max-width: 1100px) {
  header .header .header-right .btn-burger {
    display: block;
  }
}
header .header .header-right .lang {
  margin-left: 25px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  header .header .header-right .lang {
    margin-left: 20px;
  }
}
header .header .header-right .lang a {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
}
header .header .header-right .lang a.lang-current {
  position: relative;
  z-index: 9;
}
header .header .header-right .lang a.lang-current.active {
  color: #fff;
  background-color: #FF7B23;
  border-color: #FF7B23;
}
header .header .header-right .lang a.lang-switch {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
}
header .header .header-right .lang a.lang-switch.active {
  opacity: 1;
  visibility: visible;
  bottom: -43px;
}

.bar-icon {
  position: relative;
}
.bar-icon:hover {
  opacity: 1;
}
.bar-icon .bar1, .bar-icon .bar2, .bar-icon .bar3 {
  width: 33px;
  height: 1px;
  background-color: #fff;
  margin: 9px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.open .bar1 {
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
  transform: rotate(-45deg) translate(-8px, 8px);
}
.open .bar2 {
  opacity: 0;
  background-color: #fff;
}
.open .bar3 {
  background-color: #fff;
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
  transform: rotate(45deg) translate(-6px, -6px);
}

.active-mn-01 .mn-01,
.active-mn-02 .mn-02,
.active-mn-03 .mn-03,
.active-mn-04 .mn-04,
.active-mn-05 .mn-05,
.active-mn-06 .mn-06,
.active-mn-07 .mn-07,
.active-mn-08 .mn-08 {
  color: #FF7B23 !important;
}

.active-submn-company-01 .submn-company-01,
.active-submn-company-02 .submn-company-02,
.active-submn-company-03 .submn-company-03,
.active-submn-company-04 .submn-company-04,
.active-submn-company-05 .submn-company-05,
.active-submn-company-06 .submn-company-06,
.active-submn-company-07 .submn-company-07,
.active-submn-company-08 .submn-company-08,
.active-submn-company-09 .submn-company-09,
.active-submn-company-10 .submn-company-10 {
  background-color: #FF7B23 !important;
}

.active-submn-company-01 .dropdown-submn-company-01,
.active-submn-company-02 .dropdown-submn-company-02,
.active-submn-company-03 .dropdown-submn-company-03,
.active-submn-company-04 .dropdown-submn-company-04,
.active-submn-company-05 .dropdown-submn-company-05,
.active-submn-company-06 .dropdown-submn-company-06,
.active-submn-company-07 .dropdown-submn-company-07,
.active-submn-company-08 .dropdown-submn-company-08,
.active-submn-company-09 .dropdown-submn-company-09,
.active-submn-company-10 .dropdown-submn-company-10 {
  color: #FF7B23 !important;
}

.active-submn-financial-01 .submn-financial-01,
.active-submn-financial-02 .submn-financial-02,
.active-submn-financial-03 .submn-financial-03,
.active-submn-financial-04 .submn-financial-04,
.active-submn-financial-05 .submn-financial-05,
.active-submn-financial-06 .submn-financial-06,
.active-submn-financial-07 .submn-financial-07 {
  background-color: #FF7B23 !important;
}

.active-submn-financial-01 .dropdown-submn-financial-01,
.active-submn-financial-02 .dropdown-submn-financial-02,
.active-submn-financial-03 .dropdown-submn-financial-03,
.active-submn-financial-04 .dropdown-submn-financial-04,
.active-submn-financial-05 .dropdown-submn-financial-05,
.active-submn-financial-06 .dropdown-submn-financial-06,
.active-submn-financial-07 .dropdown-submn-financial-07 {
  color: #FF7B23 !important;
}

.active-submn-stock-01 .submn-stock-01,
.active-submn-stock-02 .submn-stock-02,
.active-submn-stock-03 .submn-stock-03,
.active-submn-stock-04 .submn-stock-04,
.active-submn-stock-05 .submn-stock-05,
.active-submn-stock-06 .submn-stock-06 {
  background-color: #FF7B23 !important;
}

.active-submn-stock-01 .dropdown-submn-stock-01,
.active-submn-stock-02 .dropdown-submn-stock-02,
.active-submn-stock-03 .dropdown-submn-stock-03,
.active-submn-stock-04 .dropdown-submn-stock-04,
.active-submn-stock-05 .dropdown-submn-stock-05,
.active-submn-stock-06 .dropdown-submn-stock-06,
.active-submn-stock-07 .dropdown-submn-stock-07 {
  color: #FF7B23 !important;
}

.active-submn-stock-05-01 .submn-stock-05-01,
.active-submn-stock-05-02 .submn-stock-05-02,
.active-submn-stock-05-03 .submn-stock-05-03,
.active-submn-stock-06-01 .submn-stock-06-01,
.active-submn-stock-06-02 .submn-stock-06-02,
.active-submn-stock-06-03 .submn-stock-06-03,
.active-submn-stock-06-04 .submn-stock-06-04,
.active-submn-stock-06-05 .submn-stock-06-05 {
  color: #FF7B23 !important;
}

.active-submn-news-01 .submn-news-01,
.active-submn-news-02 .submn-news-02,
.active-submn-news-03 .submn-news-03 {
  background-color: #FF7B23 !important;
}

.active-submn-news-01 .dropdown-submn-news-01,
.active-submn-news-02 .dropdown-submn-news-02,
.active-submn-news-03 .dropdown-submn-news-03 {
  color: #FF7B23 !important;
}

.active-submn-corporate-01 .submn-corporate-01,
.active-submn-corporate-02 .submn-corporate-02,
.active-submn-corporate-03 .submn-corporate-03,
.active-submn-corporate-04 .submn-corporate-04 {
  background-color: #FF7B23 !important;
}

.active-submn-corporate-01 .dropdown-submn-corporate-01,
.active-submn-corporate-02 .dropdown-submn-corporate-02,
.active-submn-corporate-03 .dropdown-submn-corporate-03,
.active-submn-corporate-04 .dropdown-submn-corporate-04 {
  color: #FF7B23 !important;
}

.active-submn-company-01 .submn-company-sp-01,
.active-submn-company-02 .submn-company-sp-02,
.active-submn-company-03 .submn-company-sp-03,
.active-submn-company-04 .submn-company-sp-04,
.active-submn-company-05 .submn-company-sp-05,
.active-submn-company-06 .submn-company-sp-06,
.active-submn-company-07 .submn-company-sp-07,
.active-submn-company-08 .submn-company-sp-08,
.active-submn-company-09 .submn-company-sp-09,
.active-submn-company-10 .submn-company-sp-10 {
  color: #FF7B23 !important;
}

.active-submn-financial-01 .submn-financial-sp-01,
.active-submn-financial-02 .submn-financial-sp-02,
.active-submn-financial-03 .submn-financial-sp-03,
.active-submn-financial-04 .submn-financial-sp-04,
.active-submn-financial-05 .submn-financial-sp-05,
.active-submn-financial-06 .submn-financial-sp-06,
.active-submn-financial-07 .submn-financial-sp-07 {
  color: #FF7B23 !important;
}

.active-submn-stock-01 .submn-stock-sp-01,
.active-submn-stock-02 .submn-stock-sp-02,
.active-submn-stock-03 .submn-stock-sp-03,
.active-submn-stock-04 .submn-stock-sp-04,
.active-submn-stock-05 .submn-stock-sp-05,
.active-submn-stock-06 .submn-stock-sp-06,
.active-submn-stock-07 .submn-stock-sp-07 {
  color: #FF7B23 !important;
}

.active-submn-stock-05-01 .submn-stock-sp-05-01,
.active-submn-stock-05-02 .submn-stock-sp-05-02,
.active-submn-stock-05-03 .submn-stock-sp-05-03,
.active-submn-stock-06-01 .submn-stock-sp-06-01,
.active-submn-stock-06-02 .submn-stock-sp-06-02,
.active-submn-stock-06-03 .submn-stock-sp-06-03,
.active-submn-stock-06-04 .submn-stock-sp-06-04,
.active-submn-stock-06-05 .submn-stock-sp-06-05 {
  color: #FF7B23 !important;
}

.active-submn-news-01 .submn-news-sp-01,
.active-submn-news-02 .submn-news-sp-02,
.active-submn-news-03 .submn-news-sp-03 {
  color: #FF7B23 !important;
}

.active-submn-corporate-01 .submn-corporate-sp-01,
.active-submn-corporate-02 .submn-corporate-sp-02,
.active-submn-corporate-03 .submn-corporate-sp-03,
.active-submn-corporate-04 .submn-corporate-sp-04 {
  color: #FF7B23 !important;
}

.menu-responsive {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: -360px;
  z-index: 12;
  background-color: #343434;
  width: 100%;
  max-width: 360px;
  height: 100%;
  padding: 100px 0 0 0;
  overflow: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 1100px) {
  .menu-responsive {
    display: block;
  }
}
.menu-responsive.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.menu-responsive nav ul li {
  border-top: 1px solid #565656;
}
.menu-responsive nav ul li a {
  display: block;
  padding: 10px 20px;
  font-weight: 400;
  color: #fff;
}
.menu-responsive nav ul li a.toggle-btn {
  background-image: url("../images/commons/icon-submn-toggle-close.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 16px;
}
.menu-responsive nav ul li a.toggle-btn.active {
  color: #FF7B23;
  background-image: url("../images/commons/icon-submn-toggle-open.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 16px;
}
.menu-responsive nav ul li .toggle-content {
  padding: 10px 0;
  background-color: #4E4D4D;
}
.menu-responsive nav ul li .toggle-content li {
  border-top: 0;
}
.menu-responsive nav ul li .toggle-content li a {
  padding: 5px 20px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: #fff;
}
.menu-responsive nav ul li .toggle-content li a.toggle-btn {
  background-image: url("../images/commons/icon-submn-toggle-close.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 13px;
}
.menu-responsive nav ul li .toggle-content li a.toggle-btn.active {
  background-image: url("../images/commons/icon-submn-toggle-open.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 13px;
}
.menu-responsive nav ul li .toggle-content li .toggle-content {
  background-color: #B4B4B4;
}
.menu-responsive nav ul li .toggle-content li .toggle-content li a {
  font-weight: 300;
}
.menu-responsive nav ul li .toggle-content li .toggle-content li a img.icon-new {
  width: 40px;
  height: auto;
  display: inline-block;
}

.toggle-content {
  display: none;
}

/* Wrapper */
.txthead-box.mb20 {
  margin-bottom: 20px;
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb30 {
    margin-bottom: 20px;
  }
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 20px;
  }
}
.txthead-box.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1100px) {
  .txthead-box.mb50 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb50 {
    margin-bottom: 20px;
  }
}
.txthead-box .fz45 {
  font-size: 4.5rem;
  line-height: 5.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .fz45 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz45 {
    font-size: 2.3rem;
    line-height: 3.5rem;
  }
}
.txthead-box .fz35 {
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .fz35 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
.txthead-box .fz35.with-icon span {
  bottom: -2px;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .fz35.with-icon span {
    bottom: -6px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz35.with-icon span {
    bottom: -2px;
  }
}
.txthead-box .fz30 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .fz30 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz30 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.txthead-box .with-icon {
  position: relative;
  display: inline;
  padding-right: 75px;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .with-icon {
    padding-right: 65px;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .with-icon {
    padding-right: 55px;
  }
}
.txthead-box .with-icon span {
  position: absolute;
  bottom: 4px;
  right: 0;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .with-icon span {
    width: 50px;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .with-icon span {
    width: 40px;
    bottom: 0;
  }
}
.txthead-box .mt-15 {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .txthead-box .mt-15 {
    margin-top: 10px;
  }
}

.btn-box.dis-table {
  display: table;
}
.btn-box.mt30 {
  margin-top: 30px;
}
.btn-box.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
  .btn-box.mt40 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 850px) {
  .btn-box.mt40 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.mt40 {
    margin-top: 20px;
  }
}
.btn-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  border-radius: 36px;
  font-size: 1.7rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 1100px) {
  .btn {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
.btn.medium {
  height: 50px;
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media only screen and (max-width: 1100px) {
  .btn.medium {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 850px) {
  .btn.medium {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.btn.orange {
  color: #fff;
  background-color: #FF7B23;
  border: 1px solid #FF7B23;
  position: relative;
  overflow: hidden;
}
.btn.orange span {
  position: relative;
  z-index: 8;
}
.btn.orange:hover {
  opacity: 1;
  color: #FF7B23;
}
.btn.orange:hover::before {
  height: 100%;
}
.btn.orange::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  height: 0;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.orange-border {
  color: #fff;
  border: 1px solid #FF7B23;
  position: relative;
  overflow: hidden;
}
.btn.orange-border span {
  position: relative;
  z-index: 8;
}
.btn.orange-border:hover {
  opacity: 1;
}
.btn.orange-border:hover::before {
  height: 100%;
}
.btn.orange-border::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  height: 0;
  background-color: #FF7B23;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.blue {
  color: #fff;
  background-color: #2C6FB2;
  border: 1px solid #2C6FB2;
  position: relative;
  overflow: hidden;
}
.btn.blue span {
  position: relative;
  z-index: 8;
}
.btn.blue:hover {
  opacity: 1;
  color: #2C6FB2;
}
.btn.blue:hover::before {
  height: 100%;
}
.btn.blue::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  height: 0;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.grey {
  color: #fff;
  background-color: #B7BABB;
  border: 1px solid #B7BABB;
  position: relative;
  overflow: hidden;
}
.btn.grey span {
  position: relative;
  z-index: 8;
}
.btn.grey:hover {
  opacity: 1;
  color: #B7BABB;
}
.btn.grey:hover::before {
  height: 100%;
}
.btn.grey::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  height: 0;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.w-auto {
  padding: 0 30px;
}
@media only screen and (max-width: 750px) {
  .btn.w-auto {
    padding: 0 15px;
  }
}
.btn.w-100p {
  width: 100%;
}
.btn.w-120 {
  width: 100%;
  max-width: 120px;
}
.btn.w-150 {
  width: 100%;
  max-width: 150px;
}
.btn.w-170 {
  width: 100%;
  max-width: 170px;
}
.btn.w-420 {
  width: 100%;
  max-width: 420px;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}
.btn.icon-left span:first-child {
  margin-right: 8px;
}

.btn-icon-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  .btn-icon-left {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.btn-icon-left span {
  margin-right: 10px;
}
.btn-icon-left.dark {
  color: #6B6C6F;
}
.btn-icon-left.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Main */
.content-1840 {
  width: 90%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
}

.content-1600 {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pad-box-40 {
  padding: 3.5%;
}
@media only screen and (max-width: 750px) {
  .pad-box-40 {
    padding: 20px;
  }
}

.pad-box-r-40 {
  padding-right: 3.5%;
}
@media only screen and (max-width: 750px) {
  .pad-box-r-40 {
    padding-right: 20px;
  }
}

.pad-box-4050 {
  padding: 4% 4.5%;
}
@media only screen and (max-width: 750px) {
  .pad-box-4050 {
    padding: 20px;
  }
}

.pad-box-50 {
  padding: 4.5%;
}
@media only screen and (max-width: 750px) {
  .pad-box-50 {
    padding: 20px;
  }
}

.pad-box-5040 {
  padding: 4.5% 4%;
}
@media only screen and (max-width: 750px) {
  .pad-box-5040 {
    padding: 20px;
  }
}

.pad120 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad120 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad100 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* MV */
#mv .mv {
  position: relative;
}
#mv .mv .mv-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .mv-text img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1100px) {
  #mv .mv .mv-text img {
    width: 350px;
    height: auto;
  }
}
@media only screen and (max-width: 850px) {
  #mv .mv .mv-text img {
    width: 250px;
  }
}
#mv .mv .mv-scroll-down {
  position: absolute;
  bottom: 72px;
  left: 0;
  right: 0;
  z-index: 8;
  margin: auto;
  display: table;
  width: 34px;
  height: 49px;
  background-image: url("../images/commons/scroll-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px 49px;
}
#mv .mv .mv-scroll-down::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 8;
  display: table;
  width: 17px;
  height: 19px;
  margin: auto;
  background-image: url("../images/commons/scroll-down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 19px;
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
}
#mv .mv .mv-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .mv-slick .item img {
  width: auto;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes jumpInfinite {
  0% {
    top: 10px;
  }
  50% {
    top: 22px;
  }
  100% {
    top: 10px;
  }
}
@keyframes jumpInfinite {
  0% {
    top: 10px;
  }
  50% {
    top: 22px;
  }
  100% {
    top: 10px;
  }
}
.dot-orange {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 8;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dot-orange li {
  margin: 0 7px;
}
.dot-orange li.slick-active button {
  background-color: #FF7B23;
}
.dot-orange li button {
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-color: #D1D1D1;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  border-radius: 100%;
}

/* Company */
#company {
  background-image: url("../images/top/company-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#company .company .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  #company .company .flex {
    display: block;
  }
}
#company .company .flex .left {
  width: 50%;
  max-width: 600px;
}
@media only screen and (max-width: 1080px) {
  #company .company .flex .left {
    width: 100%;
    max-width: 100%;
  }
}
#company .company .flex .left .content h3 {
  font-size: 2.1rem;
  line-height: 2.8rem;
  color: #848484;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  #company .company .flex .left .content h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 1080px) {
  #company .company .flex .left .content h3 {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
@media only screen and (max-width: 750px) {
  #company .company .flex .left .content h3 {
    margin-bottom: 15px;
  }
}
#company .company .flex .left .content h3 span {
  display: table;
  margin-top: 5px;
  font-size: 2.5rem;
  color: #FF7B23;
}
@media only screen and (max-width: 1100px) {
  #company .company .flex .left .content h3 span {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1080px) {
  #company .company .flex .left .content h3 span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #company .company .flex .left .content h3 span {
    font-size: 1.8rem;
  }
}
#company .company .flex .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1080px) {
  #company .company .flex .right {
    width: 100%;
    margin-top: 5%;
  }
}
#company .company .flex .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #company .company .flex .right ul {
    display: block;
    margin-top: 5%;
  }
}
#company .company .flex .right ul li {
  display: table;
  margin: 0 20px;
  padding: 30px 25px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 750px) {
  #company .company .flex .right ul li {
    width: 240px;
    margin: 0 auto;
    padding: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #company .company .flex .right ul li + li {
    margin-top: 20px;
  }
}
#company .company .flex .right ul li h3 {
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #FF7B23;
}
#company .company .flex .right ul li iframe {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1536px) {
  #company .company .flex .right ul li iframe {
    min-height: 250px;
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  #company .company .flex .right ul li iframe {
    min-height: 330px;
  }
}
@media only screen and (max-width: 1280px) {
  #company .company .flex .right ul li iframe {
    max-width: 287px;
  }
}
@media only screen and (max-width: 1080px) {
  #company .company .flex .right ul li iframe {
    max-width: 200px;
    min-height: auto;
  }
}

/* Document */
#document {
  background-image: url("../images/top/document-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#document .document .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  #document .document .flex {
    display: block;
  }
}
#document .document .flex .left {
  width: 32%;
  min-width: 610px;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  #document .document .flex .left {
    width: 100%;
    min-width: auto;
  }
}
#document .document .flex .right {
  width: 68%;
}
@media only screen and (max-width: 1100px) {
  #document .document .flex .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #document .document .flex .right .document-list {
    margin-top: 5%;
  }
}
#document .document .flex .right .document-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -4%;
}
@media only screen and (max-width: 850px) {
  #document .document .flex .right .document-list ul {
    display: block;
    margin-top: 0;
  }
}
#document .document .flex .right .document-list ul li {
  width: 48%;
  margin-top: 4%;
  padding: 38px 40px;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 8px;
}
@media only screen and (max-width: 850px) {
  #document .document .flex .right .document-list ul li {
    width: 100%;
    padding: 4%;
  }
}
@media only screen and (max-width: 750px) {
  #document .document .flex .right .document-list ul li {
    padding: 20px;
  }
}
@media only screen and (max-width: 850px) {
  #document .document .flex .right .document-list ul li + li {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 750px) {
  #document .document .flex .right .document-list ul li + li {
    margin-top: 20px;
  }
}
#document .document .flex .right .document-list ul li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#document .document .flex .right .document-list ul li .box .icon {
  width: 52px;
  min-width: 52px;
}
@media only screen and (max-width: 850px) {
  #document .document .flex .right .document-list ul li .box .icon {
    width: 40px;
    min-width: 40px;
  }
}
#document .document .flex .right .document-list ul li .box .text {
  width: 100%;
  padding-left: 20px;
}
#document .document .flex .right .document-list ul li .box .text h3 {
  color: #fff;
  min-height: 48px;
}
@media only screen and (max-width: 850px) {
  #document .document .flex .right .document-list ul li .box .text h3 {
    min-height: auto;
  }
}
#document .document .flex .right .document-list ul li .box .text .button {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #A4A4A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #document .document .flex .right .document-list ul li .box .text .button {
    margin-top: 15px;
    padding-top: 15px;
  }
}

/* Sustainable */
#sustainable {
  background-image: url("../images/top/sustainable-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 850px) {
  #sustainable {
    padding-bottom: 80px !important;
    background-image: none;
  }
}
@media only screen and (max-width: 750px) {
  #sustainable {
    padding-bottom: 60px !important;
  }
}
@media only screen and (max-width: 850px) {
  #sustainable .sustainable {
    width: 100%;
  }
}
#sustainable .sustainable .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sustainable .sustainable .flex .img {
  width: 50%;
}
@media only screen and (max-width: 1100px) {
  #sustainable .sustainable .flex .img {
    width: 40%;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 850px) {
  #sustainable .sustainable .flex .img {
    display: none;
  }
}
#sustainable .sustainable .flex .img img {
  margin-left: auto;
  margin-right: auto;
}
#sustainable .sustainable .flex .text {
  width: 50%;
  padding-top: 25px;
}
@media only screen and (max-width: 1100px) {
  #sustainable .sustainable .flex .text {
    width: 60%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 850px) {
  #sustainable .sustainable .flex .text {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #sustainable .sustainable .flex .text .txthead-box {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#sustainable .sustainable .flex .text .img-sp {
  display: none;
}
@media only screen and (max-width: 850px) {
  #sustainable .sustainable .flex .text .img-sp {
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  #sustainable .sustainable .flex .text .content {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#sustainable .sustainable .flex .text .content p.name {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #sustainable .sustainable .flex .text .content p.name {
    margin-top: 15px;
  }
}
#sustainable .sustainable .flex .text .content p.name span {
  display: block;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 400;
  color: #FF7B23;
}
@media only screen and (max-width: 850px) {
  #sustainable .sustainable .flex .text .content p.name span {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

/* SET / Investor */
#set-investor {
  color: #fff;
  background-image: url("../images/top/set-investor-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#set-investor .set-investor .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #set-investor .set-investor .flex {
    display: block;
  }
}
#set-investor .set-investor .flex .col {
  width: 48.5%;
  padding: 40px 50px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.65);
}
@media only screen and (max-width: 850px) {
  #set-investor .set-investor .flex .col {
    width: 100%;
    padding: 4% 4.5%;
  }
}
@media only screen and (max-width: 750px) {
  #set-investor .set-investor .flex .col {
    padding: 20px;
  }
}
@media only screen and (max-width: 850px) {
  #set-investor .set-investor .flex .col + .col {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 750px) {
  #set-investor .set-investor .flex .col + .col {
    margin-top: 20px;
  }
}
#set-investor .set-investor .flex .col .ttl {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1100px) {
  #set-investor .set-investor .flex .col .ttl {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #set-investor .set-investor .flex .col .ttl {
    margin-bottom: 25px;
  }
}
#set-investor .set-investor .flex .col .ttl h2 {
  font-size: 3.2rem;
  line-height: 4.2rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  #set-investor .set-investor .flex .col .ttl h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 850px) {
  #set-investor .set-investor .flex .col .ttl h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #set-investor .set-investor .flex .col .ttl h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
#set-investor .set-investor .flex .col .ttl h2 span {
  margin-left: 10px;
}
@media only screen and (max-width: 1100px) {
  #set-investor .set-investor .flex .col .ttl h2 span {
    width: 50px;
  }
}
@media only screen and (max-width: 850px) {
  #set-investor .set-investor .flex .col .ttl h2 span {
    width: 40px;
  }
}
#set-investor .set-investor .flex .col .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#set-investor .set-investor .flex .col .content ul li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E3E3E3;
}
#set-investor .set-investor .flex .col .content ul li p.date {
  width: 150px;
  min-width: 150px;
  padding-right: 20px;
  color: #FF7B23;
}
@media only screen and (max-width: 750px) {
  #set-investor .set-investor .flex .col .content ul li p.date {
    width: 130px;
    min-width: 130px;
  }
}

/* Highly */
#highly {
  color: #fff;
  background-image: url("../images/top/highly-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
#highly .highly .ttl h2 {
  font-size: 4.5rem;
  line-height: 5.5rem;
  font-weight: 400;
  color: #FF7B23;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #highly .highly .ttl h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 850px) {
  #highly .highly .ttl h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#highly .highly .capitalization {
  margin-top: 45px;
}
@media only screen and (max-width: 850px) {
  #highly .highly .capitalization {
    margin-top: 25px;
  }
}
#highly .highly .capitalization p {
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #highly .highly .capitalization p {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 850px) {
  #highly .highly .capitalization p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#highly .highly .capitalization p.orange {
  margin-top: 10px;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 500;
  color: #FF7B23;
}
@media only screen and (max-width: 1100px) {
  #highly .highly .capitalization p.orange {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 850px) {
  #highly .highly .capitalization p.orange {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
#highly .highly .capitalization p.small {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 1100px) {
  #highly .highly .capitalization p.small {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
#highly .highly .capitalization ul {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 850px) {
  #highly .highly .capitalization ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  #highly .highly .capitalization ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
  }
}
#highly .highly .capitalization ul li {
  width: 236px;
  margin: 0 25px;
  position: relative;
  /*&::after {
  	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 7;
  	display: block;
  	width: 100%;
  	height: 100%;
  	background-color: #FF7B23;
  	border-radius: 100%;
  }*/
}
@media only screen and (max-width: 850px) {
  #highly .highly .capitalization ul li {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #highly .highly .capitalization ul li {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
  }
}
#highly .highly .capitalization ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  display: block;
  width: 80%;
  height: 80%;
  background-color: #fff;
  border-radius: 100%;
  margin: auto;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
#highly .highly .capitalization ul li .text-flex {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#highly .highly .capitalization ul li .text-flex .text p {
  text-align: center;
}
#highly .highly .capitalization ul li .text-flex .text p.ttl {
  font-size: 2.7rem;
  line-height: 2.7rem;
  font-weight: 500;
  color: #3B3B3B;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 1100px) {
  #highly .highly .capitalization ul li .text-flex .text p.ttl {
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 35px;
    margin-bottom: 5px;
  }
}
#highly .highly .capitalization ul li .text-flex .text p.price {
  font-size: 3.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: #FF7B23;
}
@media only screen and (max-width: 1100px) {
  #highly .highly .capitalization ul li .text-flex .text p.price {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}
#highly .highly .capitalization ul li .text-flex .text p.small {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #3B3B3B;
}
@media only screen and (max-width: 1100px) {
  #highly .highly .capitalization ul li .text-flex .text p.small {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 5px;
  }
}
#highly .highly .capitalization ul li .graph {
  position: absolute;
  z-index: 7;
  width: 100%;
  height: 100%;
}
#highly .highly .capitalization ul li .graph svg path {
  fill: transparent;
  stroke: #FF7B23;
  stroke-width: 4;
  stroke-dasharray: 0, 100;
  -webkit-transition: all 1s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 1s cubic-bezier(0.75, 0.3, 0.25, 1);
}
#highly .highly .capitalization ul li .graph.animate svg path {
  stroke-dasharray: 90, 100 !important;
}
#highly .highly .capitalization ul li img {
  width: 100%;
  height: auto;
}
#highly .highly .growth {
  margin-top: 40px;
}
#highly .highly .growth h3 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 500;
  color: #FF7B23;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1100px) {
  #highly .highly .growth h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 850px) {
  #highly .highly .growth h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #highly .highly .growth h3 {
    width: 100%;
  }
}
#highly .highly .growth h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 29px;
  height: 15px;
  background-image: url("../images/top/growth-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29px 15px;
}
#highly .highly .growth h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 84%;
  height: 4px;
  background-color: #FF7B23;
}
@media only screen and (max-width: 850px) {
  #highly .highly .growth h3::after {
    height: 3px;
  }
}
@media only screen and (max-width: 750px) {
  #highly .highly .growth h3::after {
    width: 1000%;
    left: -50%;
  }
}
#highly .highly .growth p {
  font-size: 2.2rem;
  line-height: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #highly .highly .growth p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 850px) {
  #highly .highly .growth p {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
#highly .highly .growth p.no {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 4.5rem;
  font-weight: 500;
  color: #FF7B23;
}
@media only screen and (max-width: 1100px) {
  #highly .highly .growth p.no {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 850px) {
  #highly .highly .growth p.no {
    font-size: 3rem;
  }
}
#highly .highly .growth ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  #highly .highly .growth ul {
    display: block;
  }
}
#highly .highly .growth ul li {
  width: 22%;
}
@media only screen and (max-width: 750px) {
  #highly .highly .growth ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #highly .highly .growth ul li + li {
    margin-top: 30px;
  }
}
#highly .highly .growth ul li .icon img {
  width: auto;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1100px) {
  #highly .highly .growth ul li .icon img {
    width: auto;
    height: 60px;
  }
}
@media only screen and (max-width: 850px) {
  #highly .highly .growth ul li .icon img {
    height: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #highly .highly .growth ul li .icon img {
    height: 55px;
  }
}
#highly .highly .growth ul li h4 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  color: #FF7B23;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #highly .highly .growth ul li h4 {
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 850px) {
  #highly .highly .growth ul li h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #highly .highly .growth ul li h4 {
    margin-bottom: 0;
  }
}
#highly .highly .growth ul li p {
  font-size: 2.2rem;
  line-height: 3rem;
}
@media only screen and (max-width: 1100px) {
  #highly .highly .growth ul li p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

/* Banner Report */
#banner-report {
  background-image: url("../images/top/report-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #banner-report .banner-report .btn-box {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #banner-report .banner-report .btn-box a {
    width: auto;
    max-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* IR Contact */
#ir-contact {
  color: #fff;
  background-image: url("../images/top/ir-contact-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#ir-contact .ir-contact .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  #ir-contact .ir-contact .flex {
    display: block;
  }
}
#ir-contact .ir-contact .flex .col {
  width: 50%;
}
@media only screen and (max-width: 850px) {
  #ir-contact .ir-contact .flex .col {
    width: 100%;
  }
}
#ir-contact .ir-contact .flex .col + .col .remark {
  color: #FF7B23;
  margin-top: 5px;
  font-weight: 400;
}
#ir-contact .ir-contact .flex .col + .col .remark a {
  color: #FF7B23;
}
#ir-contact .ir-contact .flex .col + .col .remark a:hover {
  color: #FF7B23;
  opacity: 1;
}
@media only screen and (max-width: 850px) {
  #ir-contact .ir-contact .flex .col + .col {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #ir-contact .ir-contact .flex .col + .col {
    margin-top: 40px;
  }
}
#ir-contact .ir-contact .flex .col .content p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 1100px) {
  #ir-contact .ir-contact .flex .col .content p {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}
#ir-contact .ir-contact .flex .col .content .textbox {
  max-width: 400px;
}
@media only screen and (max-width: 850px) {
  #ir-contact .ir-contact .flex .col .content .textbox {
    max-width: 100%;
  }
}
#ir-contact .ir-contact .flex .col .content button {
  margin-top: 30px;
}
@media only screen and (max-width: 850px) {
  #ir-contact .ir-contact .flex .col .content button {
    margin-top: 25px;
  }
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.textbox {
  width: 100%;
  padding: 7px 10px;
  font-family: "Prompt", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #fff;
}
.textbox.border {
  color: #6B6C6F;
  border-color: #CECECE;
}
.textbox.bg-grey {
  background-color: #F9F9F9 !important;
}

select.textbox {
  outline: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 12px 7px;
}
select.textbox.border {
  background-image: url("../images/commons/select-arrow.svg");
}

.desc {
  display: none;
}

textarea.textbox {
  resize: none;
  font-family: "Prompt", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  height: 80px;
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 300;
  color: #A8A8A8;
  opacity: 1; /* Firefox */
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 300;
  color: #A8A8A8;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 300;
  color: #A8A8A8;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 300;
  color: #A8A8A8;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 300;
  color: #A8A8A8;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 300;
  color: #A8A8A8;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-weight: 300;
  color: #A8A8A8;
}

/* Checkbox */
.chkbox-btn {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #6B6C6F;
}

.chkbox-btn + .chkbox-btn {
  margin-top: 10px;
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox {
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #979797;
  height: 15px;
  width: 15px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
}

.chkbox-btn:hover input ~ .chkbox {
  background-color: #fff;
}

.chkbox-btn input:checked ~ .chkbox {
  background-color: #FF7B23;
  border-color: #FF7B23;
}

.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

.chkbox-btn .chkbox:after {
  top: 0px;
  left: 4px;
  width: 3px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Breadcrumb */
#breadcrumb {
  margin-bottom: 50px;
  padding: 10px 0;
}
@media only screen and (max-width: 1100px) {
  #breadcrumb {
    margin-bottom: 25px;
  }
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#breadcrumb .breadcrumb ul li {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #6B6C6F;
  position: relative;
}
#breadcrumb .breadcrumb ul li + li {
  padding-left: 24px;
}
#breadcrumb .breadcrumb ul li + li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 8;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #FF7B23;
}
#breadcrumb .breadcrumb ul li a {
  color: #929292;
}

/* Container */
#container {
  padding-top: 100px;
}
#container.bg-inner-top {
  background-image: url("../images/commons/bg-inner-top.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px 330px;
  background-color: #F5F5F5;
  background-attachment: fixed;
}
#container .content.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  #container .content.flex {
    display: block;
  }
}
#container .content .col-left {
  width: 320px;
  min-width: 320px;
}
@media only screen and (max-width: 1100px) {
  #container .content .col-left {
    display: none;
  }
}
#container .content .col-left.w50 {
  display: block !important;
  width: 50%;
  min-width: auto;
}
@media only screen and (max-width: 1100px) {
  #container .content .col-left.w50 {
    width: 100%;
    padding-right: 0;
  }
}
#container .content .col-left .submn ul {
  border-radius: 8px;
  overflow: hidden;
}
#container .content .col-left .submn ul li + li {
  border-top: 1px solid #A4A4A4;
}
#container .content .col-left .submn ul li a {
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #747373;
}
#container .content .col-left .submn ul li a span {
  width: 32px;
  min-width: 32px;
  margin-right: 12px;
}
#container .content .col-left .submn ul li a.toggle-btn {
  background-image: url("../images/commons/icon-submn-toggle-close.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 13px;
}
#container .content .col-left .submn ul li a.toggle-btn.active {
  background-image: url("../images/commons/icon-submn-toggle-open.svg");
}
#container .content .col-left .submn ul li .toggle-content {
  display: none;
  background-color: #fff;
  padding-left: 54px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#container .content .col-left .submn ul li .toggle-content li {
  position: relative;
}
#container .content .col-left .submn ul li .toggle-content li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -18px;
  z-index: 8;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #FF7B23;
}
#container .content .col-left .submn ul li .toggle-content li + li {
  border-top-color: #E3E3E3;
}
#container .content .col-left .submn ul li .toggle-content li a {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #A4A4A4;
  padding: 12px 0;
  display: block;
  background-color: transparent;
}
#container .content .col-left .submn ul li .toggle-content li a img.icon-new {
  width: 45px;
  height: auto;
  display: inline-block;
}
#container .content .col-right {
  width: 100%;
  padding-left: 6%;
}
@media only screen and (max-width: 1100px) {
  #container .content .col-right {
    padding-left: 0;
  }
}
#container .content .col-right.w50 {
  width: 50%;
  min-width: auto;
  padding-left: 0;
}
@media only screen and (max-width: 1100px) {
  #container .content .col-right.w50 {
    width: 100%;
    margin-top: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #container .content .col-right.w50 {
    margin-top: 40px;
  }
}
#container .content .col-right .col-right-row + .col-right-row {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  #container .content .col-right .col-right-row + .col-right-row {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #container .content .col-right .col-right-row + .col-right-row {
    margin-top: 30px;
  }
}
#container .content .col-right .margin-top-50 {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  #container .content .col-right .margin-top-50 {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #container .content .col-right .margin-top-50 {
    margin-top: 30px;
  }
}

.nodate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 500px;
  color: #f00;
}

/* Company */
#company-inner .information .detail .row {
  position: relative;
  padding: 20px 20px 20px 40px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .information .detail .row {
    padding-left: 35px;
  }
}
#company-inner .information .detail .row:first-child {
  border-radius: 8px 8px 0 0;
}
#company-inner .information .detail .row:last-child {
  border-radius: 0 0 8px 8px;
}
#company-inner .information .detail .row::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 8;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #FF7B23;
}
@media only screen and (max-width: 1100px) {
  #company-inner .information .detail .row::before {
    width: 6px;
    height: 6px;
  }
}
#company-inner .information .detail .row + .row {
  border-top: 1px solid #E3E3E3;
}
#company-inner .information .detail .row h2 {
  font-size: 2.2rem;
  line-height: 3rem;
  color: #FF7B23;
}
@media only screen and (max-width: 1100px) {
  #company-inner .information .detail .row h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .information .detail .row h2 {
    margin-bottom: 5px;
  }
}
#company-inner .information .detail .row p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 750px) {
  #company-inner .information .detail .row p {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
#company-inner .information .contact {
  margin-top: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  #company-inner .information .contact {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .information .contact {
    margin-top: 20px;
  }
}
#company-inner .information .contact .col {
  width: 31.33%;
  padding: 3% 3.5%;
  border-radius: 8px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .information .contact .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .information .contact .col {
    padding: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  #company-inner .information .contact .col + .col {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .information .contact .col + .col {
    margin-top: 20px;
  }
}
#company-inner .information .contact .col h2 {
  font-size: 2.2rem;
  line-height: 3rem;
  color: #FF7B23;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .information .contact .col h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 5px;
  }
}
#company-inner .information .contact .col p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 750px) {
  #company-inner .information .contact .col p {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
#company-inner .information .contact .col ul {
  border-top: 1px solid #E3E3E3;
  margin-top: 15px;
  padding-top: 15px;
}
#company-inner .information .contact .col ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#company-inner .information .contact .col ul li + li {
  margin-top: 5px;
}
#company-inner .information .contact .col ul li span {
  margin-right: 14px;
}
#company-inner .milestone .row + .row {
  padding-top: 50px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .milestone .row + .row {
    padding-top: 4%;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .milestone .row + .row {
    padding-top: 20px;
  }
}
#company-inner .milestone .row.flex {
  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;
}
@media only screen and (max-width: 750px) {
  #company-inner .milestone .row.flex {
    display: block;
  }
}
#company-inner .milestone .row.flex .col {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  #company-inner .milestone .row.flex .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .milestone .row.flex .col + .col {
    margin-top: 20px;
  }
}
#company-inner .milestone .row.flex .col .center {
  margin-left: auto;
  margin-right: auto;
}
#company-inner .milestone .row.row03 {
  background-image: url("../images/company/milestone/milestone-02-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 875px 379px;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 750px) {
  #company-inner .milestone .row.row03 {
    background-image: none;
  }
}
#company-inner .milestone .row p {
  text-indent: 60px;
  text-align: justify;
}
@media only screen and (max-width: 750px) {
  #company-inner .milestone .row p {
    text-indent: 30px;
  }
}
#company-inner .changes {
  position: relative;
}
#company-inner .changes::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 7;
  margin-left: auto;
  margin-right: auto;
  width: 4px;
  height: 100%;
  background-color: #CFCFCF;
}
@media only screen and (max-width: 750px) {
  #company-inner .changes::after {
    width: 2px;
  }
}
#company-inner .changes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 8;
}
#company-inner .changes ul::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 8;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #FF7B23;
}
#company-inner .changes ul::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 8;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #FF7B23;
}
#company-inner .changes ul li {
  width: 50%;
  position: relative;
}
#company-inner .changes ul li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 7;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #CFCFCF;
}
@media only screen and (max-width: 750px) {
  #company-inner .changes ul li::after {
    height: 2px;
  }
}
#company-inner .changes ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -7px;
  z-index: 8;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #FF7B23;
}
#company-inner .changes ul li:nth-child(1) {
  margin-top: 0 !important;
}
#company-inner .changes ul li:nth-child(2) {
  margin-top: 130px !important;
}
@media only screen and (max-width: 750px) {
  #company-inner .changes ul li:nth-child(2) {
    margin-top: 220px !important;
  }
}
#company-inner .changes ul li:nth-child(odd) {
  margin-top: -50px;
}
#company-inner .changes ul li:nth-child(even) {
  margin-top: 80px;
}
#company-inner .changes ul li:nth-child(even)::before {
  right: inherit;
  left: -7px;
}
#company-inner .changes ul li:nth-child(even) .box {
  margin-left: auto;
}
#company-inner .changes ul li + li {
  margin-top: 130px;
}
#company-inner .changes ul li .box {
  position: relative;
  z-index: 8;
  width: 82.5%;
  padding: 30px;
  border-radius: 8px;
}
@media only screen and (max-width: 750px) {
  #company-inner .changes ul li .box {
    width: 90%;
    padding: 20px;
  }
}
#company-inner .changes ul li .box h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .changes ul li .box h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .changes ul li .box h2 {
    margin-bottom: 10px;
  }
}
#company-inner .changes ul li .box h2 span {
  display: none;
  margin-left: 15px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .changes ul li .box h2 span {
    width: 35px;
    margin-left: 10px;
  }
}
#company-inner .changes ul li .box p {
  min-height: 72px;
  text-align: justify;
}
#company-inner .vision .row {
  padding: 50px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  #company-inner .vision .row {
    padding: 4%;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .vision .row {
    padding: 40px 20px;
  }
}
#company-inner .vision .row + .row {
  margin-top: 35px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .vision .row + .row {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .vision .row + .row {
    margin-top: 20px;
  }
}
#company-inner .vision .row.vision {
  background-image: url("../images/company/vision/vision-bg.jpg");
}
#company-inner .vision .row.vision .box {
  background: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(254, 254, 254, 0)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(rgba(254, 254, 254, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(254, 254, 254, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#fefefe", GradientType=1 );
}
#company-inner .vision .row.vision .box .text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#company-inner .vision .row.vision .box .text ul li + li {
  border-top: 1px solid #B7BABB;
  margin-top: 20px;
  padding-top: 20px;
}
#company-inner .vision .row.vision .box .text ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #fff;
  background-color: #FF7B23;
  border-radius: 100%;
  margin-right: 12px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .vision .row.vision .box .text ul li span {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 2rem;
    line-height: 2rem;
  }
}
#company-inner .vision .row.vision .box .text ul li p {
  font-size: 1.9rem;
  line-height: 2.6rem;
  margin-top: 7px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .vision .row.vision .box .text ul li p {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-top: 4px;
  }
}
#company-inner .vision .row.mission {
  background-image: url("../images/company/vision/mission-bg.jpg");
}
#company-inner .vision .row.mission .box {
  margin-left: auto;
  background: rgba(254, 254, 254, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254, 254, 254, 0)), color-stop(100%, rgba(255, 255, 255, 0.2)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(254, 254, 254, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to right, rgba(254, 254, 254, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fefefe", endColorstr="#ffffff", GradientType=1 );
}
@media only screen and (max-width: 750px) {
  #company-inner .vision .row.mission .box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 350px;
  }
}
#company-inner .vision .row.mission .box .text p {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 1100px) {
  #company-inner .vision .row.mission .box .text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .vision .row.mission .box .text p {
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .vision .row.mission {
    background-image: url("../images/company/vision/mission-bg-sp.jpg");
  }
}
#company-inner .vision .row.motto {
  background-image: url("../images/company/vision/motto-bg.jpg");
}
#company-inner .vision .row.motto .box {
  background: rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(254, 254, 254, 0)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgba(254, 254, 254, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(254, 254, 254, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#fefefe", GradientType=1 );
}
#company-inner .vision .row.motto .box .text h3 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .vision .row.motto .box .text h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .vision .row.motto .box .text h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
  }
}
#company-inner .vision .row.motto .box .text p {
  font-size: 1.8rem;
  line-height: 2.3rem;
}
@media only screen and (max-width: 1100px) {
  #company-inner .vision .row.motto .box .text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .vision .row.motto .box .text p {
    text-align: center;
  }
}
#company-inner .vision .row .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55%;
  min-height: 300px;
  padding: 30px;
  border-radius: 8px;
}
@media only screen and (max-width: 1440px) {
  #company-inner .vision .row .box {
    width: 60%;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .vision .row .box {
    width: 100%;
  }
}
#company-inner .vision .row .box .text h2 {
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 400;
  color: #FF7B23;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .vision .row .box .text h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .vision .row .box .text h2 {
    text-align: center;
  }
}
#company-inner .core {
  margin-top: 70px;
}
@media only screen and (max-width: 750px) {
  #company-inner .core {
    margin-top: 50px;
  }
}
#company-inner .core .core-box .core-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 50px;
}
@media only screen and (max-width: 750px) {
  #company-inner .core .core-box .core-row {
    padding: 20px 25px;
  }
}
#company-inner .core .core-box .core-row + .core-row {
  border-top: 1px solid #E3E3E3;
}
#company-inner .core .core-box .core-row .character {
  width: 95px;
  min-width: 95px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .core .core-box .core-row .character {
    width: 80px;
    min-width: 80px;
  }
}
@media only screen and (max-width: 850px) {
  #company-inner .core .core-box .core-row .character {
    width: 65px;
    min-width: 65px;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .core .core-box .core-row .character {
    width: 60px;
    min-width: 60px;
  }
}
#company-inner .core .core-box .core-row .text {
  width: 100%;
  padding-left: 50px;
}
@media only screen and (max-width: 750px) {
  #company-inner .core .core-box .core-row .text {
    padding-left: 30px;
  }
}
#company-inner .core .core-box .core-row .text h3 {
  font-size: 4.4rem;
  line-height: 5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .core .core-box .core-row .text h3 {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 850px) {
  #company-inner .core .core-box .core-row .text h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .core .core-box .core-row .text h3 {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 5px;
  }
}
#company-inner .core .core-box .core-row .text h3.magenta {
  color: #922A8D;
}
#company-inner .core .core-box .core-row .text h3.cyan {
  color: #6FCCDD;
}
#company-inner .core .core-box .core-row .text h3.red {
  color: #ED2225;
}
#company-inner .core .core-box .core-row .text h3.orange {
  color: #FF7B23;
}
#company-inner .core .core-box .core-row .text p {
  font-size: 2.2rem;
  line-height: 3rem;
}
@media only screen and (max-width: 1100px) {
  #company-inner .core .core-box .core-row .text p {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  #company-inner .core .core-box .core-row .text p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .core .core-box .core-row .text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#company-inner .structure .row + .row {
  margin-top: 80px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .structure .row + .row {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .structure .row + .row {
    margin-top: 20px;
  }
}
#company-inner .structure .row.structure {
  padding: 45px;
}
@media only screen and (max-width: 850px) {
  #company-inner .structure .row.structure {
    padding: 20px;
  }
}
#company-inner .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #company-inner .message {
    display: block;
  }
}
#company-inner .message .message-left {
  width: 296px;
  min-width: 296px;
}
@media only screen and (max-width: 850px) {
  #company-inner .message .message-left {
    margin-left: auto;
    margin-right: auto;
  }
}
#company-inner .message .message-left img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#company-inner .message .message-left p {
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #company-inner .message .message-left p {
    font-size: 1.5rem;
  }
}
#company-inner .message .message-left p.name {
  color: #FF7B23;
  margin-bottom: 5px;
}
#company-inner .message .message-right {
  width: 100%;
  padding-left: 4.5%;
  padding-top: 40px;
}
@media only screen and (max-width: 850px) {
  #company-inner .message .message-right {
    padding-left: 0;
    padding-top: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .message .message-right {
    padding-top: 20px;
  }
}
#company-inner .message .message-right .qoute {
  padding: 0 30px;
}
#company-inner .message .message-right .qoute p {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 400;
  color: #FF7B23;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  #company-inner .message .message-right .qoute p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .message .message-right .qoute p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#company-inner .message .message-right .qoute p span {
  position: absolute;
  font-size: 7rem;
  line-height: 3.2rem;
}
@media only screen and (max-width: 1100px) {
  #company-inner .message .message-right .qoute p span {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .message .message-right .qoute p span {
    font-size: 3rem;
  }
}
#company-inner .message .message-right .qoute p span:first-child {
  top: 10px;
  margin-left: -30px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .message .message-right .qoute p span:first-child {
    top: -5px;
    margin-left: -20px;
  }
}
#company-inner .message .message-right .qoute p span:last-child {
  margin-left: 10px;
  bottom: -10px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .message .message-right .qoute p span:last-child {
    bottom: 0px;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .message .message-right .qoute p span:last-child {
    bottom: -5px;
  }
}
#company-inner .message .message-right .text {
  margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .message .message-right .text {
    margin-top: 20px;
  }
}
#company-inner .message .message-right .text h2 {
  font-size: 20px;
  color: #FF7B23;
  margin: 30px 0 8px 0;
}
@media only screen and (max-width: 750px) {
  #company-inner .message .message-right .text h2 {
    font-size: 18px;
  }
}
#company-inner .message .message-right .text p {
  text-indent: 60px;
  text-align: justify;
}
@media only screen and (max-width: 750px) {
  #company-inner .message .message-right .text p {
    text-indent: 30px;
  }
}
#company-inner .message .message-right .text p + p {
  margin-top: 20px;
}
#company-inner .message .message-right .text p span {
  font-weight: 500;
}
#company-inner .message .message-right .text p sup {
  vertical-align: super;
}
#company-inner .message .message-right .signature {
  display: table;
  margin-top: 40px;
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  #company-inner .message .message-right .signature {
    margin-top: 25px;
  }
}
#company-inner .message .message-right .signature img {
  margin-left: auto;
  margin-right: auto;
}
#company-inner .message .message-right .signature p {
  margin-top: 10px;
  text-align: right;
}
#company-inner .message .message-right .signature p span {
  color: #FF7B23;
}
#company-inner .board-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .board-list ul {
    margin-left: -1%;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .board-list ul {
    margin-top: -20px;
  }
}
#company-inner .board-list ul + ul {
  margin-top: 0;
}
#company-inner .board-list ul li {
  width: 25%;
  margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .board-list ul li {
    width: 24%;
    margin-left: 1%;
  }
}
@media only screen and (max-width: 850px) {
  #company-inner .board-list ul li {
    width: 49%;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .board-list ul li {
    width: 100%;
    margin-top: 20px;
  }
}
#company-inner .board-list ul li .cover img {
  width: 100%;
  max-width: 296px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
#company-inner .board-list ul li .text {
  padding: 5px;
}
#company-inner .board-list ul li .text h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #FF7B23;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #company-inner .board-list ul li .text h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#company-inner .board-list ul li .text p {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
}
#company-inner .sub-committee {
  margin-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  #company-inner .sub-committee {
    margin-bottom: 35px;
  }
}
#company-inner .sub-committee h3.head {
  color: #FF7B23;
  font-size: 2.2rem;
  line-height: 3rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .sub-committee h3.head {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
#company-inner .sub-committee h4.head {
  font-size: 2.7rem;
  line-height: 3rem;
  color: #FF7B23;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  #company-inner .sub-committee h4.head {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 850px) {
  #company-inner .sub-committee h4.head {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
#company-inner .sub-committee ol.number {
  padding-left: 30px;
}
#company-inner .sub-committee ol.number li {
  list-style: decimal;
  display: list-item;
}
#company-inner .sub-committee.mb-10 {
  margin-bottom: 10px;
}
#company-inner .sub-committee.mtb-50 {
  margin-top: 50px;
  margin-bottom: 10px;
}

/* Financial */
#financial .hilight .row + .row {
  margin-top: 3%;
}
@media only screen and (max-width: 750px) {
  #financial .hilight .row + .row {
    margin-top: 20px;
  }
}
#financial .hilight .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #financial .hilight .row.flex {
    display: block;
  }
}
#financial .hilight .row.flex .col {
  width: 48.5%;
}
@media only screen and (max-width: 750px) {
  #financial .hilight .row.flex .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #financial .hilight .row.flex .col + .col {
    margin-top: 20px;
  }
}
#financial .hilight .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
#financial .hilight .row .col .text h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #FF7B23;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  #financial .hilight .row .col .text h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
  }
}
#financial .hilight .row .col .graph {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media only screen and (max-width: 1100px) {
  #financial .hilight .row .col .graph {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 850px) {
  #financial .hilight .row .col .graph {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #financial .hilight .row .col .graph {
    margin-top: 30px;
  }
}
#financial .hilight .row .col .graph img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#financial .hilight .row .col .graph-animate {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media only screen and (max-width: 1100px) {
  #financial .hilight .row .col .graph-animate {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 850px) {
  #financial .hilight .row .col .graph-animate {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #financial .hilight .row .col .graph-animate {
    margin-top: 30px;
  }
}
#financial .statements .download {
  display: table;
  width: 100%;
  max-width: 600px;
  background-image: url("../images/commons/box-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 850px) {
  #financial .statements .download {
    max-width: 100%;
  }
}
#financial .statements .download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#financial .statements .download a .icon {
  width: 51px;
  min-width: 51px;
}
@media only screen and (max-width: 1100px) {
  #financial .statements .download a .icon {
    width: 40px;
    min-width: 40px;
    margin-top: 5px;
  }
}
#financial .statements .download a .text {
  padding-left: 30px;
}
@media only screen and (max-width: 1100px) {
  #financial .statements .download a .text {
    padding-left: 20px;
  }
}
#financial .statements .download a .text p {
  margin-top: 5px;
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  #financial .statements .download a .text p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
#financial .statements .download + .download-table {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  #financial .statements .download + .download-table {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 750px) {
  #financial .statements .download + .download-table {
    margin-top: 30px;
  }
}
#financial .statements .download-table {
  margin-top: 30px;
}
#financial .feature h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #FF7B23;
  margin-bottom: 15px;
}
@media only screen and (max-width: 850px) {
  #financial .feature h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #financial .feature h2 {
    margin-bottom: 10px;
  }
}
#financial .feature .table-scroll {
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 850px) {
  #financial .feature .table-scroll {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #financial .feature .table-scroll {
    margin-top: 10px;
    padding-bottom: 20px;
  }
}
#financial .feature p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #financial .feature p + p {
    margin-top: 10px;
  }
}
#financial .annual .annual-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -50px;
}
@media only screen and (max-width: 750px) {
  #financial .annual .annual-list ul {
    margin-top: -30px;
  }
}
#financial .annual .annual-list ul li {
  width: 33.33%;
  margin-top: 50px;
}
@media only screen and (max-width: 850px) {
  #financial .annual .annual-list ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  #financial .annual .annual-list ul li {
    width: 100%;
    margin-top: 30px;
  }
}
#financial .annual .annual-list ul li .box {
  width: 100%;
  max-width: 296px;
  margin-left: auto;
  margin-right: auto;
}
#financial .annual .annual-list ul li .box .cover {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
#financial .annual .annual-list ul li .box .brief {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #financial .annual .annual-list ul li .box .brief {
    margin-top: 15px;
  }
}
#financial .annual .annual-list ul li .box .brief h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #financial .annual .annual-list ul li .box .brief h2 {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
#financial .annual .annual-list ul li .box .brief .button {
  margin-top: 10px;
}
#financial .annual .annual-list ul li .box .brief .button a + a {
  margin-top: 12px;
}
#financial .form56-1 {
  margin-top: 90px;
}
#financial .img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1100px) {
  #financial .img {
    width: 100%;
  }
}

/* Stock */
#stock .video .video-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -60px;
}
@media only screen and (max-width: 750px) {
  #stock .video .video-list ul {
    margin-top: -30px;
  }
}
#stock .video .video-list ul li {
  width: 48.5%;
  margin-top: 60px;
}
@media only screen and (max-width: 850px) {
  #stock .video .video-list ul li {
    width: 47.5%;
  }
}
@media only screen and (max-width: 750px) {
  #stock .video .video-list ul li {
    width: 100%;
    margin-top: 30px;
  }
}
#stock .video .video-list ul li a {
  display: block;
}
#stock .video .video-list ul li a .cover {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
#stock .video .video-list ul li a h2 {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 1100px) {
  #stock .video .video-list ul li a h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 15px;
  }
}

.select-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .select-year {
    margin-bottom: 15px;
  }
}
.select-year p {
  margin-right: 10px;
}
.select-year .select {
  width: 140px;
}
@media only screen and (max-width: 750px) {
  .select-year .select {
    width: 100px;
  }
}
.select-year .select + p {
  margin-left: 10px;
}

.box-white-shadow {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.box-radius-all {
  border-radius: 8px;
}

.table-scroll {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .table-scroll.active {
    overflow: auto;
  }
}
.table-scroll.active::after {
  opacity: 0;
  visibility: hidden;
}
.table-scroll::after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-image: url("../images/commons/drag-table.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 61px 75px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1100px) {
  .table-scroll::after {
    opacity: 1;
    visibility: visible;
  }
}
.table-scroll + .table-scroll {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  .table-scroll + .table-scroll {
    margin-top: 5%;
  }
}

.table {
  border-radius: 8px;
  min-width: 1000px;
}
.table + .table {
  margin-top: 50px;
}
.table.td-v-center td {
  vertical-align: middle !important;
}
.table.td-pad td {
  padding: 13px 30px !important;
}
@media only screen and (max-width: 1100px) {
  .table.td-pad td {
    padding: 13px 15px !important;
  }
}
.table.td-pad-small td {
  padding: 13px 15px !important;
}
.table.line-verticle td + td {
  border-left: 1px solid #D9D9D9;
}
.table tbody tr.topic td {
  padding: 8px 0;
  color: #fff;
  background-color: #FF7B23 !important;
}
.table tbody tr.topic + tr {
  border-top: 0;
}
.table tbody tr.sub-topic td {
  color: #fff;
  background-color: #B4B4B4 !important;
}
.table tbody tr + tr {
  border-top: 1px solid #ccc;
}
.table tbody tr:hover td {
  background-color: #f8f8f8;
}
.table tbody tr td {
  padding: 13px 0;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.table tbody tr td.bg-grey-light {
  background-color: #f7f7f7;
}
.table tbody tr td.bg-grey {
  background-color: #ebebeb;
}
.table tbody tr td.bg-grey-dark {
  background-color: #ddd;
}
.table tbody tr td span.date {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: #FF7B23;
}
.table tbody tr td p {
  text-align: left !important;
}

.popup-changes {
  position: relative;
  width: 90%;
  padding: 60px 0;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 750px) {
  .popup-changes {
    padding: 40px 0;
  }
}
.popup-changes .content {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.popup-changes .content h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .popup-changes .content h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.popup-changes .content h2 span {
  display: none;
  margin-left: 15px;
}
@media only screen and (max-width: 1100px) {
  .popup-changes .content h2 span img {
    width: 35px;
    margin-left: 10px;
  }
}
.popup-changes .content .row {
  padding: 30px 100px;
  text-align: justify;
}
@media only screen and (max-width: 750px) {
  .popup-changes .content .row {
    padding: 20px 20px 20px 30px;
  }
}
.popup-changes .content .row + .row {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  .popup-changes .content .row + .row {
    margin-top: 20px;
  }
}
.popup-changes .content .row p {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 1100px) {
  .popup-changes .content .row p {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
.popup-changes .content .row p:first-child::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -17px;
  z-index: 8;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #FF7B23;
}
@media only screen and (max-width: 1100px) {
  .popup-changes .content .row p:first-child::before {
    width: 7px;
    height: 7px;
  }
}
.popup-changes .content .row ol {
  margin-top: 20px;
  margin-left: 40px;
}
.popup-changes .content .row ol li {
  list-style: decimal;
}
.popup-changes .content .row ol li + li {
  margin-top: 5px;
}
.popup-changes .content .row ol + p {
  margin-top: 20px;
}
.popup-changes .content .row ul {
  margin-top: 20px;
  margin-left: 40px;
}
.popup-changes .content .row ul li {
  list-style: disc;
}
.popup-changes .content .row ul li + li {
  margin-top: 5px;
}
.popup-changes .content .row ul + p {
  margin-top: 20px;
}

.popup-board {
  position: relative;
  width: 90%;
  padding: 60px 0;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 750px) {
  .popup-board {
    padding: 40px 0;
  }
}
.popup-board .content {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.popup-board .content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .popup-board .content .flex {
    display: block;
  }
}
.popup-board .content .flex .left {
  width: 336px;
  min-width: 336px;
  padding-right: 40px;
}
@media only screen and (max-width: 1100px) {
  .popup-board .content .flex .left {
    width: 266px;
    min-width: 266px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .popup-board .content .flex .left {
    width: 226px;
    min-width: 226px;
  }
}
@media only screen and (max-width: 750px) {
  .popup-board .content .flex .left {
    width: 75%;
    min-width: auto;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.popup-board .content .flex .right {
  width: 100%;
  margin-top: 5px;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 750px) {
  .popup-board .content .flex .right {
    padding: 20px;
    margin-top: 5%;
  }
}
.popup-board .content .flex .right .row + .row {
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding-top: 15px;
}
.popup-board .content .flex .right .row h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #FF7B23;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1100px) {
  .popup-board .content .flex .right .row h3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.popup-board .content .flex .right .row p + ol {
  margin-top: 5px;
}
.popup-board .content .flex .right .row p + ul {
  margin-top: 5px;
}
.popup-board .content .flex .right .row ol {
  margin-left: 30px;
}
.popup-board .content .flex .right .row ol li {
  list-style: decimal;
}
.popup-board .content .flex .right .row ul {
  margin-left: 30px;
}
.popup-board .content .flex .right .row ul li {
  list-style: disc;
}
.popup-board .content .flex .right .row-year {
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding-top: 15px;
}
.popup-board .content .flex .right .row-year h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #FF7B23;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1100px) {
  .popup-board .content .flex .right .row-year h3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.popup-board .content .flex .right .row-year ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .popup-board .content .flex .right .row-year ul li + li {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .popup-board .content .flex .right .row-year ul li {
    display: block;
  }
}
.popup-board .content .flex .right .row-year ul li p:nth-child(1) {
  width: 180px;
  min-width: 180px;
}
@media only screen and (max-width: 750px) {
  .popup-board .content .flex .right .row-year ul li p:nth-child(1) {
    width: 100%;
    min-width: 100%;
  }
}
.popup-board .content .flex .right .row-year ul li p:nth-child(2) {
  width: 100%;
}

/* Corporate */
#corporate .corporate-content .content-cover {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-cover {
    margin-bottom: 20px;
  }
}
#corporate .corporate-content .content-row + .content-row {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  #corporate .corporate-content .content-row + .content-row {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row + .content-row {
    margin-top: 30px;
  }
}
#corporate .corporate-content .content-row h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #FF7B23;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  #corporate .corporate-content .content-row h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row h2 {
    margin-bottom: 10px;
  }
}
#corporate .corporate-content .content-row p {
  text-indent: 60px;
  text-align: justify;
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row p {
    text-indent: 30px;
  }
}
#corporate .corporate-content .content-row p + ol.list-demical {
  margin-top: 20px;
}
#corporate .corporate-content .content-row p + p {
  margin-top: 20px;
}
#corporate .corporate-content .content-row p.qoute {
  color: #FF7B23;
  font-weight: 400;
  text-align: center;
}
#corporate .corporate-content .content-row p + .box-flex {
  margin-top: 30px;
}
#corporate .corporate-content .content-row p.mg-top-bottom {
  margin: 30px 0;
}
#corporate .corporate-content .content-row .box {
  margin-top: 50px;
  padding: 4.5% 4.5% 225px 4.5%;
  background-color: #fff;
  background-image: url("../images/corporate/anti/box-bg.png"), url("../images/corporate/anti/box-bg-top.png");
  background-repeat: no-repeat;
  background-position: bottom right, top right;
  background-size: 568px 349px, 568px 350px;
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row .box {
    margin-top: 30px;
    padding: 20px;
  }
}
#corporate .corporate-content .content-row .box.transparent {
  background-color: transparent;
  background-image: none;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
}
#corporate .corporate-content .content-row .box .box-row.flex {
  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;
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row .box .box-row.flex {
    display: block;
  }
}
#corporate .corporate-content .content-row .box .box-row.flex .col {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row .box .box-row.flex .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row .box .box-row.flex .col + .col {
    margin-top: 30px;
  }
}
#corporate .corporate-content .content-row .box .box-row.last {
  display: inline-block;
  margin-left: -4.75%;
  margin-bottom: -175px;
}
#corporate .corporate-content .content-row .box .box-row + .box-row {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  #corporate .corporate-content .content-row .box .box-row + .box-row {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row .box .box-row + .box-row {
    margin-top: 30px;
  }
}
#corporate .corporate-content .content-row .box .box-row.pad-left {
  padding-left: 60px;
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row .box .box-row.pad-left {
    padding-left: 30px;
  }
}
#corporate .corporate-content .content-row .box-img {
  margin-top: -175px;
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row .box-img {
    margin-top: 0;
  }
}
#corporate .corporate-content .content-row .box-flex {
  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;
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row .box-flex {
    display: block;
  }
}
#corporate .corporate-content .content-row .box-flex .col {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row .box-flex .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row .box-flex .col + .col {
    margin-top: 20px;
  }
}
#corporate .corporate-content .content-row .box-flex.mb-30 {
  margin-bottom: 30px;
}
#corporate .corporate-content .content-row h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #FF7B23;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 1100px) {
  #corporate .corporate-content .content-row h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 10px;
  }
}
#corporate .corporate-content .content-row h3 .no {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
#corporate .corporate-content .content-row h3.black {
  color: #3B3B3B;
}
#corporate .corporate-content .content-row ul.list-dot li {
  position: relative;
  padding-left: 15px;
}
#corporate .corporate-content .content-row ul.list-dot li + li {
  margin-top: 10px;
}
#corporate .corporate-content .content-row ul.list-dot li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 8;
  width: 7px;
  height: 7px;
  background-color: #FF7B23;
  border-radius: 100%;
}
#corporate .corporate-content .content-row ul.list-dot li p {
  text-indent: 0 !important;
}
#corporate .corporate-content .content-row ol.list-line {
  margin-left: 0px;
}
#corporate .corporate-content .content-row ol.list-line > li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
}
#corporate .corporate-content .content-row ol.list-line > li p {
  text-indent: 40px;
}
#corporate .corporate-content .content-row ol.list-line > li p + .text {
  margin-top: 20px;
}
#corporate .corporate-content .content-row ol.list-line > li .text {
  padding-left: 40px;
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row ol.list-line > li .text {
    padding-left: 20px;
  }
}
#corporate .corporate-content .content-row ol.list-line > li .text p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #6B6C6F;
  text-indent: 0;
}
@media only screen and (max-width: 1100px) {
  #corporate .corporate-content .content-row ol.list-line > li .text p {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
#corporate .corporate-content .content-row ol.list-line > li .text p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  #corporate .corporate-content .content-row ol.list-line > li .text p + p {
    margin-top: 10px;
  }
}
#corporate .corporate-content .content-row ol.list-line > li .text p.no-list {
  position: relative;
  padding-left: 27px;
}
#corporate .corporate-content .content-row ol.list-line > li .text p.no-list .no {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
#corporate .corporate-content .content-row ol.list-line > li .text ul {
  margin-left: 47px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#corporate .corporate-content .content-row ol.list-line > li .text ul > li {
  list-style: disc;
}
#corporate .corporate-content .content-row ol.list-line > li .flex {
  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;
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row ol.list-line > li .flex {
    display: block;
  }
}
#corporate .corporate-content .content-row ol.list-line > li .flex .col {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row ol.list-line > li .flex .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row ol.list-line > li .flex .col + .col {
    margin-top: 20px;
  }
}
#corporate .corporate-content .content-row ol.list-line > li ul.list-dot {
  margin-left: 20px;
}
#corporate .corporate-content .content-row ol.list-demical {
  margin-left: 80px;
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row ol.list-demical {
    margin-left: 40px;
  }
}
#corporate .corporate-content .content-row ol.list-demical + h2 {
  margin-top: 40px;
}
#corporate .corporate-content .content-row ol.list-demical li {
  list-style: decimal;
}
#corporate .corporate-content .content-row ol.list-demical li + li {
  margin-top: 10px;
}
#corporate .corporate-content .content-row ol.list-demical li p {
  text-indent: 0;
}
#corporate .corporate-content .content-row ol.list-demical-circle {
  margin-top: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  #corporate .corporate-content .content-row ol.list-demical-circle {
    margin-left: 0;
  }
}
#corporate .corporate-content .content-row ol.list-demical-circle li {
  position: relative;
  margin-left: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #D9D9D9;
}
#corporate .corporate-content .content-row ol.list-demical-circle li .no {
  position: absolute;
  top: 9px;
  left: -40px;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #fff;
  background-color: #FF7B23;
}
#corporate .corporate-content .content-row ol.paragraph {
  margin-left: 20px;
}
#corporate .corporate-content .content-row ol.paragraph li + li {
  margin-top: 5px;
}
#corporate .corporate-content .content-row .table-scroll {
  margin-top: 40px;
}
#corporate .corporate-content .content-row .table-scroll table tbody tr.topic td .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#corporate .corporate-content .content-row .table-scroll table tbody tr.topic td .flex .no {
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin-right: 5px;
}
#corporate .margin-top-50 {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  #corporate .margin-top-50 {
    argin-top: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #corporate .margin-top-50 {
    margin-top: 30px;
  }
}

/* Contact */
#contact h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #FF7B23;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  #contact h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 15px;
  }
}
#contact .address p span {
  color: #3B3B3B;
}
#contact .address p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #contact .address p + p {
    margin-top: 10px;
  }
}
#contact .address ul {
  margin-top: 20px;
}
#contact .address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#contact .address ul li + li {
  margin-top: 8px;
}
#contact .address ul li span {
  width: 32px;
  min-width: 32px;
  margin-right: 10px;
}
#contact .address .img {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  #contact .address .img {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 750px) {
  #contact .address .img {
    margin-top: 30px;
  }
}

.form {
  margin-top: 20px;
}
.form .form-row + .form-row {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .form .form-row + .form-row {
    margin-top: 10px;
  }
}
.form .form-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .form .form-row.flex {
    display: block;
  }
}
.form .form-row.recaptcha {
  margin-top: 20px;
}
.form .form-row.button {
  margin-top: 20px;
}
.form .form-row.button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .form-row.button ul li {
  width: 150px;
}
.form .form-row.button ul li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .form .form-row.button ul li + li {
    margin-left: 10px;
  }
}
.form .form-row .col.w50 {
  width: 48.5%;
}
@media only screen and (max-width: 750px) {
  .form .form-row .col.w50 {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .form .form-row .col.w50 + .w50 {
    margin-top: 10px;
  }
}
.form .form-row .col .topic {
  margin-bottom: 5px;
}
.form .form-row .col .topic p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 1100px) {
  .form .form-row .col .topic p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.form .form-row .col .checkbox ul li + li {
  margin-top: 4px;
}
.form .form-row .col .remark {
  color: #FF7B23;
}

/* Footer */
footer {
  padding-top: 20px;
  padding-bottom: 30px;
  color: #fff;
  background-color: #292929;
}
footer .footer .top {
  padding-bottom: 20px;
  border-bottom: 1px solid #6B6C6F;
}
footer .footer .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer .top ul li a.logo {
  display: block;
  padding: 6px 14px 6px 12px;
  border: 1px solid #707070;
  border-radius: 22px;
}
footer .footer .top ul li a.sitemap-btn {
  margin-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FF7B23;
}
footer .footer .top ul li a.sitemap-btn span {
  margin-right: 12px;
}
footer .footer .sitemap-content {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #6B6C6F;
}
footer .footer .sitemap-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  footer .footer .sitemap-content .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
  }
}
footer .footer .sitemap-content .flex .col {
  width: 25%;
  padding-right: 30px;
}
@media only screen and (max-width: 1100px) {
  footer .footer .sitemap-content .flex .col {
    width: 33.33%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer .sitemap-content .flex .col {
    width: 100%;
  }
}
footer .footer .sitemap-content .flex .col:last-child {
  width: 125px;
  max-width: 125px;
  min-width: 125px;
  padding-right: 0;
}
@media only screen and (max-width: 1100px) {
  footer .footer .sitemap-content .flex .col:last-child {
    width: 33.33%;
    max-width: 33.33%;
    min-width: auto;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer .sitemap-content .flex .col:last-child {
    width: 100%;
    max-width: 100%;
  }
}
footer .footer .sitemap-content .flex .col > a {
  display: table;
  font-weight: 400;
  color: #FF7B23;
}
footer .footer .sitemap-content .flex .col > a + a {
  margin-top: 20px;
}
footer .footer .sitemap-content .flex .col ul li {
  position: relative;
  padding-left: 15px;
}
footer .footer .sitemap-content .flex .col ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 8;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #FF7B23;
}
footer .footer .sitemap-content .flex .col ul li a {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
}
footer .footer .contact {
  padding-top: 30px;
  width: 100%;
  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;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .contact {
    padding-top: 25px;
  }
}
footer .footer .contact .col-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-left {
    display: block;
  }
}
footer .footer .contact .col-left .col + .col {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #707070;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-left .col + .col {
    margin-top: 15px;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
footer .footer .contact .col-left .col.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer .contact .col-left .col.tel a {
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #FF7B23;
}
@media only screen and (max-width: 750px) {
  footer .footer .contact .col-left .col.tel a {
    font-size: 2rem;
    line-height: 2rem;
  }
}
footer .footer .contact .col-left .col.tel p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 200;
  padding-left: 15px;
}
@media only screen and (max-width: 750px) {
  footer .footer .contact .col-left .col.tel p {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
footer .footer .contact .col-left .col.address {
  display: block;
}
footer .footer .contact .col-left .col.address .ttl {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 400;
  color: #FF7B23;
  padding-top: 0;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-left .col.address .ttl {
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .contact .col-left .col.address .ttl {
    font-size: 1.6rem;
  }
}
footer .footer .contact .col-left .col.address p {
  padding-top: 5px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 200;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-left .col.contact-detail {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .contact .col-left .col.contact-detail {
    margin-top: 20px;
  }
}
footer .footer .contact .col-left .col.contact-detail ul li + li {
  margin-top: 6px;
}
footer .footer .contact .col-left .col.contact-detail ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
footer .footer .contact .col-left .col.contact-detail ul li a span {
  margin-right: 10px;
}
footer .footer .contact .col-right {
  min-width: 90px;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-right {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .contact .col-right {
    margin-top: 20px;
  }
}
footer .footer .contact .col-right .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer .contact .col-right .social ul li + li {
  margin-left: 12px;
}
footer .footer .copyright {
  margin-top: 60px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  footer .footer .copyright {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .copyright {
    font-size: 0.9rem;
    margin-top: 30px;
  }
}
footer .footer .copyright a {
  color: #fff;
}

/*policy*/
#policy p {
  margin-bottom: 15px;
}
#policy h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #FF7B23;
  margin-top: 15px;
}
@media only screen and (max-width: 1100px) {
  #policy h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-top: 10px;
  }
}
#policy h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #FF7B23;
  margin-top: 15px;
}
@media only screen and (max-width: 1100px) {
  #policy h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 10px;
  }
}
#policy ol {
  list-style-type: none;
  counter-reset: item;
  padding: 0;
}
#policy ol > li {
  display: table;
  counter-increment: item;
}
#policy ol > li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
#policy ol li ol > li {
  margin: 15px 0;
}
#policy ol li ol > li {
  margin: 15px 0;
}
#policy ol li ol > li::before {
  content: counters(item, ".") " ";
}
@media only screen and (max-width: 1100px) {
  #policy ol li ol > li {
    margin: 10px 0;
  }
}
#policy .center {
  text-align: center;
}

/*Tab Cookie*/
#tab-cookie.alert-cookie {
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 88;
  position: fixed;
  padding: 20px 0 15px 0;
  -webkit-box-shadow: 4px 1px 10px #000;
          box-shadow: 4px 1px 10px #000;
  background: rgba(72, 72, 72, 0.95);
}
#tab-cookie .cookiehead {
  color: #fff;
  font-size: 18px;
}
#tab-cookie p {
  color: #dedede;
  font-size: 15px;
  margin: 5px 0 0 0;
}
#tab-cookie p a {
  color: #dedede;
  text-decoration: underline !important;
}
#tab-cookie .box-cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #tab-cookie .box-cookies {
    display: block;
  }
}
#tab-cookie .btn {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  #tab-cookie .btn {
    margin-top: 5px;
    margin-left: 0;
    margin-right: auto;
  }
}

.img-radius {
  border-radius: 8px;
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 1100px) {
  .hide1100 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}