/*
background
-------------------------------------------------- */
#top {
  background: none;
}

.page-wrap {
  padding-top: 0;
}

.js-trigger .fadein {
  opacity: 0;
  transform: translateY(50%);
}

.js-trigger.show .fadein {
  opacity: 1;
  transform: none;
  transition: all 1s;
}

/*
title
-------------------------------------------------- */
.ttl-top {
  color: var(--main-color);
  font-family: var(--alphatxt);
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.ttl-top span {
  color: #333;
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 10px;
}

/*
mainvisual
-------------------------------------------------- */
.mainvisual {
  background: url(../img/bg-main01.jpg) no-repeat center bottom;
  display: flex;
  height: 100vh;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

.mainvisual::after {
  bottom: 0;
  content: "";
  display: block;
  height: 400px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.mainvisual .cover {
  background: #fff;
  height: 100vh;
  position: relative;
  text-align: center;
  width: 95%;
}

.mainvisual .cover #slider {
  height: 100vh;
  overflow: hidden;
  width: 100%;
}

.mainvisual .catch {
  bottom: 10vh;
  left: -20px;
  position: absolute;
  width: 430px;
  z-index: 2;
}

.mainvisual .catch p {
  background: #fff;
  color: var(--text-color);
  display: inline-block;
  font-family: var(--serif);
  font-size: 70px;
  font-style: italic;
  line-height: 1;
  margin: 10px 0;
  width: 100%;
}

.top-navi {
  background: #fff;
  min-height: 90vh;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  z-index: 2;
}

.top-navi h1 {
  padding: 50px 10px 20px;
  text-align: center;
}

.top-navi h1 a {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.top-navi h1 .logo {
  width: 90px;
}

.top-navi h1 .logo15th {
  margin-bottom: 15px;
  width: 200px;
}

.top-navi li {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
}

.top-navi li a {
  color: var(--text-color);
  display: block;
  padding: 10px 40px;
	font-size: 1.4rem;
}

.top-navi li p {
  cursor: pointer;
  font-size: 12px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 40px;
}

.top-navi .sub-navi {
  background: #fff;
  display: none;
  padding: 5px 0;
  position: absolute;
  right: 250px;
  top: 12px;
  width: 200px;
}

.top-navi .sub-navi a {
  padding: 10px 20px;
}

.top-navi .mn-contact {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.top-navi .mn-contact a {
  background: var(--green);
  color: #fff;
  padding: 15px 0;
  text-align: center;
}

/*
latest
-------------------------------------------------- */
.latest {
  padding: 30px 0 0;
}

.latest .inner,
.latest .inner a {
  display: flex;
  flex-wrap: nowrap;
  line-height: 1;
}

.latest h2 {
  /* border-right: 1px solid var(--text-color); */
  font-weight: 700;
  margin-right: 35px;
  padding-right: 35px;
}

.latest .inner a {
  width: 100%;
  padding-bottom: 10px;
}

.latest p {
  font-size: 14px;
  font-size: 1.4rem;
  width: 70px;
}

.latest p:nth-of-type(2) {
  overflow: hidden;
  margin: 0 0 0 35px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 105px);
}

/*
introduction
-------------------------------------------------- */
.introduction {
  text-align: left;
}

.introduction .txt p {
  margin: 0 0 40px;
}

.introduction .catch {
  font-family: var(--serif);
  font-size: 66px;
  font-size: 6.6rem;
  font-style: italic;
  line-height: 1.6;
}

/*
solution 2305 add + edit 
-------------------------------------------------- */
.solution .catch {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 30px 0;
}

.solution .catch span {
  color: var(--main-color);
}

.solution .consul-list,
.business .solution-list {
  margin: 70px auto;
}

.solution .box,
.business .box {
  background-color: #54beee;
  box-shadow: none;
}

.solution .box a,
.business .box a {
  background: #000;
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  color: #fff;
  display: block;
  position: relative;
}

.solution .img,
.business .img {
  display: block;
  opacity: .7;
  width: 100%;
}

.solution .txt,
.business .txt {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.business .solution-list .txt {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}

.solution h3,
.business h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}

.solution .consul-list .erp a {
  color: #db444b;
}

.solution .consul-list .ec a {
  color: #ec9738;
}

.solution .consul-list .iot a {
  color: #0059a4;
}

.business {
  overflow: hidden;
}

.business .swiper {
  overflow: visible;
}

.business .swiper-wrapper {
  background: transparent;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.business .slide {
  overflow: hidden;
}

.business .box a,
.business .box .img {
  height: 100%;
}

.business .box:nth-of-type(2n) {
  background-color: #39aeba;
}

/*
case
-------------------------------------------------- */
.case {
  align-items: stretch;
  background: var(--main-color);
  margin-top: 200px;
}

.case .img {
  background: url(../img/top/bg-case.jpg) center center;
  background-size: cover;
}

.ttl-case {
  color: #fff;
  font-family: var(--alphatxt);
  font-size: 44px;
  font-size: 4.4rem;
  letter-spacing: .1em;
  margin: 0;
  text-align: left;
}

.ttl-case span {
  color: #fff;
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
}

.case .txt {
  display: flex;
  flex-direction: column;
  padding: 80px;
}

.case h2 + p {
  color: #fff;
  line-height: 2;
  margin: 50px 0 80px;
  text-align: justify;
}

.case .btn-wrap-e a {
  filter: none;
}

/*
glowth model
-------------------------------------------------- */
.growth {
  background: url(../img/top/bg-growth.jpg) center top;
  background-size: cover;
  padding-bottom: 200px;
}

.growth .clm3 {
  align-items: stretch;
  margin: 60px 0;
}

.growth .box {
  background: #fff;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 45px;
  text-align: center;
  width: calc((100% - 40px) / 3);
}

.growth .box:nth-of-type(2) {
  margin: 0 20px;
}

.growth .box img {
  margin: 0 auto;
  width: 90px;
}

.growth .box h3 {
  font-family: var(--alphatxt);
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  margin: 15px 0 0;
}

.growth h3 + p {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.growth .box .button {
  width: 140px;
}

.growth .box .button p {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 8px;
}

.growth .box .button p::after {
  border-width: 6px 0 6px 6px;
  top: 18px;
}

.growth .box .btn-wrap-c span {
  cursor: pointer;
}

.growth .box .btn-wrap-c {
  position: relative;
}

.growth .box .btn-wrap-c ul {
  background: var(--main-color);
  border-radius: 10px;
  bottom: 50px;
  display: none;
  padding: 10px;
  position: absolute;
  width: 250px;
}

.growth .box .btn-wrap-c li {
  padding: 10px;
}

.growth .box .btn-wrap-c li a {
  align-items: center;
  background: #fff;
  border-radius: 100px;
  color: var(--main-color);
  display: flex;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  position: relative;
}

.growth .box .btn-wrap-c li a::after {
  border-color: transparent transparent transparent var(--main-color);
  border-style: solid;
  border-width: 8px 0 8px 10px;
  content: "";
  position: absolute;
  right: 10px;
}

.growth .box .btn-wrap-c ul::after {
  border-color: var(--main-color) transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  bottom: -10px;
  content: "";
  left: 50%;
  margin-left: -10px;
  position: absolute;
}

/*
recruit
-------------------------------------------------- */
.recruit {
  padding: 150px 0 50px;
}

.recruit a {
  display: block;
}

/*
number
-------------------------------------------------- */
.number .clm3 {
  align-items: flex-start;
  justify-content: space-around;
  margin: 100px 0 70px;
  /* margin: 100px 0 150px; */
}

.number .box {
  width: 300px;
}

.number .box h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.number .box h3 span {
  color: #ccc;
  font-family: var(--alphatxt);
  font-size: 40px;
  font-size: 4rem;
  margin-right: 5px;
}

.number .box img {
  height: 200px;
  margin: 30px auto;
  width: auto;
}

.number .box p {
  font-size: 22px;
  font-size: 2.2rem;
}

.number .box span {
  color: var(--main-color);
  font-family: var(--alphatxt);
  font-size: 48px;
  font-size: 4.8rem;
}

/*
news
-------------------------------------------------- */
.news-list {
  margin: 110px 0 0;
}

.news-list > * {
  background: none;
}

.news-list .txt {
  padding: 20px 0;
}

/*
switch - pc
-------------------------------------------------- */
@media screen and (min-width: 1025px) {

  .logo15th.sp {
    display: none;
  }

  .business .swiper-slide {
    width: 495px;
  }

  /*
  footer
  -------------------------------------------------- */
  .footer-contact + .footer-content {
    padding-top: 80px;
  }

  /*
  page-top
  -------------------------------------------------- */
  .page-top {
    display: none;
  }

}

/*
switch - tablet
-------------------------------------------------- */
@media screen and (max-width: 1024px) {

  .logo15th.sp {
    display: none;
  }

  .top-navi {
    box-shadow: var(--shadow);
    height: auto;
    left: 2.5vw;
    right: auto;
    top: 0;
    width: 150px;
    z-index: 2;
  }
  
  .top-navi h1 {
    padding: 10px 0;
    text-align: center;
  }

  .top-navi h1 .logo15th {
    margin-bottom: 5px;
    width: 130px;
  }

  .top-navi nav {
    display: none;
  }

  /*
  mainvisual
  -------------------------------------------------- */
  .mainvisual {
    background-size: 1700px auto;
    height: 50vh;
  }
  
  .mainvisual .cover,
  .mainvisual .cover #slider {
    height: 50vh;
  }
  
  .mainvisual .cover img {
    height: 50vh;
    object-position: center center;
  }
  
  .mainvisual .catch {
    bottom: 5vh;
    width: 360px;
  }
  
  .mainvisual .catch p {
    font-size: 6rem;
  }

  /*
  introduction
  -------------------------------------------------- */
  .introduction .catch {
    font-size: 5.6rem;
    margin: 0 0 40px;
  }

  /*
  solution 2305 add + edit 
  -------------------------------------------------- */
  .solution .catch {
    font-size: 2.2rem;
  }
  
  .solution .consul-list,
  .business .solution-list {
    margin: 40px auto;
  }
  
  .solution .box a,
  .business .box a {
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
  }
  
  .solution h3,
  .business h3 {
    font-size: 2rem;
    font-weight: bold;
  }

  .business p {
    font-size: 1.2rem;
  }

  .business .swiper-slide {
    height: 240px;
    width: 300px;
  }

  .solution .catch + a img {
    height: auto;
  }

  /*
  case
  -------------------------------------------------- */
  .case {
    margin-top: 100px;
  }
  
  .ttl-case {
    font-size: 4rem;
  }
  
  .ttl-case span {
    font-size: 2rem;
  }
  
  .case .txt {
    padding: 20px 30px;
  }
  
  .case h2 + p {
    font-size: 1.4rem;
    margin: 30px 0 50px;
  }

  /*
  glowth model
  -------------------------------------------------- */
  .growth {
    padding-bottom: 60px;
  }
  
  .growth .clm3 {
    margin: 30px 0;
  }
  
  .growth .box {
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
    padding: 20px 25px;
    width: calc((100% - 30px) / 3);
  }
  
  .growth .box:nth-of-type(2) {
    margin: 0 15px;
  }
  
  .growth .box h3 {
    font-size: 2.6rem;
  }
  
  .growth h3 + p {
    font-size: 1.2rem;
  }
  
  /*
  recruit
  -------------------------------------------------- */
  .recruit {
    padding: 80px 0 30px;
  }
  
  /*
  number
  -------------------------------------------------- */
  .number .clm3 {
    margin: 50px 0;
  }
  
  .number .box {
    width: calc(100% / 3);
  }
  
  .number .box h3 {
    font-size: 2rem;
  }
  
  .number .box h3 span {
    font-size: 3.2rem;
  }
  
  .number .box img {
    margin: 20px auto;
  }
  
  .number .box p {
    font-size: 2rem;
  }
  
  .number .box span {
    font-size: 4rem;
  }
  
  /*
  news
  -------------------------------------------------- */
  .news-list {
    margin: 60px 0 0;
  }
  
  .news-list > * {
    background: none;
  }
  
  .news-list .txt {
    padding: 20px 0;
  }

  /*
  footer
  -------------------------------------------------- */
  .footer-contact + .footer-content {
    padding-top: 80px;
  }

}

/*
switch - smartphone
-------------------------------------------------- */
@media screen and (max-width: 599px) {

  .top-navi {
    left: 2.5vw;
    right: auto;
    top: 0;
    width: 100px;
    z-index: 2;
  }
  
  .top-navi h1 {
    padding: 10px 0;
    text-align: center;
  }

  .top-navi h1 .logo15th {
    display: none;
  }
  
  .top-navi h1 .logo {
    width: 60px;
  }

  /*
  title
  -------------------------------------------------- */
  .ttl-top {
    font-size: 3.4rem;
  }
  
  .ttl-top span {
    font-size: 1.6rem;
  }

  /*
  mainvisual
  -------------------------------------------------- */
  .mainvisual {
    background-size: 900px auto;
  }

  .mainvisual .catch {
    bottom: 1vh;
    width: 260px;
  }
  
  .mainvisual .catch p {
    font-size: 4rem;
    margin: 5px 0;
  }

  /*
  latest
  -------------------------------------------------- */
  .latest {
    padding: 10px 0 0;
  }
  
  .latest h2 {
    font-size: 1.2rem;
    margin-right: 15px;
    padding-right: 15px;
  }
  
  .latest .inner div {
    width: calc(100% - 70px);
  }
  
  .latest p {
    font-size: 1.2rem;
  }
  
  .latest p:nth-of-type(2) {
    margin: 0 0 0 15px;
    width: calc(100% - 65px);
  }

  .page-wrap .logo15th {
    display: block;
    margin: 20px auto 0;
    width: 220px;
  }
  
  /*
  introduction
  -------------------------------------------------- */
  .introduction.page-content {
    padding-top: 10px;
  }

  .introduction .txt p {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
  
  .introduction .txt .catch {
    font-size: 2.6rem;
  }
  
  /*
  solution
  -------------------------------------------------- */
  .solution-list {
    margin: 30px auto;
  }
  
  .solution .box {
    margin: 10px 0 !important;
    width: 100%;
  }
  
  .solution .box a {
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
  }
  
  .solution .txt {
    bottom: 15px;
    left: 15px;
  }
  
  /*
  case
  -------------------------------------------------- */
  .case {
    margin-top: 0;
  }
  
  .case .img {
    height: 240px;
  }
  
  .ttl-case {
    font-size: 3.4rem;
  }
  
  .ttl-case span {
    font-size: 1.6rem;
  }
  
  .case .txt {
    padding: 20px;
  }
  
  .case h2 + p {
    margin: 30px 0;
  }
  
  /*
  glowth model
  -------------------------------------------------- */
  .growth.page-content {
    padding: 40px 0;
  }
  
  .growth .clm3 {
    margin: 30px 0 0;
  }
  
  .growth .box {
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
    margin: 10px 0;
    padding: 10px 0 20px;
    width: 100%;
  }
  
  .growth .box:nth-of-type(2) {
    margin: 0;
  }
  
  .growth .box h3 {
    font-size: 3rem;
    margin: 5px 0 0;
  }
  
  .growth h3 + p {
    margin-bottom: 10px;
  }
  
  /*
  recruit
  -------------------------------------------------- */
  .recruit {
    padding: 50px 0 0;
  }

  /*
  number
  -------------------------------------------------- */
  .number .clm3 {
    margin: 30px 0 0;
  }
  
  .number .box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    width: 100%;
  }
  
  .number .box h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  
  .number .box h3 span {
    font-size: 3rem;
  }
  
  .number .box img {
    height: auto;
    margin: 0 20px 0 0;
    width: 160px;
  }
  
  .number .box p {
    font-size: 2rem;
    text-align: left;
    width: calc(100% - 180px);
  }
  
  .number .box span {
    font-size: 4rem;
  }
  
  /*
  news
  -------------------------------------------------- */
  .news.page-content {
    padding-top: 30px;
  }
  
  .news-list {
    margin: 30px 0 0;
  }
  
  .news-list > * {
    background: none;
  }
  
  .news-list .txt {
    padding: 20px 0;
  }

  /*
  footer
  -------------------------------------------------- */
  .footer-contact + .footer-content {
    padding-top: 60px;
  }

}