@charset "utf-8";
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  background-color: rgba(20, 30, 40, 1);
  color: rgba(255, 255, 255, 1);
  font-family: Helvetica, Arial, "Noto Sans Japanese", "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.42rem;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 1;
}

a, a:active, a:hover, a:visited {
  text-decoration: none;
  color: inherit;
}

.main-contents a, .main-contents a:active, .main-contents a:hover, .main-contents a:visited {
  text-decoration: underline;
  color: inherit;
  font-weight: bold;
}

b {
  font-weight: bold;
}

img {
  vertical-align: top;
}

li {
  list-style: none;
}

hr {
  border-bottom: dotted 1px #c0c0c0;
  margin: 20px 0;
  width: 100%;
  height: 1px;
  list-style: none;
  display: block;
  clear: both;
  border-bottom: solid 1px rgba(0, 0, 0, 0.09);
  box-sizing: border-box;
}

.red {
  color: #ff0000;
}

input[type="text"], input[type="email"], input[type="date"] {
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  color: #000000;
  font-size: 1.28rem;
  padding: 0 0.5em;
  width: 100%;
  height: 28px;
}

td.width50 input[type="text"], td.width50 input[type="email"], td.width50 input[type="date"] {
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  color: #000000;
  font-size: 1.28rem;
  padding: 0 0.5em;
  width: 24.5%;
  height: 28px;
  margin-right: 1%;
}

td.width50 span:last-child input[type="text"], td.width50 span:last-child input[type="email"], td.width50 span:last-child input[type="date"] {
  margin-right: 0;
}

input[type="text"].searchs, input[type="email"].searchs, input[type="date"].searchs {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, .5);
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
  font-size: 1.28rem;
  text-indent: .5em;
  width: 240px;
  height: 30px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="date"]:focus {
  background-color: #ffffff;
  color: #000000;
}

input[type="text"].searchs:focus, input[type="email"].searchs:focus, input[type="date"].searchs:focus {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
}

input[type="submit"], input.wpcf7c-elm-step2 {
  background-color: rgba(160, 60, 80, 1);
  border: solid 1px rgba(160, 60, 80, 1);
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  font-size: 1.42rem;
  font-weight: 700;
  width: 190px;
  height: 33px;
  margin-right: 15px;
}

input[type="submit"]:hover, input.wpcf7c-elm-step2:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(160, 60, 80, 1);
}

input[type="text"].wpcf7c-conf, input[type="email"].wpcf7c-conf, input[type="date"].wpcf7c-conf, select.wpcf7c-conf, textarea.wpcf7c-conf {
  background: #ffffff !important;
  border: 0 !important;
  display: inline-block !important;
  padding: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.step2-msg.wpcf7c-elm-step2 {
  color: rgba(160, 60, 80, 1);
  font-weight: bold;
  padding-bottom: 16px;
}

textarea {
  resize: none;
  border: 1px solid #c0c0c0;
  width: 100%;
  margin-top: 6px;
  padding: 1em;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
  font-size: 1.28rem;
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 1);
  font-size: 1.28rem;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
  font-size: 1.28rem;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 1);
  font-size: 1.28rem;
}

:placeholder-shown {
  color: rgba(255, 255, 255, 1);
  font-size: 1.28rem;
}

::selection {
  background-color: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
}

.clear {
  clear: both !important;
}

.preload {
  display: none;
}

.background {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.background:after {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQYV2NkYGD4z8DAwMjIAAUADikBA/gvnngAAAAASUVORK5CYII=) repeat top left;
  content: '';
  position: absolute;
  width: 100%;
  height: 100vh;
}

.background li span {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  color: transparent;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 36s linear infinite 0s;
  -moz-animation: imageAnimation 36s linear infinite 0s;
  -o-animation: imageAnimation 36s linear infinite 0s;
  -ms-animation: imageAnimation 36s linear infinite 0s;
  animation: imageAnimation 36s linear infinite 0s;
}

.background li:nth-child(1) span {
  /*background-image: url(../images/1.png)*/
}

.background li:nth-child(2) span {
  /*background-image: url(../images/2.png);*/
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}

.background li:nth-child(3) span {
  /*background-image: url(../images/3.png);*/
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}

.background li:nth-child(4) span {
  /*background-image: url(../images/4.png);*/
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}

.background li:nth-child(5) span {
  /*background-image: url(../images/5.png);*/
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}

.background li:nth-child(6) span {
  /*background-image: url(../images/5.png);*/
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}

/* Animation for the slideshow images */

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0
  }
}

@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0
  }
}

@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
    -o-transform:
  }
  8% {
    opacity: 1;
    -o-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1
  }
  25% {
    opacity: 0;
    -o-transform:
  }
  100% {
    opacity: 0
  }
}

