/*
Theme Name: Lightning Child
Template: lightning
Version: 1.0.0
*/

/* =======================
共通
======================= */
.page-id-1603,
.page-id-1607,
.page-id-1612
 {
	font-family: "Noto Sans JP", Sans-serif;
	font-weight:400;
	line-height: 2.0;
}
a{
	transition: all 0.6s;
}
.full-width,
.home .site-body-container.container {
  width: 100vw;
  margin-left: calc((100% - 100vw )/2);
  max-width: none !important;
  padding-inline: 0 !important;
}
.site-body {
  padding: 0;
}
.bold {
  font-weight: 700;
}
.main-section.main-section--col--two {
  margin-bottom: 0 !important;
}


/* =======================
固定ヘッダー
======================= */
#site-header-container.container {
  margin-right: 0 !important;
  padding-inline: 0 !important;
  /* max-width: 100vw; */
  margin-left: max(calc(100vw - 93.75%), 20px) ;
  justify-content: space-between;
  max-width: none;
  width:100vw;
}
.site-header {
  box-shadow: none;
}
.header_scrolled .site-header {
  box-shadow:none;
}
.site-header-logo img {
  max-width: 270px !important;
  width:100%;
  position: relative;
  z-index: 2300;
}
.site-header .site-header-logo {
  max-width: 270px !important;
  width:100%;
  margin-right: 0;
  font-size: 0;
}
.site-header-logo.site-header-logo--scrolled--logo-and-nav-full.site-header-logo--mobile-position--left {
  margin-top: 0 !important;
}
.site-header .site-header-logo a:hover {
  opacity: 0.6;
}
nav#global-nav {
  width:100%;
  height: 80px;
  margin-right: max(calc((100vw - 93.75%)), 20px);
}
nav#global-nav .global-nav-list {
  width:100%;
  justify-content: flex-end;
  align-items: center;
}
nav#global-nav ul li.menu-item {
  padding-inline:0;
  margin-inline: 1.4%;
}
nav#global-nav ul li.btn_about {
  margin-right:40px;
}
nav#global-nav ul li.btn_contact {
  padding-inline:25px;
  margin-inline: 0;
  background: #333;
  height: 80px;
  align-content: center;
}
nav#global-nav ul li.btn_contact:hover {
  background: #fff;
  transition:all 0.6s;
}
nav#global-nav ul li.btn_contact a .global-nav-namev {
  transition:all 0.6s;
}
nav#global-nav ul li.btn_contact a:hover .global-nav-name {
  color: #333;
}
.global-nav-list>li.btn_contact:before {
  border-bottom: none;
}

.device-pc .global-nav-list>li>a {
  padding:0;
  padding-top: 8px;
  padding-bottom:8px;
}
nav#global-nav ul li.btn_contact .global-nav-name {
  color: #fff;
}
nav#global-nav .global-nav-list>li .global-nav-name {
  font-size: clamp(0.75rem, 0.319rem + 0.69vw, 0.875rem) !important;
  font-family: "Noto Sans JP", Sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.global-nav-list>li:before {
  border-bottom: 1px solid #333;
}
span.acc-btn.acc-btn-open {
  display:none;
}
.global-nav-list>li>ul.sub-menu {
  background-color:#333;
}
.global-nav-list>li.menu-item-has-children::after {
  border-bottom-color: #333 ;
}
.global-nav-list>li.menu-item-has-children.btn_contact::after {
  border-bottom-color: transparent ;
}
.global-nav-list .sub-menu li a,
.global-nav-list .sub-menu li a {
  transition:all 0.6s;
  font-weight: 500;
}
.global-nav-list .sub-menu li a:focus-within,
.global-nav-list .sub-menu li a:hover {
  background-color: #fff;
  color: #333;
}


/* =======================
logo
======================= */
@media not all and (min-width: 1200px){
  .site-header-logo img {
    max-width: 270px !important;
    width:100%;
  }
  .site-header-logo {
    padding-top:20px;
  }
}

@media not all and (min-width: 992px) {
  header#site-header {
    position: fixed;
    top:0;
    left:0;
  }
  .header_scrolled .site-header-logo {
    display: block;
    max-width: 270px;
  }
  .site-header .site-header-logo {
    max-width: 270px;
  }
  .site-header-logo img {
    max-width: 270px !important;
  }
  #site-header-container.container {
    height: 54px;
    align-content: center;
  }
  .site-header-logo {
    padding-top:7px;
  }
}

@media not all and (min-width: 425px){
  .site-header-logo img {
    max-width: 400px !important;
    width:67% !important;
  }
  .site-header .site-header-logo {
    max-width: 400px !important;
  }
}

/* =======================
spメニュー
======================= */
@media not all and (min-width: 992px){
  .vk-mobile-nav-widget {
    margin-bottom: 0;
  }
  .vk-mobile-nav-menu-btn {
    width:54px;
    height: 54px;
    border: none;
    border-left: 1px solid #ced6dd;
    /* top: 32px !important; */
    top:0;
    right:0 !important;
    background: url(http://ace.wera.jp/wp-content/uploads/2025/06/humbarger_open.png) no-repeat center / contain;
    background-size: 24px;
  }
  .admin-bar .vk-mobile-nav-menu-btn {
    top:0;
  }
  .vk-mobile-nav-menu-btn.menu-open {
    background: url(http://ace.wera.jp/wp-content/uploads/2025/06/humbarger_close.png) no-repeat center / contain;;
    background-size: 26px;
    border: none;
    border-left: 1px solid #ced6dd;
    /* top: 32px !important; */
    top:0;
  }
  .vk-mobile-nav-open:before {
    content: "";
    width:100vw;
    height: 54px;
    background: #fff;
    display: inline;
    /* top:32px; */
    top:0;
    left:0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    position: fixed;
    z-index: 1;
  }
  .vk-mobile-nav-open > aside#block-26 figure.wp-block-image {
    position: fixed;
    /* top: 83px; */
    left: 20px;
    z-index: 1;
    max-width: 400px;
    width:67%;
    top: 10px !important;
  }
  div#vk-mobile-nav {
    background: #eef5f8;
    height: 100vh;
    padding: 84px 40px 43px;
  }
  aside#block-25 a.wp-block-button__link.wp-element-button {
    width: calc(100vw - 80px);
    padding-top:25px;
    padding-bottom:25px;
    border-radius: 0;
    background: #333;
    font-size:14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 20px;
    position: relative;
  }
  aside#block-25 a.wp-block-button__link.wp-element-button:hover {
    padding-left:30px;
    padding-right: 10px;  
  }
  aside#block-25 a.wp-block-button__link.wp-element-button::after {
    content: "";
    width:6.5px;
    height: 10.5px;
    background:
    url(http://ace.wera.jp/wp-content/uploads/2025/06/arrow-white@3x.png) no-repeat center/contain;
    display: inline-flex;
    transition:all 0.6s;
    position:absolute;
    top:50%;
    right:15%;
    transform:translateY(-50%);
}
  aside#block-25 a.wp-block-button__link.wp-element-button:hover::after {
    transform: translate(10px, -50%);
}
  .vk-mobile-nav .vk-mobile-nav-menu-outer ul li a {
    padding: 20px 10px;
    border-color: #a8c3cf;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    position: relative;
  }
  .vk-mobile-nav .vk-mobile-nav-menu-outer ul li a:hover {
    padding-left: 20px;
    padding-right: 0;
  }
  .vk-mobile-nav .vk-mobile-nav-menu-outer>ul {
    border-top: none;
  }
  .vk-mobile-nav .vk-mobile-nav-menu-outer ul li a:after {
    content: "";
    width:6.5px;
    height: 10.5px;
    background:
    url(http://ace.wera.jp/wp-content/uploads/2025/06/arrow-black@3x.png) no-repeat center/contain;
    display: inline-flex;
    transition:all 0.6s ease;
    position:absolute;
    top:50%;
    right:10px;
    transform:translateY(-50%) rotate(0deg);
}
  .vk-mobile-nav .vk-mobile-nav-menu-outer ul li a:hover:after{
    transform:translate(10px, -50%);
  }
  /* サブメニューを常に表示 */
  .menu-item-1353 .sub-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    transform: none !important;
    pointer-events: auto !important;
  }
  /* 閉じるクラスを上書き（無効化） */
  .menu-item-1353 .acc-child-close {
    display: block !important;
  }
  .vk-mobile-nav .vk-mobile-nav-menu-outer ul .menu-item-1353 .sub-menu a,
  .vk-mobile-nav .vk-mobile-nav-menu-outer ul .menu-item-1642 .sub-menu a {
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none !important;
  }
  .vk-mobile-nav .vk-mobile-nav-menu-outer ul .menu-item-1353 .sub-menu a:after {
    content: "";
    background: transparent;
  }
  .menu-item-1353 a {
    border: none !important;
    padding-bottom: 10px;
  }
  .vk-mobile-nav .vk-mobile-nav-menu-outer ul .menu-item-1353 .menu-item-1647 a {
    border-bottom:none !important;
    padding-bottom:10px !important;
  }
  aside#block-28 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  aside#block-28 .wp-block-columns{
    flex-wrap:nowrap !important;
    column-gap: 30px;
    margin-bottom:0;
  }
  aside#block-28 .wp-block-column {
    flex-basis: unset !important;
    flex-grow: unset;
  }
  aside#block-28 a {
    font-size: 11px;
    letter-spacing: 0.08em;
    color:#333;
    text-decoration: none;
  }
  aside#block-28 .wp-block-column:first-child a:after {
    content: "";
    width:11px;
    height: 10px;
    background: url(http://ace.wera.jp/wp-content/uploads/2025/06/outer@3x.png) no-repeat center/contain;
    display: inline-block;
    margin-left:4px;
  }
  aside#block-28 a:hover {
    opacity: 0.6;
  }
  .vk-mobile-nav .vk-mobile-nav-menu-outer ul .menu-item-1353 .menu-item-1647 a {
    border-bottom: none !important;
  }
  .vk-mobile-nav .vk-mobile-nav-menu-outer {
    margin-bottom: 0 !important;
  }
  ul li#menu-item-1642 a {
    position:relative;
    display: block;
  }
  ul li#menu-item-1642 a:after {
    content: "";
    width: 6.5px;
    height: 10.5px;
    background:
    url(http://ace.wera.jp/wp-content/uploads/2025/06/arrow-black@3x.png) no-repeat center / contain;
    display: inline-flex;
    transition: all 0.4s ease;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(90deg);
  }
  #menu-item-1642.is-open > a:after {
    transform: translateY(-50%) rotate(270deg);
  }
  #menu-item-1642 .sub-menu {
    transition: all 0.6s ease;
    position: relative;
    z-index: 1000;
  }
  #menu-item-1642 {
    position: relative;
    z-index: 1000;
  }
  #menu-item-1642.is-open ul.sub-menu.acc-child-close {
    max-height: 100% !important;
    opacity:1 !important;
  }
  #menu-item-1642.is-open a {
    border-bottom:none;
  }
  #menu-item-1642.is-open .sub-menu.acc-child-close {
    border-bottom: 1px solid #a8c3cf;
  }
  #menu-item-1642 .sub-menu a {
    padding-left: 20px;
    padding-right:10px;
    position:relative;
  }
  #menu-item-1642.is-open .sub-menu a:hover {
    padding-left: 30px;
    padding-right: 0;
  }
  #menu-item-1642 .sub-menu a:after {
    content: "";
    width: 6.5px;
    height: 10.5px;
    background:
    url(http://ace.wera.jp/wp-content/uploads/2025/06/arrow-black@3x.png) no-repeat center / contain !important;
    display: inline-flex;
    transition: all 0.4s ease;
    position: absolute;
    top: 50%;
    right: 10px;
    transform:translate(0px, -50%);
  }
  #menu-item-1642 .sub-menu a:hover:after {
    transform:translate(10px, -50%);
  }
}

