#metaverse main {
  padding-top: 70px;
}

#metaverse #header {
  height: 70px;
  border: none;
  background: #10203c;
}

#metaverse #header .inner .logo {
  top: 17px;
}

#metaverse #header .inner ul.menu-list {
  padding-right: 290px;
}

#metaverse #header .inner ul.menu-list li:nth-last-child(1):before {
  display: none;
}

#metaverse #header .inner ul.menu-list li a,#metaverse #header .inner ul.menu-list li span {
  padding: 25px 11px;
  color: #fff;
}

#metaverse #header .inner ul.menu-list li a:after,#metaverse #header .inner ul.menu-list li span:after {
  bottom: -22px;
}

#metaverse #header .inner ul.menu-list li a:hover,#metaverse #header .inner ul.menu-list li span:hover {
  color: #fff;
}

#metaverse #header .inner ul.menu-list li a:hover:after,#metaverse #header .inner ul.menu-list li span:hover:after {
  background: #10203c;
}

#metaverse #header .inner ul.menu-list li a.active,#metaverse #header .inner ul.menu-list li span.active {
  color: #fff;
}

#metaverse #header .inner ul.menu-list li a.active:after,#metaverse #header .inner ul.menu-list li span.active:after {
  background: #10203c;
}

#metaverse #header .inner ul.menu-contact {
  position: absolute;
  right: 0;
}

#metaverse #header .inner ul.menu-contact li {
  list-style: none;
}

#metaverse #header .inner ul.menu-contact li a,#metaverse #header .inner ul.menu-contact li span {
  display: block;
  padding: 25px 11px 27px 11px; /*padding: 30px 11px 32px 11px;*/
  width: 250px;
  background: #3579a0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

#metaverse #header .inner ul.menu-contact li a:hover,#metaverse #header .inner ul.menu-contact li span:hover {
  opacity: .7;
}

#metaverse #section-kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  background: url("/assets/images/service/metaverse/img_main.webp") no-repeat
  50% 50%;
  background-size: cover;
}

#metaverse #section-kv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1400px;
  width: 100%;

  -webkit-box-align: center;
  -webkit-box-sizing: border-box;
  -ms-flex-align: center;
}

#metaverse #section-kv .inner .box {
  padding: 35px 35px;
  width: 580px;
  height: auto;
  background: rgba(16, 32, 60, .85);
  color: #fff;
  text-align: left;
}

#metaverse #section-kv .inner .box .category {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.4rem;
}

#metaverse #section-kv .inner .box .title {
  display: block;
  font-size: 2.4rem;
  line-height: 1.3;
}

#metaverse #section-kv .inner .box .title strong {
  display: block;
  margin-bottom: 10px;
  font-size: 3.2rem;
}

#metaverse #section-mission {
  margin-bottom: 0;
  background: #10203c;
}

#metaverse #section-mission .inner {
  margin: 0 auto -70px auto;
  padding: 100px 0 80px 0;
  max-width: 1060px;
  width: 100%;
  width: 100%;
}

#metaverse #section-mission .inner h3 {
  position: relative;
  display: block;
  margin: -100px 0 40px 0;
  padding: 100px 0 20px 0;
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.5;
}

#metaverse #section-mission .inner h3:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #3579a0;
}

#metaverse #section-mission .inner div + h3,#metaverse #section-mission .inner p.image + h3 {
  margin-top: -50px;
}

#metaverse #section-mission .inner h4 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.8rem;
}

#metaverse #section-mission .inner p {
  margin-bottom: 60px;
  color: #fff;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.7;
}

#metaverse #section-mission .inner p.image {
  margin-top: -20px;
}

#metaverse #section-mission .inner p span.note {
  display: block;
  margin-top: 20px;
  font-size: 1.4rem;
}

#metaverse #section-mission .inner .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;

  -ms-flex-wrap: wrap;
}

#metaverse #section-mission .inner .col2 .text {
  margin-right: 2%;
  width: 58%;
}

#metaverse #section-mission .inner .col2 .image {
  margin: 0;
  width: 40%;
}

#metaverse #section-mission .inner p + .image,#metaverse #section-mission .inner h3 + .image {
  margin-top: 0;
}

#metaverse #section-mission .inner ul {
  margin: 0 0 60px 0;
  padding: 0;
}

#metaverse #section-mission .inner ul.list li {
  margin: 0 0 80px 0; /*margin: 0 0 40px 0; padding: 0 0 40px 0; border-bottom:1px #b2bac7 solid;*/
  list-style: none;
}