@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0
  }
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0
  }
}

.header {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 16px;
  width: 100%;
  z-index: 2;
}

.header.active {
  position: fixed;
}

header {
  border-bottom: solid 1px rgba(255, 255, 255, .5);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 85px;
  margin: 0 auto;
}

header .logo {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: auto;
  height: 15px;
}

header .searchs {
  position: absolute;
  top: 10px;
  right: 0;
}

table.tel {
  border-collapse: collapse;
  display: table;
  font-size: 1.28rem;
  position: absolute;
  text-align: left;
  line-height: 1.3;
  right: 0;
  bottom: 6px;
  width: auto;
}

table.tel tr {
  border: none;
}

table.tel tr th {
  display: table-cell;
  vertical-align: middle;
}

table.tel tr td {
  display: table-cell;
  padding-left: .5em;
  vertical-align: middle;
  width: auto;
}

nav {
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

nav ul {
  float: right;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

nav ul li {
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 1.71rem;
  line-height: 2;
  margin-left: 1em;
}

nav ul li:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
}

section#main {
  position: relative;
  width: 100%;
  height: 100vh;
}

#svg {
  display: none;
  position: fixed;
  top: calc(50% - 45.155px);
  left: 50%;
  width: 100%;
  -webkit- transform: translateY(-50%) translateX(-50%);
  -moz- transform: translateY(-50%) translateX(-50%);
  -o- transform: translateY(-50%) translateX(-50%);
  -ms- transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  /*
  animation: fadeIn 1s ease-out 1s 1 normal forwards running;
  -webkit-animation: fadeIn 1s ease-out 1s 1 normal forwards running;
  */
}

#svg-slogan {
  display: block;
  margin: 0 auto 15px auto;
  width: 50%;
  max-width: 480px;
}

#svg-logo {
  display: block;
  margin: 0 auto;
  width: 25%;
  max-width: 240px;
  animation: fadeIn 1s ease-out .2s 1 normal forwards running;
  -webkit-animation: fadeIn 1s ease-out .2s 1 normal forwards running;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#tab {
  width: 100%;
  z-index: 2;
}

#tab-space {
  position: relative;
  background-color: rgba(20, 60, 80, 1);
  width: 100%;
  height: 16px;
  z-index: 2;
}

#submenu {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 2;
}

#submenu ul {
  overflow: hidden;
  width: 100%;
}

#submenu ul li {
  background-color: rgba(40, 60, 80, 1);
  border-left: solid 1px rgba(20, 30, 40, 1);
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  margin-top: 10px;
  padding: 24px 16px;
  width: 25%;
  height: 100px;
}

#submenu ul li:nth-child(1) {
  border-left: none;
}

#submenu ul li.active {
  background-color: rgba(20, 60, 80, 1);
  margin-top: 0;
  height: 110px;
}

#submenu ul li h2 {
  font-family: 'Oswald', sans-serif;
}

h1 {
  font-size: 1.71rem;
}

h2 {
  font-size: 2.28rem;
}

.submenu-description {
  font-size: 1.28rem;
  line-height: 1.3;
  margin-bottom: 5px;
}

.inner {
  clear: both;
  margin: 0 auto;
  max-width: 1500px;
}

article {
  background-color: rgba(20, 60, 80, 1);
  position: relative;
  overflow: hidden;
  width: 100%;
}

article#article-tech {
  display: inline-block;
  padding-top: 0;
}

article#article-solution, article#article-works, article#article-brand {
  display: none;
  padding-top: 110px;
}

article#article-tech, article#article-solution, article#article-works, article#article-brand {
  min-height: calc(100vh);
}

article .title {
  padding: 32px 16px 64px 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 120px;
}

article .title .svg-arrow {
  position: absolute;
  top: 50px;
  left: 0;
  margin-right: 12px;
  width: auto;
  height: 28px;
}

article .title h1 {
  font-family: 'Oswald', sans-serif;
  position: absolute;
  top: 36px;
  left: 16px;
  font-size: 4.41rem;
  font-weight: 300;
}

article .title .searchs {
  position: absolute;
  top: 45px;
  right: 16px;
  width: 240px;
}

.contents {
  background-color: rgba(255, 255, 255, 1);
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
}

.search-box {
  background-color: rgba(255, 255, 255, 1);
  margin-top: 90px;
  overflow: hidden;
  width: 100%;
}

article#article-planning, article#article-company, article#article-access, article#article-contact, article#article-search {
  /* display: none; */
  display: inline-block;
  margin-top: 147px;
  min-height: calc(100vh - 149px);
}

