/* ==================================================
  base
================================================== */

.visid img {
  height: auto;
}
.visid h1, .visid .h1,
.visid h2, .visid .h2,
.visid h3, .visid .h3,
.visid h4, .visid .h4,
.visid h5, .visid .h5,
.visid h6, .visid .h6 {
  font-weight: normal;
}



/* ----------------------------------------
  breadcrumbs, title
---------------------------------------- */

.page_title_area_aem {
  display: none;
}

@media screen and (max-width: 1023px) {
  .breadcrumbs.for_mobile {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .breadcrumbs.for_pc {
    display: none;
  }
}



/* ----------------------------------------
  page_top
---------------------------------------- */

@media screen and (min-width: 1024px) {
  .page_top {
    padding: 0;
    border-top: none;
  }
  .page_top_text {
    display: none;
  }
}





/* ==================================================
  button
================================================== */

.visid .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 5px 15px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
}
.visid .button.primary {
  border-color: #000;
}
.visid .button.primary:hover {
  background: #182230;
  border-color: #182230;
}
.visid .button.critical {
  background: #024AD8;
  border-color: #4759F5;
}
.visid .button.critical:hover {
  background: #3f4dd3;
  border-color: #3f4dd3;
}





/* ==================================================
  local_navi
================================================== */

.local_navi_cta {
  display: flex;
  gap: 10px;
}
.local_navi_cta .button {
  white-space: nowrap;
}

@media screen and (max-width: 1023px) {
  .local_navi_trigger_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 62px;
    padding: 8px 16px;
    background: #fff;
  }
  .local_navi_trigger {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .local_navi_trigger::before,
  .local_navi_trigger::after {
    content: none !important;
  }
  .local_navi_trigger h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 20px;
    line-height: 1.1;
  }
  .local_navi_trigger h2::after {
    content: "";
    flex-shrink: 0;
    width: 12px;
    height: 6px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6"><path d="m455.465 769.707-1.847-.974 3.478-5.054-3.475-4.989 1.841-.983 4.156 5.966z" transform="rotate(90 611.663 158.045)"></path></svg>') no-repeat;
  }
  .local_navi_trigger.local_navi_open h2::after {
    transform: rotate(180deg);
  }
  .local_navi_menu > h2 {
    display: none;
  }
  .local_navi_menu_level1 > li {
    background: #fff;
    border-color: #e8e8e8;
  }
  .local_navi_menu_level1 > li a {
    color: #000;
  }
  .local_navi_menu_level1 > li > a:not(:only-child) {
    border-color: #e8e8e8;
  }
  .local_navi_menu .local_navi_cta {
    display: none;
  }
}

@media (max-width: 479px) {
  .local_navi_trigger_wrap {
    flex-direction: column;
  }
  .local_navi_cta {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .local_navi_trigger h2 {
    font-size: 16px;
  }
  .local_navi_cta .button {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .local_navi {
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
    padding: 0 20px;
    background: #fff;
  }
  .local_navi_trigger_wrap {
    display: none;
  }
  .local_navi .local_navi_menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    max-width: 1220px;
    margin: 0 auto;
  }
  .local_navi_menu a {
    color: #000;
  }
  .local_navi_menu > h2,
  .local_navi_menu > h2 a {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    margin: 0;
  }
  .local_navi_menu > h2 a:hover {
    text-decoration: underline;
  }
  .local_navi_menu_level1 {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-left: auto;
  }
  .local_navi_menu_level1 > li {
    display: flex;
    align-items: center;
    margin-right: 0;
    text-align: center;
  }
  .local_navi_menu_level1 > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    color: #000;
    line-height: 1.4;
  }
  .local_navi_menu_level1 > li > a::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .2s;
    opacity: 0;
    width: 100%;
    height: 4px;
    background: #165dba;
  }
  .local_navi_menu_level1 > li.current > a::after,
  .local_navi_menu_level1 > li > a:hover::after {
    opacity: 1;
  }
}





/* ==================================================
  hero
================================================== */

/* ----------------------------------------
  .container-lg
---------------------------------------- */

.home-hero .container-lg {
  max-width: 1310px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 1024px) {
  .home-hero .container-lg {
    padding-top: 155px;
    padding-bottom: 210px;
  }
}

@media (min-width: 1280px) {
  .home-hero .container-lg {
    padding-left: 40px;
    padding-right: 40px;
  }
}



/* ----------------------------------------
  home-hero
---------------------------------------- */

@media (min-width: 1024px) {
  .home-hero {
    min-height: 804px;
    padding: 0;
  }
}





/* ==================================================
  full-width-banner
================================================== */

.full-width-banner {
  overflow: hidden;
  position: relative;
  padding: 56px 0;
  color: #fff;
  background: #0b0d1a;
}
.full-width-banner .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.full-width-banner .bg img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.full-width-banner .container-lg {
  position: relative;
  z-index: 1;
}
.full-width-banner .inner-wrap {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
.full-width-banner .col-txt {
  flex: 0 0 45%;
  max-width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.full-width-banner h2 {
  color: #fff;
  font-size: 50px;
  line-height: 1.105;
  font-weight: 500;
  margin-bottom: 25px;
}
.full-width-banner p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.full-width-banner .button-group {
  padding-top: 8px;
}
.full-width-banner .col-img {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1365px) {
  .full-width-banner h2 {
    font-size: 48px;
  }
}

@media (max-width: 899px) {
  .full-width-banner {
    padding: 56px 0 0;
  }
  .full-width-banner .inner-wrap {
    flex-direction: column-reverse;
    gap: 0;
    min-height: 0;
  }
  .full-width-banner .col-txt {
    flex: none;
    max-width: 100%;
    padding: 56px 0;
  }
  .full-width-banner h2 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 28px;
  }
  .full-width-banner p {
    font-size: 18px;
    line-height: 1.444;
  }
  .full-width-banner .button-group {
    padding-top: 0;
  }
  .full-width-banner .col-img {
    flex: none;
    margin: 0 -20px;
  }
}





/* ==================================================
  collaboration
================================================== */

.collaboration.v2 {
  color: #212121;
  padding: 74px 0;
  background: #fff;
}
.collaboration h2 {
  margin-bottom: 24px;
  color: #212121;
  font-size: 50px;
  line-height: 1.12;
  text-align: center;
}
.collaboration h2 span {
  color: #7099A6;
}
.logos-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 1365px) {
  .collaboration h2 {
    font-size: 48px;
    line-height: 1.167;
  }
}

