@charset "UTF-8";

.top-visual {
  position: relative;
  height: 320px;
}
.top-visual::after {
  content: " ";
  background-image: url(../images/home/top-visual.svg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
:root[data-theme='dark'] .top-visual::after {
  /*
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  filter: invert(100%);
  */
}
.top-visual-inner {
  position: relative;
  z-index: 10;
  height: 100%;
}

.top-content {
  display: table;
  width: 100%;
  height: 100%;
}

.title-size-01 {
  font-size: 1.777em;
}
.title-size-02 {
  font-size: 1.333em;
}

.top-content .count-corporate {
  display: table-cell;
  vertical-align: middle;
}
.top-content .saas-name_catchphrase {
}
.count-corporate-title {
  margin-top: 0.25em;
  margin-bottom: 1em;
}
.top-content .count-corporate-all {
}
.top-content .count-corporate-close {
}
.count-corporate-all {
  line-height: 1.4;
}
.count-corporate-close {
  line-height: 1.4;
}
.count-corporate-all .hit-count {
  font-size: 2.369em;
  margin: 0 0.15em;
}
.count-corporate-close .close-count,
.count-corporate-excerpt .excerpt-count {
  font-size: 1.17em;
  margin: 0 0.15em;
}

.count-corporate-date {
  font-size: 0.75em;
}
.count-corporate-date::before {
  content: "（";
}
.count-corporate-date::after {
  content: "）";
}

.first-request {
  margin: 2.5em auto 0 auto;
  text-align: center;
  font-size: 1.15em;
}
.first-request .ajax-request-menu-toggle {
  background: var(--text-color-b-01);
  border: 1px solid;
  border-radius: 6px;
  padding: 8px 15px;
}


.section-inner {
  padding-top: 3em;
  padding-bottom: 3em;
}
.title-section {
}

.features {
  margin-bottom: 1em;
}
.one-features {
  display: flex;
  align-items: center;
  margin-top: 3em;
}
.one-features:nth-child(even) {
  flex-direction: row-reverse;
}

.text-features {
  padding: 0 2em;
  box-sizing: border-box;
  width: 50%;
}
.title-features {
  font-size: 1.6em;
}
.body-features {
  margin-top: 1em;
}
.body-features h4 {
  margin-top: 1em;
}
.body-features h4 + p {
  margin-top: 0.5em;
}


.figure-features {
  width: 50%;
  box-sizing: border-box;
}

.figure-features-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 60%;
  position: relative;
}
.figure-features-img .js-modal-nav {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  padding: 1em;

  display: none; /* 準備中 */

}
.figure-features-img .js-modal-nav:hover {
  background-color: rgba(255,255,255,0.3);
}
.figure-features-img .js-modal-nav:not(:hover) {
  color: rgba(255,0,0,0.5);
}
.figure-features-img .js-modal-nav > i {
  display: table-cell;
  font-size: 60px;
}
.features-modal {
  margin-top: 1em;

  display: none; /* 準備中 */

}

.count-prefecture {
  margin-top: 1em;
}
.count-prefecture li {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
  box-sizing: border-box;
}


.section:nth-child(even) {
  background: var(--contents-bg-a-02);
}



.body-section {
  margin-top: 2em;
}
.body-section h3 + p {
  margin-top: 1em;
}


.hojin-chart-toggle_menu {
  text-align: center;
  margin: 2em 0;
}
.hojin-chart-toggle_menu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5em;
  line-height: 1.3;
}
.hojin-chart-toggle_menu > li a {
  min-width: 16em;
}
.hojin-chart-toggle_menu > li a.selected {
  background: var(--text-color-a-02);
  color: var(--text-color-b-01);
}
.hojin-chart-one {
  display: none; /* JSで制御 */
}
.hojin-chart {
  padding: 1em 0;
  box-sizing: border-box;
}
:root[data-theme='dark'] .hojin-chart {
  background-color: var(--text-color-a-02);
}



@media only screen and (min-width: 751px) {
  body[data-ccc_useragent='desktop'] .top-visual::after {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 750px) {
  .top-visual::after {
    background-size: cover;
    background-position: center center;
  }
  .title-size-01 {
    font-size: 1.563em;
  }
  .title-size-02 {
    font-size: 1.25em;
  }
  .count-corporate-all .hit-count {
    font-size: 1.953em;
  }
  .one-features,
  .text-features,
  .figure-features {
    display: block;
    width: auto;
    padding: 0;
  }
  .text-features + .figure-features {
    margin-top: 1.5em;
  }
  .hojin-chart-toggle_menu > li {
    margin: 0;
    width: 32%;
  }
  .hojin-chart-toggle_menu > li a {
    min-width: 100%;
  }

  .count-prefecture li {
    width: 50%;
    margin-right: 0;
    padding-right: 0.5em;
  }
  .count-prefecture li:nth-child(even) {
    padding-right: 0;
    padding-left: 0.5em;
  }
  .body-section p {
    text-align: justify;
  }

}