@media not all and (min-width: 782px){
  .vk-mobile-nav-menu-btn {
    /* top:46px !important; */
    top:0;
  }
  .vk-mobile-nav-menu-btn.menu-open {
    /* top:46px !important; */
    top:0;
  }
  .vk-mobile-nav-open:before {
    /* top:46px; */
    top:0;
  }
  #site-header-container.container {
    height: 54px;
  }
  .admin-bar .vk-mobile-nav-menu-btn {
    top:0;
  }
}
@media not all and (min-width: 576px){
  div#vk-mobile-nav {
    padding: 78px 20px;
  }
  #block-25 .wp-block-buttons {
    justify-content: center !important;
  }
  aside#block-25 a.wp-block-button__link.wp-element-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .nav_list_about {
    border-top:none;
  }
}


@media not all and (min-width: 425px){
  .vk-mobile-nav-open > aside#block-26 figure.wp-block-image {
    top: 11px !important;
  }
}

/* =======================
パンくずリスト
======================= */
div#breadcrumb.breadcrumb {
  background: #eef5f8;
  border-bottom: none !important;
  border-top:none !important;
}
div#breadcrumb.breadcrumb .breadcrumb-list {
  border-top: 1px solid #ced6dd !important;
}
.site-footer {
  border-top: none !important;
  padding-top:78px;
}
div#breadcrumb.breadcrumb .fa-home:before {
  content: "";
}
li.breadcrumb-list__item {
  font-size: 13px;
  letter-spacing: 0.08em;
  color:#777;
}
li.breadcrumb-list__item span {
  padding-bottom: 7px;
}
.breadcrumb-list li:after {
  content:">";
  margin-inline: 13px;
}
li.breadcrumb-list__item a {
  padding-bottom: 7px;
  text-underline-offset: 7px;
  text-decoration-color:#777;
  -moz-text-decoration-color:#777;
}
li.breadcrumb-list__item a:hover {
  opacity:0.6;
}

/* =======================
フッター
======================= */
.home .site-footer .site-footer-content {
  border-top: 1px solid #ced6dd !important;;
}
.site-footer aside#block-30 .menu li a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-bottom:transparent !important;
  padding-left:0;
}
.site-footer aside#block-30 .menu .sub-menu .sub_menu a {
  font-weight: 400;
  font-size: 13px;
  padding-top: 1px !important;
  padding-bottom:1px !important;
}
.site-footer aside#block-30 .menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  column-gap: 4.4%;
}
.site-footer aside#block-30 .wp-block-columns {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 107px;
}
.site-footer .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
  flex-basis: unset !important;
  flex-grow: unset !important;
}
.site-footer aside#block-30 .wp-block-column:first-child {
  width:78%;
}
.site-footer aside#block-30 .wp-block-column:last-child{
  width:172px;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.site-footer aside#block-30 .wp-block-column:last-child a {
  width:172px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-footer .wp-block-buttons:first-child a {
  background: #333;
  transition: all 0.6s;
}
.site-footer .wp-block-buttons:first-child a:hover {
  background: #777;
}
.site-footer .wp-block-buttons:first-child a:after {
  content: "";
  width: 11px;
  height: 8px;
  background: url(http://ace.wera.jp/wp-content/uploads/2025/06/arrow-left@3x.png) no-repeat center/contain;
  display: inline-block;
  margin-left: 20px;
}
.site-footer .wp-block-buttons:last-child a:after {
  content: "";
  width: 12px;
  height: 11px;
  background: url(http://ace.wera.jp/wp-content/uploads/2025/06/outer-white@3x@3x.png) no-repeat center/contain;
  display: inline-block;
  margin-left: 20px;
}
.site-footer .wp-block-buttons:last-child a {
  transition: all 0.6s;
}
aside#block-27 {
  margin-bottom: 48px;
}
aside#block-27 .wp-block-columns {
  justify-content: space-between;
}
aside#block-27 .wp-block-column:first-child p a{
  text-decoration: none;
}
aside#block-27 .wp-block-column:first-child p a:hover {
  opacity:0.6;
}
.site-footer aside#block-30 .widget_nav_menu>div>ul li.current_page_item>a {
  background-color: transparent !important;
  border-bottom: 1px solid #333 !important;
  padding-bottom: 5px;
  display: inline-block;
}
.site-footer aside#block-30 .widget_nav_menu>div>ul li >a {
  padding-bottom: 5px;
  margin-bottom: 7px !important;
  position: relative;
  display: inline-block;
  transition: all 0.6s;
}
.site-footer aside#block-30 .widget_nav_menu>div>ul li.sub_menu {
  margin-bottom: 2px !important;
}
.site-footer aside#block-30 .widget_nav_menu>div>ul li >a:hover {
  background-color: transparent !important;
  padding-bottom: 5px;
}
.site-footer aside#block-30 .widget_nav_menu>div>ul li a:before {
  content:"";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: none !important;
  display: inline-block;
  transition: all 0.6s;
}
.site-footer aside#block-30 .widget_nav_menu>div>ul li a:hover:before {
  border-bottom: 1px solid #333 !important;
  width: 100%;
  display: inline-block;
}
.site-footer {
  padding-top:0;
}
.home .site-footer {
  padding-top: 78px;
}

@media not all and (min-width: 1200px){
  .site-footer aside#block-30 .wp-block-columns {
    flex-direction: column;
    gap:64px;
  }
  .site-footer aside#block-30 .wp-block-column:first-child  {
    width:100%;
  }
  .site-footer {
    padding-top: 24px;
  }
  .site-footer-content {
    padding-top:0 !important;
  }
}

@media not all and (min-width: 992px){
  .site-footer-content {
    padding-top: 24px !important;
  }
  .site-footer aside#block-30 .menu {
    flex-direction: column;
  }
  .site-footer aside#block-30 .menu li a {
    border-bottom:none !important;
  }
  .site-footer aside#block-30 .menu li a:hover {
    border-bottom:1px solid #333 !important;
    display: inline-block;
  }
  .site-footer aside#block-30 .menu #menu-item-609 .sub-menu a {
    padding-left: 15px;
    border-bottom:none !important;
  }
  .site-footer .col-lg-12 {
    padding-inline: 0;
  }
  .site-footer aside#block-30 .menu .sub-menu .sub_menu a {
    padding-left: 1em;
    padding-bottom: 10px !important;
  }
}
@media not all and (min-width: 768px){
  .site-footer aside#block-30 .wp-block-column:last-child {
    margin-inline: auto;
    width:320px;
  }
  .site-footer aside#block-30 .wp-block-column:last-child a{
    width:320px;
  }
}

@media not all and (min-width: 576px){
  .site-footer .col-lg-12 {
    padding-inline: 20px;
  }
}

.page_top_btn {
  border-radius: 50%;
  background-color: #000000;
  box-shadow: none;
  width:47px;
  height: 47px;;
}


/* =======================
TOPページ
======================= */
.home #main{
  font-family: "Shippori Mincho",serif;
  margin-bottom: 0 !important;
}
/* mv */
.wp-block-columns.mv_section {
  margin-left: max(calc((100vw - 93.75%)), 20px) ;
  margin-bottom: 0;
  width: 100%;
  height: calc(100vh - 80px) !important;
}
.mv_section .wp-block-column .swiper-wrapper{
  width: auto;
  height: 100%;
  overflow: hidden;
}
.mv_section .swiper-wrapper .swiper-slide {
  height: calc(100vh - 80px) !important;
}
.message_h2 {
  font-family: "Cormorant Garamond",serif;
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 13px !important;
}
h1.mv_text {
  font-family: "Shippori Mincho",serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top:24px;
}
.wp-block-columns.mv_section .vk_slider .swiper-wrapper .swiper-slide {
 justify-content: flex-end;
}
.wp-block-columns.mv_section .vk_slider_item_container.container {
  margin-bottom: 10%;
  margin-left: 9.2% !important;
  padding-left: 0 !important;
}
/* スクロール */
.wp-block-columns.mv_section {
  position: relative;
}
.scloll-line {
  position: absolute;
  width:1px;
  height: 100px;
  background: #333;
  bottom: 0;
  left:calc(-1 * max(calc((100vw - 93.75%) / 2), -10px)) !important;
  transition: all 1.4s;
  margin-bottom: 0 !important;
}
.scloll-line:before {
  content: "SCROLL";
  color: #333;
  font-family: "Cormorant Garamond",serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 3.75;
  letter-spacing: 0.12em;
  writing-mode: sideways-lr;
  position: absolute;
  bottom: 115px;
  left:-21px !important;
  height: 100%;
}
.scloll-line:after{
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom:180px;
  left:0 !important;
  -webkit-animation:lineMove 4.0s ease infinite;
  animation: lineMove 4.0s ease infinite;
}

@keyframes lineMove {
  0% {
    bottom: 100px;
    height: 0;
  }
  20% {
    bottom: 0;
    height: 100px;
  }
  40% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 0;
}
}

