@charset "UTF-8";

/* =========================
   Separator
========================= */
section {
  position: relative;
}

.separator-b {
  width: 100%;
  height: auto;
  fill: #FFF;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3;
}
.separator-t {
  width: 100%;
  height: auto;
  fill: #FFF;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 3;
}

.spacer {
  padding-top: 7.5vw;
}
.separator-t + .spacer {
  padding-top: 5vw;
}

/* =========================
   Title
========================= */
.headline {
  text-align: center;
}
.headline .en_ttl {
  font-size: 1.125rem;
  color: var(--color1);
  margin-bottom: .5em;
}
.headline .ttl {
  font-size: 1.25rem;
  letter-spacing: .08em;
}
@media (min-width: 768px) {
  .headline .en_ttl {
    font-size: 1.188rem;
  }
  .headline .ttl {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .headline .en_ttl {
    font-size: 1.25rem;
  }
  .headline .ttl {
    font-size: 1.875rem;
  }
}

.dashed {
  display: inline-block;
  position: relative;
}
.dashed::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: url(img/dashed.svg) repeat-x center center / auto 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#page-connectforce strong {
  color: var(--color1);
  font-size: 120%;
}

#page-connectforce .en_ttl {
  display: block;
  font-family: 'poppins', sans-serif;
  font-weight: 500 !important;
}
#page-connectforce b.en_ttl,
#page-connectforce .en_ttl.bold {
  font-weight: 700 !important;
}

#page-connectforce .ttl {
  line-height: 1.65;
}

/* =========================
   .btn
========================= */
#page-connectforce .btn {
  font-size: 1rem;
  border-radius: 3em;
}
#page-connectforce .btn:not(.btn-ww) {
  background: linear-gradient(90deg, #FF0045 0%, #C40027 100%);
  border: 0;
}
@media (min-width: 768px) {
  #page-connectforce .btn {
      width: 25rem;
  }
}

/* =========================
   .acc
========================= */
.acc_btn {
  background: url(img/arrow-down.svg) no-repeat right center / 1em;
  cursor: pointer;
  transition: background .2s;
}
.acc.on .acc_btn {
  background: url(img/arrow-up.svg) no-repeat right center / 1em;
}
/* =========================
   .card
========================= */
#page-connectforce .card {
  padding: 20px;
}
#page-connectforce .card .card_header {
  margin-bottom: 1.25em;
}
#page-connectforce .card figure img {
  border-radius: .625em;
}
#page-connectforce .card .card_body > * {
  margin-bottom: 1.25em;
}

#page-connectforce .card .card_body .card_meta {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-top: 1.5em;
}
#page-connectforce .card .card_body .card_meta .type {
  color: var(--color1);
  border: 2px solid currentColor;
  border-radius: 3em;
  padding: 0.25em 1.5em;
  margin-right: 1em;
}
#page-connectforce .card .card_body .ttl {
  letter-spacing: .02em;
}

/* =========================
   .checklist
========================= */
ul.checklist {
  list-style: none;
  margin-top: 1.25em;
}
ul.checklist li {
  margin-bottom: .75em;
  padding-left: 2.25em;
  line-height: 1.75;
  background: url(img/checkbox.svg) no-repeat left center / 1.5em auto;
}

/* =========================
   #mv
========================= */
#mv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#mv .bg-img {
  width: 100%;
  height: 76.5vw;
  margin-bottom: -10vw;
  background: url(img/mv.jpg) no-repeat 70% center / cover;
  position: relative;
}
#mv .bg-img::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #5d8fbf;
  background: linear-gradient(180deg, rgba(93,143,191,0.45) 0%, transparent 95%);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
#mv .mv__inner {
  text-align: center;
  position: relative;
  z-index: 10;
}
#mv .mv__inner > div {
  margin-bottom: .75rem;
  line-height: 1.5;
}
#mv .mv__inner .en_ttl {
  letter-spacing: 0;
  font-size: 2.25rem;
  margin-top: .75rem;
  margin-bottom: .25rem;
}
#mv .mv__inner .ttl {

}
#mv .mv__inner .btn {
  margin-top: 1rem;
}
#mv .mv__inner .btn::before {
  content: '';
  display: block;
  width: 1.25em;
  height: 1.25em;
  background: url(img/arrow-r_w.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  transition: .1s;
}
#mv .mv__inner .btn:hover::before {
  right: 7%;
}


