/* -----------------------------------------------------------
  .con-home-banner
----------------------------------------------------------- */
.con-home-banner .slider-wrapper .slide-item img {
  height: 640px;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 1399px) {
  .con-home-banner .slider-wrapper .slide-item img {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .con-home-banner .slider-wrapper .slide-item img {
    height: 51vw;
  }
}
@media (max-width: 767px) {
  .con-home-banner .slider-wrapper .slide-item img {
    height: auto;
  }
}

/* -----------------------------------------------------------
  .con-home-intro
----------------------------------------------------------- */
.con-home-intro {
  position: relative;
  overflow: hidden;
  padding: 100px 0 100px;
}
@media (max-width: 767px) {
  .con-home-intro {
    padding: 5vw 0 9.5vw;
  }
}
.con-home-intro .box-content-wrapper {
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .con-home-intro .box-content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-content-wrapper {
    margin-bottom: 11vw;
  }
}
.con-home-intro .img-dragon-1 {
  position: absolute;
  right: -5px;
  bottom: -47px;
  width: 780px;
}
@media (max-width: 1699px) {
  .con-home-intro .img-dragon-1 {
    right: auto;
    left: 59%;
  }
}
@media (max-width: 1399px) {
  .con-home-intro .img-dragon-1 {
    left: 55%;
    width: 46vw;
  }
}
@media (max-width: 1199px) {
  .con-home-intro .img-dragon-1 {
    left: 50%;
    width: 50vw;
  }
}
@media (max-width: 1699px) {
  .con-home-intro .box-content {
    position: relative;
  }
}
@media (max-width: 991px) {
  .con-home-intro .box-content {
    width: 100%;
    max-width: 700px;
    margin: auto;
  }
}
.con-home-intro .box-content .title-section {
  font-weight: 500;
  font-size: 84px;
  line-height: 1.3095238095;
  color: #000;
  padding-left: 34px;
  margin-bottom: 31px;
}
@media (max-width: 1399px) {
  .con-home-intro .box-content .title-section {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .con-home-intro .box-content .title-section {
    font-size: 58px;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .con-home-intro .box-content .title-section {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-content .title-section {
    font-size: 7.3764705882vw;
    line-height: 10.8705882353vw;
    padding-left: 0;
    margin-bottom: 4vw;
  }
}
.con-home-intro .box-content .txt {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.7142857143;
  color: #000;
  padding-left: 44px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .con-home-intro .box-content .txt {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .con-home-intro .box-content .txt {
    font-size: 22px;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .con-home-intro .box-content .txt {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-content .txt {
    font-size: 4.2705882353vw;
    line-height: 7.3764705882vw;
    padding-left: 0;
  }
}
.con-home-intro .box-auto-scroll .simply-scroll {
  width: 100%;
  height: auto;
  margin: 0;
}
.con-home-intro .box-auto-scroll .simply-scroll .simply-scroll-clip {
  width: 100%;
  height: auto;
}
.con-home-intro .box-auto-scroll .simply-scroll .simply-scroll-list {
  white-space: nowrap;
}
.con-home-intro .box-auto-scroll .simply-scroll .simply-scroll-list li {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: auto;
  height: auto;
  white-space: nowrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .con-home-intro .box-auto-scroll .simply-scroll .simply-scroll-list li {
    margin: 0 4.17vw;
  }
}
.con-home-intro .box-auto-scroll .simply-scroll .simply-scroll-list li img {
  width: 261px;
  height: 190px;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .con-home-intro .box-auto-scroll .simply-scroll .simply-scroll-list li img {
    width: 80.31vw;
    height: 58.46vw;
  }
}

/* -----------------------------------------------------------
  .con-intellectual-property
----------------------------------------------------------- */
.con-intellectual-property {
  position: relative;
  overflow: hidden;
  background: #f5e82a;
  padding: 64px 0 85px;
}
@media (max-width: 767px) {
  .con-intellectual-property {
    padding: 10vw 0 11vw;
  }
}
.con-intellectual-property #anchor-intro {
  position: absolute;
  left: 0;
  top: -100px;
}
@media (max-width: 767px) {
  .con-intellectual-property #anchor-intro {
    top: -10vw;
  }
}
.con-intellectual-property .box-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 38px;
}
@media (max-width: 1199px) {
  .con-intellectual-property .box-row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .con-intellectual-property .box-row {
    width: 100%;
    max-width: 700px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .con-intellectual-property .box-row {
    max-width: 100%;
  }
}
.con-intellectual-property .box-row .col-img {
  width: 45%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .con-intellectual-property .box-row .col-img {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .con-intellectual-property .box-row .col-img {
    margin-bottom: 5.5vw;
  }
}
.con-intellectual-property .box-row .col-img img {
  position: relative;
  top: -10px;
  width: 384px;
}
@media (max-width: 767px) {
  .con-intellectual-property .box-row .col-img img {
    top: 0;
    width: 69vw;
  }
}
.con-intellectual-property .box-row .col-detail {
  width: 55%;
}
@media (max-width: 991px) {
  .con-intellectual-property .box-row .col-detail {
    width: 100%;
  }
}
.con-intellectual-property .box-row .title-section {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.6666666667;
  color: #000;
  margin-bottom: 17px;
}
@media (max-width: 1199px) {
  .con-intellectual-property .box-row .title-section {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .con-intellectual-property .box-row .title-section {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .con-intellectual-property .box-row .title-section {
    font-size: 6.6vw;
    line-height: 11.6470588235vw;
    text-align: justify;
    margin-bottom: 5vw;
  }
}
.con-intellectual-property .box-row .txt {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.95;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .con-intellectual-property .box-row .txt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .con-intellectual-property .box-row .txt {
    font-size: 4.2705882353vw;
    line-height: 7.3764705882vw;
    text-align: justify;
  }
}

/* -----------------------------------------------------------
  .con-topics
----------------------------------------------------------- */
.con-topics {
  position: relative;
  overflow: hidden;
  padding: 63px 0 139px;
}
@media (max-width: 991px) {
  .con-topics {
    padding: 63px 0 100px;
  }
}
@media (max-width: 767px) {
  .con-topics {
    padding: 11.5vw 0 12vw;
  }
}
.con-topics #anchor-topics {
  position: absolute;
  left: 0;
  top: 100px;
}
@media (max-width: 767px) {
  .con-topics #anchor-topics {
    top: 25vw;
  }
}
.con-topics .btn-center-big {
  margin-bottom: 117px;
}
@media (max-width: 991px) {
  .con-topics .btn-center-big {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .con-topics .btn-center-big {
    margin-bottom: 17vw;
  }
}
.con-topics .heading-md {
  padding: 0 44px;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .con-topics .heading-md {
    padding: 0;
    margin-bottom: 8vw;
  }
}
.con-topics .box-list {
  border-top: 2px solid #d3d3d3;
}
@media (max-width: 767px) {
  .con-topics .box-list {
    border-top-width: 0.4vw;
  }
}
.con-topics .box-list li {
  border-bottom: 2px solid #d3d3d3;
  padding-top: 27px;
  padding-bottom: 47px;
}
@media (max-width: 767px) {
  .con-topics .box-list li {
    border-bottom-width: 0.4vw;
    padding: 6.4vw 1vw;
  }
}
.con-topics .box-list a {
  color: inherit;
  text-decoration: none;
}
.con-topics .box-list a:hover {
  color: #ff0000;
}
.con-topics .box-list .item {
  display: flex;
  flex-wrap: nowrap;
  color: #000;
}
@media (max-width: 767px) {
  .con-topics .box-list .item {
    display: block;
  }
}
.con-topics .box-list .col-date {
  width: 191px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  .con-topics .box-list .col-date {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .con-topics .box-list .col-date {
    width: 100%;
    font-size: 4.2705882353vw;
    text-align: left;
    margin-bottom: 2vw;
  }
}
.con-topics .box-list .col-detail {
  width: calc(100% - 191px);
}
@media (max-width: 767px) {
  .con-topics .box-list .col-detail {
    width: 100%;
  }
}
.con-topics .box-list .col-detail.revert-col-sp {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .con-topics .box-list .col-detail.revert-col-sp .sm {
    margin-top: 2vw;
    margin-bottom: 0;
  }
}
.con-topics .box-list .col-detail .sm {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.95;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .con-topics .box-list .col-detail .sm {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .con-topics .box-list .col-detail .sm {
    font-size: 3.7529411765vw;
    line-height: 5.8235294118vw;
    margin-bottom: 3.5vw;
  }
}
@media (max-width: 767px) {
  .con-topics .box-list .col-detail .sm.adjust-size-sp {
    font-size: 4.2705882353vw;
    line-height: 7.3764705882vw;
  }
}
.con-topics .box-list .col-detail .md {
  font-weight: 700;
  font-size: 23px;
  line-height: 1.6956521739;
}
@media (max-width: 991px) {
  .con-topics .box-list .col-detail .md {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .con-topics .box-list .col-detail .md {
    font-size: 4.7882352941vw;
    line-height: 7.8941176471vw;
  }
}
.con-topics .box-list .col-detail .lg {
  font-weight: 700;
  font-size: 29px;
  line-height: 1.3448275862;
}
@media (max-width: 991px) {
  .con-topics .box-list .col-detail .lg {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .con-topics .box-list .col-detail .lg {
    font-size: 6.3411764706vw;
    line-height: 1.5918367347;
  }
}

/* -----------------------------------------------------------
  .con-profile
----------------------------------------------------------- */
.con-profile {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .con-profile {
    padding: 13vw 0 12.5vw;
  }
}
.con-profile #anchor-profile {
  position: absolute;
  left: 0;
  top: -100px;
}
@media (max-width: 767px) {
  .con-profile #anchor-profile {
    top: -5vw;
  }
}
.con-profile .img-dragon-2 {
  position: absolute;
  left: 89%;
  bottom: 0;
  width: 773px;
  max-width: none;
}
@media (max-width: 1699px) {
  .con-profile .img-dragon-2 {
    width: 45vw;
  }
}
@media (max-width: 1199px) {
  .con-profile .img-dragon-2 {
    left: 88%;
  }
}
.con-profile .box-content {
  display: table;
  width: auto;
  position: relative;
  padding: 0 0 162px 43px;
}
@media (max-width: 991px) {
  .con-profile .box-content {
    width: 100%;
    max-width: 700px;
    padding: 0 0 100px 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .con-profile .box-content {
    padding: 0 1vw;
  }
}
.con-profile .box-content .heading-md {
  margin-bottom: 62px;
}
@media (max-width: 991px) {
  .con-profile .box-content .heading-md {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .con-profile .box-content .heading-md {
    margin-bottom: 7vw;
  }
}
.con-profile .box-content .sub-title {
  font-weight: 700;
  font-size: 28px;
  color: #000;
  margin-bottom: 17px;
}
@media (max-width: 1199px) {
  .con-profile .box-content .sub-title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .con-profile .box-content .sub-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .con-profile .box-content .sub-title {
    font-size: 5.3058823529vw;
    margin-bottom: 6vw;
  }
}
.con-profile .box-content .sub-title span {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .con-profile .box-content .sub-title span {
    margin-bottom: 1vw;
  }
}
.con-profile .box-content table {
  width: auto;
}
@media (max-width: 767px) {
  .con-profile .box-content table {
    display: block;
  }
}
@media (max-width: 767px) {
  .con-profile .box-content table tr {
    display: block;
    margin-bottom: 2.2vw;
  }
}
@media (max-width: 767px) {
  .con-profile .box-content table tr.on-row-sp th,
  .con-profile .box-content table tr.on-row-sp td {
    display: inline;
    margin: 0;
  }
}
.con-profile .box-content table th,
.con-profile .box-content table td {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.75;
  color: #000;
  vertical-align: top;
  padding: 0;
}
@media (max-width: 991px) {
  .con-profile .box-content table th,
  .con-profile .box-content table td {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .con-profile .box-content table th,
  .con-profile .box-content table td {
    display: block;
    width: 100%;
    font-size: 4.2705882353vw;
    line-height: 7.3764705882vw;
  }
}
.con-profile .box-content table th {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .con-profile .box-content table th {
    margin-bottom: 2vw;
  }
}

/* -----------------------------------------------------------
  .con-contact
----------------------------------------------------------- */
.con-contact {
  position: relative;
  overflow: hidden;
  padding: 100px 0 136px;
}
@media (max-width: 767px) {
  .con-contact {
    padding: 14vw 0 11.5vw;
  }
}
.con-contact #anchor-contact {
  position: absolute;
  left: 0;
  top: -50px;
}
@media (max-width: 767px) {
  .con-contact #anchor-contact {
    top: -5vw;
  }
}
@media (max-width: 991px) {
  .con-contact .box-content {
    width: 100%;
    max-width: 700px;
    margin: auto;
  }
}
.con-contact .box-top {
  padding: 0 42px;
}
@media (max-width: 991px) {
  .con-contact .box-top {
    padding: 0;
  }
}
.con-contact .heading-md {
  margin-bottom: 61px;
}
@media (max-width: 767px) {
  .con-contact .heading-md {
    margin-bottom: 6vw;
  }
}
.con-contact .sub-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.7857142857;
  color: #000;
  margin-bottom: 75px;
}
@media (max-width: 1199px) {
  .con-contact .sub-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .con-contact .sub-title {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .con-contact .sub-title {
    font-size: 4.2705882353vw;
    line-height: 7.3764705882vw;
    margin-bottom: 14.5vw;
  }
}