<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "LGSmHaT";
  font-weight: 400;
}

.lang-de body {
  font-family: "LGSmGlo";
}

.lang-zh body {
  font-family: "NotoSans";
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}

.txt-en {
  letter-spacing: 0 !important;
}

.pc-only {
  display: block !important;
}

.mo-only {
  display: none !important;
}

@media screen and (max-width: 80rem) {
  .pc-only {
    display: block !important;
  }
  .mo-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375rem) {
  .pc-only {
    display: none !important;
  }
  .mo-only {
    display: block !important;
  }
}
.button, a.button {
  display: inline-block;
  position: relative !important;
  padding: 0.9375rem 1.5625rem;
  height: auto;
  vertical-align: middle;
  border-radius: 0.5rem;
  line-height: 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  transition: background-color 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}
.button.btn-primary, a.button.btn-primary {
  background-color: #222;
  color: #fff;
}
.button.btn-primary:hover, a.button.btn-primary:hover {
  background-color: #D7177B;
}
.button.btn-primary.ico.ico-link::after, a.button.btn-primary.ico.ico-link::after {
  background-image: url(/asset/images/common/company/ico_arrow_r_md_w.svg);
}
.button.btn-white, a.button.btn-white {
  background-color: #fff;
  color: #000;
}
.button.btn-white.ico.ico-download::after, a.button.btn-white.ico.ico-download::after {
  background-image: url(/asset/images/common/company/icon_download.svg);
}
.button.btn-white:hover, a.button.btn-white:hover {
  color: #D7177B;
}
.button.btn-white:hover.ico.ico-download::after, a.button.btn-white:hover.ico.ico-download::after {
  background-image: url(/asset/images/common/company/icon_download_on.svg);
}
.button.btn-outline, a.button.btn-outline {
  padding: 0.875rem 1.5625rem;
  border: 1px solid #222;
  font-weight: 400;
  color: #222;
}
.button.btn-outline.btn-lg, a.button.btn-outline.btn-lg {
  padding: 1.1875rem 2.5rem;
}
.button.btn-outline.ico.ico-download::after, a.button.btn-outline.ico.ico-download::after {
  right: 1.5625rem;
  width: 1.125rem;
  height: 1.25rem;
  background-image: url(/asset/images/common/company/icon_download_black.svg);
}
.button.btn-radius50, a.button.btn-radius50 {
  border-radius: 1.5rem;
}
.button.btn-radius50.btn-lg, a.button.btn-radius50.btn-lg {
  border-radius: 2rem;
}
.button.btn-lg, a.button.btn-lg {
  padding: 1.25rem 2.5rem;
  height: auto;
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
}
.button.btn-sm, a.button.btn-sm {
  min-width: unset;
  padding: 0 2.5rem;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.button.ico, a.button.ico {
  text-align: left;
}
.button.ico::after, a.button.ico::after {
  content: "";
  position: absolute;
  right: 1.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.0625rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.button.ico.ico-download, a.button.ico.ico-download {
  padding-right: 3.9375rem;
}
.button.ico.ico-download::after, a.button.ico.ico-download::after {
  right: 1.625rem;
  width: 1.125rem;
  height: 1.25rem;
  background-image: url(/asset/images/common/company/ico_download_w.svg);
}
.button.ico.ico-link, a.button.ico.ico-link {
  padding-right: 4.4375rem;
}
.button.ico.ico-link::after, a.button.ico.ico-link::after {
  right: 1.5625rem;
  width: 1.625rem;
  height: 0.4375rem;
  background-image: url(/asset/images/common/company/ico_arrow_r_md.svg);
  background-size: 1.625rem 0.4375rem;
}
.button.ico.ico-link.btn-lg, a.button.ico.ico-link.btn-lg {
  padding-right: 4.4375rem;
}
.button.ico.ico-link.btn-lg::after, a.button.ico.ico-link.btn-lg::after {
  right: 1.875rem;
  width: 2.6875rem;
  height: 0.625rem;
  background-image: url(/asset/images/common/company/ico_arrow_r.svg);
  background-size: 2.6875rem 0.625rem;
}

@media screen and (max-width: 80rem) {
  .button, a.button {
    font-size: 0.875rem;
  }
  .button.btn-lg, a.button.btn-lg {
    padding: 0.9375rem 1.625rem;
    width: 15.375rem;
    height: auto;
    line-height: 1.125rem;
    font-size: 1rem;
  }
  .button.btn-lg.btn-outline, a.button.btn-lg.btn-outline {
    padding: 0.875rem 1.625rem;
    font-weight: 400;
  }
  .button.btn-lg.ico.ico-link::after, a.button.btn-lg.ico.ico-link::after {
    right: 1.625rem;
    width: 1.625rem;
    height: 0.4375rem;
    background-size: 1.625rem 0.4375rem;
  }
  .button.btn-sm, a.button.btn-sm {
    padding: 0 1.625rem;
    width: auto;
    height: 1.375rem;
    line-height: 1.375rem;
    font-size: 1rem;
  }
}
.wrap-table-download {
  margin-top: 3.75rem;
}
.wrap-table-download .caption {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.wrap-table-download .caption .title {
  line-height: 1.875rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #222;
}
.wrap-table-download .caption .etc {
  line-height: 1.875rem;
  font-size: 1rem;
  font-weight: 600;
  color: #222;
}
.wrap-table-download .lst-title {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.875rem;
  background-color: #F2F2F6;
  box-sizing: border-box;
}
.wrap-table-download .lst-title li {
  line-height: 1.875rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #222;
}
.wrap-table-download .lst-title li:nth-child(1) {
  flex: 1;
}
.wrap-table-download .lst-title li:nth-child(2) {
  flex: 3;
  padding-right: 1.25rem;
}
.wrap-table-download .lst-title li:nth-child(3) {
  flex: 2;
}
.wrap-table-download .lst-title li:nth-child(4) {
  flex: 1;
}
.wrap-table-download .lst-title li:last-child {
  text-align: right;
}
.wrap-table-download .lst-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 0.625rem;
  padding: 1.25rem 1.875rem;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.wrap-table-download .lst-desc li {
  line-height: 1.875rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #444;
}
.wrap-table-download .lst-desc li:nth-child(1) {
  flex: 1;
  color: #222;
}
.wrap-table-download .lst-desc li:nth-child(2) {
  flex: 3;
  padding-right: 1.25rem;
  font-weight: 600;
  color: #222;
}
.wrap-table-download .lst-desc li:nth-child(3) {
  flex: 2;
}
.wrap-table-download .lst-desc li:nth-child(4) {
  flex: 1;
}
.wrap-table-download .lst-desc li:last-child {
  text-align: right;
}
.wrap-table-download .lst-desc li .button.ico.ico-download {
  min-width: unset;
  padding: 0 2rem 0 0.625rem;
}
.wrap-table-download .lst-desc li .button.ico.ico-download::after {
  right: 0.625rem;
}
.wrap-table-download .info-table {
  margin-top: 1.25rem;
  line-height: 1.625rem;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
}

@media screen and (max-width: 80rem) {
  .wrap-table-download {
    margin-top: 2.5rem;
  }
  .wrap-table-download .caption {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
  }
  .wrap-table-download .caption .title {
    line-height: 1.375rem;
    font-size: 0.875rem;
  }
  .wrap-table-download .caption .etc {
    line-height: 1.375rem;
    font-size: 0.875rem;
  }
  .wrap-table-download .lst-title {
    padding: 1rem 1.25rem;
  }
  .wrap-table-download .lst-title li {
    line-height: 1.375rem;
    font-size: 0.875rem;
  }
  .wrap-table-download .lst-desc {
    padding: 1rem 1.25rem;
    box-sizing: border-box;
  }
  .wrap-table-download .lst-desc li {
    line-height: 1.375rem;
    min-height: 1.375rem;
    font-size: 0.8125rem;
  }
  .wrap-table-download .lst-desc li:nth-child(2) {
    font-size: 0.875rem;
  }
  .wrap-table-download .lst-desc li .button.ico.ico-download {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    min-width: unset;
    padding: 0 0.625rem;
    width: 4.75rem;
    height: auto;
    background-color: transparent;
  }
  .wrap-table-download .lst-desc li .button.ico.ico-download .name {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    white-space: nowrap;
    clip: rect(0, 0, 0, 0);
  }
  .wrap-table-download .lst-desc li .button.ico.ico-download::after {
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: 0.875rem 1rem;
  }
  .wrap-table-download .info-table {
    line-height: 1.375rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 63.9375rem) {
  .wrap-table-download .lst-title {
    padding: 1rem 1.25rem;
  }
  .wrap-table-download .lst-title li:nth-child(2) {
    padding-right: 0;
  }
  .wrap-table-download .lst-title li:nth-child(3) {
    display: none;
  }
  .wrap-table-download .lst-title li:nth-child(4) {
    flex: 2;
  }
  .wrap-table-download .lst-desc {
    padding: 1rem 1.25rem;
    box-sizing: border-box;
  }
  .wrap-table-download .lst-desc li {
    line-height: 1.375rem;
    min-height: 1.375rem;
    font-size: 0.8125rem;
  }
  .wrap-table-download .lst-desc li:nth-child(1) {
    padding-right: 0.5rem;
  }
  .wrap-table-download .lst-desc li:nth-child(2) {
    padding-right: 0;
  }
  .wrap-table-download .lst-desc li .button.ico.ico-download {
    padding: 0 1.25rem;
    width: 3.5rem;
  }
  .wrap-table-download + .sub-txt {
    margin-top: 1.5rem !important;
  }
}
.lst-button {
  margin-top: 3.125rem;
  padding: 2rem 2.5rem;
  border: 1px solid #ddd;
}
.lst-button li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  border-top: 1px solid #ddd;
}
.lst-button li:first-child {
  padding-top: 0;
  border: 0;
}
.lst-button li:last-child {
  padding-bottom: 0;
}
.lst-button li:not(:has(.title)) {
  justify-content: flex-end;
}
.lst-button li .title {
  line-height: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
  max-width: 26.875rem;
}
.lst-button li .button-area {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 80rem) {
  .lst-button {
    margin-top: 2.5rem;
    padding: 1.25rem;
  }
  .lst-button li {
    flex-wrap: wrap;
    padding: 1.25rem 0;
  }
  .lst-button li .title {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
    line-height: 1.625rem;
    font-size: 1rem;
  }
  .lst-button li .button-area {
    display: flex;
    gap: 1rem;
    width: 100%;
    justify-content: flex-end;
  }
  .lst-button li .button-area .button {
    flex: auto;
    width: calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
    padding: 1rem 3.125rem 1rem 1.25rem;
    height: auto;
    line-height: 1.0625rem;
  }
  .lst-button li .button-area .button::after {
    right: 1.25rem;
  }
}
@media screen and (max-width: 63.9375rem) {
  .lst-button li .title {
    margin-bottom: 1rem;
    width: 100%;
    line-height: 1.625rem;
    font-size: 1rem;
  }
  .lst-button li .button-area {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    justify-content: flex-end;
  }
  .lst-button li .button-area .button {
    flex: auto;
    width: 100%;
    max-width: unset;
  }
}
.select-custom, .select-relevant {
  width: 100%;
  position: relative;
}
.select-custom.disabled, .select-relevant.disabled {
  opacity: 0.4;
  background: #eaeaea;
}
.select-custom.disabled .btn-select, .select-relevant.disabled .btn-select {
  cursor: unset;
}
.select-custom .btn-select, .select-relevant .btn-select {
  display: block;
  padding: 0;
  height: 3rem;
  line-height: 2.875rem;
  text-align: left;
  padding-left: 1.25rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  transition: border-radius 0.2s;
}
.select-custom .btn-select .select-txt, .select-relevant .btn-select .select-txt {
  line-height: 2.875rem;
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  font-size: 1rem;
  vertical-align: middle;
}
.select-custom .btn-select .ico, .select-relevant .btn-select .ico {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-top: -10px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
.select-custom .btn-select.on, .select-relevant .btn-select.on {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select-custom .btn-select.on .ico, .select-relevant .btn-select.on .ico {
  margin-top: -3px;
  transform: rotate(135deg);
}
.select-custom .btn-select.selected .select-txt, .select-relevant .btn-select.selected .select-txt {
  color: #D7177B;
}
@media screen and (max-width: 80rem) {
  .select-custom .btn-select .select-txt, .select-relevant .btn-select .select-txt {
    font-size: 0.875rem;
  }
}
.select-custom .select-list-wrap, .select-relevant .select-list-wrap {
  display: none;
  overflow: hidden;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  z-index: 2;
  padding-right: 0.3125rem;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.select-custom .select-list-wrap.on, .select-relevant .select-list-wrap.on {
  display: block;
}
.select-custom .select-list, .select-relevant .select-list {
  display: none;
  background-color: #fff;
  box-sizing: border-box;
  max-height: 210px;
  overflow-x: hidden;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
}
.select-custom .select-list::-webkit-scrollbar, .select-relevant .select-list::-webkit-scrollbar {
  width: 6px;
}
.select-custom .select-list::-webkit-scrollbar-track, .select-relevant .select-list::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.select-custom .select-list::-webkit-scrollbar-thumb, .select-relevant .select-list::-webkit-scrollbar-thumb {
  background-color: #222;
  border-radius: 0.1875rem;
  height: 3.8125rem;
}
.select-custom .select-list li, .select-relevant .select-list li {
  margin: 0 1.25rem 0 1.25rem;
  padding: 0;
  height: auto;
  text-align: left;
}
.select-custom .select-list li .select-list-item, .select-relevant .select-list li .select-list-item {
  display: block;
  padding: 0.8125rem 0 0.5625rem;
  height: 2.5rem;
}
.select-custom .select-list li .select-list-item .txt-box, .select-relevant .select-list li .select-list-item .txt-box {
  position: relative;
  vertical-align: baseline;
}
.select-custom .select-list li .select-list-item .txt-box .select-txt, .select-relevant .select-list li .select-list-item .txt-box .select-txt {
  position: relative;
  z-index: 1;
  height: 1.125rem;
  line-height: 1.125rem;
  font-size: 1rem;
  font-weight: 400;
  color: #222;
}
.select-custom .select-list li .select-list-item .txt-box .line-red, .select-relevant .select-list li .select-list-item .txt-box .line-red {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1px;
}
.select-custom .select-list li .select-list-item:hover .select-txt, .select-custom .select-list li .select-list-item:active .select-txt, .select-custom .select-list li .select-list-item:focus .select-txt, .select-relevant .select-list li .select-list-item:hover .select-txt, .select-relevant .select-list li .select-list-item:active .select-txt, .select-relevant .select-list li .select-list-item:focus .select-txt {
  color: #D7177B;
  border-bottom: 1px solid #D7177B;
}
.select-custom .select-list li .select-list-item.on .select-txt, .select-custom .select-list li .select-list-item.selected .select-txt, .select-relevant .select-list li .select-list-item.on .select-txt, .select-relevant .select-list li .select-list-item.selected .select-txt {
  color: #D7177B;
  border-bottom: 1px solid #D7177B;
}

.tab-list-detault {
  position: relative;
  display: flex;
  height: 3rem;
  border-bottom: 1px solid #222;
}
.tab-list-detault li {
  flex: 1;
  position: relative;
  margin-left: -1px;
  margin-bottom: -1px;
  border: 1px solid #ccc;
  border-bottom-color: transparent;
}
.tab-list-detault li a {
  display: block;
  padding: 0.625rem 0.625rem;
  text-align: center;
  line-height: 1.6875rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #888;
  cursor: pointer;
}
.tab-list-detault li.on {
  border-color: #222;
  border-bottom-color: #fff;
  z-index: 1;
}
.tab-list-detault li.on a {
  color: #222;
}

.tab-contents-detault {
  display: none;
  padding: 30px 0;
}
.tab-contents-detault.on {
  display: block;
}

section.sec {
  position: relative;
  padding: 10rem 2.5rem 0;
}
section.sec .sec-inner {
  position: relative;
  margin: 0 auto;
  max-width: 90rem;
}
section.sec .sec-inner.fullwidth {
  margin: 0 -2.5rem;
  max-width: unset;
}
section.sec .sec-inner .title-page {
  position: relative;
  padding: 7.6875rem 2.5rem 2.5rem;
  text-align: center;
}
section.sec .sec-inner .title-page::before {
  content: "";
  position: absolute;
  top: 1.9375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.0625rem;
  height: 3.125rem;
  background-color: #8B8B8B;
}
section.sec .sec-inner .title-page .title {
  line-height: 2.875rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
}
section.sec .sec-inner .title-page .desc {
  margin: 0 auto;
  padding-top: 0.9375rem;
  max-width: 1024px;
  line-height: 1.875rem;
  font-size: 1.25rem;
  color: #000;
}
section.sec .sec-inner .title-sub {
  position: relative;
}
section.sec .sec-inner .title-sub h2.title {
  line-height: 3.125rem;
  font-size: 2.25rem;
  font-weight: 600;
  color: #222;
}
section.sec .sec-inner .title-sub .desc {
  padding-top: 2.5rem;
  line-height: 2rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #444;
}
section.sec .sec-inner .title-sub .btn-link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 3.75rem;
  line-height: 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #222;
  background-image: url("../../images/common/company/ico_arrow_r.svg");
  background-position: 100% 50%;
  background-size: 2.75rem 0.625rem;
  background-repeat: no-repeat;
  background-color: transparent;
}
section.sec .sec-inner .title-sub + h3.title {
  margin-top: 5rem;
}
section.sec .sec-inner &gt; h3.title {
  margin-top: 7.5rem;
  line-height: 2.4375rem;
  font-size: 1.75rem;
  font-weight: 600;
  color: #222;
}
section.sec .sec-inner &gt; h3.title + .desc {
  margin-top: 1.25rem;
  line-height: 2rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #444;
}
section.sec.sec-top {
  padding-top: 0;
}
section.sec.sec-top .nav {
  height: 3.75rem;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
section.sec.sec-top .tabs {
  display: inline-flex;
  gap: 2.5rem;
}
section.sec.sec-top .tabs li a {
  display: block;
  position: relative;
  padding: 1.25rem 0.25rem;
  line-height: 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #222;
}
section.sec.sec-top .tabs li a.on {
  font-weight: 600;
  color: #000;
}
section.sec.sec-top .tabs li a.on::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875rem;
  background-color: #000;
}

@media screen and (max-width: 80rem) {
  section.sec {
    padding: 5rem 1.25rem 0;
  }
  section.sec .sec-inner {
    max-width: 50rem;
  }
  section.sec .sec-inner.fullwidth {
    margin: 0 -1.25rem;
  }
  section.sec .sec-inner .title-page {
    padding: 6.5625rem 1.25rem 1.875rem;
  }
  section.sec .sec-inner .title-page::before {
    top: 1.875rem;
  }
  section.sec .sec-inner .title-page .title {
    line-height: 2.5rem;
    font-size: 1.75rem;
  }
  section.sec .sec-inner .title-page .desc {
    line-height: 1.4375rem;
    font-size: 0.9375rem;
  }
  section.sec .sec-inner .title-sub h2.title {
    line-height: 2.25rem;
    font-size: 1.625rem;
  }
  section.sec .sec-inner .title-sub .desc {
    padding-top: 1.25rem;
    line-height: 1.625rem;
    font-size: 1rem;
  }
  section.sec .sec-inner .title-sub .btn-link {
    width: 8.25rem;
    height: 1.25rem;
    background-size: 2.1875rem 0.5rem;
  }
  section.sec .sec-inner .title-sub .btn-link .txt {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    white-space: nowrap;
    clip: rect(0, 0, 0, 0);
  }
  section.sec .sec-inner .title-sub + h3.title {
    margin-top: 2.5rem;
  }
  section.sec .sec-inner &gt; h3.title {
    margin-top: 3.75rem;
    line-height: 1.75rem;
    font-size: 1.25rem;
  }
  section.sec .sec-inner &gt; h3.title + .desc {
    line-height: 1.625rem;
    font-size: 1rem;
  }
  section.sec.sec-top .nav {
    height: 2.125rem;
  }
  section.sec.sec-top .tabs {
    display: inline-flex;
    gap: 2.5rem;
  }
  section.sec.sec-top .tabs li a {
    padding: 0.625rem 0.25rem;
    line-height: 0.875rem;
    font-size: 0.875rem;
  }
  section.sec.sec-top .tabs li a.on {
    font-weight: 600;
    color: #000;
  }
  section.sec.sec-top .tabs li a.on::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1875rem;
    background-color: #000;
  }
}
@media screen and (max-width: 63.9375rem) {
  section.sec {
    padding: 5rem 1.25rem 0;
  }
  section.sec .sec-inner .title-page {
    padding: 11.5625rem 1.25rem 1.875rem;
  }
  section.sec .sec-inner .title-page::before {
    top: 6.5625rem;
  }
  section.sec .sec-inner .title-page .title {
    line-height: 2.5rem;
    font-size: 1.75rem;
  }
  section.sec .sec-inner .title-page .desc {
    line-height: 1.4375rem;
    font-size: 0.9375rem;
  }
  section.sec .sec-inner .title-sub .desc {
    line-height: 1.625rem;
    font-size: 1rem;
  }
}
.accordion-wrap {
  border-bottom: 1px solid #222;
}
.accordion-wrap .item {
  position: relative;
  border-top: 1px solid #ddd;
}
.accordion-wrap .item .title .btn-spread {
  display: block;
  position: relative;
  padding: 0 0.625rem;
  width: 100%;
  height: 5.5625rem;
  text-align: left;
  cursor: pointer;
}
.accordion-wrap .item .title .btn-spread .txt {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #444;
}
.accordion-wrap .item .title .btn-spread .icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  margin-top: -0.75rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
.accordion-wrap .item .detail {
  display: none;
  padding-bottom: 1.25rem;
}
.accordion-wrap .item .detail .txt-area {
  padding: 3.125rem;
  border-radius: 1.25rem;
  background-color: #F6F6F6;
  line-height: 1.625rem;
  font-size: 1rem;
  font-weight: 400;
  color: #444;
  opacity: 0.85;
}
.accordion-wrap .item:first-child {
  border-color: #222;
}
.accordion-wrap .item.on {
  border-color: #D7177B;
}
.accordion-wrap .item.on .title .btn-spread .txt {
  color: #D7177B;
}
.accordion-wrap .item.on .title .btn-spread .icon {
  margin-top: -3px;
  transform: rotate(135deg);
  border-color: #D7177B;
}
.accordion-wrap .lst-accordian.type02 .item .btn-spread {
  padding: 2.5rem 0;
  padding-left: 7.5rem;
  height: auto;
}
.accordion-wrap .lst-accordian.type02 .item .btn-spread .ico {
  position: absolute;
  left: 0;
  top: 2.5rem;
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.accordion-wrap .lst-accordian.type02 .item .btn-spread .title-item {
  display: block;
  line-height: 2.4375rem;
  font-size: 1.75rem;
  font-weight: 600;
  color: #222;
}
.accordion-wrap .lst-accordian.type02 .item .btn-spread .desc-item {
  display: block;
  margin-top: 0.625rem;
  line-height: 1.5625rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #222;
  opacity: 0.85;
}
.accordion-wrap .lst-accordian.type02 .item:nth-child(1) .ico {
  background-image: url(/asset/images/common/company/icon_value1.svg);
}
.accordion-wrap .lst-accordian.type02 .item:nth-child(2) .ico {
  background-image: url(/asset/images/common/company/icon_value2.svg);
}
.accordion-wrap .lst-accordian.type02 .item:nth-child(3) .ico {
  background-image: url(/asset/images/common/company/icon_value3.svg);
}
.accordion-wrap .lst-accordian.type02 .item:nth-child(4) .ico {
  background-image: url(/asset/images/common/company/icon_value4.svg);
}
.accordion-wrap .lst-accordian.type02 .item:nth-child(5) .ico {
  background-image: url(/asset/images/common/company/icon_value5.svg);
}
.accordion-wrap .lst-accordian.type02 .item.on .btn-spread .title-item {
  color: #D7177B;
}
.accordion-wrap .lst-accordian.type02 .item .detail {
  padding-bottom: 2.5rem;
  padding-left: 7.5rem;
}
.accordion-wrap .lst-accordian.type02 .item .detail .txt-area {
  padding: 3.125rem;
}
.accordion-wrap .lst-accordian.type02 .item .detail .txt-area .title-detail {
  margin-top: 1.875rem;
  line-height: 1.5rem;
  font-size: 1.375rem;
  font-weight: 600;
  color: #222;
}
.accordion-wrap .lst-accordian.type02 .item .detail .txt-area .title-detail:first-of-type {
  margin-top: 0;
}
.accordion-wrap .lst-accordian.type02 .item .detail .txt-area .desc-detail {
  margin-top: 0.625rem;
  line-height: 1.8125rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #222;
  opacity: 0.7;
}

@media screen and (max-width: 80rem) {
  .accordion-wrap .item .title .btn-spread {
    height: 4.0625rem;
  }
  .accordion-wrap .item .title .btn-spread .txt {
    font-size: 1rem;
  }
  .accordion-wrap .item .title .btn-spread .icon {
    margin-top: -0.625rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  .accordion-wrap .item .detail .txt-area {
    padding: 1.875rem;
    background-color: #F6F6F6;
    line-height: 1.375rem;
    font-size: 0.875rem;
  }
  .accordion-wrap .lst-accordian.type02 .item .btn-spread {
    padding: 1.25rem 0.625rem 1.875rem 0.625rem;
  }
  .accordion-wrap .lst-accordian.type02 .item .btn-spread .ico {
    display: block;
    position: relative;
    width: 4rem;
    height: 4rem;
    top: auto;
    left: auto;
    background-size: 4rem 4rem;
  }
  .accordion-wrap .lst-accordian.type02 .item .btn-spread .icon {
    margin: 0;
    top: 1.875rem;
    right: 1.25rem;
  }
  .accordion-wrap .lst-accordian.type02 .item .btn-spread .title-item {
    margin-top: 0.625rem;
    line-height: 1.5625rem;
    font-size: 1.125rem;
  }
  .accordion-wrap .lst-accordian.type02 .item .btn-spread .desc-item {
    line-height: 1.625rem;
    font-size: 1rem;
  }
  .accordion-wrap .lst-accordian.type02 .item .detail {
    padding-bottom: 1.875rem;
    padding-left: 0;
  }
  .accordion-wrap .lst-accordian.type02 .item .detail .txt-area {
    padding: 2.5rem 1.875rem;
  }
  .accordion-wrap .lst-accordian.type02 .item .detail .txt-area .title-detail {
    line-height: 1.5625rem;
    font-size: 1.125rem;
  }
  .accordion-wrap .lst-accordian.type02 .item .detail .txt-area .desc-detail {
    line-height: 1.5625rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 63.9375rem) {
  .accordion-wrap .item .title .btn-spread {
    padding: 1.25rem 2.875rem 1.25rem 0.625rem;
    height: auto;
  }
  .accordion-wrap .item .title .btn-spread .txt {
    display: inline-block;
    line-height: 1.375rem;
  }
  .accordion-wrap .item .detail .txt-area {
    line-height: 1.375rem;
    font-size: 0.875rem;
    color: #222;
    opacity: 0.85;
  }
}/*# sourceMappingURL=common-re.css.map */</pre></body></html>