@charset "UTF-8";
/* 2024-02-15added */
/* 基本設定 */
/* フォントサイズ基本の設定　基本10pxになるように */
html {
  font-size: 3.125vw; /* 10px見当 */
}
@media screen and (min-width: 374px) {
  html {
    font-size: 2.673796791vw;
    /*  10px / 374px * 100 =2.673796791  */
  }
}
@media screen and (min-width: 576px) {
  html {
    font-size: 1.736111111vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 1.008064516vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
    /* PC表示ではtel反応しないようにする */
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}
.container {
  font-size: 1.2em; /* =12px */
  width: 100%;
  min-width: 1%;
  margin: 0 auto;
  padding: 0;
}
.container {
  line-height: 1.8;
  min-width: 1%;
  max-width: none;
  max-height: 100%;
  position: relative;
  z-index: 1;
}
.container-inner {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
}
header,
main,
footer {
  width: 100%;
  min-width: 1%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.footer {
  margin-top: auto;
}
.header-inner,
.article-inner,
.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1em;
}
.footer-inner {
  padding: 1em;
}
@media screen and (min-width: 374px) {
  .container {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 576px) {
  .container {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 768px) {
  .container {
    font-size: 1.5em;
  }
  .main-inner,
  .article-inner,
  .footer-inner {
    padding: 0 2.5em;
  }
}
@media screen and (min-width: 992px) {
  .container {
    font-size: 1.6em;
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: none;
    /* PC表示ではtel反応しないようにする */
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  border: none;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.33;
  margin: 0;
  padding: 0;

  margin-block-start: 0;
  margin-block-end: 0;
}

.localNavi > div > ul li,
.localNavi > ul li,
.widget .localNavi > div > ul li,
.widget .localNavi > ul li,
.widget_archive > div > ul li,
.widget_archive > ul li,
.widget_categories > div > ul li,
.widget_categories > ul li,
.widget_link_list > div > ul li,
.widget_link_list > ul li,
.widget_nav_menu > div > ul li,
.widget_nav_menu > ul li,
.widget_pages > div > ul li,
.widget_pages > ul li,
.widget_postlist > div > ul li,
.widget_postlist > ul li {
  font-size: unset;
}
/* フッター表示消す */
.site-footer-copyright p:nth-child(2) {
  display: none;
}
body .is-layout-flex {
  gap: 3em;
}
body .article {
  margin-bottom: 8em;
}
.article-heading {
  margin-bottom: 3em;
  padding: 1em 0;
}
.article-heading span {
  font-size: 1.375em;
}
.wp-block-heading.heading-no-underline,
.wp-block-heading.heading-no-underline::after {
  border-bottom: none;
}
nav li {
  position: relative;
}
nav li::before {
  position: absolute;
}
ul.style-none,
ol.style-none,
ul.cell,
ol.cell,
ul.check-list,
ul.contact,
ul.field,
ul.symbol-list,
ol.symbol-list,
ul.item,
ul.menu,
ul.nav,
ul.submenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.style-none > li,
ol.style-none > li,
ul.cell > li,
ol.cell > li,
ul.check-list > li,
ul.contact > li,
ul.field > li,
ul.symbol-list > li,
ol.symbol-list > li,
ul.item > li,
ul.menu > li,
ul.nav > li,
ul.submenu > li {
  margin: 0;
  padding: 0;
}
ul > li > p,
ol > li > p {
  margin: 0;
}
ul {
  margin: 0;
}
ol {
  padding-inline-start: 0;
}
.list {
  margin: 2em 0;
  padding: 0;
}
.list > li {
}
@media screen and (min-width: 768px) {
  main .main-section .article:last-of-type {
    margin-bottom: 10em;
  }
}
/*  */
.site-footer-title,
.sub-section-title,
h3:where(:not(.wp-block-post-title)) {
  border-bottom: unset;
}
.site-footer-title:after,
h3:where(:not(.wp-block-post-title)):after {
  content: unset;
}

/* header */
.site-header {
  box-shadow: 0 5px 5px rgb(255 255 255 / 17%);
  min-height: 2em;
  z-index: 1001;
}
.article-heading {
  border-top: 2px solid var(--vk-color-primary);
  border-bottom: 1px solid var(--vk-color-border-hr);
}
body:not(.home) .article-heading {
  border-top: none;
}
.site-header-logo {
  margin-bottom: .5em;
  padding-top: .5em;
}
.global-nav-list > li:before {
  border-bottom: 3px var(--vk-color-primary) solid;
}
.admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in,
.admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in,
.admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
  padding-top: 8em;
}
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in,
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in,
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
  padding-top: 5em;
  top: 0;
}
.global-nav-list > li:not(.current-menu-item):hover:before {
  border-bottom: 3px solid rgb(51 122 183 / 54%);
}
@media screen and (max-width: 782px) {
  .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in,
  .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in,
  .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
    top: 0;
  }
}
/* hamberger menu */
.vk-mobile-nav-menu-btn {
  top: 2.5em;
}
.admin-bar .vk-mobile-nav-menu-btn {
  top: 4.5em;
}
.alert-info {
  display: none;
}
.vk-mobile-nav-menu-btn {
  background: unset;
  border: none;
  display: block;
  width: 2.4em;
  height: 2em;
  right: 1em;
  left: auto;
  overflow: visible;
}
.vk-mobile-nav-menu-btn::before,
.vk-mobile-nav-menu-btn::after {
  background-color: #4f4f4f;
  content: "";
  width: 100%;
  height: 2.5px;
  position: absolute;
  right: 0;
  transition: transform var(--duration) ease, opacity var(--duration) ease, display var(--duration) ease, background-color var(--duration) ease;
}
.vk-mobile-nav-menu-btn::before {
  width: 100%;
  top: .6em;
}
.vk-mobile-nav-menu-btn::after {
  width: 1.8em;
  top: 1.2em;
}
.vk-mobile-nav-menu-btn.menu-open {
  background: unset;
  border: unset;
}
.vk-mobile-nav-menu-btn.menu-open::before,
.vk-mobile-nav-menu-btn.menu-open::after {
  background-color: #fff;
  top: 1em;
  transition: transform var(--duration) ease, background-color var(--duration) ease;
}
.vk-mobile-nav-menu-btn.menu-open::before {
  transform: rotate(-45deg);
}
.vk-mobile-nav-menu-btn.menu-open::after {
  width: 100%;
  transform: rotate(45deg);
}
.vk-mobile-nav {
  background-color: rgb(51 ,122 ,183, .95);
  padding: 3em 1em;
  z-index: 1000;
}
.vk-mobile-nav .vk-mobile-nav-menu-outer {
  position: absolute;
  left: -2000px;
}
.vk-mobile-nav.vk-mobile-nav-open .vk-mobile-nav-menu-outer {
  position: relative;
  left: 0;
  transition: left .66s ease-in-out;
}
.vk-mobile-nav .menu-item {
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
}
.vk-mobile-nav nav ul li a {
  border: none;
  color: #fff;
}

.site-first-view img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 0 11%;
}
.site-body {
  margin-bottom: 4em;
  padding: 0;
}