article#article-planning, article#article-company, article#article-access, article#article-contact, article#article-search, article#article-special {
  /* display: none; */
  display: inline-block;
  margin-top: 147px;
  min-height: calc(100vh - 149px);
}

article#article-single {
  position: absolute;
  top: 147px;
  left: 0;
  width: 100%;
  min-height: calc(100vh - 147px);
}

.studio {
  background-image: url(../images/footer-logo.svg);
  background-size: cover;
  background-position: 50% 80%;
  background-repeat: no-repeat;
  float: left;
  margin: 0 0 40px 0;
  width: 50%;
  height: 0;
  padding-top: 33%;
}

.studio:nth-child(2n+1) {
  margin-left: 0;
}

.container {
  width: 100%;
  max-width: 900px;
}

.brand-wrapper {
  width: 100%;
  padding: 0 16px;
  overflow: hidden;
  position: relative;
}

.container-half {
  float: left;
  width: 50%;
  padding: 0 30px 0 0;
}

.container h2, .container-half h2, .container-half1 h2, .container-half2 h2, .container-multi h2, .container-panel h2, .addinfo h2, .subinfo h2 {
  font-size: 1.71rem;
  font-weight: bold;
  margin-bottom: 22.5px;
  line-height: 1.75;
}

.container-half1 {
  float: left;
  width: 35%;
  padding-right: 30px;
  padding-left: 8px;
}

.container-half2 {
  float: left;
  width: 65%;
  padding-right: 8px;
}

.container-half1 h2 {
  font-size: 1.71rem;
  font-weight: bold;
  margin-bottom: 22.5px;
  line-height: 1.75;
}

p {
  font-size: 1.28rem;
  line-height: 1.75;
}

.wrapper {
  padding: 0 0 0 10px;
}

.textarea {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
  padding: 40px 30px 30px 30px;
  position: relative;
  width: 100%;
}

.textarea-padding {
  padding: 16.5px 8px 0 10px !important;
}