/* メッセージ */
.section_message {
  padding-left: max(calc((100vw - 93.75%)), 20px) !important;
  padding-top:120px;
  padding-bottom: 256px;
  background: url(http://ace.wera.jp/wp-content/uploads/2025/06/bg-01.jpg) no-repeat top / contain !important;
  background-position: top right !important;
  margin-bottom: 0 !important;
  column-gap: 10.8% !important;
}
.title_h2 {
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
  color:#55ace7;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}
.title_h2:after {
  content: "MESSAGE";
  font-family: "Cormorant Garamond",serif;
  font-size:54px;
  font-weight: 500;
  line-height: 0.83;
  letter-spacing: 0.12em;
  color:#333;
  text-orientation:sideways;
  display: block;
  padding-right: 5px;
}
.section_message .wp-block-column:last-child p{
 font-size: 17px;
 font-weight: 500;
 line-height: 2.2;
 letter-spacing: 0.04em;
 margin-bottom: 32px;
}
.section_message .wp-block-column .message_p {
  line-height: 1.76 !important;
}
p.section_message_text-font22 {
  font-size: 22px !important;
  margin-bottom: 48px !important;
}
p.section_message_text-font22 span {
  background-image: linear-gradient(transparent 90%, transparent 0);
  border-bottom: 1px solid #333;
  padding-bottom: 7px;
}
p.section_message_text-font28 {
  font-size: 28px !important;
  margin-bottom: 0 !important;
}
/* ミッション */
.section_mission {
  padding-right: max(calc((100vw - 93.75%)), 20px) !important;
  padding-top:136px;
  padding-bottom: 35px;
  column-gap: 5% !important;
  margin-bottom: 0 !important;
}
.mission_title {
  flex-basis: 5% !important;
  width:6%;
  display: flex;
}
.mission_title .title_h2:after {
  content: "MISSION";
  position: absolute;
  height: 265px;
  right: -54px;
}
.mission_text {
  flex-basis:41% !important;
  width:41%;
}
.mission_text .mission_title-h3 {
  font-family: "Shippori Mincho",serif;
  font-weight: 600;
  font-size: 28px !important;
  line-height: 1.93;
  letter-spacing: 0.04em;
  margin-bottom: 48px !important;
}
.mission_text p {
  font-size: 17px !important;
  font-weight: 500;
  line-height: 2.22;
  letter-spacing: 0.04em;
  margin-bottom: 32px !important;
}
.section_mission .mission_text p strong {
  font-weight: 700 !important;
}
.mission_img {
  flex-basis:36% !important;
  width:36%;
  position: relative;
  margin-top: -18% !important;
}
.mission_img-bottom {
  position: relative;
  top: -58px;
  width:59%;
  z-index: 2;
}
.btn_default a.wp-block-button__link.wp-element-button {
  background-color: transparent;
  color:#333;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 15px !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-left:61px;
  position: relative;
  transition: all 0.6s;
}
.btn_default a.wp-block-button__link.wp-element-button:hover {
  transform: translateX(10px);
  opacity:0.6;
}

.btn_default a.wp-block-button__link.wp-element-button::before{
  content: "";
  width:45px;
  height: 45px;
  background:
  url(http://ace.wera.jp/wp-content/uploads/2025/06/arrow-02.png)no-repeat center/contain;
  display: inline-block;
  position: absolute;
  top:50%;
  transform:translateY(-50%) ;
  left:0;
  transition: all 0.6s ;
}
.btn_default a.wp-block-button__link.wp-element-button::after{
  content: "";
  width: 12px;
  height: 11px;
  background:
  url(http://ace.wera.jp/wp-content/uploads/2025/06/btn-02png.png) no-repeat center/contain;
  display: inline-block;
  padding-left: 24px;
  transition: all 0.6s ;
}
.btn_default a.wp-block-button__link.wp-element-button:hover::before{
  transform: translate(0, -50%);
}

/* 働き方 */
.section_jobs {
  padding-top: 240px;
  padding-bottom: 156px;
  padding-inline: max(calc((100vw - 93.75%)/2), 20px) ;
  margin-bottom: 0 !important;
}
.title_h2-jp {
  font-family: "Shippori Mincho",serif;
  font-size: 38px !important;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.04em;
  margin-bottom: 72px !important;
  text-align: center;
}
.title_h2-jp::before{
  content: "";
  width:1px;
  height: 60px;
  background: #333;
  display: block;
  position: absolute;
  top:-104px;
  left:0;
  right:0;
}
.title_h2-jp::after{
  content: "JOBS";
  font-family: "Cormorant Garamond",serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 3.46;
  letter-spacing: 0.08em;
  color:#55ace7;
  display: block;
  position: absolute;
  top:-48px;
  left:0;
  right:0;
}
.section_jobs .btn_jobs a.btn {
  padding-top: 62px;
  padding-bottom: 62px;
  position: relative;
  
}
.btn_jobs a.btn .vk_button_link_caption span.vk_button_link_txt {
  font-family: "Shippori Mincho",serif;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.04em;
  color:#333;
}
.btn_jobs a.btn p.vk_button_link_subCaption {
  font-family: "Cormorant Garamond",serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 3.46;
  letter-spacing: 0.08em;
  color: #55ace7;
  margin-top: -12px;
}
.btn_jobs a.btn:before {
  content: "";
  width:70px;
  height: 57px;
  background:
  url(http://ace.wera.jp/wp-content/uploads/2025/06/btn-03.png) no-repeat center/contain;
  display: inline-block;
  position: absolute;
  top:50%;
  left:10%;
  transform:translateY(-50%) ;
}
.btn_jobs a.btn::after {
  content: "";
  width: 35px;
  height: 35px;
  background:
  url(http://ace.wera.jp/wp-content/uploads/2025/06/arrow-02.png) no-repeat center/contain;
  display: inline-block;
  position: absolute;
  top:50%;
  right:10%;
  transform:translateY(-50%) ;
  transition:all 0.6s ;
}
.btn_para a.btn::before {
  content: "";
  width:69px;
  height: 74px;
  background: url(http://ace.wera.jp/wp-content/uploads/2025/06/btn-04.png) no-repeat center/contain;
  left:8%;
}
.btn_jobs a.btn.vk_button_link {
  position: relative !important;
  border: none !important;

  background-image:
    linear-gradient(to right, transparent 10px, #d8d8d8 10px, #d8d8d8 calc(100% - 10px), transparent calc(100% - 10px)),  /* 上線 */
    linear-gradient(to right, transparent 10px, #d8d8d8 10px, #d8d8d8 calc(100% - 10px), transparent calc(100% - 10px)),  /* 下線 */
    linear-gradient(to bottom, transparent 10px, #d8d8d8 10px, #d8d8d8 calc(100% - 10px), transparent calc(100% - 10px)), /* 左線 */
    linear-gradient(to bottom, transparent 10px, #d8d8d8 10px, #d8d8d8 calc(100% - 10px), transparent calc(100% - 10px)); /* 右線 */

  background-size: 
    100% 1px,  /* 上線 */
    100% 1px,  /* 下線 */
    1px 100%,  /* 左線 */
    1px 100%;  /* 右線 */

  background-position: 
    top left,   /* 上線 */
    bottom left,/* 下線 */
    top left,   /* 左線 */
    top right;  /* 右線 */

  background-repeat: no-repeat;
}
.btn_jobs a.btn.vk_button_link:hover{
  box-shadow:none !important;
}
.btn_jobs a.btn:hover::after {
  transform:translate(10px, -50%) ;
}


/* 協働 */
.section_collabo {
  padding-top: 144px;
  padding-bottom: 160px;
  position: relative;
}
.section_collabo .title_h2-jp::before {
  top:-136px;
}
.section_collabo .title_h2-jp::after {
  top:-72px;
  content:"COLLABORATION";
}
.collabo_img-left img,
.collabo_img_right img {
  margin-top: -144px !important;
}
.collabo_img-left,
.collabo_img_right {
  position: relative;
  width:27% !important;
  flex-basis: 27% !important;
  z-index: 2 !important;
}
.collabo_img-left figure.collabo_img_top-left {
  width: 48%;
  position: relative;
  z-index: 2;
}
.collabo_img-left figure.collabo_img_bottom-left {
  position: absolute;
  left:0;
  top:0;
  transform:translateY(88px);
  z-index: 1;
}
.collabo_img_right {
  position: relative;
  max-width: 620px;
  z-index: 1;
}
.collabo_img_bottom-right {
    width: 50%;
    position: absolute;
    z-index: 2;
    right:0;
}
.collabo_img_bottom-right img {
  margin-top: -44px !important;
  position: relative;
  z-index: 1;
}
.title_h2-jp code {
  font-family: "Shippori Mincho",serif !important;
  font-size: 38px !important;
  color:#55ace7 !important;
  font-weight: 500;
  letter-spacing: 0.04em !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  border:none !important;
  border-radius: 0 !important;
}
.collabo_text .title_h2-jp {
  line-height: 1.4 !important;
}
.collabo_text h3 {
  font-family: "Shippori Mincho",serif !important;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0.04em;
  margin-bottom: 38px !important;
}
.collabo_text p {
  margin-bottom: 38px !important;
  font-family: "Noto Sans JP",sans-serif !important;
  font-size: 15px !important;
  line-height: 2 !important;
  letter-spacing: 0.04em;
}
.collabo_text .wp-block-buttons {
  justify-content: center;
}
.section_collabo .wp-block-columns {
  column-gap: 6%;
}
.section_collabo .btn_default a.wp-block-button__link.wp-element-button::after {
  content: none !important;
  display: none !important;
}
.section_collabo .btn_default a.wp-block-button__link.wp-element-button{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  text-align: left;
}
.section_collabo .wp-block-button.btn_default {
  margin-top: 54px;
}
.section_collabo .collabo_text {
  flex-basis:33% !important;
  min-width: 350px;
  position: relative;
  z-index: 1;
}
.section_collabo::before {
  content: "";
  width:calc(48% + 14vw);
  height: 50%;
  background:
  url(http://ace.wera.jp/wp-content/uploads/2025/06/collabo-02.png) no-repeat top/ contain;
  display: inline-block;
  position: absolute;
  top:44%;
  transform:translate(-200px, -50%);
  left:-14vw;
  z-index: 0;
  opacity: 0;
  transition: all 0.8s ease-out;
}
.section_collabo::after {
  content: "";
  width:calc(48% + 14vw);
  height: 50%;
  background:
  url(http://ace.wera.jp/wp-content/uploads/2025/06/collabo-01.png) no-repeat top/ contain;
  display: inline-block;
  position: absolute;
  top:48.5%;
  transform:translate(200px, -50%) ;
  right:-14vw;
  z-index: 0;
  opacity: 0;
  transition: all 0.8s ease-out;
}
.section_collabo.is-show::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.section_collabo.is-show::before {
  opacity: 1;
  transform: translate(0, -50%);
}

/* 声 */
.section_voice {
  padding-top: 120px;
  padding-bottom: 75px;
}
.section_voice .title_h2-jp::after {
  content: "VOICE";
}
.section_voice .title_h2-jp {
  margin-bottom: 24px;
}
.section_voice .title_h2-jp + p {
  margin-bottom: 68px !important;
  font-family: "Noto Sans JP",sans-serif;
}
.section_voice .voice_box {
  justify-content: center;
  column-gap: 5%;
  font-family: "Noto Sans JP",sans-serif;
  margin-inline: max(calc((100vw - 1140px)/2), 20px) ;;
}
.section_voice .voice_box .voice_container {
  margin-top: 30px;
  position: static;
}
.section_voice .voice_box .voice_container h3 {
  font-family: "Cormorant Garamond",serif;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 3.4;
  letter-spacing: 0.1em;
  width: 125px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 3;
}
.section_voice .voice_box .voice_left .voice_container h3 {
  left:0 !important;
  /* transform: translateX(-100%); */
  margin-left:0 ;
}
.section_voice .voice_box .voice_container h3:after{
  content: "01";
  font-family: "Cormorant Garamond",serif;
  font-size: 30px !important;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  display: inline-block;
  margin-left: 14px;
}
.section_voice .voice_box .voice_container h3:before {
  content: "";
  width:86px;
  height: 1px;
  background: #333;
  display: block;
  position: absolute;
  left:0;
  bottom: 0px;
}
.section_voice .voice_box .voice_container .voice-02:after {
  content: "02";
}
.section_voice .voice_box .voice_container .voice-03:after {
  content: "03";
}
.section_voice .voice_box .voice_container .voice-04:after {
  content: "04";
}
.voice_right .wp-block-columns,
.voice_left .wp-block-columns {
  position: relative;
}
h3.wp-block-heading.voice-04 {
  width: 125px;
  position: absolute;
  top: 30px;
  right: 0;
}
.voice_right {
  padding-top: 60px;
}
.voice_container p {
  font-size: 17px !important;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.08em;
  position: absolute;
  top:132px;
  left:0;
  z-index: 3;
}
.voice_right .voice_container p {
  left: 50%;
  width: 100% !important;
  max-width: 238px !important;
}
.voice_btn .wp-block-button .wp-block-button__link{
  background-color: #fff !important;
  color: #333 !important;
  border-radius: 0;
  font-size: 14px !important;
  line-height: 1.68;
  letter-spacing: 0.08em;
  width:59%;
  height: 20%;
  position: absolute;
  z-index: 2;
  bottom:-1px;
  left:0;
  transition: all 0.6s;
}
.voice_btn .wp-block-button .wp-block-button__link strong{
  font-size: 16px !important;
  font-weight: 700;
}
.voice_btn .wp-block-button .wp-block-button__link:hover {
  width:100%;
}
.voice_img {
  position: relative;
  z-index: 1;
}
.voice_btn .wp-block-button .wp-block-button__link:after {
  content: "";
  width:30px;
  height: 30px;
  background:
  url(http://ace.wera.jp/wp-content/uploads/2025/06/arrow-02.png)no-repeat center/ contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  transition:all 0.6s ;
}

/* 対談 */
.section_inside {
  margin-top: 75px;
  margin-bottom:130px;
  transition: all 0.6s;
}
.title-h2-inside {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-bottom: 48px !important;
}
.title-h2-inside::before {
  content: "Inside ACE";
  font-family: "Cormorant Garamond",serif;
  font-size:52px !important;
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0.08em;
  color: #fff;
  display: block;
  margin-bottom: 16px;
}
.section_inside h3 {
  font-family: "Shippori Mincho",serif !important;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.81;
  letter-spacing: 0.08em;
}
.section_inside h3 .vk_highlighter {
  --vk-highlighter-color:rgba(255, 255, 255, 1.0) !important;
  background-image: linear-gradient(#fff 0, #fff 100%);
}
.section_inside h3 .vk_highlighter:last-child{
  padding-left: 0.6em;
}
.section_inside .wp-block-cover {
  padding-top: 150px;
  padding-bottom: 86px;
}
.section_inside .wp-block-cover p {
  font-family: "Noto Sans JP",sans-serif !important;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-bottom: 48px !important;
}
.section_inside .btn_default a.wp-block-button__link.wp-element-button {
  color: #fff;
  font-size: 14px;
}
.section_inside .btn_default a.wp-block-button__link.wp-element-button:after {
  content:none !important;
}
.section_inside .btn_default a.wp-block-button__link.wp-element-button::before{
  background: url(http://ace.wera.jp/wp-content/uploads/2025/06/arrow-03.png) no-repeat center/ contain;
  width: 45px;
  height: 45px;
}
.section_inside:hover .btn_default a.wp-block-button__link.wp-element-button{
  transform: translateX(10px);
  opacity: 1;
}

/* トピック */
.section_topic {
  margin-bottom: 200px;
  position: relative;
}
.section_topic .wp-block-column.topic_title_box {
  width: 63.75% !important;
  padding-left: max(calc((100vw - 93.75%) / 2), 20px) !important;
  padding-top:180px !important;
  padding-bottom:130px !important;
}
h2.title-h2-en {
  font-family: "Noto Sans JP",sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #55ace7;
  margin-bottom: 48px !important;
  position: relative;
}
h2.title-h2-en::before {
  content: "TOPICS";
  font-family: "Cormorant Garamond",serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 0.83;
  letter-spacing: 0.08em;
  color: #333;
  display: block;
  position: absolute;
  left: 0;
  top:-58px;
}
.topic_title_box p {
  font-family: "Noto Sans JP",sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88;
  letter-spacing: 0.06em;
}
.section_topic .topics_video {
  position: absolute;
  top:80px;
  right:0;
  width:54.6%;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0 !important;
  transition: all 0.6s;
}
.section_topic .topics_video::before {
  content: "";
  width:77px;
  height: 77px;
  background:
  url(http://ace.wera.jp/wp-content/uploads/2025/06/btn-06.png) no-repeat center/contain;
  display: block;
  position: absolute;
  top:50%;
  left: 50%;
  transform:translate(-50%, -50%) rotate(360deg);
  z-index: 10;
  transition:all 0.6s ;
}
.section_topic .topics_video:hover {
  opacity:0.6;
}
.section_topic .topics_video:hover::before{
  transform:translate(-50%, -50%) rotate(120deg);
  -webkit-transform:translate(-50%, -50%) rotate(120deg);
  -moz-transform:translate(-50%, -50%) rotate(120deg);
  -ms-transform:translate(-50%, -50%) rotate(120deg);
  -o-transform:translate(-50%, -50%) rotate(120deg);
}
.section_topic .topics_video h3 {
  display: inline-block;
  font-family: "Shippori Mincho",sans-serif !important;
  font-size: 20.5px !important;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 56px !important;
} 
.section_topic .topics_video h3 span.vk_highlighter:first-child {
  background-image: linear-gradient(#fff 0, #fff 100%) !important;
  padding: 4px 1em !important;
}
.section_topic .topics_video h3 span.vk_highlighter:last-child {
  background-image: linear-gradient(#fff 0, #fff 100%) !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding-inline: 1em !important;
}
/* 応募 */
.section_entry {
  margin-bottom: 0;
  padding-bottom:310px;
  background: #eef5f8;
  background-image: linear-gradient(180deg, #fff 42%, #eef5f8 42%);
}
.section_entry .wp-block-columns {
  position: relative;
}
.section_entry .wp-block-columns .entry_container {
  position: absolute;
  top:-116px;
  left:50%;
  transform: translateX(-50%);
  width: 65%;
  padding-top: 128px;
  padding-bottom: 70px;
  padding-inline: 10px;
}
.section_entry .entry_container h2.title-h2-en::before {
  content: "ENTRY";
  left:50%;
  transform: translateX(-50%);
}
.section_entry .entry_container p{
  font-size: 20px !important;
  margin-bottom: 40px !important;
}
.section_entry .btn_default a.wp-block-button__link.wp-element-button::after {
  content: none !important;
}
.section_entry figure.entry_img {
  margin-right: calc(100vw - 93.75%);
}


@media not all and (min-width: 992px){
  /* メッセージ */
  .section_message {
    justify-content: flex-start;
    column-gap: 10%;
  }
  /* JOBS */
  .section_jobs .wp-block-columns {
    flex-direction: column;
  }
  /* 協働 */
  .section_collabo .btn_default a.wp-block-button__link.wp-element-button{
    font-size: 14px !important;
  }
  .section_collabo .wp-block-columns {
    column-gap: 3%;
  }
  .section_collabo .collabo_text::before,
  .section_collabo .collabo_text::after {
    width:calc(48% + 3vw);
  }
  .section_collabo .collabo_text::before {
    left:-3vw;
  }
  .section_collabo .collabo_text::after {
    right:-3vw;
  }
  /* 協働 */
  .section_collabo {
    padding-top: 72px;
    padding-bottom: 80px;
  }
  .section_collabo .title_h2-jp::after {
    top:-48px;
  }
  .section_collabo .title_h2-jp::before {
    top:-104px;
  }
  .section_collabo-sp h3.collabo_h3 {
    font-family: "Shippori Mincho",serif !important;
    font-size: 28px !important;
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-bottom: 96px !important;
    position: relative;
    z-index: 5;
  }
  .section_collabo-sp h3.collabo_h3:before {
    content: "";
    width: 100%;
    height: 33vw;
    background: url(http://ace.wera.jp/wp-content/uploads/2025/06/collabo-sp-06.png) no-repeat left top / auto 100%;
    display: block;
    position: absolute;
    top: -80px;
    left: 0;
    z-index: -1;
  }
  .section_collabo-sp h3.collabo_h3:after {
    content: "";
    width: 100%;
    height: 35vw;
    background: url(http://ace.wera.jp/wp-content/uploads/2025/06/collabo-sp-05.png) no-repeat right top / auto 100%;
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: -1;
  }
  .collabo-sp-img {
    position: relative;
  }
  .collabo-sp-img-left {
    position: relative;
    width:61%;
    z-index: 1;
  }
  .collabo-sp-img-left-top img {
    width:61%;
    padding-top: 38px;
  }
  .collabo-sp-img-left-bottom {
    width:28%;
    margin-left:11%;
    padding-top: 60px;
  }
  .collabo-sp-img-right {
    position: absolute;
    width:52%;
    right:0;
    top:0;
    z-index: 2;
  }
  .collabo-sp-img-right-top {
    width: 44%;
    margin-left: 18%;
    padding-bottom: 60px;
  }
  .wp-block-columns.collabo_text-sp {
    margin-inline: max((100vw - 690px),20px);
    margin-top: 72px !important;
    margin-bottom: 76px !important;
  }
  .collabo_text-sp p {
    font-size: 15px !important;
    line-height: 1.85 !important;
    margin-bottom: 16px !important;
    font-family: "Noto Sans JP", sans-serif;
  }

  /* 声 */
  .voice_right .voice_container p {
    left:45%;
    top:126px;
  }
  .voice_container p {
    top: 118px;
    left:-3px;
    font-size: 16px !important;
  }
  /* 対談 */
  .section_inside .wp-block-cover.has-link {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    height: 100%;
  }
}
@media not all and (min-width: 826px){
  
  /* スクロール */
  .scloll-line {
    bottom: 160px;
  }
  .scloll-line:before {
    bottom: 115px;
  }
  .scloll-line:after {
    bottom: 0;
  }
  /* MV */
  .mv_section .wp-block-column .swiper.swiper-container {
    width:100%;
    height: 80vh !important;
  }
  .mv_section .swiper-wrapper .swiper-slide {
    height: 100% !important;
  }
  /* ミッション */
  .section_mission {
    column-gap:3% !important;
  }
  /* 協働 */
  .section_collabo::before,
  .section_collabo::after {
    display: none;
  }
  /* 声 */
  .voice_container p {
    font-size: 14px !important;
  }
  .voice_right .voice_container p {
    max-width: 210px !important;
  }
  .voice_right .voice_container p {
    left:44%;
  }
  /* 対談 */
  .section_inside .wp-block-cover img{
    height: 100%;
  }
  .section_inside .btn_default a.wp-block-button__link.wp-element-button::before{
    background: url(http://ace.wera.jp/wp-content/uploads/2025/06/arrow-03.png) no-repeat center/ contain;
    width: 45px;
    height: 45px;
  }
}

@media not all and (min-width: 782px){
  /* MV */
  .wp-block-columns.mv_section .vk_slider_item_container.container .message_h2 {
    margin-bottom: 0 !important;
  }
  .wp-block-columns.mv_section .vk_slider_item_container.container h1.mv_text {
    font-size: 32px !important;
  }
  .wp-block-columns.mv_section .vk_slider_item_container.container {
    margin-bottom: 70px;
  }
  /* メッセージ */
  .section_message {
    justify-content: flex-start;
    column-gap: 10% !important;
    background-position: 120% 100% !important;
    background-size: 50% !important;
    padding-top:80px !important;
    padding-bottom: 88px !important;
    row-gap: 0;
  }
  .title_h2 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    margin-bottom: 40px !important;
  }
  .title_h2:after {
    content: "" !important;
  }
  .title_h2:before {
    content: "MESSAGE";
    font-family: "Cormorant Garamond",serif;
    font-size:50px !important;
    font-weight: 500;
    line-height: 0.75;
    letter-spacing: 0.12em;
    color:#333;
    display: block;
    margin-bottom: 4px;
  }
  /* ミッション */
  .section_mission {
    padding-top: 132px !important;
    padding-bottom: 144px !important;
    background: #eef5f8;
  }
  .mission_text {
    padding-left: 20px;
  }
  .mission_text .title_h2:before {
    content: "MISSION";
  }
  .mission_img {
    margin-top: 0 !important;
    left:-20px;
    margin-bottom: 120px !important;
  }
  .mission_img figure.mission_img-left {
    position: relative;
    z-index: 2;
    width:68%;
  }
  .mission_img figure.mission_img-right {
    position: absolute;
    right: -40px;
    bottom: 0;
    transform: translateY(45px);
    z-index: 1;
    width:47%;
  }
  .section_mission .mission_img{
    margin-bottom: 80px !important;
    order:2;
    position: relative;
  }
  .mission_img-bottom {
    position: absolute;
    top: 48px;
    transform: translateY(-100%);
    right: calc(-1 * (100vw - 93.75%));
    /* width:70% !important; */
  }
  .mission_img-bottom img{
    width:70% !important;
  }
  .section_mission .mission_img figure.mission_img-top {
    width:70% !important;
  }

  .section_mission .mission_text {
    order:3;
  }
  .section_mission .mission_title {
    order:1;
  }
  .section_mission .mission_title .title_h2 {
    margin-left: 0 !important;
    padding-left: 20px;
  }
  /* jobs */
  .section_jobs {
    padding-top:240px
  }
  /* 協働 */
  .section_collabo::before {
    background: transparent;
  }
  .section_collabo::after {
    background: transparent;
  }
  .section_collabo .btn_default a.wp-block-button__link.wp-element-button {
    font-size: 13.2px !important;
  }
  .section_collabo .wp-block-button.btn_default {
    margin-top: 16px !important;
  }
  /* voice */
  .section_voice {
    padding-top: 60px;
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
  .section_voice .title_h2-jp + p {
    font-size: 15px !important;
  }
  .section_voice .voice_box .voice_left .voice_container h3 {
    margin-top: 30px;
    left:-28px;
  }
  .voice_right .voice_container p {
    left: 65%;
  }
  .voice_container p {
    top: 168px;
    left:0;
  }
  .voice_img figure{
    max-width: 410px !important;
    width:100%;
    margin-inline: auto;
  }
  .voice_btn .wp-block-button .wp-block-button__link {
    left: calc((100% - 410px) / 2);
    width: calc(59% - ((100% - 410px) * 0.5));
  }
  .section_voice .voice_box .voice_container h3 {
    left:0;
    margin-left:0;
}
  .section_voice .voice_right .voice_container p{
    left:-5px;
}
  /* 対談 */
  .section_inside {
    padding-top: 75px;
    padding-bottom:65px;
  }
  .title-h2-inside {
    margin-bottom: 32px !important;
  }
  .section_inside .btn_default a.wp-block-button__link.wp-element-button::before {
    background: url(http://ace.wera.jp/wp-content/uploads/2025/06/arrow-03.png) no-repeat center/cover;
  }
  .section_inside p {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
    font-size: 15px !important;
    font-family: " Noto Sans JP",sans-serif;
  }
  .section_inside .wp-block-cover.has-link {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .section_inside .wp-block-cover img {
    height: 100%;
  }
  .section_inside .wp-block-cover,
  .section_inside .wp-block-cover-image {
    min-height: 0;
  }
  
  /* topics */
  .section_topic {
    margin-bottom: 350px !important;
  }
  .section_topic .wp-block-column.topic_title_box {
    margin-right: max(calc((100vw - 450px) / 2), 20px);
    padding-top: 100px !important;
    padding-bottom: 48px !important;
  }
  .section_topic .topics_video {
    width: 75%;
    flex-direction: column;
    justify-content: center;
    padding-left: 0 !important;
    top: 256px;
  }
  .section_topic .wp-block-cover .wp-block-cover__image-background {
    height: auto !important;
  }
  .section_topic .wp-block-cover .wp-block-cover__background {
    height: 75% !important;
  }
  .section_topic .wp-block-cover-vk-link {
    height: 75% !important;
  }
  .section_topic .topics_video h3 {
    margin-bottom: 0 !important;
    margin-top: 7.5% !important;
  }
  .section_topic .topics_video h3 span.vk_highlighter:first-child {
    padding-inline: 0.6em !important;
  }
  .section_topic .topics_video h3 span.vk_highlighter:last-child {
    padding-inline: 0.6em !important;
  }
  .section_topic .topics_video::before {
    width:50px;
    height: 50px;
    top:35%;
  }
  h2.title-h2-en {
    margin-bottom: 24px !important;
  }
}

@media not all and (min-width: 768px){
  .section_mission .mission_img {
    margin-bottom: 70px !important;
  }
  .section_inside .btn_default a.wp-block-button__link.wp-element-button {
    color: #fff;
  }
  /* .voice_container p {
    top:139px !important;
  }
  .voice_right .voice_container p {
    top:113px !important;
    left:61%;
  } */
}

@media not all and (min-width: 620px) {
  h2.title-h2-en::before {
    font-size: 45px !important;
  }
  .voice_container p {
    top:139px !important;
  }
  .voice_right .voice_container p {
    top:113px !important;
  }
  .section_inside .btn_default a.wp-block-button__link.wp-element-button::before {
    background: url(http://ace.wera.jp/wp-content/uploads/2025/06/arrow-02.png) no-repeat center/cover;
  }
  .section_inside .btn_default a.wp-block-button__link.wp-element-button {
    color:#333;
  }
}

@media not all and (min-width: 576px){
  /* MV */
  .mv_section .wp-block-column .swiper.swiper-container {
    width:auto;
    height: 73vh !important;
  }
  .mv_section .vk_slider .swiper-wrapper .swiper-slide {
    height: 100% !important;
  }
  .wp-block-columns.mv_section .vk_slider_item_container.container h1.mv_text {
    font-size: 20px !important;
  }
  .wp-block-columns.mv_section {
    margin-left: 20px;
    padding-top: 55px !important;
  }

  /* スクロール */
  .scloll-line:before {
    font-size: 8px !important;
    bottom: 58px;
    left:-15px !important
  }
  .scloll-line:after {
    bottom:0;
  }
  .scloll-line {
    height: 48px;
    left:-10px !important;
    bottom:calc(27vh - 137px);
  }

  @keyframes lineMove {
    0% {
      bottom: 48px;
      height: 0;
    }
    20% {
      bottom: 0;
      height: 48px;
    }
    40% {
      bottom: 0;
      height: 0;
    }
    100% {
      bottom: 0;
      height: 0;
  }
  }

  /* メッセージ */
  .section_message {
    padding-top:20px !important
  }
  .title_h2:before {
    font-size:36px !important;
  }
  .section_message .wp-block-column:last-child p {
    font-size: 15px !important;
    line-height: 1.92 !important;
    margin-bottom: 24px;
  }
  .section_message .wp-block-column:last-child span.vk_inline-font-size {
    font-size:20px !important;
    line-height: 1.56;
  }
  .section_message .wp-block-column:last-child p.section_message_text-font22 {
    font-size: 18px !important;
    line-height: 2;
    margin-bottom: 32px !important;
  }
  .section_message .wp-block-column:last-child p.section_message_text-font28 {
    font-size: 22px !important;
    line-height: 1.57;
  }
  p.section_message_text-font22 span {
    padding-bottom: 2px;
  }

  /* ミッション */
  .section_mission {
    padding-top: 66px !important;
    padding-bottom: 72px !important;
  }
  .mission_text .mission_title-h3 {
    font-size: 19px !important;
    margin-bottom: 32px !important;
  }
  .mission_text p {
    font-size: 15px !important;
    margin-bottom: 24px !important;
  }
  .mission_text p:last-of-type {
    margin-bottom: 36px !important;
  }
  .title_h2-jp,
  .title_h2-jp code {
    font-size:28px !important;
    line-height: 1.5;
    margin-bottom: 32px !important;
  }
  /* 働き方 */
  .section_jobs {
    padding-top: 180px;
    padding-bottom: 120px;
  }
  .btn_jobs a.btn .vk_button_link_caption span.vk_button_link_txt {
    font-size: 18px !important;
  }
  .btn_jobs a.btn:before {
    left:5%;
  }
  .btn_para a.btn::before {
    left: 4%;
  }
  .title_h2-jp {
    margin-bottom: 36px !important;
  }
  /* 協働 */
  .section_collabo .title_h2-jp,
  .section_collabo .title_h2-jp code {
    margin-bottom: 16px !important;
  }
  .section_collabo-sp h3.collabo_h3 {
    font-size: 20px !important;
    position: relative;
    margin-bottom: 48px !important;
  }
  
  .collabo_text-sp p {
    font-size: 15px !important;
    margin-bottom: 24px !important;
  }
  .section_collabo {
    padding-bottom: 0;
  }
  .section_collabo-sp h3.collabo_h3:before {
    background: url(http://ace.wera.jp/wp-content/uploads/2025/06/collabo-sp-06.png) no-repeat left center / auto 100%;
    top: -35px;
  }
  .section_collabo-sp h3.collabo_h3:after {
    background: url(http://ace.wera.jp/wp-content/uploads/2025/06/collabo-sp-05.png) no-repeat right center / auto 100%;
    top: 0;
  }
  .wp-block-columns.collabo_text-sp {
    margin-top: 48px !important;
  }
  /* 声 */
  .section_voice .title_h2-jp + p {
    margin-bottom: 0 !important;
  }
  .voice_container p {
    font-size:14px !important
  }
  #post-1603 #people .voice_right {
    padding-top: 30px !important;
  }
  #post-1603 .section_voice .voice_box .voice_container {
    margin-top:0 !important;
  }
  /* 対談 */
  .title-h2-inside::before {
    font-size: 30px !important;
  }
  .section_inside h3 {
    font-size: 18px !important;
  }
  .section_inside .wp-block-cover p {
    font-size: 15px !important;
  }
  .section_inside .wp-block-cover img {
    width:auto !important;
    max-width: 100% !important;
    height: 100% !important;
  }
  .section_inside .wp-block-cover.has-link{
    padding-top: 40px !important;
    padding-bottom: 65px !important;
  }
  .section_inside .wp-block-cover.has-link {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 100% !important;
    width: auto !important;
  }
  .section_inside {
    padding-top:0 !important;
    padding-bottom:130px !important;
  }
  /* .section_inside {
    padding-top: 0;
    padding-bottom: 100px;
    margin-bottom: 80px;
  }
  .section_inside .wp-block-cover.has-link {
    padding-top: 40px !important;
    padding-bottom: 65px !important;
  } */
  /* トピック */
  h2.title-h2-en::before {
    font-size: 30px !important;
    top: -36px;
  }
  .topic_title_box p {
    font-size: 15px !important;
  }
  .section_topic .topics_video h3 {
    font-size: 16px !important;
    margin-top:0 !important;
    margin-bottom: 80px !important;
  }
  .section_topic .topics_video::before {
    top:25%;
  }
  .section_topic .wp-block-cover .wp-block-cover__image-background {
    height: 56% !important;
  }
  .section_topic {
    margin-bottom: 300px !important;
  }
  
  /* 応募 */
  .section_entry .wp-block-columns .entry_container {
    padding-top: 80px;
    top:-45px;
    width:80%;
  }
  .section_entry .entry_container p {
    font-size: 16px !important;
  }
  .section_entry {
    background-image: linear-gradient(180deg, #fff 20%, #eef5f8 20%)
  }
}

@media not all and (min-width: 470px){
  .title_h2:before {
    font-size:36px !important;
  }
  .voice_container p {
    left:-4px;
  }
  .section_jobs .btn_jobs a.btn {
    padding-top: 30px;
    padding-bottom: 20px !important;
  }
  .btn_jobs a.btn:before {
    display: none;
  }
  .btn_jobs a.btn::after {
    right:5%;
  }
}
@media not all and (min-width: 411px){
  .title_h2:before {
    font-size:36px !important;
  }
  .voice_btn .wp-block-button .wp-block-button__link{
    left:0;
  }
}

/* アニメーション */
/* 共通：fade up with delay */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}
.fade-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.8s ease-out;
}
.fade-right.is-show {
  opacity: 1;
  transform: translateX(0);
}
.fade-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s ease-out;
}
.fade-left.is-show {
  opacity: 1;
  transform: translateX(0);
}


/* zoom-in 基本 */
.zoom-in {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.8s ease-out;
}
.zoom-in.is-show {
  opacity: 1;
  transform: scale(1);
}

/* delay（順番に表示したいとき） */
.delay-100 {
  transition-delay: 0.1s;
}
.delay-200 {
  transition-delay: 0.2s;
}
.delay-300 {
  transition-delay: 0.3s;
}
.delay-400 {
  transition-delay: 0.4s;
}
.delay-600 {
  transition-delay: 0.6s;
}


/* =======================
弁護士として働く
======================= */
/* kv */
.site-body-container.container {
  max-width:100vw;
  padding-inline: 0 !important;
}
.main-section--col--two {
  width:100vw;
  float: none;
}
.section_kv {
  padding:0 !important;
  margin-bottom: 0 !important;
  gap:0 !important;
}
.section_kv .kv-img {
  width:93.75% !important;
  flex-basis: 93.75% !important;
}
.section_kv .kv-img .wp-block-cover {
  padding:0;
  position: relative;
  min-height: 460px;
  height: 100% !important;
}
.section_kv .kv-img .wp-block-cover .wp-block-cover__image-background {
  height: auto !important;
  min-height: 500px !important;
  width:auto !important;
}
.kv_title_h1 {
  font-family: "Shippori Mincho",serif;
  font-weight: 500;
  font-size: 48px !important;
  letter-spacing: 0.04em;
  margin-bottom: 48px !important;
}
.kv_title_h1::before {
  content: "[ LAWYER ]";
  font-family: "Cormorant Garamond",serif;
  font-weight: 600;
  font-size: 13px !important;
  letter-spacing: 0.12em;
  display: block;
  position: absolute;
  top:-70px;
  left:0;
}
.kv_p {
  font-family: "Shippori Mincho",serif;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 1.72;
  letter-spacing: 0.04em;
}
.section_kv .kv-img .wp-block-cover__inner-container {
  margin-left: 8.6%;
  margin-top: 45px;
}
/* エースとは */
.section_container {
  padding: 0 !important;
  gap:0 !important;
  margin-bottom: 0 !important;
}
.section_container .table_list {
  flex-basis:13.36% !important;
  margin-top: 100px;
}
.section_container .recruit_container {
  flex-basis:86.64% !important;
}
.recruit_container .box {
  padding: 100px 0 90px 8.3% !important;
  margin-bottom: 30px !important;
}
.recruit_container .box:first-child {
  padding-top: 120px !important;
}
.recruit_container .box:last-child {
  margin-bottom: 110px !important;
}
.recruit_container .box h2 {
  font-family: "Shippori Mincho",serif;
  font-weight: 600;
  font-size: 30px !important;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #bacad1;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 88px;
}
.recruit_container .box h2:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 60px;
  height: 1px;
  background-color:#333;
}
.recruit_container .box h3 {
  font-family: "Shippori Mincho",serif;
  font-weight: 500;
  font-size: 32px !important;
  line-height: 1.63;
  letter-spacing: 0.04em;
}
.recruit_container .box p {
  font-size: 16px !important;
  line-height: 2.2;
  letter-spacing: 0.02em;
  margin-bottom: 24px !important;
  /* padding-right: 20px; */
}
.recruit_container .box p:last-child {
  margin-bottom: 0 !important;
}
.recruit_container #cases.box h3.case-h3_title {
  margin-bottom: 16px !important;
}
.recruit_container .box h4 {
  font-family: "Shippori Mincho",serif;
  font-size: 24px !important;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 88px !important;
}
#case h3 {
  letter-spacing: 0.02em;
}
#case h3+h4 {
  letter-spacing: 0.02em;
}
.recruit_container .box .case_box {
  width: 100%;
  margin-bottom: 80px !important;
}
.recruit_container .box .case_box .wp-block-column:first-child {
  flex-basis: 53.8%;
}
.recruit_container .box .case_box .wp-block-column:last-child {
  flex-basis: 46.2%;
}
.recruit_container .box .case_box .wp-block-column:last-child figure {
  width:69%;
  max-width: 323px;
  margin-top: -40px;
}
.recruit_container .box .case_box blockquote {
  border-left: 5px solid #eef5f8 !important;
  background-color: transparent !important;
  padding: 7px 5px 7px 20px !important;
  margin-bottom: 58px !important;
}
.recruit_container .box .case_box blockquote h4 {
  font-family: "Noto Sans JP", Sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  letter-spacing: 0.04em;
  margin-bottom: 20px !important;
}
.recruit_container .box .case_box blockquote p {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.875;
  letter-spacing: 0.04em;
  margin-bottom: 0 !important;
}
.recruit_container .box .case_feature {
  margin-right: 8.3% !important;
  border-top: 1px solid #bacad1;
  padding-top:56px;
  padding-bottom:56px;
}
.recruit_container .box .case_feature:last-of-type {
  border-bottom: 1px solid #bacad1;
}
.recruit_container .box .case_feature h4 {
  font-family: "Noto Sans JP", Sans-serif;
  font-weight: 700;
  font-size: 22px !important;
  letter-spacing: 0.04em;
  margin-bottom: 40px !important;
  position: relative;
  padding-left: 45px;
}
.recruit_container .box .case_feature h4::before {
  content: "";
  width:7.5px;
  height: 7.5px;
  background: #4fa5d7;
  display: inline-block;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:0;
}
.recruit_container .box .case_feature p {
  margin-bottom: 0 !important;
  line-height: 1.875;
}
.recruit_container .box .case_feature + p{
  margin-top: 56px !important;
}
.none {
  display: none;
}
/* 報酬 */
#reward-system .box_container >.wp-block-columns {
  margin-bottom:40px;
}
#reward-system .reward_box {
  column-gap: 9% !important;
}
#reward-system .reward_box .wp-block-column:last-child {
  flex-basis: 54.8%;
}
#reward-system .reward_box .wp-block-column:first-child {
  flex-basis: 38%;
}
#reward-system .case_feature ul {
  margin-top: 40px;
}
#reward-system .case_feature ul li{
  letter-spacing: 0.04em;
}
#reward-system .case_feature {
  margin-bottom: 0 !important;
}
#reward-system .case_feature:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
#reward-system .wp-container-core-columns-is-layout-28f84493 {
  column-gap: 7.5% !important;
}
.reward_table-container {
  flex-basis: 50% !important;
}
.reward_system_container {
  flex-basis: 40.3% !important;
}
#reward-system .case_feature .wp-block-column:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#reward-system h3 + p {
  margin-bottom: 24px !important;
}
.reward_table-container {
  margin-top: 27px !important;
}
.reward_table th {
  background: #155677;
  color: #fff;
  padding: 13px 10px;
  font-size: 16px !important;
  letter-spacing: 0.08em;
  border-top:none !important;
}
.reward_table td {
  font-size: 16px !important;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 32px 10px;
}
.reward_table tr td:first-child {
  font-weight: 700;
  border-left: none !important;
}
.reward_table tr td:last-child {
  border-right: none !important;
}
.reward_table tbody tr:nth-child(2n+1) {
  background: #eef5f8;
}
.reward_table tbody tr:nth-child(2n) {
  background: #e3edf1;
}
.reward_table table:where(:not(.has-border-color)) td {
  border: 1px solid !important;
  border-color: #fff !important;
}
/*voice */
.recruit_container #voice.box p:first-child {
  font-family: "Shippori Mincho",serif !important;
  margin-bottom: 4px !important;
}
.recruit_container #voice.box .box_container h2+ .voice_box p{
  font-family: "Noto Sans JP",san-serif !important;
  margin-bottom: 0 !important;
  font-size: 18px !important;
  letter-spacing: 0.04em;
}
#voice .voice_box {
  margin-right: 8.3% !important;
  column-gap: 7.4%;
}
#voice .voice_left {
  flex-basis: 41.4%;
}
#voice .voice_left .wp-block-columns {
  position: relative;
}
#voice .voice_img {
  position: relative;
  z-index: 1;
  flex-basis: 95%;
}
#voice .voice_img figure{
  width:95% !important;
  margin-left: auto;

}
#voice .voice_container {
  flex-basis: 5%;
  position:absolute;
  top:0;
  left:0;
  z-index: 2;
  width: 100%;
}
#voice .voice_container p {
  font-family: "Noto Sans JP", Sans-serif !important;
  font-weight: 700;
  font-size: 17px !important;
  line-height: 2.11;
  letter-spacing: 0.04em;
}
#voice .voice_btn .wp-block-button .wp-block-button__link {
  left: 5%;
}
/* 採用 */
div#recruit .box_container .wp-block-columns {
  margin-right: 8.3% !important;
  column-gap: 7% !important;

}
div#recruit .container_img {
  flex-basis: 34.7% !important;
}
div#recruit .recruit_table {
  flex-basis: 56.7% !important;
}
.recruit_table td:first-child {
  font-weight: 700;
  padding: 20px !important;
}
.recruit_table td:last-child {
  padding:20px 20px 20px 5px;
}
.recruit_table tr:first-child td {
  border-top: none !important;
  border-bottom: none !important;
}
div#recruit .recruit_table td {
  font-size: 15px !important;
  line-height: 1.75;
}
/* entry */
#entry {
  margin-inline:13% !important;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0 !important;
}
#entry h2 {
  font-family: "Shippori Mincho",serif;
  font-weight: 600;
  font-size: 30px !important;
  line-height: 1.58;
  letter-spacing: 0.04em;
}
#entry p {
  margin-bottom: 48px !important;
  letter-spacing: 0.06em;
  line-height: 2.25;
}
#entry .wp-block-column {
  flex-basis: unset !important;
}
#entry .btn_default a.wp-block-button__link.wp-element-button::after {
  content: none;
}
/* .ace_people {
  gap: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 72px;
  background: #eef5f8
} */
.ace_people figure img{
  aspect-ratio: 320/406 !important;
}
.swiper-wrapper .swiper-slide .container figure{
  margin-bottom: 0 !important;
}
.entry_slider .vk_slider_item_container.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* スライダー */
.vk-marquee {
  overflow: hidden;
  width: 100vw;
  position: relative;
  padding-bottom: 72px;
  background: #eef5f8;
}