/* .swiper部分 */
.lightning_swiper {
  display: none !important;
}
/* TOP画像 */
.first-view {
  margin: 0 calc(50% - 50vw) 4em;
}
.first-view .box-inner {
  background-image: url(https://www.nexta-au.jp/wp-content/uploads/2024/02/top-img.jpg);
  background-position: -1em 67%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  max-height: 40em;

  aspect-ratio: 4 / 3;
}
@media screen and (min-width: 992px) {
  .first-view .box-inner {
    background-position: 0 67%;
  }
}

/* .article-philosophy */
.wp-block-media-text {
  display: block;
  margin: 0 0 4em ;

  grid-template-columns: 100%;
}
.wp-block-media-text .heading {
  border-bottom: 1px solid var(--vk-color-border);
  margin-bottom: 2em;
  padding-bottom: .5em;
}
.wp-block-media-text .heading span {
  font-size: 1.25em;
}
.wp-block-media-text .text-box .heading {
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 1em;
  padding: 0;
}
.wp-block-media-text .text-box .heading > span {
  font-size: 1.125em;
}
.wp-block-media-text .wp-block-media-text__content {
  margin: 0 0 auto;
  padding: 0 1em;
}
.wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 2em;
}
.article-philosophy .list-inner img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.article-philosophy .list-inner:nth-of-type(2) img {
  object-position: 0 17%;
}