.textarea-tag {
  background-color: rgba(160, 60, 80, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 1.42rem;
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: -16.5px;
  left: -10px;
  width: 284px;
  height: 33px;
  line-height: 33px;
}

table.contact {
  border-collapse: collapse;
  display: table;
  font-size: 1.42rem;
  position: relative;
  text-align: left;
  line-height: 1.75;
  width: 100%;
  margin-bottom: 30px;
}

table.contact tr {
  border-bottom: solid 1px rgba(0, 0, 0, 0.09);
}

table.contact tr th {
  color: rgba(0, 0, 0, 1);
  display: table-cell;
  font-weight: bold;
  min-width: 160px;
  padding-top: 16px;
  padding-bottom: 16px;
}

table.contact tr td {
  color: rgba(0, 0, 0, 1);
  display: table-cell;
  padding-left: .5em;
  width: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

small {
  font-size: 14.2px;
  font-weight: bold;
  color: #ff0000;
}

.search-result {
  position: absolute;
  top: 63px;
  left: 148px;
}

.category-result {
  position: absolute;
  top: 63px;
  left: 181px;
}

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

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mbem {
  margin-bottom: 1em !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

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

.pt30 {
  padding-top: 30 !important;
}

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

.pb110 {
  padding-bottom: 110px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.padding0 {
  padding: 0 !important;
}

.map {
  width: 100%;
  height: 0;
  padding-top: 40%;
}

.line-height {
  line-height: 1 !important;
}

.underline {
  text-decoration: underline;
}

button {
  background-color: rgba(160, 60, 80, 1);
  border: solid 1px rgba(160, 60, 80, 1);
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  font-size: 1.42rem;
  font-weight: 700;
  width: 190px;
  height: 33px;
}

button:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(160, 60, 80, 1);
}

button.category-button {
  float: left;
  margin-top: 10px;
  margin-left: 15px;
}

.category-list a:nth-child(3n+1) button.category-button {
  margin-left: 0;
}

.category-list {
  margin: 0 auto 20px auto;
  overflow: hidden;
  width: 638px;
}

.category-list2 {
  margin: 0 auto 20px auto;
  overflow: hidden;
  width: 630px;
}

button.planning-button {
  margin-top: 10px;
  margin-left: 15px;
  width: 304px !important;
  height: 33px !important;
}

.category-list a:nth-child(2n+1) button.planning-button {
  margin-left: 0;
}

.category-list2 a:nth-child(2n+1) button.planning-button {
  margin-left: 0;
}

.disactive {
  background-color: #c0c0c0;
  border: solid 1px #fefefe;
  box-sizing: border-box;
  pointer-events: none !important;
}

button.brand-button {
  margin: 12px 100px 20px 100px;
  width: 304px !important;
  height: 33px !important;
}

.tech-box {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tech-list {
  float: left;
  border-bottom: solid 1px rgba(200, 200, 200, .6);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 30px 0 24px 0;
  margin: 0 16px;
  width: calc(50% - 32px);
  height: 204px;
}

.tech-list:hover {
  filter: brightness(121.951219%);
  border-bottom: solid 1px rgba(190, 190, 190, 1);
}

.tech-list h2 {
  color: rgba(0, 0, 0, 1) !important;
  display: inline-block;
  font-size: 1.99rem !important;
  font-weight: 700 !important;
  float: left;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 1.7em;
  line-height: 1.75;
}

.tech-contents {
  color: rgba(0, 0, 0, 1) !important;
  display: inline;
  font-size: 1.28rem !important;
  font-weight: 400 !important;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 6.72rem;
  line-height: 1.75;
}

.tech-thumbnail {
  background-color: inherit;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  float: left;
  margin-right: 32px;
  width: 150px;
  height: 150px;
}

.tech-info {
  float: none;
  overflow: hidden;
  width: auto;
}

.tech-category {
  color: rgba(255, 255, 255, 1);
  font-family: 'Oswald', sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  float: left;
  text-align: center;
  margin-right: 15px;
  width: 90px;
  height: 22px;
  line-height: 22px;
}

.tech-date {
  color: rgba(0, 0, 0, 1);
  font-size: 1.28rem;
  font-weight: 400;
  float: left;
  padding-top: 5.35px;
  width: 90px;
  height: 22px;
}

.theme-image {
  background-size: cover;
  background-position: 50% 55%;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 20%;
  margin-bottom: 32px;
}

.profile {
  background-color: rgba(20, 60, 80, 1);
  padding: 0 25px;
  position: fixed;
  top: 147px;
  left: 0;
  width: 200px;
  min-height: calc(100vh - 147px);
}

.profile h1 {
  cursor: pointer;
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 40px 0 0 0;
}

.profile h1 span {
  font-size: 2.7rem;
  font-weight: 300;
  display: inline;
  vertical-align: middle;
}

.profile h2 {
  font-size: 1.71rem;
  font-weight: 300;
  margin: 25px 0 0 0;
  opacity: 0.25;
}

.profile h3 {
  font-size: 1.71rem;
  font-weight: 300;
  margin: 25px 0 5px 0;
}

.profile p {
  font-size: 1.14rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 15px;
  word-break: break-all;
}

.profile-image img {
  border: solid 2px rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  box-sizing: border-box;
  margin: 10px 0 0 0;
  width: 100px;
  height: 100px;
}

.profile-arrow {
  position: absolute;
  top: 48px;
  left: 0;
  width: auto;
  height: 24px;
  display: none;
}

.body {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
  margin-left: 200px;
  padding: 0 0 110px 0;
  overflow: hidden;
  position: relative;
   width: 100%;
  height: auto;
  min-height: calc(100vh - 147px);
}

.main-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 35px;
  width: 100%;
  height: 0;
  padding-top: 39.3081761%;
}

.main-category {
  background-color: rgba(130, 150, 60, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 1.14rem;
  font-weight: 700;
  float: left;
  text-align: center;
  padding-top: 5.3px;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 90px;
  height: 22px;
}

.main-contents {
  color: rgba(0, 0, 0, 1);
  font-size: 1.35rem;
  font-weight: 400;
  margin-top: 25px;
  max-width: 768px;
  padding: 0 16px;
  line-height: 1.75;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.main-contents p {
  color: rgba(0, 0, 0, 1);
  font-size: 1.49rem;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.75;
}

.main-contents blockquote {
  background-color: #efefef;
  padding: 2em 2em 1em 2em !important;
  margin-bottom: 24px !important;
  color: rgba(0, 0, 0, 1);
  font-size: 1.42rem;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.75;
}

.main-contents h1, .main-contents h2, .main-contents h3 {
  margin-top: 48px !important;
  margin-bottom: 24px !important;
}

.body .main-contents h1.main-title {
  color: rgba(0, 0, 0, 1);
  font-size: 2.28rem;
  font-weight: 700;
  margin-bottom: 11px !important;
  line-height: 1.3;
  margin-top: 0 !important;
  padding-top: 48px !important;
}

time {
  color: #888888;
  display: block;
  margin-bottom: 55px;
}

strong {
  color: #ff0000;
  font-weight: 700;
}

.main-contents p {
  margin-bottom: 24px !important;
}

.main-contents em {
  font-size: 1.99rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.main-contents del {
  text-decoration: line-through;
}

.main-contents ins {
  padding: 0px;
  margin: 0px;
  text-decoration: underline;
  color: #ff0000;
}

.main-contents ins {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 5px 0px 5px 0px !important;
}

.main-contents ins {
  position: relative;
  padding-left: 20px;
}

.main-contents ins:before {
  content: '';
  height: 0;
  width: 0;
  display: block;
  border: 5px transparent solid;
  border-right-width: 0;
  border-left-color: #ff0000;
  position: absolute;
  top: 5px;
  left: 8px;
}

.main-contents ins:after {
  content: '';
  height: 2px;
  width: 10px;
  display: block;
  background: #ff0000;
  position: absolute;
  top: 9px;
  left: 0px;
}

.main-contents li {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 5px 0px 5px 0px !important;
}

.main-contents li {
  position: relative;
  padding-left: 1em;
}

.main-contents li:before {
  content: '・';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  /*
  top: 4px;
  left: 8px;
  height: 11px;
  width: 4px;
  background: #ff0000;
  border-radius: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  */
}

/*
.main-contents li:before {
  top: 8px;
  left: 3px;
  height: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
*/

code {
  font-family: 'Inconsolata', monospace !important;
  font-size: 14.2px;
  font-weight: 700;
  padding: 0.335em 0.5em;
  background-color: rgba(20, 60, 80, 1);
  color: #ffffff;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube p {
  display: none !important;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie p {
  display: none !important;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.map p {
  display: none !important;
}

.main-contents blockquote h1, .main-contents blockquote h2, .main-contents blockquote h3, .main-contents blockquote p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* blockquote */

.main-contents blockquote p {
  font-size: 1.28rem !important;
  line-height: 2 !important;
}

.main-contents blockquote div p {
  font-size: 1.28rem !important;
  line-height: 2 !important;
}

.main-contents blockquote * {
  font-size: 1.28rem !important;
}

.main-contents blockquote div em {
  font-size: 1.99rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.main-contents blockquote div del {
  text-decoration: line-through;
}

.main-contents blockquote div ins {
  padding: 0px;
  margin: 0px;
  text-decoration: underline;
  color: #ff0000;
}

.main-contents blockquote div ins {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 5px 0px 5px 0px !important;
}

.main-contents blockquote div ins {
  position: relative;
  padding-left: 20px;
}

.main-contents ins:before {
  content: '';
  height: 0;
  width: 0;
  display: block;
  border: 5px transparent solid;
  border-right-width: 0;
  border-left-color: #ff0000;
  position: absolute;
  top: 5px;
  left: 8px;
}

.main-contents blockquote div ins:after {
  content: '';
  height: 2px;
  width: 10px;
  display: block;
  background: #ff0000;
  position: absolute;
  top: 9px;
  left: 0px;
}

.main-contents blockquote div li {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 5px 0px 5px 0px !important;
}

.main-contents blockquote div li {
  position: relative;
  padding-left: 1em;
}

.main-contents blockquote div li:before {
  content: '・';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

/* */

.main-contents img {
  margin: 32px 0;
  display: block;
  clear: both !important;
}

.contents-area {
  overflow: hidden;
  position: relative;
  padding: 0 16px 90px 16px;
  width: 100%;
}

.contents-area h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.41rem;
  font-weight: 400;
  margin-bottom: 30px;
}

.fixed {
  position: fixed !important;
}

.tag-box {
  cursor: pointer;
  float: left;
  position: relative;
  width: 285px;
  height: 285px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.tag-box:hover {
  filter: brightness(121.951219%);
}

.tag-box:nth-child(5n) {
  margin-right: 0;
}

.tag-title {
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  padding: 0 2.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  font-family: 'Oswald', sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
}

.tag-wrapper {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: auto;
  top: 4%;
  left: 4%;
  right: 4%;
  bottom: 4%;
}

.tag-description {
  background-color: rgba(0, 0, 0, 0.82);
  color: rgba(255, 255, 255, 1);
  padding: 16px 16px;
  overflow: hidden;
  position: absolute;
  word-wrap: break-word;
  width: auto;
  line-height: 1.3;
  top: 50%;
  left: 11px;
  right: 11px;
  bottom: 11px;
}

.tag-description h2 {
  font-size: 1.42rem;
  font-weight: bold;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 1.7em;
  line-height: 1.75;
}

.tag-description p {
  font-size: 1.28rem;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 5.4em;
  line-height: 1.4;
}

.brand-list {
  overflow: hidden;
  width: 100%;
  height: 204px;
}

.brand-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 153px;
  height: 153px;
}

.brand-logo {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  float: none;
  margin-left: 169px;
  margin-bottom: 15px;
  width: calc(100% - 169px);
  height: 30px;
}

.brand-description {
  font-size: 1.42rem;
  float: none;
  margin-left: 169px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  width: auto;
  height: 4.5em;
  line-height: 1.3;
}

button.brand-detail-button {
  font-size: 1.42rem;
  font-weight: 700;
  margin: 11px 0 0 16px;
  width: 204px !important;
  height: 33px !important;
}

button.brand-detail-button span {
  display: inline;
  vertical-align: middle;
}

.registration {
  width: 100%;
  max-width: 400px;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
}

.wp-pagenavi {
  margin-top: 30px;
  margin-left: -2px;
  padding-bottom: 11px;
}

.pages, .last {
  display: none;
}

.current {
  border: solid 1px #fff !important;
  background-color: #fff;
  color: rgba(20, 60, 80, 1);
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border: solid 1px #fff !important;
  background-color: #fff;
  color: rgba(20, 60, 80, 1);
}

span.wpcf7-not-valid-tip {
  font-size: 12.8px !important;
}

.wpcf7-response-output {
  border: solid 2px rgba(160, 60, 80, 1) !important;
  color: rgba(160, 60, 80, 1);
  cursor: pointer;
  font-size: 1.42rem;
  font-weight: bold;
  width: 100%;
  margin: 15px 0 0 0 !important;
  padding: 1em !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: solid 2px rgba(160, 60, 80, 1);
}

.split1 {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 0 12px 0;
  margin-right: 0;
}

.split2 {
  float: left;
  overflow: hidden;
  position: relative;
  width: 48%;
  margin: 0 0 12px 0;
  margin-right: 2%;
}

.split3 {
  float: left;
  overflow: hidden;
  position: relative;
  width: 31.33333333%;
  margin: 0 0 12px 0;
  margin-right: 2%;
}

.split4 {
  float: left;
  overflow: hidden;
  position: relative;
  width: 23%;
  margin: 0 0 12px 0;
  margin-right: 2%;
}

/*
.split1 br, .split2 br, .split3 br, .split4 br {
  display: none;
}
*/

.split1 img, .split2 img, .split3 img, .split4 img {
  clear: none !important;
  float: left;
  margin: 0 0 8px 0;
  width: 100%;
}

.headline {
  font-size: 17.1px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  padding: 0.7em 0.5em 0.5em calc(0.5em + 5px);
  color: rgba(0, 0, 0, 1);
  border-left: solid 5px rgba(40, 120, 180, 1);
  background: rgba(60, 180, 240, 0.09);
  margin-bottom: 24px;
  width: 100%;
  line-height: 1.5;
}

.no-space {
  margin: 0 !important;
}

/* humberger menu */

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .2s;
  box-sizing: border-box;
  z-index: 3;
}

.menu-trigger {
  display: none;
  position: absolute;
  top: 17px;
  right: 0;
  width: 30px;
  height: 20px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/* humberger menu animation */

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* mobile */

.mobile-header {
  background-color: rgba(20, 30, 40, 1);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 3;
  padding: 55px 8px 0 8px;
}

.mobile-header.active {
  display: block;
}

.mobile-header ul li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.57rem;
  font-weight: 400;
}

table.mobile-tel {
  border-collapse: collapse;
  display: table;
  font-size: 1.28rem;
  position: absolute;
  text-align: left;
  line-height: 1.3;
  right: 8px;
  top: 61px;
  width: auto;
}

table.mobile-tel tr {
  border: none;
}

table.mobile-tel tr th {
  display: table-cell;
  vertical-align: middle;
}

table.mobile-tel tr td {
  display: table-cell;
  padding-left: .5em;
  vertical-align: middle;
  width: auto;
}

.mobile-nav {
  width: 100%;
  height: 55px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: none;
}

.mobile-nav.active {
  display: none;
}

.mobile-nav ul {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mobile-nav ul li {
  background-color: rgba(20, 30, 40, 1);
  color: #c0c0c0;
  float: left;
  font-family: 'Oswald', sans-serif;
  font-size: 1.71rem;
  text-align: center;
  width: 25%;
  height: 55px;
  line-height: 55px;
  border-left: solid 1px rgba(255, 255, 255, 0.045);
  box-sizing: border-box;
  
}

.mobile-nav ul li:first-child {
  background-color: rgba(20, 60, 80, 1);
  border-left: none;
  color: #ffffff;
}

.mobile-nav ul li:hover {
  background-color: rgba(20, 60, 80, 1);
  border-left: none;
  color: #ffffff;
  cursor: pointer;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.scroll-nav {
  background-color: rgba(20, 30, 40, 1);
  width: 100%;
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  transition: .2s;
  z-index: 5;
}

.scroll-nav.hide {
  transform: translateY(-100%);
}

.scroll-nav .logo {
  position: absolute;
  top: 20px;
  left: 8px;
  bottom: 30px;
  width: auto;
  height: 15px;
}

.scroll-nav .scroll-menu-trigger {
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 8px;
  width: 30px;
  height: 20px;
}

.scroll-menu-trigger, .scroll-menu-trigger span {
  display: inline-block;
  transition: all .2s;
  box-sizing: border-box;
  z-index: 3;
}

.scroll-menu-trigger {
  display: none;
  position: absolute;
  top: 17px;
  right: 0;
  width: 30px;
  height: 20px;
}

.scroll-menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
}

.scroll-menu-trigger span:nth-of-type(1) {
  top: 0;
}

.scroll-menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.scroll-menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/* humberger menu animation */

.scroll-menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.scroll-menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.scroll-menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

input::-webkit-input-placeholder {
  color: #c0c0c0;
  font-family: 'Oswald', sans-serif;
  font-size: 1.57rem;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #c0c0c0;
  font-family: 'Oswald', sans-serif;
  font-size: 1.57rem;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #c0c0c0;
  font-family: 'Oswald', sans-serif;
  font-size: 1.57rem;
  font-weight: normal;
}

.pagenav-indent {
  clear: both;
}

.tag-color-none {
  display: none !important;
}

.tag-color1 {
  background-color: #03a9f4 !important;
  color: #ffffff !important;
}

.tag-color2 {
  background-color: #cddc39 !important;
  color: #ffffff !important;
}

.tag-color3 {
  background-color: #ff9800 !important;
  color: #ffffff !important;
}

.tag-color4 {
  background-color: #00bcd4 !important;
  color: #ffffff !important;
}

.tag-color5 {
  background-color: #e91e63 !important;
  color: #ffffff !important;
}

.tag-color6 {
  background-color: #009688 !important;
  color: #ffffff !important;
}

.tag-color7 {
  background-color: #ff5722 !important;
  color: #ffffff !important;
}

.tag-color8 {
  background-color: #3f51b5 !important;
  color: #ffffff !important;
}

.tag-color9 {
  background-color: #9c27b0 !important;
  color: #ffffff !important;
}

.tag-color10 {
  background-color: #ffc107 !important;
  color: #ffffff !important;
}

.tag-color11 {
  background-color: #f44336 !important;
  color: #ffffff !important;
}

.tag-color12 {
  background-color: #673ab7 !important;
  color: #ffffff !important;
}

.tag-color13 {
  background-color: #2196f3 !important;
  color: #ffffff !important;
}

.tag-color14 {
  background-color: #9e9e9e !important;
  color: #ffffff !important;
}

.tag-color15 {
  background-color: #795548 !important;
  color: #ffffff !important;
}

.tag-color16 {
  background-color: #795548 !important;
  color: #ffffff !important;
}

.tag-color17 {
  background-color: #15abbe !important;
  color: #ffffff !important;
}

.theme-image-box {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.theme-image {
  filter: brightness(82%);
}

.theme-image-box p {
  font-family: 'Oswald', sans-serif;
  font-size: 2.85rem;
  font-weight: 700;
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  line-height: 1;
  width: 100%;
}

.theme-image-box p span {
  font-size: 1.28rem;
  font-weight: 700;
}

article#article-tech .theme-image-box p {
  display: none;
}

article#article-solution .theme-image-box p {
  display: none;
}

article#article-works .theme-image-box p {
  display: none;
}

article#article-brand .theme-image-box p {
  display: none;
}

article#article-works .theme-image-box {
  display: block;
}

article#article-brand .theme-image-box {
  display: block;
}

article#article-access .theme-image-box {
  display: none;
}

article#article-contact .theme-image-box {
  display: none;
}

.pc-space {
  margin-top: 137px;
}

article#article-planning .theme-image-box p, article#article-contact .theme-image-box p, article#article-company .theme-image-box p, article#article-access .theme-image-box p, article#article-special .theme-image-box p {
  display: none;
}

.single-thumbnail {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 33%;
}

.single-thumbnail:after {
  overflow: hidden;
  position: absolute;
  content: '';
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQYV2NkYGD4z8DAwMjIAAUADikBA/gvnngAAAAASUVORK5CYII=) repeat top left;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.new {
  font-size: 1.14rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff0000;
  padding: 0.1em 0.5em;
  text-align: center;
  margin-right: 0.8em !important;
}

#back {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0.82;
  z-index: 2;
  filter: brightness(120%);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#back:hover {
  opacity: 1;
}

