  @charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　index
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#dir-home.index #header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
#dir-home.index #header h1 a,
#dir-home.index #header #g-nav > ul > li > a {
  color: #ffffff;
}
#dir-home.index #header #g-nav > ul > li > a:after {
  background-color: #ffffff;
}
#dir-home.index #header #h-btn .btn {
  border-color: #ffffff;
  color: #ffffff;
}
#dir-home.index #header #h-btn .btn .icon-enquiry {
  background-position: -80px 0;
}
#dir-home.index #header #h-btn .btn .icon-request {
  background-position: -100px 0;
}
#dir-home.index #header #h-btn .btn:hover {
  background-color: #ffffff;
  color: #486176;
}
#dir-home.index #header #h-btn .btn:hover .icon-enquiry {
  background-position: 0 0;
}
#dir-home.index #header #h-btn .btn:hover .icon-request {
  background-position: -20px 0;
}

.tech-blog-bnr {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tech-blog-bnr:hover {
  opacity: 0.5;
  text-decoration: none;
}
.tech-blog-bnr img {
  width: 100%;
}
.tech-blog-bnr span {
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  font-size: 18px;
  color: #222528;
  margin-left: 2em;
}

.home-mv {
  position: relative;
  padding-bottom: calc(1080 / 1920 * 100%);
  overflow: hidden;
}
.home-mv-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-mv-content {
  position: absolute;
  left: 50%;
  margin-left: -430px;
  top: 0;
  width: 860px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
.home-mv-content-title {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  font-size: 50px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.4;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.home-mv-content-btn {
  width: 100%;
  margin-top: 30px;
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  font-size: 14px;
}
.home-mv-content-btn a {
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 360px;
  border: solid 1px #ffffff;
  color: #ffffff;
  margin: 0 auto;
}
.home-mv-content-btn a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  width: 6px;
  height: 6px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.home-mv-content-btn a:hover {
  background-color: #ffffff;
  color: #486176;
}
.home-mv-content-btn a:hover i {
  border-top-color: #486176;
  border-right-color: #486176;
}
#sec-home-business,
#sec-home-solution,
#sec-home-case {
  border-top: solid 1px #dadfe4;
}
#sec-home-business {
  background: url(../../images/home-business-bg.jpg) #FFF no-repeat;
  background-size: 100%;
  background-position: 0 100%;
}
#sec-home-news,
#sec-home-solution {
  background-color: #f8f9f9;
}
#sec-home-product {
}

#sec-home-news .sec-inner {
  width: 980px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

#sec-home-business .sec-inner,
#sec-home-solution .sec-inner,
#sec-home-case .sec-inner {
  width: 1120px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
#sec-home-product .sec-inner {
  width: 980px;
  margin: 0 auto;
}

#sec-home-product .sec-inner .sec-home-product-col__content .btn {
  width: 300px;
  margin: 0px 32px 0px 0px;
  font-size: 14px;
}

#sec-home-business h2,
#sec-home-solution h2,
#sec-home-case h2,
#sec-home-product h2 {
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 50px;
}

#sec-home-business h2 span,
#sec-home-solution h2 span,
#sec-home-case h2 span,
#sec-home-product h2 span {
  display: block;
  margin-bottom: 10px;
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  color: #57b53c;
  font-size: 24px;
  font-weight: bold;
}

.sec-home-news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #486176;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-home-news-title h2 {
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  font-size: 24px;
  color: #222528;
}
.news-box-sp {
  display: flex;
}
.sec-home-news-title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  margin-bottom: -1px;
}
.sec-home-news-title ul > li {
  width: 106px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -1px;
  text-align: center;
  font-size: 14px;
}
.sec-home-news-title ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  border: solid 1px #486176;
  -webkit-transition: .3s;
  transition: .3s;
}
.sec-home-news-title ul > li a.is-active, .sec-home-news-title ul > li a:hover {
  background-color: #486176;
  color: #ffffff;
}
.sec-home-news-title .news-blog-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: -1px;
}
.sec-home-news-title .news-blog-link p {
    width: 106px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: -1px;
    text-align: center;
    font-size: 14px;    
}
.sec-home-news-title .news-blog-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    background-color: #e3e4e4;
    border: solid 1px #486176;
    -webkit-transition: .3s;
    transition: .3s;
}
.sec-home-news-title .news-blog-link a:hover {
  background-color: #28b500;
  color: #ffffff;
}