.vk-marquee__track {
  display: flex;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  animation: vk-scroll-left 30s linear infinite;
  -webkit-animation: vk-scroll-left 30s linear infinite;
}

.vk-marquee__slide {
  flex-shrink: 0;
  width: 25%;
  margin-right: 0;
}

.vk-marquee__slide img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 320 / 406;
}

@keyframes vk-scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}



@media not all and (min-width: 993px){
  /* kv */
  .section_kv .kv-img .wp-block-cover .wp-block-cover__image-background  {
    width:100% !important;
  }
  /* voice */
  .voice_btn .wp-block-button .wp-block-button__link {
    font-size: 12px !important;
    padding-inline: 10px !important;
  }
  #voice .box_container .voice_container p {
    top:25px;
    font-size: 16px !important;
  }
}


@media not all and (min-width: 782px) {
  .section_container.wp-block-columns:not(.is-not-stacked-on-mobile)> .recruit_container.wp-block-column {
    flex-basis: 93.75% !important;
  }
  .section_container.wp-block-columns:not(.is-not-stacked-on-mobile)> .table_list.wp-block-column {
    flex-basis: 6.25% !important;
  }
  .section_container .table_list ul.table_list_box {
    display: none;
  }
  .recruit_container .box .box_container p {
    padding-right: 20px;
  }
  .recruit_container .box .case_feature p {
    padding-right: 20px;
  }
  .recruit_container .box .case_box {
    margin-bottom: 56px !important;
  }
  /* kv */
  .kv_title_h1 {
    font-size: 30px !important;
    margin-bottom: 30px;
  }
  .kv_title_h1::before {
    top:-40px;
  }
  .kv_p {
    font-size: 16px !important;
  }
  .kv-img {
    background: url(http://ace.wera.jp/wp-content/uploads/2025/06/lawyer-sp.jpg) no-repeat center / cover;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px !important;
  }
  .kv-img h1 {
    font-size: 26px !important;
    margin-bottom: 8px !important;
    margin-top: 24px !important;
  }
  .kv_title_h1::before {
    top:-35px;
  }
  .section_kv .wp-block-column:first-child {
    flex-basis: 6.25% !important;
  }
  .section_kv .wp-block-column:last-child {
    flex-basis: 93.75% !important;
  }
  /* idea */
  .recruit_container .box:first-child {
    padding-top: 40px !important;
  }
  .recruit_container .box h2 {
    margin-bottom: 40px !important;
  }
  .recruit_container .box h3 {
    font-size: 22px !important;
  }
  .recruit_container .box {
    padding: 60px 0 40px 7% !important;
    margin-bottom: 30px !important;
  }
  /* cases */
  .recruit_container .box .case_box .wp-block-column:last-child figure {
    margin-top: 40px !important;
  }
  .recruit_container #cases h4 {
    font-size: 18px !important;
    /* padding-left: 22px; */
    margin-bottom: 24px !important;
  }
  .recruit_container .box .case_feature h4 {
    font-size: 20px !important;
  }
  /* 報酬 */ 
  .reward_table {
    margin-right: 20px;
  }
  /* voice */
  .voice_img figure{
    max-width: 410px !important;
    width:100%;
    margin-inline: auto;
  }
  #voice .voice_btn .wp-block-button .wp-block-button__link {
    left: calc((100% - 410px) / 2);
  }
  /* recruit */
  div#recruit .container_img figure,
  .ace_people figure {
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }
  #entry h2 {
    font-size: 19px !important;
  }
  .recruit_container .box .case_box blockquote {
    margin-bottom: 24px !important;
  }
  .recruit_container .box .case_box figure {
    margin-bottom: 24px !important;
    margin-inline: auto !important;
    max-width: 323px;
  }
  .recruit_container #cases .case_feature {
    margin-right: 0 !important;
  }
  .recruit_container #cases .case_feature-h4 {
    line-height: 1.75;
  }
  .recruit_container #cases .case_feature-h4:before {
    top:17px;
  }
  .recruit_container .box h3 {
    font-size: 22px !important;
  }
  .recruit_container #reward-system .case_feature {
    margin-right: 0 !important;
  }
  .recruit_container #reward-system .case_box figure {
    max-width: 323px;
  }
  .reward-system-list {
    font-size: 16px !important;
  }
  .reward_table th {
    font-size: 13px !important;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  div#recruit .container_img {
    flex-basis: 100% !important;
  }
  .reward_table tr td {
    font-size: 13px !important;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .recruit_container .box:last-child {
    margin-bottom: 60px !important;
  }
  #voice .voice_img {
    margin-bottom: 24px;
}
}