#metaverse #section-mission .inner ul.list li:nth-last-child(1) {
  padding-bottom: 0;
  border: none;
}

#metaverse #section-mission .inner ul.list li a {
  color: #fff;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

#metaverse #section-mission .inner ul.list li a:hover {
  opacity: .7;
}

#metaverse #section-mission .inner ul.list li h4 {
  color: #fff;
  font-size: 2.6rem;
}

#metaverse #section-mission .inner ul.list li h4 span {
  font-size: 1.5rem;
  line-height: 1.5;
}

#metaverse #section-mission .inner ul.list li h5 {
  margin: 30px 0 20px 0;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}

#metaverse #section-mission .inner ul.list li .read {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}

#metaverse #section-mission .inner ul li {
  margin-left: 20px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
}

#metaverse #section-service {
  background: #10203c;
}

#metaverse #section-service .inner {
  margin: 0 auto 50px auto;
  max-width: 1060px;
  width: 100%;
  color: #0f203e;
}

#metaverse #section-service .inner h3 {
  position: relative;
  display: block;
  margin: -100px 0 40px 0;
  padding: 100px 0 20px 0;
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.5;
}

#metaverse #section-service .inner h3:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #3579a0;
}

#metaverse #section-service .inner p.image + h3 {
  margin-top: -50px;
}

#metaverse #section-service .inner p.vision {
  margin-bottom: 20px;
}

#metaverse #section-service .inner p.read {
  margin-bottom: 40px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7;
}

#metaverse #section-service .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;

  -ms-flex-wrap: wrap;
}

#metaverse #section-service .inner ul li {
  display: block;
  float: left;
          box-sizing: border-box;
  margin: 0 2% 40px 0;
  padding: 0;
  width: 49%;
  list-style: none;

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

#metaverse #section-service .inner ul li:nth-child(2n) {
  clear: both;
  margin-right: 0;
}

#metaverse #section-service .inner ul li .image {
  display: block;
  margin-bottom: 20px;
  padding-top: 56.25%;
  background-position: 50% 50% !important;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
}

#metaverse #section-service .inner ul li .title {
  display: block;
  margin-bottom: 20px;
  color: #0f203e;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}

#metaverse #section-service .inner ul li .title a {
  color: #fff;
}

#metaverse #section-service .inner ul li .read {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  min-height: 197px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}

#metaverse #section-service .inner ul li .read a {
  color: #fff;
}

#metaverse #section-service .inner ul li .sub {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}

#metaverse #section-service .inner ul li .sub li {
  display: list-item;
  float: none;
  margin: 0 0 0 24px;
  width: auto;
  color: #fff;
  list-style-type: disc;
  text-align: left;
}

#metaverse #section-case {
  background: #10203c;
}

#metaverse #section-case .inner {
  margin: 0 auto 50px auto;
  max-width: 1060px;
  width: 100%;
  color: #0f203e;
}

#metaverse #section-case .inner h3 {
  position: relative;
  display: block;
  margin: -100px 0 40px 0;
  padding: 100px 0 20px 0;
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.5;
}

#metaverse #section-case .inner h3:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #3579a0;
}

#metaverse #section-case .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;

  -ms-flex-wrap: wrap;
}

#metaverse #section-case .inner ul li {
  display: block;
  float: left;
          box-sizing: border-box;
  margin: 0 2% 40px 0;
  padding: 0;
  width: 32%;
  list-style: none;

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

#metaverse #section-case .inner ul li:nth-child(3n) {
  clear: both;
  margin-right: 0;
}

#metaverse #section-case .inner ul li .image {
  display: block;
  margin-bottom: 20px;
  padding-top: 56.25%;
  background-position: 50% 50% !important;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
}

#metaverse #section-case .inner ul li .title {
  display: block;
  margin-bottom: 20px;
  color: #0f203e;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}

#metaverse #section-case .inner ul li .read {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}

#metaverse #section-column {
  background: #10203c;
}

#metaverse #section-column .inner {
  margin: 0 auto 50px auto;
  max-width: 1060px;
  width: 100%;
  color: #0f203e;
}

#metaverse #section-column .inner h3 {
  position: relative;
  display: block;
  margin: -100px 0 40px 0;
  padding: 100px 0 20px 0;
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.5;
}

#metaverse #section-column .inner h3:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #3579a0;
}