.sec-home-news-content {
  display: none;
  margin-top: 30px;
}
.sec-home-news-content.is-active {
  display: block;
}
.sec-home-news-content li + li {
  margin-top: 15px;
}
.sec-home-news-content > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sec-home-news-content > li time {
  width: 80px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
}
.sec-home-news-content > li i {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background-color: #94a3b0;
  margin-right: 20px;
  font-size: 12px;
  font-style: normal;
}
.sec-home-news-content > li i.news {
  background-color: #82bdf0;
}
.sec-home-news-content > li i.topics {
  background-color: #82bdf0;
}
.sec-home-news-content > li i.media {
  background-color: #a369bc;
}
.sec-home-news-content > li i.award {
  background-color: #88cfad;
}
.sec-home-news-content > li i.press {
  background-color: #ec97b7;
}
.sec-home-news-content > li i.ir {
  background-color: #dbc50a;
}
.sec-home-news-content > li i.event {
  background-color: #eaaa4f;
}
.sec-home-news-content > li a {
  position: relative;
  height: calc(14px * 1.231);
  overflow: hidden;
  font-size: 14px;
  color: #57b53c;
  padding-right: 1em;
}
.sec-home-news-content > li a:hover {
  text-decoration: underline;
}
.sec-home-news-content > li a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #f8f9f9;
}
.sec-home-news-content > li a:before {
  content: "…";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f8f9f9;
}
#sec-home-business .title {
  display: block;
  margin: 3rem 0;
  font-size: 36px;
  line-height: 1.6;
  color: #222528;
  text-align: center;
}
#sec-home-business .txt-copy {
  margin-bottom: 40px;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
.integration {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.integration .left,
.integration .right {
  width: 50%;
}
.integration ul {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.integration .left ul {
  margin-left: -8px;
  margin-right: 0;
  margin-top: 1rem;
}
.integration .right ul {
  margin-left: 0;
  margin-right: -8px;
  margin-top: 1rem;
}
.integration .left .integration-header {
  margin-right: 8px;
}
.integration .right .integration-header {
  margin-left: 8px;
}
.integration .integration-header {
  display: flex;
}
.integration .left .integration-header h3 {
  color: #57b53c;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  width: 100%;
}
.integration .left .integration-header .line {
  display: block;
  width: 90%;
  border-top: 1px solid #57b53c;
  margin-top: 10px;
}
.integration .right .integration-header h3 {
  color: #4d5963;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  width: 100%;
}
.integration .right .integration-header .line {
  display: block;
  width: 90%;
  border-top: 1px solid #4d5963;
  margin-top: 10px;
}
.integration .integration-item ul li {
  width: 100%;
  margin: 0 8px;
  background: linear-gradient(230deg, #ffffff 0%, #f6f7f9 100%);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
.integration .integration-item ul li h6 {
  font-size: 20px;
  font-weight: 300;
  color: #57b53c;
  text-align: center;
  line-height: 1;
  padding: 1.5rem 0 1rem;
}
.integration .integration-item ul li img {
  width: 100%;
}
.integration .integration-item ul li h6 span {
  font-size: 12px;
  color: #486176;
  font-weight: normal;
  letter-spacing: 1px;
}
.integration .integration-item ul li p {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  height: 40px;
  padding: 0 0.5rem;
  margin: 1rem 0 2rem;
}
.integration .left .integration-footer {
  background: linear-gradient(90deg, #52bd33 0%, #52bd33 100%);
  color: #FFF;
  letter-spacing: 2px;
  margin-top: 1rem;
  margin-right: 0.5rem;
  padding: 4px 0;
}
.integration .right .integration-footer {
  background: linear-gradient(90deg, #4d5963 0%, #4d5963 100%);
  color: #FFF;
  letter-spacing: 2px;
  margin-top: 1rem;
  margin-left: 0.5rem;
  padding: 4px 0;
}
.integration .integration-footer h6 {
  text-align: center;
  font-weight: normal;
}
#sec-home-business figure {
  text-align: center;
}
#sec-home-business .sec-inner > .box-btn {
  margin-top: 30px;
  text-align: center;
}
#sec-home-business .box-fastio {
  max-width: 960px;
  margin-top: 60px;
}
#sec-home-solution .box-btn {
  margin-top: 60px;
  text-align: center;
}
.sec-home-solution-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}
.sec-home-solution-list > li {
  width: calc(100% / 4 - 30px);
  margin-left: 30px;
}
.sec-home-solution-list > li a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sec-home-solution-list > li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.sec-home-solution-list figure {
  display: block;
  position: relative;
}
.sec-home-solution-list .icon {
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  padding: .5em 1em;
  background-color: #486176;
  background-image: none;
  color: #ffffff;
}
.sec-home-solution-list h3 {
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  margin-top: 22px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: normal;
  color: #222528;
  height: 55px;
  text-align: center;
}
.sec-home-solution-list dt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.sec-home-solution-list dd {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}

#sec-home-case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sec-home-case ul li {
  width: 420px;
  margin: 0 30px;
  text-align: center;
  font-size: 16px;
}
#sec-home-case ul li a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#sec-home-case ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#sec-home-case ul li dl {
  margin-top: 25px;
}