@media not all and (min-width: 576px){
  .section_kv {
    padding-top: 54px !important;
  }
  .kv-img {
    min-height: 300px;
    padding-top: 66px;
  }
  .kv-img h1 {
    font-size: 26px !important;
    margin-bottom: 8px !important;
    margin-top: 24px !important;
  }
  .section_container.table_container .table_list {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .kv_title_h1::before {
    top:-35px;
  }
  #voice .voice_container p {
    font-size: 14px !important;
    top: 30px !important;
  }
  #voice .voice_btn .wp-block-button .wp-block-button__link {
    left: 0;
  } 
  .recruit_container .box h2{
      font-size: 24px !important;
    }
  .recruit_container .box h2 {
    padding-bottom: 16px !important;
    margin-bottom: 40px !important;
  }
  .recruit_container .box h3 {
    font-size: 22px !important;
  }
  .recruit_container .box h4 {
    font-size: 20px !important;
    margin-bottom: 40px !important;
  }
  div#recruit .container_img {
    flex-basis: 100% !important;
  }
  .recruit_container #cases h4 {
    font-size: 17px !important;
    letter-spacing: 0.03em;
  }
  div#recruit .container_img figure {
    max-width: 338px;
  }
  .recruit_container #cases.box h3.case-h3_title {
    margin-bottom: 8px !important;
  }
  .recruit_container .box .case_box figure {
    max-width: 200px;
  }
  .recruit_table td:first-child {
    padding:20px 10px 20px;
  }
  div#recruit .recruit_table td {
    font-size: 14px !important;
  }
  .recruit_table td:first-child {
    padding: 20px 10px 20px !important;
    width: 30%;
  }
  
  #entry {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #entry h2 {
    font-size: 24px !important;
  }
  .entry_slider .swiper-wrapper .vk_slider_item-background-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .entry_slider .swiper-wrapper .wp-block-image img {
    width:100vw !important;
    max-width: none !important;
    margin-left: calc((100% - 100vw)/2) !important;
  }
  /* スライダー */
  .vk-marquee__slide {
    width:40%;
  }
}