@media screen and (min-width: 768px) {
  body .article {
    margin-bottom: 5em;
  }
  .article-heading span {
    font-size: 1.75em;
  }
  /* hamberger menu */
  .wp-block-media-text {
    display: grid;

    grid-template-columns: 50% 1fr;
  }
  .wp-block-media-text:nth-of-type(2n+2) {
    grid-template-columns: 1fr 50%;
  }
  .wp-block-media-text:nth-of-type(2n+2) .wp-block-media-text__content {
    grid-column: 1;
  }
  .wp-block-media-text:nth-of-type(2n+2) .wp-block-media-text__media {
    grid-column: 2;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 1em;
  }
}
@media screen and (min-width: 992px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 2em;
  }
}

/* .article-strategic */
body .is-layout-flow > .aligncenter {
  margin-bottom: 2em;
}
.article-strategic .img-box img {
  border-radius: .3em;

  aspect-ratio: 16/9;
  object-fit: cover;
}
.article-strategic .img-box,
.article-strategic .text-box .heading {
  margin-bottom: 1em;
}
.article-strategic .group-inner .item-box {
  width: 100%;
  margin-bottom: 4em;
}
.article-strategic .heading span {
  font-size: 1.125em;
}
@media screen and (min-width: 768px) {
  .article-strategic .group-inner {
    display: flex;

    gap: 3em;
  }
  .article-strategic .group-inner .item-box {
    margin-bottom: 0;
  }
}

/* .article-news */
.article-news h3 {
  margin-bottom: 1em;
}
.article-news h3::after {
  content: none;
}
.article-news a {
  text-decoration: none;
}
.article-news a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;

  text-underline-offset: 2px;
}
.article-news .heading-inner {
  color: var(--vk-color-primary);
  font-size: 1.125em;
  font-weight: 700;
}
.article-news li.list-inner {
  padding: 2em 0;
}
.article-news time {
  display: inline-block;
  margin-bottom: .5em;
}
@media screen and (min-width: px) {
}

/* footer */
.site-footer-title {
  font-size: .76em;
}
.site-footer-copyright p {
  font-size: .85em;
}

.footer {
  background-color: #4f4f4f;
  color: #fff;
}
.site-footer {
  border-top: none;
  font-size: 1em;
}
.footer a {
  color: #fff;
}
.site-footer-content {
  padding-top: 0;
}
.footer .col-lg-4 {
  flex: none;
  width: 100%;
  max-width: none;
}
.footer .widget {
  max-width: none;
  margin: 0 auto;
}
.footer .widget .menu {
  display: flex;
  justify-content: center;
}
.footer .widget .menu li {
  font-size: .95em;
}
.footer .widget .menu li a {
  border-bottom: none;
  padding: .5em 1em;
  transition: opacity var(--duration) ease;
}
.footer .widget .menu li a:hover {
  background-color: transparent;
  opacity: .5;
  transition: opacity var(--duration) ease;
}
.footer .widget li.current_page_item a {
  background-color: unset;
}
.page_top_btn {
  background-color: var(--vk-color-primary);
  box-shadow: 0 5px 10px rgba(0,0,0,.08);
  width: 2.5em;
  height: 2.5em;
  z-index: 999;
  transition: bottom var(--duration) ease;
}
.page_top_btn:hover {
  bottom: 3.5%;
  transition: bottom var(--duration) ease;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    padding: 2em 2.5em;
  }
}
@media screen and (min-width: 992px) {
  .footer .widget .menu li {
    font-size: 1em;
  }
}
/* 固定ページ共通 */
.post-type-page .article-heading {
  font-size: 1.25em;
  position: relative;
}
.post-type-page:not(.home) .article-heading::before,
.article-philosophy .wp-block-media-text__content > .heading::before {
  border-bottom: 1px solid var(--vk-color-primary);
  content: ".";
  line-height: 0;
  display: block;
  width: 30%;
  position: absolute;
  bottom: -1px;
  overflow: hidden;
}
/* --------
/company/
body.post-name-company
---------*/
.breadcrumb > .container {
  font-size: 1.2em;
  max-width: 1140px;
  margin: 0 auto;
  padding: .5em 1.5em;
}

