<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* sub layout */
#sub-nav {
  background-color: #535762;
  padding: .8rem 2rem;
}
#sub-nav .active {
  display: none;
}
#sub-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#sub-nav ul&gt;li {
  padding: 0 2rem;
  margin: .6rem 0;
  border-right: 1px solid #787878;
}
#sub-nav ul&gt;li:last-child {
  border-right: none;
}
#sub-nav a {
  font-size: 1.6rem;
  color: #fff;
}
#sub {
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
}
#sub .layout {
  padding: 4.8rem 4.8rem 7rem;
}
#sub h2 {
  position: relative;
  padding-left: 3.4rem;
  color: #b9b314;
  font-family: 'Godo';
  font-weight: 700;
  font-size: 3.5rem;
}
#sub h2::before {
  content: "";
  position: absolute;
  top: -1.4rem; left: 0;
  width: 2.6rem; height: 2.8rem;
  background: url(../images/common/title-obj.png) no-repeat center / contain;
}
#sub h2::after {
  content: "";
  position: absolute;
  top: 50%; right: 0;
  background-color: #e5e5e5;
  width: calc(100% - 30rem); height: 1px;
}
#sub .sub-title-wrap {
  margin-bottom: 4rem;
}
#sub .sub-title {
  padding: 3.2rem 2.4rem;
  border-radius: 1rem;
  border: 2px solid #efebbf;
  background: url(../images/sub/sub-title-bg.png) no-repeat 20% center / cover;
}
#sub .sub-title h2::after {
  display: none;
}
#sub .h3-wrap {
  margin-top: 1rem;
  text-align: right;
}
#sub h3 {
  display: inline-block;
  position: relative;
  padding-top: 1rem;
  color: #282b2d;
  font-family: 'Godo';
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.4;
}
#sub h3::before {
  content: "";
  position: absolute;
  top: 0; left: 0%;
  width: 5.6rem; height: 1px;
  background-color: #c5bb66;
}
#sub h4 {
  margin-top: 3.4rem;
  text-align: center;
  font-family: 'Godo';
  font-size: 2.2rem;
  color: #282b2d;
  line-height: 1.3;
}
.mo-show {
  display: none;
}


@media (max-width: 768px) {
  #sub .layout {
    padding: 4.8rem 3.4rem 7rem;
  }
  #sub .h3-wrap {
    margin-top: 2rem;
  }
  #sub h2::after {
    display: none;
  }
}

@media (max-width: 600px) {
  #sub .h3-wrap {
    text-align: left;
  }
  #sub .mo-show {
    display: inline;
  }
}

@media (max-width: 520px) {
  #sub .layout {
    padding: 4.8rem 2.4rem 7rem;
  }
  #sub-nav {
    position: relative;
    padding: 0;
  }
  #sub-nav ul {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 1;
  }
  #sub-nav.on ul {
    display: block;
  }
  #sub-nav ul&gt;li {
    width: 100%; height: 4.6rem;
    padding: 0;
    margin: 0;
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
    line-height: 4.6rem;
  }
  #sub-nav ul&gt;li a {
    display: block;
    padding: 0 2.4rem;
    color: #3e3e3e;
  }
  #sub-nav .active {
    display: block;
    position: relative;
    width: 100%; height: 4.6rem;
    padding: 0 2.4rem;
    line-height: 4.6rem;
  }
  #sub-nav .active::before {
    content: "\e936";
    font-family: 'xeicon';
    position: absolute;
    top: 50%; right: 2.4rem;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.6rem;
    transition: .24s;
  }
  #sub-nav.on .active::before {
    transform: translateY(-50%) rotate(180deg);
  }
}


p.con-text {
  padding-top: 3.6rem;
  color: #4f4f4f;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: -0.025em;
  text-align: justify;
}
.sub-title+p.con-text {
  padding-top: 0;
}
p.con-text+.img-box {
  margin-top: 3.6rem;
}
.img-box.border {
  border: 1px solid #ddd;
}
.img-sub {
  position: relative;
  margin-top: 1.8rem;
  padding-right: 3.4rem;
  text-align: right;
  color: #4f4f4f;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.025em;
}
.img-sub::after {
  content: '\e915';
  font-family: 'xeicon';
  position: absolute;
  top: 0; right: 0;
  width: 2.4rem; height: 2.4rem;
  background: #303030;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.news-item {
  position: relative;
  margin-bottom: 5rem;
}
.news-item:last-child {
  margin-bottom: 0;
}
.news-item .text {
  background-color: rgba(0, 0, 0, .7);
  padding: 2.8rem 2.4rem;
}
.news-item .text p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: -0.025em;
  text-align: justify;
}
.news-item.over .text {
  position: absolute;
  bottom: 0; left: 0;
}