#sec-home-case ul li dt {
  font-size: 24px;
  color: #222528;
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
}
#sec-home-case ul li dd {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  margin-top: 10px;
}
#sec-home-case .box-btn {
  margin-top: 60px;
  text-align: center;
}
#sec-home-product .sec-inner {
  width: auto;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.sec-home-product-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec-home-product-col__image {
  position: relative;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
  flex-shrink: 0;
}

#sec-home-product h3 {
  font-size: 24px;
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #222528;
}

#sec-home-product .txt-copy {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 30px;
  height: 200px;
  text-align: justify;
}

.home-bnr {
  border-top: solid 1px #dadfe4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-bnr > li {
  width: calc(100% / 4);
}
.home-bnr > li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  display: block;
  height: 240px;
  background-position: 50% 0;
  background-size: cover;
}
.home-bnr > li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.home-bnr > li a.company {
  background-image: url(../../images/img-company.jpg);
}
.home-bnr > li a.ir {
  background-image: url(../../images/img-ir.jpg);
}
.home-bnr > li a.graduate {
  background-image: url(../../images/img-graduate.jpg);
}
.home-bnr > li a.recruit {
  background-image: url(../../images/img-recruit.jpg);
}
.home-bnr-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 1px 1px 0 #ffffff;
  line-height: 1.4;
}
.home-bnr-text .en {
  font-family: "Noto Sans", Verdana, sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  font-size: 28px;
  color: #57b53c;
}
.home-bnr-text .ja {
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  font-size: 16px;
  -webkit-columns: #222528;
     -moz-columns: #222528;
          columns: #222528;
}

/* ++++++++++　20210607 ++++++++++ */
.home-bnr-recruit {
  border-top: solid 1px #dadfe4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.home-bnr-recruit > li {
  width: calc(100% / 2);
}
.home-bnr-recruit > li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  display: block;
  height: 480px;
  background-position: 50% 0;
  background-size: cover;
}
.home-bnr-recruit > li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.home-bnr-recruit > li a.graduate {
  background-image: url(../../images/img-graduate.jpg);
}
.home-bnr-recruit > li a.requirements {
  background-image: url(../../images/img-requirements.jpg);
}
.home-bnr-recruit-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 1px 1px 0 #ffffff;
  line-height: 1.4;
}
.home-bnr-recruit-text .en {
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  font-size: 28px;
  color: #57b53c;
}
.home-bnr-recruit-text .ja {
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  font-size: 16px;
  -webkit-columns: #222528;
     -moz-columns: #222528;
          columns: #222528;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　info/seminar
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sec-topics {
  *zoom: 1;
  width: 960px;
  margin: 0 auto;
}

#sec-topics:after {
  content: "";
  display: table;
  clear: both;
}

#sec-topics .box-topics {
  float: left;
  width: 680px;
}

#sec-topics .aside-topics {
  float: right;
  width: 220px;
}

.box-topics > h3 {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 24px;
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  color: #222528;
}

.box-topics .box-btn {
  margin-top: 45px;
  text-align: center;
  font-size: 14px;
}

.art-topics-archive {
  border-top: solid 1px #d9dde1;
}

.art-topics-archive:nth-last-of-type(1) {
  border-bottom: solid 1px #d9dde1;
}

.art-topics-archive span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.art-topics-archive h4 {
  font-weight: normal;
  line-height: 1.4;
}

.art-topics-archive a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  display: block;
  padding: 30px 50px 30px 40px;
}

.art-topics-archive a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.art-topics-archive a:after {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  width: 12px;
  height: 16px;
  margin-top: -8px;
  background-image: url(/common/images/icon_sprite.png);
  background-position: -50px -56px;
}

.art-topics {
  border-top: solid 1px #d9dde1;
  border-bottom: solid 1px #d9dde1;
}

.art-topics header {
  padding: 30px 40px;
  border-bottom: solid 1px #d9dde1;
}

.art-topics header span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.art-topics header h3 {
  color: #222528;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
}

.box-topics-body {
  padding: 30px 40px;
  line-height: 1.875;
}