#back img {
  width: 55px;
  height: 55px;
}

.sns {
  overflow: hidden;
  position: absolute;
  right: 208px;
  bottom: 11px;
}

.sns a {
  float: left;
}

.sns a img {
  width: 22px;
  height: 22px;
  margin-right: 11px;
}

.sns-mobile {
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 12px;
}

.sns-mobile a {
  float: left;
}

.sns-mobile a img {
  width: 22px;
  height: 22px;
  margin-right: 11px;
}

.related {
  overflow: hidden;
  position: relative;
  margin-top: 55px;
}

.related h2 {
  font-size: 1.71rem;
  font-weight: bold;
  margin-bottom: 11px !important;
}

.related h3 {
  display: none;
}

.related ul li a {
  font-weight: 400;
}

.related ul li a:hover {
  font-weight: 400;
  background-color: #000000;
  color: #ffffff;
}

.main-contents ol {
  list-style-type: decimal !important;
  width: 100%;
  border: solid 1px #c0c0c0;
  padding: 1em;
  margin-bottom: 30px;
}

.main-contents ol li {
  list-style-type: decimal !important;
  list-style-image: none !important;
  margin: 0 0 0 2em !important;
  padding: 0 !important;
}

.main-contents ol li:after, .main-contents ol li:before {
  content: '';
  display: inline;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  background: none;
  border-radius: none;
  transform: none;
  -webkit-transform: none;
  -o-transform: none;
}