.breadcrumb-list li:after {
  content: ">";
}
.post-name-company .wp-block-table {
  font-size: 1em;
}
.breadcrumb a,
.breadcrumb a:hover {
  transition: color var(--duration) ease,
  text-decoration var(--duration) ease;
}

/* ---------
投稿ページ
----------*/
main .page-header-title {
  font-size: 1.2em;
}
.entry-meta-item-author,
.entry-meta-item-updated {
  display: none;
}
.single .main-section > article,
.sub-section {
  margin: 2em 0 6em;
}
.single .main-section .entry-header,
.single .main-section .entry-body,
.single .main-section .entry-footer {
  margin-bottom: 2em;
}
.single .entry-header .entry-title {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.entry-meta {
  font-size: 1em;
}
.entry-meta .published {
  font-size: .9em;
}
.entry-meta-data-list dt {
  display: none;
}
.entry-meta-data-list dd {
  font-size: .85em;
}
.entry-meta-data-list dd a,
.sub-section .postList_meta_items > a {
  background-color: var(--vk-color-primary);
  border-radius: .3em;
  color: #fff;
  margin: 0;
  padding: .2em .5em;
}
.widget {
  margin-bottom: 2em;
}
.vk_posts.next-prev {
  gap: 1em;
}
.vk_post {
  margin: 0 1em;
}
.card-intext .vk_post_body,
.card-intext.vk_post-btn-display .vk_post_body {
  padding: .8em 1em ;
}
.next-prev .vk_post_imgOuter_singleTermLabel,
.next-prev-prev .vk_post_imgOuter_singleTermLabel {
  font-size: .8em;
  padding: .4em .8em;
}
.next-prev .vk_post_imgOuter_singleTermLabel {
  background-color: #4ba3bf;
  border-radius: 0 0 0 .3em;
}
.next-prev-prev .vk_post_imgOuter_singleTermLabel {
  border-radius: 0 0 .5em 0;
}
.media.vk_post:first-child {
  border-top: none;
}
.widget_link_list > ul li,
.widget_link_list > ul li a {
  font-size: .875em;
}
.widget_link_list > ul li a {
  padding: .5em 0 .5em 1em;
  transition: color var(--duration) ease, background-color var(--duration) ease;
}
.widget_link_list > ul li a:hover {
  transition: color var(--duration) ease, background-color var(--duration) ease;
}
.vk_post .vk_post_date {
  font-size: .9em;
}
@media screen and (min-width: 768px) {
  .vk_posts.next-prev {
    flex-flow: row;
  }
}
@media screen and (min-width: 992px) {
  main .page-header-title {
    font-size: 1.4em;
  }
}
/* 一覧ページ */
.archive.category-news .vk_post_imgOuter_singleTermLabel {
  background-color: var(--vk-color-primary)!important;
  border-radius: 0 0 0 .3em;
  color: #fff;
  margin: 0;
}
.vk_post .vk_post_btn {
  background-color: #4ba3bf;
  border-color: transparent;
  padding: .5em 1em;
  transform: translateY(0);
  transition: transform var(--duration) ease;
}
.vk_post .vk_post_btn:hover {
  transform: translateY(.3em);
  transition: transform var(--duration) ease;
}

/* サイドバー */
.sub-section .sub-section-title {
  background: 0 0;
  border-bottom: 1px solid var(--vk-color-border);
  border-radius: 0;
  font-size: 1em;
  padding: 0 0 .5em;
  position: relative;
}
.sub-section h3:where(:not(.wp-block-post-title))::after {
  content: none;
}
.sub-section .postList_meta_items > a {
  font-size: 1em;
}
.sub-section .postList_title {
  font-size: 1em;
  font-weight: 500;
  margin-top: .5em;
  padding-top: .5em;
}
.sub-section .postList_title a {
  padding: .5em 0;
}
.veu_postList ul.postList li {
  padding: 1em 0 1em .2em;
}
.veu_postList .postList a,
.veu_postList .postList a:hover {
  transition: color var(--duration) ease;
}
.veu_postList .postList a:hover {
  color: var(--vk-color-text-link-hover);
}

/*  */