.report-item {
  padding-bottom: 2.6rem;
  margin-bottom: 3.8rem;
  border-bottom: 1px solid #e5e5e5;
}
.report-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.report-item .title {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #4f4f4f;
}
.report-item .desc {
  margin-bottom: 2rem;
  color: #4f4f4f;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: -0.025em;
  text-align: justify;
}
.report-item .info {
  position: relative;
  padding-left: 4.8rem;
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
}
.report-item .info span {
  display: inline-block;
  position: absolute;
  top: -2px; left: 0;
  background: #666;
  padding: .4rem .8rem;
  color: #fff;
}
.report-item .info p,
.report-item .info a {
  color: #666;
  line-height: 1.3;
}

.qna-box {
  margin-top: 3rem;
  padding-bottom: 2.6rem;
  border-bottom: 1px solid #cacaca;
}
.qna-box:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.qna-box .q-text {
  position: relative;
  padding-left: 2rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: -0.025em;
  font-weight: 700;
  text-align: justify;
}
.qna-box .q-text::before {
  content: "Q.";
  position: absolute;
  top: 0; left: 0;
}
.qna-box .a-text {
  position: relative;
  margin-top: .8rem;
  padding-left: 2rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: -0.025em;
  color: #4f4f4f;
  text-align: justify;
}
.qna-box .a-text::before {
  content: "A.";
  position: absolute;
  top: 0; left: 0;
}
.qna-box .img-box {
  margin-top: 3rem;
}
.qna-box .gray-bg {
  margin-top: 2rem;
  padding: 1.8rem 2rem;
  background-color: #e9e9e9;
}
.qna-box .gray-bg p {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.025em;
  text-align: justify;
}
.qna-box .gray-bg p.point {
  padding-left: 1rem;
}
.qna-box .gray-bg p.point::before {
  content: "*";
  position: absolute;
  top: 0; left: 0;
}
.gray-bg {
  margin-top: 2rem;
  padding: 1.8rem 2rem;
  background-color: #e9e9e9;
}
.gray-bg p {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.025em;
  text-align: justify;
}
.gray-bg p.point {
  padding-left: 1rem;
}
.gray-bg p.point::before {
  content: "*";
  position: absolute;
  top: 0; left: 0;
}
.gray-bg .gray-bg-table {
  display: table;
}
.gray-bg .gray-bg-table-cell {
  display: table-cell;
  white-space: nowrap;
  padding-right: .4rem;
}
.people {
  margin-top: 2rem;
  font-size: 1.6rem;
  color: #484848;
  text-align: right;
}
.people&gt;span {
  margin-right: .6rem;
  font-weight: 700;
}
.people&gt;span::before {
  content: "\e9f5";
  margin-right: .4rem;
  font-family: 'xeicon';
  font-size: 1.8rem;
  font-weight: 400;
  vertical-align: bottom;
}
.sub-down {
  margin-top: .8rem;
  text-align: right;
}
.sub-down a {
  display: inline-block;
}
.dash-list li {
  position: relative;
  padding-left: 1.8rem;
  color: #4f4f4f;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: -0.025em;
  text-align: justify;
}
.dash-list li::before {
  content: "◈";
  position: absolute;
  top: 0; left: 0;
}

.vid-box {
  position: relative;
  padding-top: 56%;
  width: 100%; height: 0;
}
.vid-box&gt;iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.toon-btn-wrap {
  margin-top: 3rem;
  text-align: center;
  font-size: 0;
}
.toon-btn-wrap a {
  display: inline-block;
  margin: .4rem 1.2rem;
}
.toon-text {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}


@media (max-width: 768px) {
  .news-item.over .text {
    position: relative;
  }
  .sub-down {
    margin-top: 2.8rem;
  }
}

@media (max-width: 480px) {
  .gray-bg .gray-bg-table,
  .gray-bg .gray-bg-table-cell {
    display: block;
  }
  .gray-bg .gray-bg-table+.gray-bg-table {
    margin-top: 1rem;
  }
}


p.con-text,
.news-item .text p,
.report-item .desc,
.qna-box .q-text,
.qna-box .a-text,
.qna-box .gray-bg p,
.dash-list li {
  word-break: break-all;
}

.font-f {
  font-family: 'Malgun Gothic', sans-serif;
}</pre></body></html>