.main-contents ol li:before {
  top: auto;
  left: auto;
  height: auto;
  transform: none;
  -webkit-transform: none;
  -o-transform: none;
}

.main-contents ol li a {
  font-weight: normal !important;
}

.main-contents ol li a:hover {
  font-weight: normal !important;
  color: white !important;
  background-color: rgba(20, 60, 80, 1) !important;
}

.main-contents ol p {
  display: none;
}

button.featherlight-close-icon, button.featherlight-close {
  display: none !important;
}

.chartW {
  width: 70%;
}

article#article-company {
  padding-bottom: 90px;
}

.container-panel {
  width: 49%;
  background-color: rgba(255, 255, 255, 0.18);
  padding: 2em;
  margin-right: 1%;
  margin-bottom: 1%;
}

.container-panel:nth-child(2n+2) {
  margin-right: 0;
}

.addinfo {
  clear: both;
  background-color: rgba(255, 255, 255, 0.045);
  width: 100%;
  height: auto;
  padding: 2em;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
}

.subinfo {
  clear: both;
  display: block;
  position: relative;
  overflow: hidden;
}

.addinfo a:hover, .subinfo a:hover, a.underline:hover {
  text-decoration: underline;
}

.brandlink-list {
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 35px;
}

.brandlink-list h3 {
  font-size: 17.1px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  padding: 0.5em 0.5em 0.5em calc(0.5em + 5px);
  color: white;
  border-left: solid 5px rgba(40, 120, 180, 1);
  background: rgba(40, 120, 180, 0.18);
  margin-bottom: 24px;
}