.box-topics-body a {
  color: #68bb50;
  text-decoration: underline;
}

.box-topics-body a:hover {
  text-decoration: none;
}

.box-topics-body a img:hover {
  text-decoration: none;
  opacity: 0.7;
}

.box-topics-body h1, .box-topics-body h2, .box-topics-body h3, .box-topics-body h4, .box-topics-body h5, .box-topics-body h6 {
  margin-bottom: 20px;
  font-weight: normal;
  color: #222528;
}

.box-topics-body h1 {
  font-size: 28px;
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
}

.box-topics-body h2 {
  font-size: 26px;
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
}

.box-topics-body h3 {
  font-size: 24px;
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
}

.box-topics-body h4 {
  font-size: 22px;
}

.box-topics-body h5 {
  font-size: 20px;
}

.box-topics-body h6 {
  font-size: 18px;
}

.box-topics-body p {
  *zoom: 1;
  margin-bottom: 20px;
}

.box-topics-body p:after {
  content: "";
  display: table;
  clear: both;
}

.box-topics-body ul, .box-topics-body ol {
  margin-bottom: 20px;
  list-style-position: inside;
}

.box-topics-body ol li {
  list-style-type: decimal;
}

.box-topics-body ul li {
  list-style-type: disc;
}

.box-topics-body hr {
  margin: 0 0 20px;
  padding: 0;
  line-height: 0;
  border: 0;
  height: 1px;
  background-color: #d9dde1;
}

.box-topics-body img {
  max-width: 600px;
  height: auto;
}

.box-topics-body img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.box-topics-body img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.box-topics-body img.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.aside-topics .module-topics {
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #f1f3f4;
  font-size: 14px;
  line-height: 2.15;
}

.aside-topics .module-topics dt {
  color: #222528;
}

.aside-topics .module-topics dd li {
  position: relative;
  padding-left: 1em;
}

.aside-topics .module-topics dd li a {
  color: #68bb50;
}

.aside-topics .module-topics dd li a:hover {
  text-decoration: underline;
}

.aside-topics .module-topics dd li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
  color: #222528;
}

.wp-pagenavi {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 5px 0;
  background-color: #fff;
  border: solid 1px #4d5963;
  line-height: 30px;
  font-size: 14px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span {
  background-color: #b6c0c8;
  border-color: #b6c0c8;
  color: #fff;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　other
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.box-other {
  box-sizing: border-box;
  width: 960px;
  margin: 0 auto;
  background-color: #fafbfb;
  border: solid 1px #c8cfd6;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　sitemap
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#box-sitemap {
  *zoom: 1;
  padding: 55px 120px;
}

#box-sitemap:after {
  content: "";
  display: table;
  clear: both;
}

#box-sitemap > ul {
  float: left;
  width: 50%;
}

#box-sitemap > ul a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #486176;
}

#box-sitemap > ul a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#box-sitemap > ul > li {
  margin-top: 15px;
  font-size: 14px;
}

#box-sitemap > ul > li:first-child {
  margin-top: 0;
}

#box-sitemap > ul > li span {
  margin-right: 10px;
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  color: #57b53c;
  font-size: 24px;
}

#box-sitemap > ul > li ul {
  margin-top: 5px;
  margin-left: 30px;
}

#box-sitemap > ul > li ul li {
  font-size: 16px;
  line-height: 1.875;
}

#box-sitemap li.tech-blog {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 210px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　antisocial
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#box-antisocial {
  padding: 60px;
}

#box-antisocial h3 {
  font-weight: normal;
  font-size: 24px;
  color: #222528;
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
}

#box-antisocial p {
  margin-top: 25px;
  line-height: 1.875;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　privacy
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#box-privacy {
  padding: 60px;
}

#box-privacy h3 {
  margin-bottom: 25px;
  font-weight: normal;
  font-size: 24px;
  color: #222528;
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
}

#box-privacy p, #box-privacy dl, #box-privacy ol, #box-privacy ul {
  line-height: 1.875;
}

#box-privacy .sec-privacy {
  margin-bottom: 50px;
}

#box-privacy .sec-privacy:nth-last-of-type(1) {
  margin-bottom: 0;
}

#box-privacy ol {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.versatility-text-link {
  color: #68bb50;
}
.versatility-text-link:hover {
  text-decoration: underline;
}

/*
sec-home-company
 */
#sec-home-company .sec-inner {
  position: relative;
}