#metaverse #section-column .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;

  -ms-flex-wrap: wrap;
}

#metaverse #section-column .inner ul li {
  display: block;
  float: left;
          box-sizing: border-box;
  margin: 0 2% 40px 0;
  padding: 20px;
  width: 32%;
  background-color: #fff;
  list-style: none;

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

#metaverse #section-column .inner ul li:nth-child(3n) {
  clear: both;
  margin-right: 0;
}

#metaverse #section-column .inner ul li a {
  text-decoration: none;
  transition: .3s;
}
#metaverse #section-column .inner ul li a:hover {
  opacity: .7;
}

#metaverse #section-column .inner ul li .image .date {
  position: absolute;
  top: initial;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 5px 10px;
  width: auto;
  background: rgba(15, 32, 62, .8);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}

#metaverse #section-column .inner ul li .tag-word {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
  margin-top: 10px;
  padding-right: 28px;
  padding-left: 24px;
  width: calc(100% - 7em);
  background: url(../../../images/icon_tag.png) 0 2px no-repeat;
  background-size: 16px 16px;
  color: #999;
  font-size: 1.2rem;
  line-height: 18px;
}

#metaverse #section-column .inner ul li .image {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-top: 56.25%;
  background-position: 50% 50% !important;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
}

#metaverse #section-column .inner ul li .title {
  display: block;
  margin-bottom: 20px;
  color: #0f203e;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}

#metaverse #section-column .inner ul li .read {
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  color: #0f203e;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#metaverse #section-media {
  /*background:rgba(240,241,244,1);*/
  background: #10203c;
}

#metaverse #section-media .inner {
  margin: 0 auto 100px auto;
  max-width: 1060px;
  width: 100%;
  color: #0f203e;
}

#metaverse #section-media .inner h3 {
  position: relative;
  display: block;
  margin: -100px 0 40px 0;
  padding: 100px 0 20px 0;
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.5;
}

#metaverse #section-media .inner h3:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #3579a0;
}

#metaverse #section-media .inner ul {
  margin: 0;
  padding: 0;
}

#metaverse #section-media .inner ul li {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px #b2bac7 solid;
  list-style: none;
}

#metaverse #section-media .inner ul li:nth-last-child(1) {
  padding-bottom: 0;
  border: none;
}

#metaverse #section-media .inner ul li a {
  color: #fff;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

#metaverse #section-media .inner ul li a:hover {
  opacity: .7;
}

#metaverse #section-media .inner ul li h4 {
  margin-bottom: 20px;
  font-size: 2.1rem;
}

#metaverse #section-media .inner ul li .date {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.4rem;
}

#metaverse #section-media .inner ul li .read {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}

#metaverse #section-books {
  /*background:rgba(240,241,244,1);*/
  background: #10203c;
}

#metaverse #section-books .inner {
  margin: 0 auto 100px auto;
  max-width: 1060px;
  width: 100%;
  color: #0f203e;
}

#metaverse #section-books .inner h3 {
  position: relative;
  display: block;
  margin: -100px 0 40px 0;
  padding: 100px 0 20px 0;
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.5;
}

#metaverse #section-books .inner h3:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #3579a0;
}

#metaverse #section-books .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;

  -ms-flex-wrap: wrap;
}

#metaverse #section-books .inner ul li {
  position: relative;
  margin: 0 2% 20px 0;
  width: 49%;
  background: #fff;
  list-style: none;
}

#metaverse #section-books .inner ul li:nth-child(2n) {
  margin-right: 0;
}

#metaverse #section-books .inner ul li a {
  position: relative;
  display: block;
          box-sizing: border-box;
  padding: 30px 0 0 30px;
  width: 100%;
  height: 100%;
  text-decoration: none;
          transition: all .3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
}

#metaverse #section-books .inner ul li a:hover {
          box-shadow: 0 0 14px 0 rgba(79, 91, 109, .1),
  10px -5px 14px 0 rgba(79, 91, 109, .1);
  opacity: .7;

  -webkit-box-shadow: 0 0 14px 0 rgba(79, 91, 109, .1),
  10px -5px 14px 0 rgba(79, 91, 109, .1);
}

#metaverse #section-books .inner ul li .image {
  display: block;
  float: left;
  padding-bottom: 30px;
  width: 42%;
}

#metaverse #section-books .inner ul li .box {
  display: block;
  float: right;
          box-sizing: border-box;
  padding: 0 30px 30px 0;
  width: 52%;
  height: 100%;
  background: #fff;

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