/* =======================
目次
======================= */
.section_container .table_list{
  width: 13.36% !important;
}
.section_container .table_list ul {
  position: static !important;
  list-style: none;
  padding: 0;
  padding-left: 16px;
  margin: 0;
}
.section_container .table_list ul.fixed {
  position: fixed !important;
  top: 112px;
  z-index: 2;
  background: #eef5f8;
  width: 13.36% !important;
}
.section_container .table_list ul.stop {
  position: absolute !important;
  top: auto;
  bottom: 0;
  width: 13.36%;
}  

.section_container .table_list ul.fixed.para_list {
  background: #f4ede4;
  position: fixed;
  top: 112px;
  z-index: 2;
  width: 13.36%;
}
.section_container .table_list ul.stop.para_list {
  position: absolute !important;
  bottom: 0;
}
.table_list_box .list_item a {
  color: #777;
  font-weight: 500;
  font-size: clamp(0.563rem, 0.268rem + 0.6vw, 0.75rem) !important;
  text-decoration: none;
  padding: 16px 0;
  letter-spacing: 0.04em;
  transition: all 0.3s;
  padding-left: 8px;
  position: relative;
}
.table_list_box .list_item a:hover {
  color: #000;
}
.table_list_box .list_item.active a {
  color: #333 !important;
  font-weight: bold !important;
  transition: all 0.6s;
}
.table_list_box .list_item::before {
  content: "";
  width:8px;
  height: 8px;
  background-color: #bacbd2;
  border-radius: 50%;
  display: inline-block;
  position:relative;
  z-index: 2;
  transition: all 0.6s;
}
.table_list_box .list_item a::before {
  content: "";
  width:1px;
  height: 36px;
  background: #dee8ec;
  display: block;
  position: absolute;
  top:-14px;
  left: -4.5px;
  z-index: 1;
  transition: all 0.6s;
}
.table_list_box .list_item:first-child a::before {
  height: 20px;
  top:0px;
}
.table_list_box .list_item:last-child a::after {
  content: "";
  width:1px;
  height: 20px;
  background: #dee8ec;
  display: block;
  position: absolute;
  top:32px;
  left: -4.5px;
  z-index: 1;
}
.table_list_box .list_item.active::before {
  background-color: #333;
}
.table_list_box .list_item:hover::before {
  background-color: #000;
}
#post-1613 .table_list_box li.list_item {
  padding-top: 3px;
  padding-bottom: 3px;
}
#post-1613 .table_list_box .list_item:first-child a:last-child:before {
  display: none;
}
#post-1613 .table_list_box .list_item:first-child a::before {
  height: 24px;
}