.subinfo h2 {
  display: inline-block;
  background-color: rgba(40, 120, 180, 0.82);
  color: white;
}

ul.brandlink-wrapper a li, ul.brandlink-wrapper li {
  font-size: 12px;
  float: left;
  width: auto;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  padding: 0 0.5em;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: rgba(40, 60, 80, 1);
  border: solid 1px #c0c0c0;
}

ul.brandlink-wrapper a li:hover, ul.brandlink-wrapper li:hover {
  color: rgba(40, 60, 80, 1);
  background-color: white;
}

ul.companylink-wrapper a li, ul.companylink-wrapper li {
  font-size: 13px;
  float: left;
  width: auto;
  height: auto;
  line-height: auto;
  overflow: hidden;
  padding: 0 0.5em;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: none;
  border: none;
}

.subinfo {
  padding-left: 3em;
  margin-top: 45px;
}

.category-list button {
  font-family: 'Oswald', sans-serif;
}

footer {
  background-color: rgba(20, 30, 40, 1) !important;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 55px;
  padding: 20px 0;
}

footer br {
  display: none;
}

#next {
  color: white;
  text-align: center;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.82);
  width: 33px;
  height: 66px;
  top: calc(50% - 33px);
  right: -33px;
  border-radius: 66px 0 0 66px;
  font-size: 18px;
  padding-top: 24px;
  padding-left: 8px;
  z-index: 2;
  transition: all 0.2s;
  display: none;
}

.bg-white {
  background-color: #ffffff !important;
}

.main-contents.wide-contents {
  max-width: 992px !important;
}

.main-contents.wide-contents h1.main-title {
  text-align: center !important;
  margin: 0 !important;
  padding: 42px 0 32px 0 !important;
}

.inner.wide-contents {
  max-width: 100% !important;
}

.body.wide-contents {
  margin: 0 !important;
}

.alignleft {
  float: left !important;
}

.alignright {
  float: right !important;
}

.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}