@media (min-width: 576px) {
  #mv .bg-img {
    max-height: 440px;
    margin-bottom: -58px;
  }
  #mv .mv__inner .en_ttl {
    font-size: 2.75rem;
  }
}
@media (min-width: 768px) {
  #mv .mv__inner .en_ttl {
    font-size: 3.5rem;
  }
}
@media (max-width:991px){
  #mv .mv__inner .dashed {
    line-height: 1.35;
    margin: .5em 0 .75em;
  }
  #mv .mv__inner .dashed::before {
    bottom: -5px;
  }
  #mv .mv__inner .h6 {
    font-size: 1em;
  }
}
@media (min-width:992px){
  #mv .bg-img {
    height: 100%;
    max-height: inherit;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mv .bg-img::before {
    height: 45%;
  }
  #mv .mv__inner {
    text-align: left;
    margin-top: 115px;
    height: calc(100vh - 115px);
    min-height: 36em;
    padding: 0 20px 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #mv .mv__inner .h6 {
    line-height: 1.75;
    margin-top: .5em;
  }
}

/* =========================
   #tocNav
========================= */
#tocNav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 990;
}
#tocNav nav {
  display: flex;
  flex-wrap: wrap;
  padding: 1.25em 1.5em;
  margin-top: 1.5em;
  border-radius: .625em .625em 0 0;
  background: #FFF;
  box-shadow: 0px 2px 15px -5px rgba(0,0,0,0.3);
}
#tocNav nav .acc_btn {
  display: block;
  width: 100%;
  color: var(--color1);
  font-size: 1rem;
}
#tocNav nav .acc_body {
  padding-top: .5em;
}
#tocNav nav ul li {
  flex: 0 0 50%;
}
#tocNav nav ul li a {
  font-weight: 700;
  padding: .5em 0 .5em 1.25em;
  position: relative;
}
#tocNav nav ul li a::before {
  content: '●';
  color: var(--color1);
  font-size: .75em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width:576px){
  #tocNav nav {
    padding: 1.35em 5%;
  }
  #tocNav nav ul li {
    flex: 0 0 calc(100%/3);
  }
}
@media (min-width:992px){
  #tocNav nav {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 1.35em 4%;
    margin-top: 0;
  }
  #tocNav nav .acc_btn {
    display: block;
    width: auto;
    background: none;
    cursor: default;
    pointer-events: none;
  }
  #tocNav nav .acc_body {
    padding-top: 0;
  }
  #tocNav nav ul {
    display: flex !important;
    flex-wrap: nowrap;
  }
  #tocNav nav ul li {
    flex: 0 0 auto;
    padding-left: 1.75em;
  }
}

/* =========================
   #example
========================= */
#example .card_body .ttl {
  color: var(--color1);
}

/* =========================
   #solution
========================= */
#solution {
  background: #EFF1F3;
}
#solution .over-left .fit-img {
  border-radius: 0 1.25em 1.25em 0;
}
#solution .over-right .fit-img {
  border-radius: 1.25em 0 0 1.25em;
}

@media (min-width:768px){
  #solution .row .fit-img {
    min-height: 20em;
  }
}

/* =========================
   #use
========================= */
#use .card_body .en_ttl {
  color: var(--color1);
  text-transform: uppercase;
  line-height: 1.35;
  margin-bottom: 0;
}

/* =========================
   #comparison
========================= */
#comparison .scroll-wrapper {
  margin-bottom: 1em;
  padding-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
}
#comparison table {
  white-space: nowrap;
  min-width: 100%;
}
#comparison table th,
#comparison table td {
  border: 3px solid #FFF;
  padding: .75em 1.25em;
}
#comparison table thead th,
#comparison table thead td {
  background: #D3D8DD;
	vertical-align: middle;
}
#comparison table tbody th,
#comparison table tbody td {
  background: #EFF1F3;
}
#comparison table tbody td {
  position: relative;
	text-align: center;
}
#comparison table tbody td:nth-last-child(-n+3) {
  text-align: center;
  font-weight: 700;
}
#comparison table tbody td svg {
  width: 1.5em;
  height: 1.25em;
  fill: currentColor;
  vertical-align: middle;
  margin-bottom: 2%;
}
/*
#comparison table tr th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
#comparison table tr th:first-child::before {
  content: '';
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 3px solid #FFF;
  position: absolute;
  top: -3px;
  left: -3px;
  pointer-events: none;
}
*/

/* ConnectForce */

#comparison table th:nth-last-child(3) {
  background: var(--color1);
  color: #FFF;
}
#comparison table tbody td:nth-last-child(3) {
  color: var(--color1);
}
#comparison table tbody td:nth-last-child(3)::before {
  content: '';
  width: 100%;
  height: calc(100% + 3px);
  border-right: 3px solid var(--color1);
  border-left: 3px solid var(--color1);
  position: absolute;
  top: -3px;
  right: 0;
  pointer-events: none;
}
#comparison table tbody td:nth-last-child(3)::before {
  left: 0;
}
#comparison table tr:last-child td:nth-last-child(3)::after {
  content: '';
  width: 100%;
  height: 3px;
  background: var(--color1);
  position: absolute;
  left: 0;
  bottom: -3px;
}