@media not all and (min-width: 782px){
  .none {
    display: inline-block;
  }
  ul.fixed {
    display: none;
  }
  ul.stop {
    display: none;
  }
  ul.table_list_box{
    display: none;
  }
  ul.para_list {
    display: none;;
  }
  .section_container.table_container .table_list {
    background-color: #fff;
    max-width:93.75% !important;
    margin-top: 0 !important;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section_container.table_container .table_list .vk_accordion {
    border-bottom: none !important;
  }
  .section_container.table_container .vk_accordion-trigger .vk_accordion-toggle-open {
    border-bottom: none !important;
  }
  .section_container.table_container {
    justify-content: flex-end;
    border-bottom: 10px solid #eef5f8;
    margin-bottom: 0 !important;
  }
  .section_container.table_container h2 {
    font-size:16px !important;
  }
  .section_container.table_container h2::before {
    content: "";
    width:17px;
    height: 12px;
    background: url(http://ace.wera.jp/wp-content/uploads/2025/06/icon.png) no-repeat center/contain;
    display: inline-block;
    margin-right: 0.5em;
  }
  ul.law_list,
  ul.toc_list {
    width:85%;
    margin-inline: auto !important;
    padding: 10px 8% 10px 12% !important;
    background: #eef5f8;
    list-style-type: disc !important;
  }
  ul.toc_list {
    background: #f4ede4;
  }
  ul.toc_list li.list_item {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .wp-block-vk-blocks-accordion-target {
    padding:0;
  }
  ul.table_container li.list_item::before {
    content: none;
  }
  ul.table_container li.list_item a::before {
    content: none;
  }
  ul.table_container li.list_item a {
    font-size: 16px !important;
    letter-spacing: 0.04em;
    padding-top: 24px;
    padding-bottom: 24px;
    text-decoration: none;
    color: #333;
  }
  ul.table_container li.list_item a:hover {
    opacity: 0.6;
  }
  ul.table_container li.list_item {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .section_container.table_container h2 {
    max-width:85% !important;
    text-align: left;
    margin-inline: auto;
  }
  .recruit_container h2 {
    font-size: 24px !important;
  }
  div#recruit .recruit_table {
    flex-basis: 100% !important;
  }
  div#recruit .container_img figure {
    max-width: 338px;
  }
  .recruit_table td:first-child {
    padding:20px 10px 20px;
  }
  .recruit_container #voice.box p:first-child {
    font-size: 15px !important;
  }
  .recruit_container #voice.box .box_container h2+ .voice_box p {
    font-size: 14px !important;
  }
  .recruit_table tr:first-child td {
    border-bottom: none !important;
  }
  #entry {
    margin-inline: 6.25% !important;
    flex-wrap: wrap !important;
  }
  #entry p {
    margin-bottom: 24px !important;
  }
  #entry .btn_default {
    justify-content: center;
  }
  .section_container.table_container .table_list ul.fixed {
    position: static;
  }
  .table_list_box.table_container .list_item:last-child a::after {
    content: none;
  }
}
@media not all and (min-width: 576px){
  ul.table_container li.list_item {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  ul.table_container li.list_item a {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}



/* パラリーガル */
#post-1613 .para_list .list_item::before {
  background-color: #D3AE7E;
}
#post-1613 .para_list .list_item a::before {
  background: #E6CCAA;
}
#post-1613 .para_list .list_item a br {
  padding-left: 1em !important;
}
#post-1613 .para_list .list_item:nth-child(2) a::before {
  top: -34px;
  height: 57px;
}
#post-1613 .para_list .list_item:last-child a::after {
  background: #E6CCAA;
  top:28px;
}


