#main .seis_contents_wrap_notexture .main_contents_area {
  overflow: visible;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#main .seis_contents_wrap_fluid .main_contents_area {
  width: 100%;
  margin: 0 auto;
}
#main .btn-seisLatestCase {
  line-height: 48px;
  display: inline-block;
  padding: 0 1em;
  text-decoration: none;
  color: #374576;
  background: #fff;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
#main .btn-tag {
  font-size: 13px;
  display: inline-block;
  padding: .5em;
  text-decoration: none;
  color: #fff;
  background: #747fa3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#main .btn-tag:disabled {
  cursor: default !important;
  background: #bcc3d8 !important;
}
#main .btn-tag._active, #main .btn-tag:hover {
  background: #374576;
}
#main .seisCard {
  -moz-box-shadow: 0 0 4px #c4c3bf;
  -webkit-box-shadow: 0 0 4px #c4c3bf;
  box-shadow: 0 0 4px #c4c3bf;
  background: #fff;
}
#main .seisCard ._imageBlock {
  overflow: hidden;
  position: relative;
}
#main .seisCard ._imageBlock ._ribbon {
  left: 20px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
#main .seisCard ._imageBlock ._image {
  margin-bottom: 0;
}
#main .seisCard ._imageBlock ._image img {
  width: 100%;
}
#main .seisCard ._imageBlock + ._informationBlock {
  margin-top: 0;
}
#main .seisCard ._informationBlock {
  margin-top: 60px;
  padding: 0 20px 1px;
  position: relative;
}
#main .seisCard ._informationBlock:before {
  -moz-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -webkit-transform: skewY(4deg);
  transform: skewY(4deg);
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
#main .seisCard ._informationBlock ._label {
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff100;
  color: #282828;
  font-size: 14px;
  font-weight: bold;
  height: 90px;
  margin-bottom: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -60px;
  width: 90px;
  z-index: 11;
}
#main .seisCard ._informationBlock ._label + ._title {
  padding-top: 2.4em;
}
#main .seisCard ._informationBlock ._date {
  color: #282828;
  font-size: 14px;
  line-height: 1.3334;
  position: relative;
  z-index: 11;
}
#main .seisCard ._informationBlock ._client {
  color: #282828;
  font-size: 16px;
  position: relative;
  z-index: 11;
}
#main .seisCard ._informationBlock ._title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .6667em;
  margin-top: 0;
  position: relative;
  z-index: 11;
}
#main .seisCard ._informationBlock ._title a {
  color: #282828;
  text-decoration: none;
}
#main .seisCard ._informationBlock ._title a:hover {
  color: #374576;
  text-decoration: underline;
}
#main .seisCard ._informationBlock ._description {
  color: #282828;
  font-size: 14px;
  position: relative;
  z-index: 11;
}
#main .seisCard ._informationBlock ._held {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f5f6f9;
  border: 1px solid #e3e5ed;
  overflow: hidden;
  position: relative;
  z-index: 11;
}
#main .seisCard ._informationBlock ._held:before, #main .seisCard ._informationBlock ._held:after {
  display: table;
  content: "";
}
#main .seisCard ._informationBlock ._held:after {
  clear: both;
}
#main .seisCard ._informationBlock ._held dt {
  background: #747fa3;
  color: #fff;
  float: left;
  font-size: 13px;
  line-height: 48px;
  margin: -1px 0 -1px -1px;
  position: relative;
  text-align: center;
  width: 54px;
}
@media screen and (max-width: 480px) {
  #main .seisCard ._informationBlock ._held dt {
    margin-top: -24px;
    position: absolute;
    top: 50%;
  }
}
#main .seisCard ._informationBlock ._held dt:after {
  background-image: url(../images/bg-seisCard-informationBlock-held.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 48px;
  position: absolute;
  right: -12px;
  top: 0;
  width: 12px;
}
#main .seisCard ._informationBlock ._held dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin: 0 0 0 -64px;
  padding: .5em .5em .5em 76px;
  width: 100%;
}
#main .seisCard ._informationBlock ._held dd ._date {
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding: .4em;
}
#main .seisCard ._informationBlock ._held dd .btn-tag {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #747fa3;
  border: 1px solid 6px #16c921;
  color: #fff;
  float: right;
  font-size: 14px;
  font-weight: bold;
  padding: .5em 1em;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  #main .seisCard ._informationBlock ._held dd .btn-tag {
    float: left;
    margin: 0 .4em .4em;
  }
}
#main .seisCard ._informationBlock ._held dd .btn-tag:disabled {
  background: #bcc3d8 !important;
  cursor: default !important;
}
#main .seisCard ._informationBlock ._held dd .btn-tag._active, #main .seisCard ._informationBlock ._held dd .btn-tag[href]:hover {
  background: #374576;
}
#main .seisCard ._informationBlock ._author {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f5f6f9;
  border: 1px solid #e3e5ed;
  overflow: hidden;
  padding: .5em;
  position: relative;
  z-index: 11;
}
#main .seisCard ._informationBlock ._author:before, #main .seisCard ._informationBlock ._author:after {
  display: table;
  content: "";
}
#main .seisCard ._informationBlock ._author:after {
  clear: both;
}
#main .seisCard ._informationBlock ._author dt {
  float: left;
  margin: 0 10px 0 0;
  width: 60px;
}
#main .seisCard ._informationBlock ._author dt img {
  width: 100%;
}
#main .seisCard ._informationBlock ._author dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin: 0 0 0 -70px;
  padding: 0 0 0 70px;
  width: 100%;
}
#main .seisCard ._informationBlock ._author dd ._position {
  color: #282828;
  display: block;
  font-size: 12px;
  margin-top: 1em;
}
#main .seisCard ._informationBlock ._author dd ._name {
  color: #282828;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1em;
}
#main .seisCard ._informationBlock ._author dd ._name:hover {
  color: #374576;
}
#main .seisCard ._tagBlock {
  background: #ededef;
  border-top: 1px solid #d5d5de;
  padding: 1px 20px;
  position: relative;
}
#main .seisCard ._tagBlock:before {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(../images/bg-seisCard-informationBlock-bottom.svg);
  content: "";
  display: block;
  height: 10px;
  left: 20px;
  position: absolute;
  top: -1px;
  width: 50px;
}
#main .seisCard ._tagBlock ._tag {
  margin: 1em 0;
  padding-left: 0;
}
#main .seisCard ._tagBlock ._tag li {
  display: inline-block;
  list-style-type: none;
  margin: 0 .5em;
}
#main .seisCard ._tagBlock ._tag li a {
  color: #737fa5;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#main .seisCard ._tagBlock ._tag li a:hover {
  color: #374576;
}
#main .seisCardList > ul {
  margin: 0 -20px;
}
#main .seisCardList > ul:before, #main .seisCardList > ul:after {
  display: table;
  content: "";
}
#main .seisCardList > ul:after {
  clear: both;
}
#main .seisCardList > ul > li {
  margin: 0 0 40px;
  padding: 0 20px;
  list-style-type: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #main .seisCardList > ul > li {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 480px) {
  #main .seisCardList > ul > li {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 480px) {
  #main .seisCardList.list-col-12 > ul > li {
    float: left;
    width: 100%;
  }
}
#main .seisCurrentKeyword {
  margin: 0 0 40px;
  -moz-box-shadow: 0 0 4px #c4c3bf;
  -webkit-box-shadow: 0 0 4px #c4c3bf;
  box-shadow: 0 0 4px #c4c3bf;
}
@media screen and (max-width: 480px) {
  #main .seisCurrentKeyword {
    margin: 0 0 20px;
  }
}
#main .seisCurrentKeyword ._header {
  padding: 1px 0;
  background: #747fa3;
}
#main .seisCurrentKeyword ._header p {
  margin-top: 3.6em;
  text-align: center;
}
#main .seisCurrentKeyword ._header p img {
  width: 60px;
  height: 60px;
}
#main .seisCurrentKeyword ._header h2 {
  font-size: 4.8em;
  line-height: 1.3334;
  margin: .25em 0 .5em;
  padding: 0;
  text-align: center;
  text-align: center;
  color: #fff;
  background: none;
}
#main .seisCurrentKeyword ._header p {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
#main .seisCurrentKeyword ._header p .btn-seisSearchCase-open {
  position: absolute;
}
#main .seisCurrentKeyword ._tag {
  position: relative;
  padding: 2em 0;
  text-align: center;
  background: #fff;
}
#main .seisCurrentKeyword ._tag:before {
  position: absolute;
  top: -10px;
  left: 50%;
  display: block;
  width: 50px;
  height: 20px;
  margin-left: -25px;
  content: "";
  background-image: url(../images/bg-seisCurrentKeyword-tag.svg);
}
#main .seisCurrentKeyword ._tag h3 {
  margin: 0 0 1em;
  color: #282828;
}
#main .seisCurrentKeyword ._tag ul {
  margin: 1em 0;
}
#main .seisCurrentKeyword ._tag ul li {
  margin: 0;
  list-style-type: none;
}
#main .seisCurrentKeyword ._tag ul li ._tagList {
  max-width: 80%;
  margin: 0 auto;
}
#main .seisCurrentKeyword ._tag ul li ._tagList ul li {
  display: inline-block;
  margin: 0 0 .5em;
  list-style-type: none;
}
#main .seisCurrentKeyword ._tag ul li ._tagList ul li button {
  cursor: pointer;
  border: none;
}
#main .seisFindKeyword {
  margin: 0 0 40px;
  -moz-box-shadow: 0 0 4px #c4c3bf;
  -webkit-box-shadow: 0 0 4px #c4c3bf;
  box-shadow: 0 0 4px #c4c3bf;
}
@media screen and (max-width: 480px) {
  #main .seisFindKeyword {
    margin: 0 0 20px;
  }
}
#main .seisFindKeyword ._header {
  position: relative;
  padding: 1px 0;
  background: #747fa3;
}
#main .seisFindKeyword ._header:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 50px;
  height: 20px;
  margin-left: -25px;
  content: "";
  background-image: url(../images/bg-seisFindKeyword-header.svg);
}
#main .seisFindKeyword ._header h2 {
  font-size: 1.2em;
  margin: 1em 0;
  padding: 0;
  text-align: center;
  color: #fff;
  background: none;
}
#main .seisFindKeyword ._header p {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
#main .seisFindKeyword ._header p .btn-seisSearchCase-open {
  position: absolute;
}
#main .seisFindKeyword ._tag {
  padding: 2em 0;
  text-align: center;
  background: #fff;
}
#main .seisFindKeyword ._tag ul {
  margin: 1em 0;
}
#main .seisFindKeyword ._tag ul li {
  margin: 0;
  list-style-type: none;
}
#main .seisFindKeyword ._tag ul li ._tagList {
  max-width: 80%;
  margin: 0 auto;
}
#main .seisFindKeyword ._tag ul li ._tagList ul li {
  display: inline-block;
  margin: 0 0 .5em;
  list-style-type: none;
}
#main .seisFindKeyword ._tag ul li ._tagList ul li button {
  cursor: pointer;
  border: none;
}
#main .seisLatestCase {
  background: #374576;
}
#main .seisLatestCase:before, #main .seisLatestCase:after {
  display: table;
  content: "";
}
#main .seisLatestCase:after {
  clear: both;
}
#main .seisLatestCase .col-image ._image {
  margin: 0 -50%;
  text-align: center;
}
#main .seisLatestCase .col-image ._image img {
  height: 100vw;
}
#main .seisLatestCase .col-information {
  font-size: 13px;
  max-width: 90%;
  margin: 0 auto;
  padding: 4em 0;
  color: #fff;
}
#main .seisLatestCase .col-information ._description {
  font-size: 12px;
  line-height: 1.3334;
  margin-bottom: 1em;
}
#main .seisLatestCase .col-information p {
  font-size: 13px;
  line-height: 1.6667;
}
#main .seisLatestCase .col-information ._company {
  font-size: 18px;
  line-height: 1.3334;
  margin-bottom: 1em;
}
#main .seisLatestCase .col-information ._title {
  font-size: 24px;
  line-height: 1.3334;
  margin-bottom: 1em;
  color: #fff;
  background: none;
}
#main .seisLatestCase .col-information ._link {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #main .seisLatestCase .col-information ._link {
    text-align: center;
  }
}
@media screen and (min-width: 480px) {
  #main .seisLatestCase.seisLatestCaseL .col-image {
    float: right;
  }
  #main .seisLatestCase.seisLatestCaseR .col-image {
    float: left;
  }
  #main .seisLatestCase .col-image {
    float: left;
  }
  #main .seisLatestCase .col-image ._image {
    margin: 0;
    text-align: left;
  }
  #main .seisLatestCase .col-image ._image img {
    height: 50vw;
  }
  #main .seisLatestCase .col-information {
    overflow: hidden;
    max-width: none;
    padding: 0 6%;
  }
  #main .seisLatestCase .col-information ._description {
    font-size: 16px;
  }
  #main .seisLatestCase .col-information p {
    font-size: 13px;
  }
  #main .seisLatestCase .col-information ._company {
    font-size: 24px;
  }
  #main .seisLatestCase .col-information ._title {
    font-size: 36px;
  }
}
#main div.seisMainVisual {
  position: relative;
  overflow: hidden;
  margin: 0 0 40px;
}
@media screen and (max-width: 480px) {
  #main div.seisMainVisual {
    margin: 0;
    padding-bottom: 30px;
  }
}
#main div.seisMainVisual div.seisMainVisual-slides {
  text-align: center;
}
#main div.seisMainVisual div.seisMainVisual-slides:before, #main div.seisMainVisual div.seisMainVisual-slides:after {
  display: table;
  content: "";
}
#main div.seisMainVisual div.seisMainVisual-slides:after {
  clear: both;
}
#main div.seisMainVisual div.seisMainVisual-slides div.seisMainVisual-slide {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main div.seisMainVisual div.seisMainVisual-slides div.seisMainVisual-slide a {
  display: block;
}
#main div.seisMainVisual div.seisMainVisual-slides div.seisMainVisual-slide a img {
  max-width: 100%;
}
#main div.seisMainVisual div.seisMainVisual-nav {
  position: absolute;
  z-index: 2;
  right: 50%;
  bottom: 40%;
  width: 40px;
  margin-right: -700px;
}
@media screen and (max-width: 480px) {
  #main div.seisMainVisual div.seisMainVisual-nav {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
#main div.seisMainVisual div.seisMainVisual-nav div.seisMainVisual-prev {
  display: none;
}
#main div.seisMainVisual div.seisMainVisual-nav ul.seisMainVisual-dots {
  margin-bottom: 0;
}
#main div.seisMainVisual div.seisMainVisual-nav ul.seisMainVisual-dots li.seisMainVisual-dot {
  margin: 0 .25em;
  padding: .5em;
  list-style-type: none;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  #main div.seisMainVisual div.seisMainVisual-nav ul.seisMainVisual-dots li.seisMainVisual-dot {
    display: inline-block;
  }
}
#main div.seisMainVisual div.seisMainVisual-nav ul.seisMainVisual-dots li.seisMainVisual-dot.swiper-visible-switch:after {
  border-color: #515d88;
  background: #515d88;
}
#main div.seisMainVisual div.seisMainVisual-nav ul.seisMainVisual-dots li.seisMainVisual-dot:after {
  display: block;
  width: 8px;
  height: 8px;
  list-style-type: none;
  content: "";
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#main div.seisMainVisual div.seisMainVisual-nav div.seisMainVisual-next {
  display: none;
}
#main .seisMoreButton {
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #main .seisMoreButton {
    margin: 0 0 20px;
  }
}
#main .seisMoreButton p .btn-moreArticle {
  cursor: pointer;
  border: none;
  background: none;
}
#main .seisMoreButton p .btn-moreArticle:focus {
  outline: none;
  background: none;
}
#main .seisMoreButton p .btn-moreArticle img {
  width: 180px;
  height: 180px;
}
#main .seisPickupVisual {
  max-width: 1400px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 480px) {
  #main .seisPickupVisual {
    margin: 0 auto 20px;
  }
}
#main .seisPickupVisual p {
  margin: 0;
}
#main .seisPickupVisual p img {
  max-width: 100%;
}
#main .seisSearchCase {
  margin: 40px 0 40px;
  -moz-box-shadow: 0 0 4px #c4c3bf;
  -webkit-box-shadow: 0 0 4px #c4c3bf;
  box-shadow: 0 0 4px #c4c3bf;
}
@media screen and (max-width: 480px) {
  #main .seisSearchCase {
    margin: 20px 0 20px;
  }
}
#main .seisSearchCase ._header {
  position: relative;
  padding: 1px 0;
  cursor: pointer;
  background: #3d4875;
}
#main .seisSearchCase ._header:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 50px;
  height: 20px;
  margin-left: -25px;
  content: "";
  background-image: url(../images/bg-seisSearchCase-header.svg);
}
#main .seisSearchCase ._header h2 {
  font-size: 1.2em;
  margin: 1em 0;
  padding: 0;
  text-align: center;
  color: #fff;
  background: none;
}
#main .seisSearchCase ._header p {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
#main .seisSearchCase ._header p .btn-seisSearchCase-open {
  position: absolute;
}
#main .seisSearchCase ._category {
  padding: 1px 0;
  background: #747fa3;
}
#main .seisSearchCase ._category ul {
  margin-bottom: 0;
  text-align: center;
}
#main .seisSearchCase ._category ul li {
  font-size: 1.2em;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 1em;
  list-style-type: none;
  cursor: pointer;
  color: #fff;
}
#main .seisSearchCase ._category ul li._active:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 50px;
  height: 10px;
  margin-left: -25px;
  content: "";
  background-image: url(../images/bg-seisSearchCase-category.svg);
}
#main .seisSearchCase ._tag {
  padding: 2em 10%;
  text-align: center;
  background: #fff;
}
#main .seisSearchCase ._tag ul {
  margin: 1em 0;
}
#main .seisSearchCase ._tag ul li {
  list-style-type: none;
}
#main .seisSearchCase ._tag ul li ._tagList {
  margin: 0 auto;
}
#main .seisSearchCase ._tag ul li ._tagList ul li {
  display: inline-block;
  margin: 0 0 .5em;
  list-style-type: none;
}
#main .seisSearchCase ._tag ul li ._tagList ul li button {
  cursor: pointer;
  border: none;
}
#main .seisSearchCase ._footer {
  padding: 1px 0;
  text-align: center;
  background: #fff;
}
#main .seisSearchCase ._footer p {
  font-size: 0;
  position: relative;
  margin-bottom: 0;
  padding: 1px 0;
  text-align: center;
  background: #fff;
}
#main .seisSearchCase ._footer p:after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  display: block;
  width: 54px;
  height: 54px;
  margin-left: -27px;
  content: "";
  background-image: url(../images/bg-seisSearchCase-footer.svg);
}
#main .tagList ul {
  padding-left: 0;
  list-style-type: none;
}
#main .tagList ul li {
  display: inline-block;
  margin: .3334em 0 0 0;
}