.box_wrapper {
  position: relative;
  padding-bottom: 8em;
}
.box_content {
  height: 30em;
  overflow: hidden;
}
.show_more {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.show_more::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 16em;
  text-align: center;
  background: linear-gradient( 180deg,rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 50%);
  pointer-events: none;
  transition: opacity .2s;
}
.show_more.on::before {
  opacity: 0;
}

@media (max-width:991px){
  #comparison .box_wrapper::before {
    content: '';
    display: block;
    width: 6.3125rem;
    height: 1rem;
    margin: 0 auto;
    position: absolute;
    bottom: 6.25em;
    right: 0;
    left: 0;
    z-index: 20;
    background: url(img/swipe.svg) no-repeat center center / contain;
    pointer-events: none;
    transition: opacity .2s;
  }
}

/* =========================
   #customize
========================= */
#customize {
  background: #EFF1F3;
}
#customize .card {
  background: transparent;
}
#customize li .thumbnail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
  border-radius: .625em;
  background: #FFF;
  box-shadow: 0px 2px 15px -5px rgba(0,0,0,0.3);
}
#customize li .thumbnail img {
  width: 100%;
}
#customize ol {
  counter-reset: number 0;
}
#customize ol li .card_body .ttl {
  display: flex;
  align-items: center;
  min-height: 2.8em;
  padding-left: 3.5em;
  margin-bottom: 0;
  position: relative;
}
#customize ol li .card_body .ttl::before {
  counter-increment: number 1;
  content: counter(number);
  display: block;
  width: 2.8em;
  height: 2.8em;
  border-radius: 100%;
  text-align: center;
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  line-height: 2.8;
  background: var(--color1);
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.4em;
}

/* =========================
   #flow
========================= */
#flow ol {
  list-style-type: none;
  padding-left: 2.5em;
  position: relative;
}
#flow li {
  padding: 1.25em 1.5em;
  margin-top: 1.5em;
  border-radius: .625em;
  background: #FFF;
  box-shadow: 0px 2px 15px -5px rgba(0,0,0,0.3);
  position: relative;
}
#flow ol li::before {
  content: '';
  display: block;
  width: 1px;
  background: var(--color1);
  position: absolute;
  top: 0;
  bottom: -1.5em;
  left: -2em;
  transform: translateX(-50%);
}
#flow ol li:first-child::before {
  top: 50%;
}
#flow ol li:last-child::before {
  bottom: 50%;
}
#flow ol li::after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: var(--color1);
  position: absolute;
  top: 50%;
  left: -2em;
  transform: translate(-50%,-50%);
}
#flow li .ttl {
  color: var(--color1);
  position: static;
}
#flow li .numBox {
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  color: var(--color1);
  line-height: 1.35;
  padding-right: .5em;
}
#flow li .num {
  font-size: 1.75em;
  margin: 0 .125em;
}
@media (max-width:767px){
  #flow li .ttl {
    font-size: 1rem;
  }
}
@media (min-width:576px){
  #flow li {
    padding: 1.35em 5%;
  }
}
@media (min-width:992px){
  #flow li {
    padding-left: 15%;
  }
  #flow li .ttl {
    color: var(--color1);
  }
  #flow li .numBox {
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}

/* =========================
   #faq
========================= */
#faq {
  background: #EFF1F3;
}
#faq ul {
  list-style-type: none;
}
#faq li {
  padding: 1.25em 1.5em;
  margin-top: 1.5em;
  border-radius: .625em;
  background: #FFF;
  box-shadow: 0px 2px 15px -5px rgba(0,0,0,0.3);
}
#faq li .q {
  display: block;
  line-height: 1.75;
  padding: 0 2em 0 3em;
  position: relative;
}
#faq li .num {
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  font-size: 1.333em;
  color: var(--color1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#faq li .a {
  border-top: 1px solid #D3D8DD;
  padding: 1.25em 0 .25em;
  margin-top: 1em;
}
@media (max-width:767px){
  #faq li .q {
    font-size: .875rem;
  }
}
@media (min-width:576px){
  #faq li {
    padding: 1.35em 5%;
  }
}
@media (min-width:992px){
  #faq li .q {
    line-height: 2;
  }
}


#faq .separator-b {
  fill: #FF0045;
}

/* =========================
   #cv
========================= */
#cv {
  background: linear-gradient(180deg, #FF0045 0%, #C40027 100%);
  color: #FFF;
  text-align: center;
}
#cv .en_ttl {
  font-size: 2.25rem;
  letter-spacing: 0;
  margin-bottom: .125em;
}
#cv .btn {
  margin: 1em 0;
}
#cv .btn::before {
  content: '';
  display: block;
  width: 1.25em;
  height: 1.25em;
  background: url(img/arrow-r.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  transition: .1s;
}
#cv .btn:hover::before {
  right: 7%;
}

@media (min-width:576px){
  #cv .en_ttl {
    font-size: 2.75rem;
  }
}
@media (min-width:768px){
  #cv .en_ttl {
    font-size: 3.75rem;
    letter-spacing: 0;
  }
}