/* =======================
パラリーガルページ
======================= */
.custom-beige {
  --wp--preset--color--background: #F4EDE4 !important;
  background-color: #F4EDE4 !important;
}


/* kv */
#post-1613 .kv_title_h1::before {
  content: "";
}
.section_kv .kv-img .wp-block-cover {
  min-height: 460px;
}
/* パラリーガルとは */
#post-1613 .recruit_container #idea.box h3 {
  font-size: 29px !important;
}
/* 仕事内容役割 */
#post-1613 .recruit_container .box h2 {
  border-bottom: 1px solid #DECCB4 !important;
}
#post-1613 .box .case_box .wp-block-column:last-child figure {
  width:93%;
  margin-top: 0 !important;
  max-width: 420px;
}
#post-1613 .recruit_container #cases.box h3 {
  font-size: 30px !important;
  letter-spacing: 0.03em;
}
#post-1613 .recruit_container #cases h4:first-child {
  margin-bottom: 48px !important;
}
#post-1613 #cases .para-h4 {
  padding-left: 45px;
}
#post-1613 #cases .case_feature p {
  margin-bottom: 24px !important;
}
#post-1613 .recruit_container #cases .case_box blockquote h4 {
  margin-bottom: 16px !important;
}
#post-1613 .recruit_container #cases .case_box blockquote {
  border-left: 5px solid #f4ede4 !important;
}
#post-1613 .recruit_container #cases .case_feature h4::before,
#post-1613 .recruit_container #career .case_feature h4::before {
  background: #DDA359;
}
#post-1613 .recruit_container .box .case_feature:last-of-type {
  border-bottom: none;
}

/* 成長・OJT */
#post-1613 #reward-system .reward_box .wp-block-column:first-child,
#post-1613 #career .reward_box .wp-block-column:first-child  {
  flex-basis:  50%;
}
#post-1613 #reward-system .reward_box .wp-block-column:last-child,
#post-1613 #career .reward_box .wp-block-column:last-child {
  flex-basis:  46%;
}

/* キャリア */
#post-1613 #career .reward_box {
  margin-bottom: 64px !important;
}
#post-1613 #career .case_feature ul {
  margin-top: 40px;
}
#post-1613 .reward_table th {
  background: #DDA359;
}
#post-1613 .reward_table tbody tr:nth-child(2n+1) {
  background: #f4ede4;
}
#post-1613 .reward_table tbody tr:nth-child(2n) {
  background: #DECCB4;
}
#post-1613 #career .reward_table tbody tr td:last-child {
  max-width: 330px !important;
}

#post-1613 #career .reward_table table {
  width: 80%;
  border-collapse: collapse;
  table-layout: fixed;
}

#post-1613 #career .reward_table th,
#post-1613 #career .reward_table td {
  border: 1px solid #ccc;
  padding: 13px 12px;
  text-align: center;
}
#post-1613 #career .reward_table td {
  padding: 33px 12px;
}

/* 列幅の調整 */
#post-1613 #career .reward_table th:nth-child(1),
#post-1613 #career .reward_table td:nth-child(1), /* 年次 */
#post-1613 #career .reward_table th:nth-child(2),
#post-1613 #career .reward_table td:nth-child(2), /* 月額 */
#post-1613 #career .reward_table th:nth-child(3),
#post-1613 #career .reward_table td:nth-child(3), /* 賞与 */
#post-1613 #career .reward_table th:nth-child(4),
#post-1613 #career .reward_table td:nth-child(4)  /* 年収目安 */
{
  width: 5%; /* 好みで調整可 */
}

/* 主な役割列だけ少し狭く */
#post-1613 #career .reward_table th:nth-child(5),
#post-1613 #career .reward_table td:nth-child(5) {
  width: 10%; /* ほかより少し狭めに */
}
#post-1613 #career .reward_table {
  margin-bottom: 48px;
}

/* 声 */
#post-1613 #voice .voice_container {
  left:-15px;
}
/* フッター */
#post-1613 .vk-marquee,
.page-id-1613 div#breadcrumb.breadcrumb,
.page-id-1613 .site-footer {
  background: #f4ede4;
}

@media not all and (min-width: 826px){
  #post-1613 #voice .box_container h2+ .voice_box p {
    font-size: 15px !important;
  }
  #post-1613 .recruit_container .box p {
    font-size: 15px !important;
  }
  #post-1613 .section_container.table_container {
    border-bottom: 10px solid #f4ede4;;
  }
}

@media not all and (min-width: 782px){
  #post-1613 .kv-img {
    background: url(http://ace.wera.jp/wp-content/uploads/2025/07/para_img-sp.png) no-repeat center/cover ;
  }
  #post-1613 .kv_title_h1 {
    margin-top: 48px !important;
  }
  #post-1613 #career .reward_table table {
    width: 100%;
  }

  #post-1613 #career .reward_table th,
  #post-1613 #career .reward_table td {
    font-size: 11px !important;
    padding: 8px;
  }
  #post-1613 #career .reward_table th:nth-child(5),
  #post-1613 #career .reward_table td:nth-child(5) {
  width: 8%; /* ほかより少し狭めに */
}
}

@media not all and (min-width: 576px) {
  #post-1613 #idea h2 {
    font-size: 22px !important;
  }
  #post-1613 #career .case_feature {
    margin-right: 0 !important;
  }
  #post-1613 .recruit_container #idea.box h3 {
    font-size: 19px !important;
  }
  #post-1613 .recruit_container #cases h4:first-child {
    font-size: 20px !important;
    margin-bottom: 24px !important;
    padding-left: 0;
  }
  #post-1613 .recruit_container #cases .case_box blockquote h4 {
    font-size: 16px !important;
  }
  #post-1613 #cases .para-h4 {
    font-size: 18px !important;
    padding-left: 45px !important;
    line-height: 1.75;
  }
  #post-1613 #cases .para-h4::before {
    top:19px;
  }
  #post-1613 #cases .case_feature p {
    margin-bottom: 24px !important;
  }
  #post-1613 .recruit_container .box .case_feature h4 {
    font-size: 20px !important;
  }
  #post-1613 .recruit_container #cases.box h3 {
    font-size: 22px !important;
  }
  #post-1613 .recruit_container #voice h2 {
    font-size: 20px !important;
  }
  #post-1613 #voice .box_container h2+ .voice_box p {
    font-size: 14px !important;
  }
  #post-1613 .reward_table tr td {
    font-size: 11px !important;
    padding-inline: 4px !important;
  }
  #post-1613 #recruit .para_recruit-p {
    padding-right: 0;
    font-size: 14px !important;
  }
}



/* =======================
採用ページ
======================= */
.page-id-1628 .site-body-container.container {
  margin-inline: max(calc((100vw - 100%)/2),20px);
  margin-top: 40px;
  margin-bottom: 40px !important;
}