.company-thumbList {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.company-thumbList.on {
  visibility: visible;
  opacity: 1;
}

.company-thumbItem {
  cursor: pointer;
}

.company-popItem {
  background: rgba(255, 255, 255, 0.7);
  border: 6px solid #DADFE3;
  padding: 60px;
  position: absolute;
  /*display: none;*/
  left: 0;
  top: 50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.company-popItem.on {
  /*display: block;*/
  visibility: visible;
  opacity: 1;
}

.company-popItem-h,
.company-popItem-h-en {
  text-align: center;
}

.company-popItem-h {
  font-size: 32px;
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  line-height: 1.35;
}

.company-popItem-h-en {
  margin-bottom: 25px;
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
}

.company-popItem-txtWrap {
  display: table;
}

.company-popItem-ico {
  display: table-cell;
  vertical-align: middle;
  padding-right: 35px;
}

.company-popItem-txt {
  display: table-cell;
  vertical-align: middle;
  width: 614px;
  line-height: 2;
}

.company-popItem-close {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 10px;
  cursor: pointer;
}

.sec-home-company-contnet {
  position: relative;
}

.spOnly {
  display: none;
}

.wp_social_bookmarking_light {
  *zoom: 1;
}
.wp_social_bookmarking_light:after {
  content: "";
  display: table;
  clear: both;
}
.wp_social_bookmarking_light > * {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1;
}
#sec-home-business .box-fastio .box-btn .btn .icon-arr2{
  height: 16px;
}
/*
pickup
 */

 .pickup-content-box {
   display: flex;
   justify-content: center;
   margin-left: -30px;
 }
.pickup-content-item {
  width: 420px;
  margin: 0 30px;
  margin: 0 0 120px 30px;
}
#sec-home-product .pickup-content-item h3 {
  font-size: 14px;
  margin: 25px 0 10px;
  text-align: center;
}
#sec-home-product .pickup-content-item h3 b {
  display: block;
  font-weight: normal;
  font-size: 20px;
}
.pickup-content-item a p {
  text-align: justify;
  text-justify: inter-character;
  height: 120px;
}
.pickup-content-item a {
  margin: 0 auto;
  display: block;
}
.pickup-content-item .image-link {
  transition: 0.2s;
}

.pickup-content-item .image-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
/*
ISMS 20200226
 */
.sec-privacy .unnamed {
  width: 30%;
  margin: 0 auto;
  display: block;
  padding: 32px 0;
}
.sec-privacy .ISMS {
  width: 80%;
  margin: 0 auto;
  display: block;
  padding: 32px 0;
}
/*
WEB STORE 20200112
 */
#sec-ec-webstore {
}
#sec-ec-webstore .sec-inner {
  max-width: 960px;
  display: flex;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
#sec-ec-webstore .sec-inner .socal-img {
  width: 50%;
  margin: 0 32px 0 0;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
}
#sec-ec-webstore .sec-inner .ec-webstore {
  width: 50%;
  margin: 0 0 0 32px;
}
#sec-ec-webstore .sec-inner .ec-webstore h5 {
  font-size: 12px;
  font-weight: normal;
}
#sec-ec-webstore .sec-inner .ec-webstore img {
  width: 50%;
  margin: 8px 0 0;
}
#sec-ec-webstore .sec-inner .ec-webstore h2 {
  font-size: 28px;
  font-weight: normal;
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  color: #222528;
  margin: 16px 0 8px;
  letter-spacing: 3px;
}
#sec-ec-webstore .sec-inner .ec-webstore p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.7;
  text-align: justify;
}
#sec-ec-webstore .sec-inner .ec-webstore .box-btn .btn-l .icon {
  background-image: url(../../common/images/icon_blank-bk.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 25px;
}
#sec-ec-webstore .sec-inner .ec-webstore .box-btn .btn-l .icon-arr2 {
  height: 16px;
}
.isms-link {
    color: #68bb50;
    text-decoration: none;
}
.isms-link:hover {
  text-decoration: underline;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 32px 0;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1280px) {

  #sec-home-business .sec-inner {
    width: 100%;
  }
  .integration {
    display: block;
    margin: 3rem 1rem;
  }
  .integration .left,
  .integration .right {
    width: 100%;
  }
  .integration .left {
    margin-bottom: 3rem;
  }
  .integration .left .integration-header .line {
    width: 100%;
  }
  .integration .right .integration-header .line {
    width: 100%;
  }
  .box-fastio p {
    padding: 0 1rem;
  }
  #sec-home-product {
      padding: 0 1rem;
  }
  #sec-home-product .pickup-content-item h3 {
    font-size: 12px;
  }
  #sec-home-product .pickup-content-item h3 b {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 840px) {
}