@media (max-width: 1023px) {
  .collaboration h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .collaboration.v2 {
    padding: 74px 0 0;
  }
  .collaboration h2 {
    font-size: 36px;
    line-height: 1.222;
    margin-bottom: 68px;
  }
  .logos-button {
    margin-top: 28px;
    margin-bottom: 24px;
  }
}



/* ----------------------------------------
  logos
---------------------------------------- */

.partner-list .logos {
  overflow: hidden;
  display: flex;
  gap: 32px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.partner-list .logos li {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: scroll-loop 20s linear infinite;
  width: 162px;
  height: 120px;
}
.partner-list .logos li img {
  display: block;
}

@keyframes scroll-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    /* 前半6個分が左に消えたら一瞬で0に戻す（12個中6個 = 50%分） */
    transform: translateX(-600%);
  }
}

@media (min-width: 768px) {
  .partner-list .logos {
    gap: 106px;
  }
  .partner-list .logos li {
    height: 162px;
  }
}

@media (min-width: 1024px) {
  .partner-list .logos li {
    width: 199px;
    height: 199px;
  }
}





/* ==================================================
  plan
================================================== */

.plan {
  padding: 40px 20px;
}

@media (min-width: 1280px) {
  .plan {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}



/* ----------------------------------------
  plan_list
---------------------------------------- */

.plan_list {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}
.plan_list > li {
  overflow: hidden;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  border: 1px solid #4759f5;
  border-radius: 10px;
}
.plan_list_header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #eceefe;
}
.plan_list_header img {
  flex-shrink: 0;
  width: 70px;
}
.plan_list_header > div {
  flex-grow: 1;
}
.plan_list_header h3 {
  margin-bottom: 0;
}
.plan_list_header p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.2;
}
.plan_list_function {
  padding: 20px;
  border-top: 1px solid #4759f5;
}
.plan_list_function .check > li {
  position: relative;
  padding-left: 20px;
}
.plan_list_function .check > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 7px;
  border-left: 3px solid #4759f5;
  border-bottom: 3px solid #4759f5;
  transform: rotate(-45deg);
}
.plan_list_function .check > li + li {
  margin-top: 4px;
}
.plan_list_price {
  padding: 20px 15px;
  border-top: 1px solid #4759f5;
}
.plan_price_table {
  width: 100%;
  line-height: 1.2;
}
.plan_price_table th {
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: normal;
}
.plan_price_table th:last-child {
  white-space: nowrap;
}
.plan_price_table td {
  padding: 8px 5px;
  font-size: 13px;
}
.plan_price_table tbody tr {
  border-top: 1px solid #000;
}
.plan_price_table td:first-child {
  padding-left: 0;
}
.plan_price_table td:last-child {
  padding-right: 0;
  text-align: right;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .plan_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .plan_list {
    grid-template-columns: repeat(3, 1fr);
  }
}





/* ==================================================
  service_spec
================================================== */

.service_spec {
  padding: 40px 20px;
  background: #f4f4f4;
}

@media (min-width: 1280px) {
  .service_spec {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}



/* ----------------------------------------
  service_spec_list
---------------------------------------- */

.service_spec_list {
  display: grid;
  gap: 16px;
}
.service_spec_list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 32px;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
}
.service_spec_list_title img {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .service_spec_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .service_spec_list {
    grid-template-columns: repeat(3, 1fr);
  }
}





/* ==================================================
  knowledge_base
================================================== */

.knowledge_base {
  padding: 40px 20px;
  background: #EAECF0;
}
.knowledge_base_content {
  display: grid;
  row-gap: 60px;
}
.knowledge_base_content > :last-child {
  position: relative;
}
.knowledge_base_content > :last-child::after {
  content: "";
  position: absolute;
  background: #000;
}
.knowledge_base_content .list_basic a:link,
.knowledge_base_content .list_basic a:visited {
  color: #000;
  text-decoration: underline;
}
.knowledge_base_content .list_basic a:hover {
  text-decoration: none;
}

@media (max-width: 1023px) {
  .knowledge_base_content > :last-child::after {
    top: -30px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

@media (min-width: 1024px) {
  .knowledge_base_content {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
  }
  .knowledge_base_content > :last-child::after {
    top: 0;
    left: -40px;
    width: 1px;
    height: 100%;
  }
}

@media (min-width: 1280px) {
  .knowledge_base {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}





/* ==================================================
  余白の調整
================================================== */

#assignment,
#opinion,
#environment,
#dex,
#solution,
#optimization {
  padding: 40px 20px;
  margin: 0;
}
#opinion {
  margin-top: 0;
  margin-bottom: 0;
}
#opinion .container-lg {
  padding: 0;
}

@media (min-width: 1280px) {
  #assignment,
  #opinion,
  #environment,
  #dex,
  #solution,
  #optimization {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  #assignment {
    margin-top: 0;
    margin-bottom: 0;
  }
}