#metaverse #section-books .inner ul li .title {
  display: block;
  margin-bottom: 15px; /*margin-bottom: 20px;*/
  color: #0f203e;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
}

#metaverse #section-books .inner ul li .read {
  color: #0f203e;
  font-size: 1.6rem; /*font-size: 1.8rem;*/
  line-height: 1.5;
}

#metaverse #section-knowledge {
  background: #10203c;
}

#metaverse #section-knowledge .inner {
  margin: 0 auto;
  padding: 0 0 100px 0; /*padding: 100px 0 60px 0;*/
  max-width: 1060px;
  width: 100%;
  width: 100%;
  color: #0f203e;
}

#metaverse #section-knowledge .inner h3 {
  position: relative;
  display: block;
  margin: 0 0 40px 0;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.5;
}

#metaverse #section-knowledge .inner h3:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #3579a0;
}

#metaverse #section-knowledge .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;

  -ms-flex-wrap: wrap;
}

#metaverse #section-knowledge .inner ul li {
  display: block;
  float: left;
          box-sizing: border-box;
  margin: 0 30px 40px 0;
  padding: 0;
  width: calc(100% / 4 - 22.5px);
  list-style: none;

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

#metaverse #section-knowledge .inner ul li:nth-child(4n) {
  clear: both;
  margin-right: 0;
}

#metaverse #section-knowledge .inner ul li a {
  display: block;
  color: #0f203e;
  text-decoration: none;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

#metaverse #section-knowledge .inner ul li a:hover {
  opacity: .7;
}

#metaverse #section-knowledge .inner ul li a .image {
  display: block;
  margin-bottom: 20px;
  padding-top: 56.25%;
  background-position: 50% 50% !important;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
}

#metaverse #section-knowledge .inner ul li a .category {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  color: #7b899f;
  font-weight: bold;
  font-size: 1.4rem;
}

#metaverse #section-knowledge .inner ul li a .category:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4f5b6d;
}

#metaverse #section-knowledge .inner ul li a .title {
  display: block;
  color: #0f203e;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.7;
}

#metaverse #section-knowledge .inner h4 {
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
  font-size: 2.1rem;
}

#metaverse #section-knowledge .inner p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
}

#metaverse #section-knowledge .inner p.note {
  font-size: 1.4rem;
}

#metaverse #section-leadership {
  background: #10203c;
}

#metaverse #section-leadership .inner {
  margin: 0 auto 100px auto;
  max-width: 1060px; /*margin: 100px auto;*/
  width: 100%;
  color: #0f203e;
}

#metaverse #section-leadership .inner h3 {
  position: relative;
  display: block;
  margin: 0 0 40px 0;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.5;
}

#metaverse #section-leadership .inner h3:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #3579a0;
}

#metaverse #section-leadership .inner .box-message {
  margin-bottom: 40px;
}

#metaverse #section-leadership .inner .box-message .name {
  display: block;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
}

#metaverse #section-leadership .inner .box-message .name strong {
  display: block;
  margin-bottom: 5px;
  font-size: 2.8rem;
}

#metaverse #section-leadership .inner .box-message p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}

#metaverse #section-leadership .inner .box-message .image {
  float: left;
  width: 300px;
}

#metaverse #section-leadership .inner .box-message .text {
  float: right;
  width: calc(100% - 340px);
}

#metaverse .section-contact .inner {
  margin: 60px auto;
  max-width: 1060px;
  width: 100%;
  color: #0f203e;
}

#metaverse .section-contact .inner ._btn-bule-inversion a {
  display: block;
          box-sizing: border-box;
  margin: 0 auto;
  width: 640px;
  height: 70px;
  border: 1px #3579a1 solid;
  background: url(../../../images/icon_arrow_secondary6.png) #3579a1
  calc(100% - 15px) 50% no-repeat;
  background-size: auto 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 70px;
          transition: all .3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
}

#metaverse .section-contact .inner ._btn-bule-inversion a:hover {
  background: url(../../../images/icon_arrow_secondary6.png)
  rgba(53, 121, 161, .8) calc(100% - 15px) 50% no-repeat;
  background-size: auto 15px;
}

#metaverse .section-contact .inner ._btn-bule-inversion a:active {
  background: url(../../../images/icon_arrow_secondary6.png)
  rgba(53, 121, 161, .6) calc(100% - 15px) 50% no-repeat;
  background-size: auto 15px;
}
