@charset "UTF-8";
/* ------------------------------
  Breakpoints (Bootstrap準拠)
------------------------------ */
/* ------------------------------
  Colors
------------------------------ */
/* ------------------------------
  Mixins (あなたの命名を維持)
  sp  : <=575.98
  tab : <=767.98
  pc  : <=991.98
  bigpc: <=1199.98
  xlpc: >=1200（必要なら）
------------------------------ */
/* Lightning columns breakpoint override */
@media (max-width: 1200px) {
  .bigpc-resize {
    flex-direction: column;
    row-gap: 2rem !important; }

  .bigpc-resize > .wp-block-column {
    width: 100%;
    flex-basis: auto; } }
@media (max-width: 992px) {
  .pc-resize {
    flex-direction: column;
    row-gap: 2rem !important; }

  .pc-resize > .wp-block-column {
    width: 100%;
    flex-basis: auto; } }
@media (max-width: 781px) {
  .tab-resize {
    flex-direction: column; }

  .tab-resize > .wp-block-column {
    width: 100%;
    flex-basis: auto; } }
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1600px !important; }

:is(.alignfull,.alignwide):where(:not(.is-layout-flex)) > :is(div[class*=wp-container-],div[class*=wp-block-],div[class*=vk_],.alert,:where(:is(h1,h2,h3,h4,h5,h6))):where(:not(.alignfull,.alignwide,.wp-block-cover__background,.wp-block-cover__image-background,.wp-block-column,.vk_outer,.vk_slider_wrapper,.vk_gridcolcard_item,.swiper-wrapper,.swiper-pagination,.is-content-justification-right,.is-content-justification-left)) {
  max-width: 1600px !important; }

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  visibility: hidden !important; }

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::after,
.scroll-hint-shadow-wrap.is-left-scrollable::after {
  visibility: hidden !important; }

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  visibility: hidden !important; }

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::before,
.scroll-hint-shadow-wrap.is-right-scrollable::before {
  visibility: hidden !important; }

/* ------------------------------
  Breakpoints (Bootstrap準拠)
------------------------------ */
/* ------------------------------
  Colors
------------------------------ */
/* ------------------------------
  Mixins (あなたの命名を維持)
  sp  : <=575.98
  tab : <=767.98
  pc  : <=991.98
  bigpc: <=1199.98
  xlpc: >=1200（必要なら）
------------------------------ */
/* ------------------------------
  Lightning/VKのコンテナ幅調整
  ※必要に応じて値は変更OK
------------------------------ */
/* Bootstrap互換の目安 */
@media (min-width: 576px) {
  :root {
    --vk-width-container: 540px; }

  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  :root {
    --vk-width-container: 720px; }

  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  :root {
    --vk-width-container: 960px; }

  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  :root {
    --vk-width-container: 1440px; }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1440px; } }
/* ------------------------------
  Breakpoints (Bootstrap準拠)
------------------------------ */
/* ------------------------------
  Colors
------------------------------ */
/* ------------------------------
  Mixins (あなたの命名を維持)
  sp  : <=575.98
  tab : <=767.98
  pc  : <=991.98
  bigpc: <=1199.98
  xlpc: >=1200（必要なら）
------------------------------ */
/* ------------------------------
  Gutenberg Columnsの挙動調整
  - 設計軸：Bootstrap 768px
  - WPコア：max-width:781px のstackをパッチで潰す
------------------------------ */
/* ↓ここから下に、フロント専用の追記を書いてOK */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background: #fff; }
  .admin-bar header {
    top: 32px; }

html {
  font-size: 62.5%;
  /* デフォルトの16pxを10pxにする */
  scroll-padding-top: 100px; }

html:has(#vk-mobile-nav.vk-mobile-nav-open) {
  overflow: hidden; }

body {
  font-size: 1.6rem;
  line-height: 1.7;
  background-color: transparent;
  padding-top: 67px; }
  body.admin-bar {
    padding-top: calc(67px + 32px); }
  body .last-section {
    padding-bottom: 20rem !important; }

.no-after:after {
  content: none !important; }

.no-before:before {
  content: none !important; }

.page_top_btn {
  box-shadow: none;
  background: #D70C18;
  background-image: var(--ver_page_top_button_url);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity .3s;
  z-index: 999;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 100px; }

.scrolled .page_top_btn {
  opacity: 0.6 !important; }

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8; }

@media (max-width: 991.98px) {
  .pc-left {
    text-align: left !important; } }

@media (max-width: 575.98px) {
  .sp-left {
    text-align: left !important; } }

.small {
  font-size: 1.3rem !important; }

hr.wp-block-separator {
  border-color: #D70C18 !important;
  border-top-width: 0.5px;
  width: 90%;
  margin: 5rem auto; }

p, td {
  font-size: 1.6rem;
  line-height: 1.7; }

h1, h2, h3, h4, h5 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  border: none;
  background-color: transparent;
  border: none;
  font-size: inherit; }
  h1:before, h2:before, h3:before, h4:before, h5:before {
    content: none; }
  h1:after, h2:after, h3:after, h4:after, h5:after {
    content: none; }

a[target="_blank"]:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  /*指定しないと表示されない*/
  padding-left: .3em;
  /*文字とアイコンの間に隙間*/ }

a:hover {
  color: #000; }

li {
  list-style: none; }
  li a:hover {
    color: #F2A900; }

p a {
  text-decoration: underline !important; }
  p a:hover {
    color: #F2A900; }

a {
  text-decoration: none !important;
  cursor: pointer;
  color: #2f2f2f; }
  a p {
    color: #2f2f2f; }

.category-area {
  max-width: 1600px !important;
  margin: 0 auto; }

.sub-section--col--two {
  width: 28%; }
  .sub-section--col--two aside {
    padding: 0 0 0 2rem; }
  @media (max-width: 767.98px) {
    .sub-section--col--two {
      width: 100%; } }
  .sub-section--col--two li a {
    font-size: 16px; }
    .sub-section--col--two li a:hover {
      background-color: #fff !important;
      color: #F2A900; }
  .sub-section--col--two .sub-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5px;
    background: -webkit-linear-gradient(45deg, #F2A900 25%, #D70C18 80%);
    background: linear-gradient(45deg, #F2A900 25%, #D70C18 80%);
    border: none;
    width: 100%; }

.entry-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1px; }

.media-title {
  font-size: 24px !important;
  font-weight: 500 !important; }
  @media (max-width: 767.98px) {
    .media-title {
      font-size: 20px !important; } }

.vk_post_btnOuter a.vk_post_btn {
  font-size: 1.3rem;
  cursor: pointer;
  border-radius: 100px !important;
  padding: 1rem 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  gap: 1rem;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background-color: #D70C18;
  background-size: 200% 100%;
  background-position: 0% 50%;
  transition: background-color 0.45s ease, background-position 0.6s ease;
  z-index: 0; }
  .vk_post_btnOuter a.vk_post_btn:hover {
    opacity: 1;
    background-color: #F2A900;
    color: #fff !important;
    filter: none;
    color: #fff; }

ul.page-numbers li {
  font-size: 18px; }
  ul.page-numbers li a:hover {
    background-color: #fff;
    color: #F2A900; }
  ul.page-numbers li span.page-numbers.current {
    color: #000;
    background-color: #fff !important;
    border-bottom: 2px solid #D70C18 !important; }

ul.page-numbers li:first-child > .page-numbers {
  border-radius: 0; }

ul.page-numbers li a, ul.page-numbers li span.page-numbers {
  border: none;
  padding: 1rem 1rem 0; }

.vk_post .vk_post_date {
  font-size: 15px !important; }
.vk_post .vk_post_btn {
  margin-top: 15px;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  background: #fff;
  color: #2f2f2f;
  font-weight: 500;
  border: 2px solid #2f2f2f; }
  .vk_post .vk_post_btn:hover {
    background: #2f2f2f;
    color: #fff;
    opacity: 1; }

.next-prev .card {
  border: none !important; }

.next-prev-prev.card-horizontal .card-body {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: flex-start; }

.vk_post_title_new {
  display: none; }

.next-prev-prev.card-horizontal .card-body:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: bold;
  position: absolute;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.1);
  top: calc(50% - 1.5rem);
  left: 1rem; }

.next-prev-prev.card-horizontal.vk_post .card-body .vk_post_title a {
  display: block;
  padding: 1.5rem 1.0rem 1.5rem 3.5rem; }
  .next-prev-prev.card-horizontal.vk_post .card-body .vk_post_title a:hover {
    color: #F2A900 !important; }

.next-prev-next.card-horizontal .card-body {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: flex-end; }

.next-prev-next.card-horizontal .card-body:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  position: absolute;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.1);
  top: calc(50% - 1.5rem);
  right: 1rem; }

.next-prev-next.card-horizontal.vk_post .card-body .vk_post_title a {
  display: block;
  padding: 1.5rem 3.5rem 1.5rem 1.0rem; }
  .next-prev-next.card-horizontal.vk_post .card-body .vk_post_title a:hover {
    color: #F2A900 !important; }

.stretch-img figure {
  height: 100% !important; }
  .stretch-img figure img {
    height: 100% !important;
    object-position: 30%;
    object-fit: cover; }
.stretch-img wp-block-image img:not([style*=object-fit]) {
  height: 100% !important; }

@includ tab {
  body.admin-bar {
    padding-top: calc(67px + 46px); } }
:root :where(.is-layout-flex) {
  gap: 60px; }

.site-footer {
  position: relative; }
  .site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: -webkit-linear-gradient(45deg, #F2A900 25%, #D70C18 80%);
    background: linear-gradient(45deg, #F2A900 25%, #D70C18 80%); }

footer .site-footer-copyright p:nth-child(2) {
  display: none !important; }

.footer-nav {
  border-bottom: 0; }

.site-footer-copyright {
  padding: 1rem; }
  .site-footer-copyright p {
    color: #939393;
    font-size: 1.2rem; }

.site-footer-content ul {
  display: flex; }

.footer-list li {
  padding: 0 2rem;
  border-right: 1px solid #000; }
  .footer-list li:last-child {
    border: none; }
@media (max-width: 575.98px) {
  .footer-list {
    justify-content: center !important; } }

.no-opacity:hover {
  opacity: 1; }

.sub-title {
  font-size: 1.4em;
  font-weight: 500; }

.breadcrumb {
  border: none; }

.text-area {
  padding: 60px 5vw; }
  @media (max-width: 575.98px) {
    .text-area {
      padding: 10px 5vw 50px; } }

.poppin {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.3 !important; }

@media (max-width: 767.98px) {
  .wp-block-columns {
    flex-wrap: wrap !important; } }
@media (max-width: 767.98px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important; } }

#menu-com-menu, #menu-recruit-menu, #menu-ser-menu {
  list-style: none !important; }
  #menu-com-menu li, #menu-recruit-menu li, #menu-ser-menu li {
    padding: 18px 0;
    position: relative;
    border-bottom: solid 1px #F2A900;
    margin: 0; }
    #menu-com-menu li:after, #menu-recruit-menu li:after, #menu-ser-menu li:after {
      pointer-events: none;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -15px;
      content: "";
      background-color: #2f2f2f;
      display: inline-block;
      height: 2.2rem;
      width: 2.2rem;
      -webkit-mask: url("../images/arrow.svg");
      mask: url("../images/arrow.svg");
      -webkit-mask-size: cover;
      mask-size: cover;
      vertical-align: middle; }
    #menu-com-menu li a, #menu-recruit-menu li a, #menu-ser-menu li a {
      color: #2f2f2f;
      font-size: 1.1em;
      display: block;
      height: 100%;
      width: 100%; }
  #menu-com-menu li.current-menu-item a, #menu-recruit-menu li.current-menu-item a, #menu-ser-menu li.current-menu-item a {
    color: #F2A900; }
  #menu-com-menu li.current-menu-item:after, #menu-recruit-menu li.current-menu-item:after, #menu-ser-menu li.current-menu-item:after {
    background-color: #F2A900; }

#menu-recruit-menu li {
  border-bottom: solid 1px #fff; }
  #menu-recruit-menu li:after {
    background-color: #fff; }
  #menu-recruit-menu li a {
    color: #fff; }

.bl-g {
  font-size: 1.6em;
  border-left: solid 5px;
  color: #2f2f2f;
  font-weight: 500;
  border-image: linear-gradient(#007A59, #C1DB81) 1;
  padding: 0 0 0 15px;
  margin: 70px 0 25px 0 !important; }

/*========= グロナビドロップダウン ===============*/
#site-header-container {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-right: 9rem; }
  @media (max-width: 767.98px) {
    #site-header-container {
      padding-right: 6rem; } }
  @media (max-width: 575.98px) {
    #site-header-container {
      align-items: flex-start !important;
      padding-right: 4rem;
      padding-bottom: 2rem !important;
      padding-top: 2rem !important; } }
  #site-header-container .logo img {
    margin-right: clamp(1rem, 1vw, 1.6rem); }
  #site-header-container .logo a {
    display: flex;
    align-items: center; }
    #site-header-container .logo a img {
      width: 280px; }
      @media (max-width: 767.98px) {
        #site-header-container .logo a img {
          width: 250px; } }
      @media (max-width: 575.98px) {
        #site-header-container .logo a img {
          width: 190px; } }
    #site-header-container .logo a p {
      margin: 0.5rem 0 0 0 !important;
      font-weight: 700;
      font-size: clamp(1.4rem, 3vw, 1.6rem); }
      @media (max-width: 575.98px) {
        #site-header-container .logo a p {
          margin: 0 !important;
          margin-top: 3px !important;
          display: block !important; } }
  #site-header-container .nav-entry {
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    background: linear-gradient(90deg, #f2a900 0%, #d70c18 100%);
    /* hover用の単色レイヤー */
    /* 中身を前に */ }
    @media (max-width: 575.98px) {
      #site-header-container .nav-entry {
        display: none !important; } }
    #site-header-container .nav-entry::before {
      content: "";
      position: absolute;
      inset: 0;
      background: #F2A900;
      opacity: 0;
      transition: opacity .35s ease;
      z-index: 0; }
    #site-header-container .nav-entry:hover::before {
      opacity: 1; }
    #site-header-container .nav-entry p {
      position: relative;
      z-index: 1;
      font-family: "Poppins", sans-serif;
      letter-spacing: 0.2px;
      font-weight: 500;
      font-size: clamp(1.5rem, 3vw, 1.8rem) !important;
      margin: 0;
      text-align: center;
      padding: 0.7rem 3.2rem;
      color: #fff; }
      @media (max-width: 575.98px) {
        #site-header-container .nav-entry p {
          padding: 0.7rem 1.7rem; } }
  #site-header-container .vk-mobile-nav-menu-btn {
    position: inherit; }

.vk-mobile-nav {
  display: none !important; }

.vk-mobile-nav__body {
  position: relative;
  z-index: 9999; }

/* 開いたときだけ暗幕ON（←ここは実際のクラスに合わせる） */
.vk-mobile-nav.vk-mobile-nav-open::before,
.vk-mobile-nav.vk-mobile-nav-active::before,
.vk-mobile-nav.is-open::before,
.vk-mobile-nav.is-active::before {
  opacity: 1;
  pointer-events: auto; }

.vk-mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  z-index: 9998; }

.vk-mobile-nav-overlay.is-active {
  opacity: 1;
  pointer-events: auto; }

.vk-mobile-nav,
.vk-mobile-nav__body {
  z-index: 9999; }

.vk-mobile-nav.vk-mobile-nav-open {
  opacity: 0.95;
  padding: 0;
  width: 100% !important;
  right: 0;
  left: auto !important;
  display: block !important; }
  .vk-mobile-nav.vk-mobile-nav-open .acc-btn {
    color: #fff;
    border: none !important;
    background: url("../images/acc-open-black.svg") center 50% no-repeat;
    top: 15px; }
  .vk-mobile-nav.vk-mobile-nav-open .acc-btn-close {
    background: url("../images/acc-close-black.svg") center 50% no-repeat !important;
    top: 15px; }

#vk-mobile-nav.vk-mobile-nav-drop-in {
  /* ===== Container (base) ===== */
  top: 1.5vh;
  right: 1.5vw;
  left: auto !important;
  width: 97% !important;
  height: 97dvh;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 5vw;
  border-radius: 10px;
  /* ===== Widgets (base) ===== */
  /* widget exceptions */
  /* ===== Menu area ===== */
  /* ===== State: open ===== */ }
  #vk-mobile-nav.vk-mobile-nav-drop-in aside {
    padding: 5rem 0; }
    @media (max-width: 575.98px) {
      #vk-mobile-nav.vk-mobile-nav-drop-in aside img {
        width: 190px !important; } }
    #vk-mobile-nav.vk-mobile-nav-drop-in aside p {
      font-weight: 700;
      margin: 0.5rem 0 0 0 !important;
      font-size: 1.7rem; }
      @media (max-width: 575.98px) {
        #vk-mobile-nav.vk-mobile-nav-drop-in aside p {
          font-size: 1.4rem; } }
    #vk-mobile-nav.vk-mobile-nav-drop-in aside a {
      font-weight: normal;
      font-size: 1.5rem;
      margin-right: 2rem;
      text-decoration: none !important; }
  #vk-mobile-nav.vk-mobile-nav-drop-in #block-24 {
    width: 100%;
    padding: 3rem 0 !important; }
    #vk-mobile-nav.vk-mobile-nav-drop-in #block-24 .nav-entry {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100px;
      background: linear-gradient(90deg, #f2a900 0%, #d70c18 100%);
      padding: 1.5rem; }
      #vk-mobile-nav.vk-mobile-nav-drop-in #block-24 .nav-entry p {
        position: relative;
        z-index: 1;
        font-size: clamp(1.7rem, 3vw, 2.4rem) !important;
        margin: 0;
        padding: 0 3.2rem;
        text-align: center;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.2px;
        font-weight: 500;
        color: #fff !important; }
      #vk-mobile-nav.vk-mobile-nav-drop-in #block-24 .nav-entry a::after {
        content: none; }
      #vk-mobile-nav.vk-mobile-nav-drop-in #block-24 .nav-entry::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #F2A900;
        /* hoverで単色 */
        opacity: 0;
        transition: opacity .35s ease;
        z-index: 0; }
      #vk-mobile-nav.vk-mobile-nav-drop-in #block-24 .nav-entry:hover::before {
        opacity: 1; }
  #vk-mobile-nav.vk-mobile-nav-drop-in #block-17 {
    padding-top: 0; }
    #vk-mobile-nav.vk-mobile-nav-drop-in #block-17 div {
      display: flex; }
  #vk-mobile-nav.vk-mobile-nav-drop-in #block-13 div div {
    gap: 20px; }
  @media (max-width: 575.98px) {
    #vk-mobile-nav.vk-mobile-nav-drop-in #block-13 {
      padding: 3rem 0 !important;
      margin-bottom: 0 !important; } }
  #vk-mobile-nav.vk-mobile-nav-drop-in .vk-mobile-nav-menu-outer {
    width: 100%;
    margin: 0;
    /* 左寄せ */
    /* accordion opened child list */
    /* sub-menu links */
    /* underline animation (top level) */ }
    @media (max-width: 575.98px) {
      #vk-mobile-nav.vk-mobile-nav-drop-in .vk-mobile-nav-menu-outer {
        padding-top: 0; } }
    #vk-mobile-nav.vk-mobile-nav-drop-in .vk-mobile-nav-menu-outer > ul {
      width: 100%;
      margin: 0;
      border: none !important;
      /* 2-column flow (columns) */
      column-count: 2;
      column-gap: clamp(1rem, 5vw, 5rem); }
      @media (max-width: 991.98px) {
        #vk-mobile-nav.vk-mobile-nav-drop-in .vk-mobile-nav-menu-outer > ul {
          column-count: auto; } }
      #vk-mobile-nav.vk-mobile-nav-drop-in .vk-mobile-nav-menu-outer > ul > li {
        width: 100%;
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        /* top-level link */
        /* sub menu: cancel columns */ }
        #vk-mobile-nav.vk-mobile-nav-drop-in .vk-mobile-nav-menu-outer > ul > li > a {
          border: none !important;
          color: #000;
          font-size: clamp(1.7rem, 5vw, 2.6rem) !important; }
        #vk-mobile-nav.vk-mobile-nav-drop-in .vk-mobile-nav-menu-outer > ul > li ul {
          column-count: auto;
          column-gap: normal; }
    #vk-mobile-nav.vk-mobile-nav-drop-in .vk-mobile-nav-menu-outer .acc-child-open {
      display: block !important;
      margin-top: 2rem; }
    #vk-mobile-nav.vk-mobile-nav-drop-in .vk-mobile-nav-menu-outer .sub-menu li a {
      color: #000;
      font-size: clamp(1.6rem, 4vw, 2.2rem) !important;
      border-bottom: 0; }
    #vk-mobile-nav.vk-mobile-nav-drop-in .vk-mobile-nav-menu-outer .vk-menu-acc > li {
      position: relative;
      padding-bottom: 1rem; }
      #vk-mobile-nav.vk-mobile-nav-drop-in .vk-mobile-nav-menu-outer .vk-menu-acc > li > a {
        display: block;
        position: relative;
        padding-left: 1rem;
        text-decoration: none; }
        #vk-mobile-nav.vk-mobile-nav-drop-in .vk-mobile-nav-menu-outer .vk-menu-acc > li > a::before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 2px;
          background: none;
          opacity: 1; }
        #vk-mobile-nav.vk-mobile-nav-drop-in .vk-mobile-nav-menu-outer .vk-menu-acc > li > a::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 2px;
          background: #D70C18;
          transform: scaleX(0);
          transform-origin: left;
          transition: transform 0.35s ease;
          pointer-events: none; }
      #vk-mobile-nav.vk-mobile-nav-drop-in .vk-mobile-nav-menu-outer .vk-menu-acc > li:hover > a::after, #vk-mobile-nav.vk-mobile-nav-drop-in .vk-mobile-nav-menu-outer .vk-menu-acc > li:focus-within > a::after, #vk-mobile-nav.vk-mobile-nav-drop-in .vk-mobile-nav-menu-outer .vk-menu-acc > li:active > a::after {
        transform: scaleX(1); }
  #vk-mobile-nav.vk-mobile-nav-drop-in.vk-mobile-nav-open {
    display: block !important;
    /* JSがblockにする想定 */
    background: #ffffffed;
    /* wrapper layout */ }
    #vk-mobile-nav.vk-mobile-nav-drop-in.vk-mobile-nav-open .mobile-nav-wrap {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      max-width: 1200px;
      margin: 0 auto;
      min-height: 50svh; }
      #vk-mobile-nav.vk-mobile-nav-drop-in.vk-mobile-nav-open .mobile-nav-wrap nav {
        flex: 1 1 auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
      #vk-mobile-nav.vk-mobile-nav-drop-in.vk-mobile-nav-open .mobile-nav-wrap aside {
        flex: 0 0 auto; }

#vk-mobile-nav-menu-btn {
  display: block !important;
  top: 36px;
  right: 4vw;
  z-index: 99999; }
  @media (max-width: 575.98px) {
    #vk-mobile-nav-menu-btn {
      width: 25px;
      top: 1.6rem; } }

.site-footer {
  border: none;
  background-color: #fff;
  margin-top: -20px;
  z-index: 2; }

.footer-nav {
  margin-top: 50px; }
  @media (max-width: 991.98px) {
    .footer-nav {
      margin-top: 20px; } }
  .footer-nav .container {
    max-width: 1600px !important;
    padding: 0 5vw; }
    .footer-nav .container p {
      font-size: 1.3rem; }
    .footer-nav .container .nav-entry {
      position: relative;
      overflow: hidden;
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60px;
      background: linear-gradient(90deg, #f2a900 0%, #d70c18 100%);
      /* hover用単色 */ }
      .footer-nav .container .nav-entry::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #F2A900;
        opacity: 0;
        transition: opacity .35s ease;
        z-index: 0; }
      .footer-nav .container .nav-entry:hover::before {
        opacity: 1; }
      .footer-nav .container .nav-entry p {
        position: relative;
        z-index: 1;
        font-size: clamp(1.5rem, 3vw, 1.8rem) !important;
        margin: 0;
        text-align: center;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.2px;
        font-weight: 500;
        color: #fff;
        /* paddingは無しでOK（高さは親の60pxで確保） */
        padding: 0 3.2rem; }
  .footer-nav #menu-footer {
    display: flex;
    justify-content: center; }
    .footer-nav #menu-footer li {
      border: none !important;
      position: relative;
      padding: 0 1.6rem; }
      .footer-nav #menu-footer li:first-child {
        padding-left: 0; }
      .footer-nav #menu-footer li:last-child {
        padding-right: 0; }
      .footer-nav #menu-footer li a {
        font-size: 1.5rem;
        font-weight: 500; }
        @media (max-width: 1199.98px) {
          .footer-nav #menu-footer li a {
            font-size: 1.2rem; } }
    .footer-nav #menu-footer li:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(50%, -50%);
      width: 1px;
      height: 1.6em;
      background-color: #ccc; }

#global-nav ul.global-nav-list {
  padding-right: 50px; }
  #global-nav ul.global-nav-list li:before {
    content: none; }
  #global-nav ul.global-nav-list .global-nav-name {
    font-size: 1.6rem !important;
    font-weight: 400 !important; }

/*========= ハンバーガーメニュー ===============*/
.vk-mobile-nav-menu-btn {
  border: none;
  background: url("../images/open.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.vk-mobile-nav-menu-btn.menu-open {
  border: none;
  background: url("../images/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

#menu-mob-menu > li {
  padding: 10px 15vw; }
  @media (max-width: 575.98px) {
    #menu-mob-menu > li {
      padding: 10px 20px; } }
  #menu-mob-menu > li > a {
    font-weight: 500;
    font-size: 1.6em;
    margin-bottom: 10px; }
    @media (max-width: 575.98px) {
      #menu-mob-menu > li > a {
        font-size: 1.2em; } }
#menu-mob-menu > li:nth-child(odd) {
  background-color: #EBEDED; }
#menu-mob-menu ul.acc-child-close {
  max-height: 80vh !important;
  overflow-y: auto !important;
  opacity: 1 !important;
  display: flex !important;
  flex-wrap: wrap; }
  #menu-mob-menu ul.acc-child-close li {
    width: 50%; }
    #menu-mob-menu ul.acc-child-close li a {
      border-bottom: none !important;
      padding-left: 0.5em;
      font-size: 1.3em; }
      @media (max-width: 575.98px) {
        #menu-mob-menu ul.acc-child-close li a {
          font-size: 1.0em; } }
#menu-mob-menu .acc-btn {
  display: none; }

#menu-mob-menu > li.n-border a {
  border-bottom: none !important; }

.vk-mobile-nav nav ul li a {
  padding: .3em .0em; }

/*========= ハンバーガーメニュー終わり ===============*/
/*========= topメインビジュアル ===============*/
.mv {
  position: relative;
  /*h1の中央寄せ配置の起点とするためのrelative*/
  height: 100vh;
  min-height: 700px;
  z-index: -1;
  /* Exhibition 全体 */ }
  .mv .top-exhibition {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff; }
    @media (max-width: 767.98px) {
      .mv .top-exhibition {
        margin-top: 10px;
        top: 65px; } }
  @media (max-width: 991.98px) {
    .mv {
      height: 100vh;
      min-height: auto !important; } }
  .mv .p-top__exhibitionList {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    margin-top: 0 !important; }
    .mv .p-top__exhibitionList .p-top__exhibitionListItem {
      width: 25%;
      margin-top: 0 !important; }
      @media (max-width: 767.98px) {
        .mv .p-top__exhibitionList .p-top__exhibitionListItem {
          margin: 0;
          height: calc((100vh - 60px) / 2) !important;
          width: 50vw !important; } }
  @media (max-width: 767.98px) and (max-height: 40rem) {
    .mv .p-top__exhibitionList .p-top__exhibitionListItem {
      margin: 0;
      height: 100vh !important;
      width: 25% !important; } }

  .mv .p-top__exhibitionListItem .target__img {
    position: relative;
    width: 100%;
    height: 100vh; }
    .mv .p-top__exhibitionListItem .target__img img {
      height: 100vh;
      object-fit: cover; }
      @media (max-width: 767.98px) {
        .mv .p-top__exhibitionListItem .target__img img {
          height: calc((100vh - 60px) / 2); } }
  @media (max-width: 767.98px) and (max-height: 40rem) {
    .mv .p-top__exhibitionListItem .target__img img {
      height: 100vh; } }

  .mv .p-top__exhibitionListItem .target__imgBody {
    width: 100.5%;
    height: 100%;
    opacity: 0; }
  .mv .top-catch {
    font-size: clamp(3rem, 3.5vw, 5rem);
    font-weight: 400;
    /* ここで継承元を潰す */
    line-height: 1.5em;
    bottom: 15rem;
    left: 0;
    z-index: 10;
    color: #fff;
    background: none;
    padding: 3rem 5vw;
    position: absolute;
    width: fit-content; }
    @media (max-width: 767.98px) {
      .mv .top-catch {
        bottom: 45vh; } }
  @media (max-width: 767.98px) and (max-height: 40rem) {
    .mv .top-catch {
      bottom: 10rem; } }

    @media (max-width: 575.98px) {
      .mv .top-catch {
        padding: 1.7rem 5vw; } }
    .mv .top-catch .top-catch__bg {
      position: absolute;
      inset: 0;
      background-color: #1F55B4;
      opacity: 0.95;
      z-index: -1; }
    .mv .top-catch:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 10px;
      background: linear-gradient(to right, #F2A900 0%, #D70C18 100%); }
      @media (max-width: 991.98px) {
        .mv .top-catch:after {
          height: 4px; } }
  .mv .top-catch.is-absolute {
    position: absolute;
    bottom: 50px;
    left: 0; }
  .mv .top-catch svg {
    margin-top: -15px;
    transform: rotate(-10deg);
    position: absolute;
    top: clamp(-7rem, -4.5vw, -3rem);
    left: clamp(1.5rem, 3vw, 4rem);
    z-index: 2; }
  .mv #layer_2 path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 10;
    stroke-dasharray: 5000px;
    stroke-dashoffset: 5000px;
    animation: line 3s 0.4s forwards; }
@keyframes line {
  0% {
    stroke-dashoffset: 5000px; }
  100% {
    stroke-dashoffset: 0; } }
  .mv #layer_2 path.point {
    animation: line 1s 2.4s forwards; }
  .mv #layer_1 {
    mask: url(#out); }

.is-hidden {
  visibility: hidden;
  opacity: 0; }

.top-text {
  align-items: end;
  max-width: 90vw;
  margin: 0 auto;
  padding: 50vh 0px 20vh;
  width: fit-content; }
  @media (max-width: 767.98px) {
    .top-text {
      padding: 30vh 0px 20vh 0px; } }
  @media (max-width: 575.98px) {
    .top-text {
      width: 90vw;
      padding: 30vh 0px 20vh 0px; } }
  .top-text:before {
    content: "";
    display: block;
    width: 100%;
    height: 500vh;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.67);
    opacity: 0;
    -webkit-transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: -1; }

.top-lead {
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  line-height: clamp(5.5rem, 3.5vw, 6.4rem);
  font-weight: 300;
  color: #fff; }
  @media (max-width: 767.98px) {
    .top-lead {
      line-height: 4.2rem; } }
  @media (max-width: 575.98px) {
    .top-lead {
      line-height: 2.1; } }

.last-lead {
  margin-bottom: 10rem; }

.top-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 500vh;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.67);
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1; }

.is-page-dark .top-text:before {
  opacity: 1; }

/*========= topメインビジュアル終わり ===============*/
section, aside {
  padding: 8rem 5vw; }
  @media (max-width: 991.98px) {
    section, aside {
      padding: 5rem 5vw; } }

/*========= TOPページ ===============*/
.lead {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2; }
  @media (max-width: 767.98px) {
    .lead {
      font-size: 1.6rem;
      line-height: 1.8; } }

.s-lead {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400; }

.top-tit {
  margin-block-end: 0 !important;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: clamp(4rem, 6vw, 8rem);
  color: #2f2f2f;
  position: relative;
  margin-block-end: 0 !important;
  line-height: 1.1; }
  .top-tit:before {
    content: "";
    position: absolute;
    top: clamp(-2rem, -3vw, -1rem);
    left: clamp(-4rem, -3vw, -1.8rem);
    width: clamp(3rem, 4.5vw, 6rem);
    height: clamp(2rem, 4vw, 4rem);
    background-image: url(../images/logo-icon.svg);
    background-repeat: no-repeat;
    background-position: center center; }

.top-tit-center {
  text-align: center; }
  .top-tit-center .top-tit {
    display: inline-flex;
    /* ← ここが重要 */
    align-items: center;
    gap: 0.5rem; }
    @media (max-width: 991.98px) {
      .top-tit-center .top-tit {
        display: inline; } }

.top-sub-tit {
  color: #D70C18;
  font-size: clamp(1.6rem, 2vw, 2.2rem) !important;
  position: relative;
  font-weight: 400;
  margin-top: 0;
  align-items: center;
  letter-spacing: 1px;
  margin-bottom: 3.5rem !important;
  margin-top: 1rem !important; }
  @media (max-width: 767.98px) {
    .top-sub-tit {
      margin-bottom: 2rem !important; } }

.content-tit {
  font-size: 3.5rem;
  font-weight: 400;
  margin-top: 0;
  padding-top: 1rem;
  line-height: 1.7; }
  @media (max-width: 991.98px) {
    .content-tit {
      font-size: 3rem; } }
  @media (max-width: 767.98px) {
    .content-tit {
      line-height: 1.5;
      font-size: 2.8rem; } }

.content-sub-tit {
  font-size: 3.2rem;
  line-height: 2;
  position: relative;
  font-weight: 400;
  display: inline-flex;
  margin-top: 0;
  align-items: center; }
  @media (max-width: 1199.98px) {
    .content-sub-tit {
      font-size: 2.6rem; } }
  @media (max-width: 767.98px) {
    .content-sub-tit {
      font-size: 2rem; } }

.content-int-tit {
  font-size: clamp(2rem, 2.4vw, 2.7rem) !important;
  line-height: 1.7 !important;
  position: relative;
  font-weight: 400;
  display: inline-flex;
  margin-top: 0;
  align-items: center; }
  @media (max-width: 767.98px) {
    .content-int-tit {
      line-height: 3rem !important; } }
  @media (max-height: 40rem) {
    .content-int-tit {
      line-height: 5vh !important; } }

.content-tit-en {
  font-family: "Poppins", sans-serif;
  color: #D70C18;
  font-size: 1.8rem;
  margin-top: 4rem;
  position: relative;
  font-weight: 300;
  display: inline-flex;
  margin-top: 0;
  align-items: center; }
  .content-tit-en::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #D70C18;
    display: inline-block;
    margin-right: 1rem; }

.top-text-area {
  background-color: #fff; }
  .top-text-area p {
    font-size: clamp(1.5rem, 2.2vw, 1.7rem);
    line-height: 2; }
    @media (max-width: 767.98px) {
      .top-text-area p {
        line-height: 1.7 !important; } }

.text {
  height: 100svh;
  display: grid;
  place-items: center;
  font-size: max(18px, 2.5vw); }

.business-area {
  position: relative;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .business-area {
      margin-bottom: 0; } }
  .business-area::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background-image: url("../images/goldencalypso.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0; }
    @media (max-width: 991.98px) {
      .business-area::after {
        content: none; } }
  @media (max-width: 991.98px) {
    .business-area img {
      display: none; } }

.business-img {
  display: none; }
  @media (max-width: 991.98px) {
    .business-img {
      display: block;
      background-image: url(../images/goldencalypso.webp);
      background-size: 45%;
      background-position: right center;
      background-repeat: no-repeat;
      height: 360px;
      background-size: cover;
      margin-bottom: 8rem;
      margin-top: -5rem; } }

.ourpeople {
  padding-top: 15rem; }
  @media (max-width: 767.98px) {
    .ourpeople {
      padding-top: 8rem; } }

.box-02 {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }

.slides-wrapper {
  margin-top: 100px !important;
  display: flex;
  gap: 100px;
  width: 100%;
  margin: 0 auto;
  height: 80vh; }
  @media (max-height: 40rem) {
    .slides-wrapper {
      margin-top: 100px !important; } }
  @media (max-width: 767.98px) {
    .slides-wrapper {
      gap: 60px;
      margin-top: 100px !important; } }

.slide {
  position: relative;
  overflow: hidden;
  margin: auto 0 !important;
  height: 100vh;
  min-width: 550px; }
  .slide figure.wp-block-image {
    height: 45%;
    overflow: hidden; }
    @media (max-height: 40rem) {
      .slide figure.wp-block-image {
        height: 45%; } }
    .slide figure.wp-block-image img {
      height: 100% !important;
      display: block;
      width: 100%;
      height: auto;
      transform: scale(1);
      transition: transform .6s ease, opacity .35s ease, filter .35s ease;
      object-fit: cover; }
      @media (max-height: 40rem) {
        .slide figure.wp-block-image img {
          object-position: top; } }
      .slide figure.wp-block-image img:hover {
        transform: scale(1.06);
        filter: brightness(0.78);
        opacity: 0.95; }
  @media (max-width: 767.98px) {
    .slide {
      min-width: 300px; } }
  .slide .slide-text div {
    row-gap: 0 !important; }
  .slide:hover figure.wp-block-image img {
    transform: scale(1.06);
    filter: brightness(0.78) saturate(1.05);
    opacity: .95; }

.slide-img {
  width: 50vw;
  height: 50vh;
  object-fit: cover; }

.story-num p {
  color: #D70C18;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.8rem, 1.5vw, 2rem); }

.discus {
  background-image: url("../images/discus.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding-top: 34%; }
  @media (max-width: 991.98px) {
    .discus {
      padding-top: 38%; } }
  @media (max-width: 767.98px) {
    .discus {
      padding-top: 65%;
      background-image: url("../images/discus-sp.webp"); } }

.journey {
  background-color: #1F55B4;
  margin-top: -1px;
  background-image: url("../images/earth-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center; }
  @media (max-width: 991.98px) {
    .journey {
      padding-top: 5rem; } }

.journey-wave {
  position: relative;
  width: 3000px;
  max-width: 3000px;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: hidden;
  background: #fff; }

.journey-wave .wave-svg {
  display: block;
  width: 3000px;
  max-width: 3000px !important;
  height: 120px;
  /* 好みでOK */ }

.journey-wave .cls-1 {
  fill: #1F55B4; }

.journey-wave .wave {
  animation: wave-move 40s linear infinite;
  will-change: transform; }

@keyframes wave-move {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-1800px); } }
.journey-earth {
  height: 24vw; }

.top-rec-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
  row-gap: 5rem;
  padding: 0; }
  @media (max-width: 1199.98px) {
    .top-rec-list {
      gap: 30px !important; } }
  @media (max-width: 991.98px) {
    .top-rec-list {
      row-gap: 2rem; } }
  @media (max-width: 767.98px) {
    .top-rec-list {
      row-gap: 1.5rem !important; } }
  @media (max-width: 767.98px) {
    .top-rec-list {
      row-gap: 1rem !important; } }
  .top-rec-list li {
    font-size: 2rem;
    flex: 0 0 calc((100% - 60px * 3) / 4);
    position: relative;
    padding-bottom: 1rem;
    /* 矢印 */ }
    @media (max-width: 1199.98px) {
      .top-rec-list li {
        font-size: 1.8rem;
        flex: 0 0 calc((100% - 30px * 3) / 4); } }
    @media (max-width: 991.98px) {
      .top-rec-list li {
        flex: 0 0 calc((100% - 60px) / 2); } }
    @media (max-width: 575.98px) {
      .top-rec-list li {
        flex: 0 0 calc((100%) / 1); } }
    .top-rec-list li::after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      font-size: clamp(1.8rem, 2vw, 2.2rem);
      position: absolute;
      right: 0;
      top: 10%; }
    .top-rec-list li::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1.5px;
      background: #D70C18;
      opacity: 1;
      transition: opacity 0.2s ease; }
    .top-rec-list li a {
      padding-left: 1rem;
      display: block;
      position: relative;
      text-decoration: none;
      /* hoverで出る赤下線（左→右） */ }
      .top-rec-list li a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1rem;
        width: 100%;
        height: 1.5px;
        background: #F2A900;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.35s ease;
        pointer-events: none; }
    .top-rec-list li:hover::before {
      opacity: 0; }
    .top-rec-list li:hover a {
      opacity: 0.8;
      color: #000 !important; }
    .top-rec-list li:hover a::after {
      transform: scaleX(1); }

@keyframes rect-box {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
.entry-area {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0;
  /* 通常：グラデ */
  background: linear-gradient(90deg, #F2A900 0%, #D70C18 100%);
  /* hover用の単色レイヤー */
  /* 全面リンク（クリック領域確保） */ }
  .entry-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #F2A900;
    opacity: 0;
    transition: opacity .45s ease;
    z-index: 1; }
  .entry-area:hover::before {
    opacity: 1; }
  .entry-area a::after {
    content: none !important; }
  .entry-area p {
    margin: 0;
    font-size: clamp(1.6rem, 4vw, 6rem) !important;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.2px;
    font-weight: 500; }
  .entry-area .wp-block-group-vk-link {
    position: absolute;
    inset: 0;
    z-index: 3; }

.news-area {
  max-width: 1280px;
  margin: 0 auto; }
  .news-area .news-box {
    position: relative; }
    @media (max-width: 767.98px) {
      .news-area .news-box {
        gap: 0; } }
    @media (max-width: 767.98px) {
      .news-area .news-box .news-btn {
        position: absolute;
        top: 0;
        right: 0; } }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    .news-area .news-box .news-btn .wp-block-button {
      margin-top: 0; } }

  .news-area .news-contents .vk_postList {
    max-width: 90vw;
    margin: 0 auto; }
  .news-area .news-contents .postListText {
    padding: 2rem 0 2rem;
    border-bottom: none;
    margin: 0;
    display: flex;
    align-items: baseline; }
    @media (max-width: 575.98px) {
      .news-area .news-contents .postListText {
        display: block; } }
  .news-area .news-contents .postListText_date {
    font-size: 15px;
    min-width: 80px;
    color: #7a7a7a; }
  .news-area .news-contents .postListText_title {
    font-size: 18px; }
    .news-area .news-contents .postListText_title a {
      text-decoration: none !important; }

/*========= TOPページ終わり ===============*/
.main {
  margin-top: 50px; }
  @media (max-width: 575.98px) {
    .main {
      margin-top: 20px; } }

/*========= NYK Energy Ocean についてページ ===============*/
.world-map-section {
  padding: 10rem 0 3rem; }
  .world-map-section .world-map {
    position: relative;
    width: 100%;
    max-width: 100vw !important;
    margin: 0 auto;
    aspect-ratio: 2000 / 1200; }
    .world-map-section .world-map__base {
      display: block;
      width: 100%;
      height: 100%; }
    .world-map-section .world-map__route {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: opacity .25s ease;
      pointer-events: none; }
      .world-map-section .world-map__route.is-active {
        opacity: 1; }
  .world-map-section .world-map__legend {
    display: flex;
    gap: 40px;
    align-items: center;
    list-style: none;
    padding: 1.5rem 5vw 0;
    margin: 0 auto; }
    .world-map-section .world-map__legend button {
      display: inline-flex;
      align-items: center;
      gap: 16px;
      background: none;
      border: 0;
      color: #fff;
      cursor: pointer;
      padding: 0;
      opacity: .5;
      font: inherit; }
      .world-map-section .world-map__legend button::before {
        content: "";
        width: 50px;
        height: 8px;
        border-radius: 999px;
        flex-shrink: 0;
        display: inline-block; }
      .world-map-section .world-map__legend button[data-route="all"]::before {
        background: linear-gradient(90deg, #F2A900 0%, #F2A900 33%, #D70C18 33%, #D70C18 66%, #fff 66%); }
      .world-map-section .world-map__legend button[data-route="lpg"]::before {
        background: #F2A900; }
      .world-map-section .world-map__legend button[data-route="chemical"]::before {
        background: #D70C18; }
      .world-map-section .world-map__legend button[data-route="cargo"]::before {
        background: #fff; }
      .world-map-section .world-map__legend button.is-active {
        opacity: 1;
        font-weight: 700; }
  @media (max-width: 768px) {
    .world-map-section {
      padding: 40px 0; }
      .world-map-section .world-map {
        max-width: 100%; }
      .world-map-section .world-map__legend {
        row-gap: 0px;
        flex-wrap: wrap; } }

.grad-text {
  line-height: 1.3;
  display: inline-block;
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 0 !important;
  padding-bottom: 1rem;
  background: linear-gradient(90deg, #F2A900 25%, #D70C18 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

#mvv ul {
  padding-left: 0; }
  #mvv ul li {
    position: relative;
    margin: 1.5rem 0;
    padding-left: 47px;
    font-size: 2.3rem; }
    #mvv ul li:last-child {
      margin: 0; }
    #mvv ul li:first-child {
      margin: 1.5rem 0; }
    @media (max-width: 767.98px) {
      #mvv ul li {
        padding-left: 35px;
        font-size: 2rem; } }
    #mvv ul li:before {
      content: "";
      position: absolute;
      top: 7px;
      left: 0;
      width: 40px;
      height: 3rem;
      background-image: url(../images/logo-icon.svg);
      background-repeat: no-repeat;
      background-position: center center; }
      @media (max-width: 767.98px) {
        #mvv ul li:before {
          top: 3px;
          width: 30px; } }

.home3points {
  --header-h: 100px;
  padding: 40px 0 0;
  overflow: visible !important;
  overflow-x: visible !important;
  transform: none !important;
  filter: none !important;
  perspective: none !important;
  contain: none !important; }
  .home3points p {
    font-size: 1.5rem;
    line-height: 1.8; }
  .home3points__title {
    position: sticky;
    top: calc(var(--header-h) + 40px);
    z-index: 50;
    margin: 0 0 28px;
    padding: 0 5vw;
    font-size: 2.8rem;
    line-height: 5rem;
    font-weight: 400; }
  .home3points__section {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: sticky;
    top: calc(var(--header-h) + 100px);
    z-index: 1;
    overflow-y: visible;
    min-height: min(620px, calc(100vh - (var(--header-h) + 160px))); }
    .home3points__section:nth-of-type(1) {
      background: #F2A900;
      z-index: 10; }
    .home3points__section:nth-of-type(2) {
      background: #D70C18;
      z-index: 30; }
    .home3points__section:nth-of-type(3) {
      background: #1F55B4;
      z-index: 60; }
  .home3points__card > .home3points-container {
    position: relative;
    z-index: 2;
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.0fr 1.0fr;
    grid-template-areas: "ttl ttl" "img body";
    column-gap: 60px;
    align-items: center; }
    @media (max-width: 992px) {
      .home3points__card > .home3points-container {
        display: block; } }
  .home3points__section__title {
    grid-area: ttl;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 2.4rem; }
  .home3points__section__image {
    grid-area: img; }
    .home3points__section__image img {
      width: 100%;
      height: auto;
      display: block; }
  .home3points__section__body {
    grid-area: body;
    margin: 0;
    color: #fff;
    line-height: 1.9; }
  .home3points__section__ship {
    position: absolute;
    bottom: 100%;
    right: 18px;
    z-index: 3;
    width: 130px;
    height: auto;
    pointer-events: none; }
    @media (max-width: 767.98px) {
      .home3points__section__ship {
        width: 90px; } }
    .home3points__section__ship.ship-icon-2 {
      right: 158px; }
      @media (max-width: 767.98px) {
        .home3points__section__ship.ship-icon-2 {
          right: 114px; } }
    .home3points__section__ship.ship-icon-3 {
      right: 298px; }
      @media (max-width: 767.98px) {
        .home3points__section__ship.ship-icon-3 {
          right: 210px; } }
  .home3points__clip {
    overflow-x: clip; }

body:has(.home3points) .wrap,
body:has(.home3points) #page,
body:has(.home3points) #content,
body:has(.home3points) .siteContent,
body:has(.home3points) .siteContentWrap,
body:has(.home3points) .vk-mobile-nav,
body:has(.home3points) .vk-mobile-nav__body {
  overflow: visible !important;
  transform: none !important; }

html:has(.home3points) {
  overflow-x: visible !important; }

@media (max-width: 992px) {
  .home3points {
    padding-top: 0 !important; }
    .home3points__section {
      padding: 0 !important;
      height: calc(100vh - (var(--header-h) + 160px));
      min-height: 0;
      overflow: visible;
      top: calc(var(--header-h) + 100px); }
    .home3points__card {
      height: 100%;
      position: relative;
      overflow: visible; }
    .home3points__card > .home3points-container {
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 24px 5vw 28px;
      overflow: visible; }
    .home3points__section__image {
      width: 100%;
      overflow: hidden;
      aspect-ratio: 5 / 2; }
      .home3points__section__image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center; }
    .home3points__section__body {
      flex: 1 1 auto;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding-right: 2rem; }
    .home3points__section__ship {
      position: absolute;
      bottom: 100%;
      right: 18px;
      z-index: 999; } }
@media (max-width: 767.98px) {
  .home3points__section {
    top: calc(var(--header-h) + 50px); } }
@media (max-width: 575.98px) {
  .home3points__title {
    position: static;
    top: auto;
    z-index: auto;
    margin: 0 0 20px; }
  .home3points__section {
    position: static;
    top: auto;
    z-index: auto;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: visible; }
  .home3points__card {
    height: auto;
    position: relative;
    overflow: visible; }
  .home3points__card > .home3points-container {
    display: block;
    height: auto;
    padding: 20px 5vw 24px; }
  .home3points__section__image {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    margin-bottom: 14px; }
    .home3points__section__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block; }
  .home3points__section__body {
    overflow: visible;
    height: auto; }
  .home3points__section__ship {
    bottom: auto;
    top: -25px;
    right: 20px !important;
    width: 80px; } }
#strength img {
  height: 100px !important;
  vertical-align: middle; }

.three-points__connector {
  --line: 2px;
  --leg: 24px;
  --arrow: 18px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 48px auto 32px;
  height: calc(var(--leg) + var(--arrow)); }
  .three-points__connector::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: var(--leg);
    height: var(--line);
    background: #d80000; }
  .three-points__connector::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(var(--leg) + var(--line));
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: var(--arrow) solid transparent;
    border-right: var(--arrow) solid transparent;
    border-top: var(--arrow) solid #d80000; }
  .three-points__connector span {
    position: absolute;
    top: 0;
    width: var(--line);
    height: var(--leg);
    background: #d80000; }
    .three-points__connector span.left {
      left: 0; }
    .three-points__connector span.right {
      right: 0; }

.strength-cols {
  gap: clamp(24px, 3vw, 56px);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap !important; }
  @media (max-width: 781px) {
    .strength-cols {
      row-gap: 5vh !important; } }
  .strength-cols .wp-block-column {
    position: relative;
    padding: 56px 32px 48px;
    text-align: center;
    z-index: 0; }
    @media (max-width: 1199.98px) {
      .strength-cols .wp-block-column:nth-child(1) {
        flex: 0 0 100%; } }
    @media (max-width: 1199.98px) {
      .strength-cols .wp-block-column {
        flex: 0 0 50%; } }
    .strength-cols .wp-block-column::before {
      content: "";
      position: absolute;
      inset: 0;
      margin: auto;
      width: min(420px, 100%);
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      background: #fff;
      z-index: -1;
      top: 3rem; }
  .strength-cols .wp-block-image {
    margin: 10px auto 8px; }
  .strength-cols h4 {
    font-size: 2rem;
    margin-bottom: 0 !important;
    font-weight: 700; }
  .strength-cols p {
    margin: 0;
    line-height: 1.5; }

@media (max-width: 980px) {
  .three-points__connector {
    margin: 32px auto 24px; }

  .strength-cols .wp-block-column {
    padding: 44px 20px 40px; }
    .strength-cols .wp-block-column::before {
      width: min(360px, 100%); } }
#environ .band-heading {
  position: relative;
  padding: 1.5rem 2rem;
  margin: 0;
  background: #1F55B4;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  border-radius: 0;
  font-size: 2rem; }
  #environ .band-heading::before {
    content: "";
    position: absolute;
    left: 56px;
    right: 0;
    z-index: -1; }
  #environ .band-heading::after {
    content: attr(data-num);
    position: absolute;
    left: 1.5rem;
    top: -4.5rem;
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 1;
    color: #1F55B4;
    letter-spacing: -0.04em;
    font-family: "Poppins", sans-serif; }
#environ img {
  height: 200px !important;
  object-fit: contain !important; }

#data {
  /* 対象の columns 全体（必要ならクラスで限定） */
  /* 各カラムを縦flexに */
  /* 見出しは上に固定 */
  /* 数値ブロック（p）を中央に寄せる */
  /* 下の注釈（ある場合）は下に */ }
  @media (max-width: 575.98px) {
    #data .background-color has-background {
      padding: 5% !important; } }
  #data .vk_animation {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1280px !important;
    margin-bottom: 60px; }
    @media (max-width: 1199.98px) {
      #data .vk_animation {
        margin-bottom: 20px; } }
  #data p {
    color: #1F55B4; }
  #data > .wp-block-columns {
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      #data > .wp-block-columns {
        margin-bottom: 30px;
        gap: 30px; } }
    @media (max-width: 767.98px) {
      #data > .wp-block-columns {
        margin-bottom: 15px;
        gap: 15px; } }
  #data .wp-block-column.is-layout-flow {
    justify-content: space-between; }
  #data .rikujyo-box {
    display: inline-block;
    background-color: #1F55B4;
    font-size: 2rem;
    color: #fff;
    padding: 1rem 2rem; }
  #data .text-150 {
    font-size: 150%;
    margin-right: .2rem; }
  #data .data-tit {
    margin-bottom: 4.5rem;
    display: flex;
    /* フレックスコンテナにする */
    justify-content: center;
    /* 水平方向の中央寄せ */
    align-items: center;
    font-size: 2.8rem;
    margin-top: 5rem; }
    @media (max-width: 1199.98px) {
      #data .data-tit {
        margin-bottom: 2rem; } }
    @media (max-width: 767.98px) {
      #data .data-tit {
        margin: 0;
        margin-bottom: 1rem; } }
    #data .data-tit__comp {
      padding: 0;
      font-weight: 400;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 767.98px) {
        #data .data-tit__comp {
          font-size: 2rem; } }
      #data .data-tit__comp:before {
        content: "";
        width: 60px;
        height: 77px;
        background: url(../images/data-1.svg) no-repeat center/contain;
        flex-shrink: 0; }
        @media (max-width: 767.98px) {
          #data .data-tit__comp:before {
            width: 40px; } }
    #data .data-tit__vs {
      padding: 0;
      font-weight: 400;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      #data .data-tit__vs:before {
        content: "";
        width: 60px;
        height: 60px;
        background: url(../images/data-2.svg) no-repeat center/contain;
        flex-shrink: 0; }
    #data .data-tit__scale {
      padding: 0;
      font-weight: 400;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      #data .data-tit__scale:before {
        content: "";
        width: 60px;
        height: 60px;
        background: url(../images/data-3.svg) no-repeat center/contain;
        flex-shrink: 0; }
  #data .data-sub {
    font-size: 2rem; }
  #data .wp-block-heading.has-text-align-center {
    text-align: center; }
  @media (max-width: 767.98px) {
    #data .data-gray-box {
      padding: 5vw !important; } }
  #data .number {
    color: #1F55B4;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 7.5rem; }
    #data .number .big-number {
      font-size: 8rem; }
      @media (max-width: 1199.98px) {
        #data .number .big-number {
          font-size: 6rem; } }
      @media (max-width: 575.98px) {
        #data .number .big-number {
          font-size: 5rem; } }
  #data .riku-kai {
    background-color: #1F55B4;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    padding: 1rem;
    color: #fff; }
  @media (max-width: 1199.98px) {
    #data .data-innner {
      gap: 20px; } }
  #data .kyuka .d-flex {
    gap: 1.5rem;
    align-items: baseline; }
  @media (max-width: 1199.98px) {
    #data .kyuka img {
      max-width: 80px;
      max-height: 50px; } }
  @media (max-width: 575.98px) {
    #data .vs-box {
      display: block; } }
  #data .ranking {
    font-size: 2rem;
    font-weight: 600;
    text-align: left; }
    @media (max-width: 575.98px) {
      #data .ranking {
        font-size: 1.7rem; } }
  #data .age-box {
    background-image: url("../images/age-bg.svg");
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: bottom center; }
    @media (max-width: 767.98px) {
      #data .age-box {
        background-size: 180px; } }
    @media (max-width: 575.98px) {
      #data .age-box {
        background-size: 130px; } }
    @media (min-width: 768px) and (max-width: 781px) {
      #data .age-box p {
        margin-top: 0 !important;
        padding-bottom: 7rem !important; } }
  #data .wp-block-columns.is-layout-flex {
    align-items: stretch;
    /* 高さを揃える */
    max-width: 1280px !important; }
  #data .wp-block-column.is-layout-flow {
    display: flex;
    flex-direction: column; }
  #data .wp-block-column.is-layout-flow > h4 {
    margin-bottom: 1.5rem; }
  #data .wp-block-column.is-layout-flow > p.number {
    margin-top: auto;
    margin-bottom: auto; }
  #data .wp-block-column.is-layout-flow > p.small {
    margin-top: 1rem; }
  #data .worktime {
    background: #f4f4f4;
    padding: 56px 24px; }
    #data .worktime__desc {
      margin-top: 1rem; }
    #data .worktime__list {
      display: grid;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
      padding-left: 50px; }
      @media (max-width: 767.98px) {
        #data .worktime__list {
          padding-left: 0px;
          margin: 0; } }
    #data .worktime__item {
      position: relative;
      background: #fff;
      padding: 2rem 4rem;
      display: flex;
      grid-template-columns: 1fr 220px;
      align-items: center;
      gap: 24px;
      justify-content: space-between; }
      @media (max-width: 767.98px) {
        #data .worktime__item {
          display: block; } }
      #data .worktime__item::after {
        content: "";
        position: absolute;
        top: 2vw;
        left: 0;
        border-style: solid;
        border-width: 0 5vw 4vw 0;
        border-color: transparent #fff transparent transparent;
        translate: -100% -50%; }
        @media (max-width: 767.98px) {
          #data .worktime__item::after {
            content: none; } }
      #data .worktime__item .big-number {
        font-size: 6vw; }
    #data .worktime__time {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
      margin: 0;
      line-height: 1.3; }
      @media (max-width: 767.98px) {
        #data .worktime__time {
          align-items: center; } }
      @media (max-width: 767.98px) {
        #data .worktime__time .big-munmer {
          font-size: 8vw;
          align-items: center; } }
    #data .worktime__arrow {
      width: 54px;
      height: auto;
      transform: translateY(3px); }
    #data .worktime__note {
      font-size: 20px;
      font-weight: 700;
      white-space: nowrap;
      color: #1F55B4; }
    #data .worktime__graph {
      display: grid;
      place-items: center; }
      @media (max-width: 767.98px) {
        #data .worktime__graph {
          margin-top: 2rem; } }
      #data .worktime__graph img {
        min-width: 130px;
        height: auto;
        display: block; }
    @media (max-width: 768px) {
      #data .worktime {
        padding: 40px 16px; }
        #data .worktime__item {
          grid-template-columns: 1fr;
          padding: 28px 18px; }
          #data .worktime__item::before {
            border-top-width: 46px;
            border-right-width: 46px; }
        #data .worktime__arrow {
          width: 30px;
          margin-top: -5px;
          transform: translateY(4px); }
        #data .worktime__note {
          font-size: 16px;
          white-space: normal; }
        #data .worktime__graph img {
          width: 130px; } }

/*========= NYK Energy Ocean についてページ 終わり ===============*/
/*========= NYK Energy Ocean の仕事ページ ===============*/
.businesspage-top-inner {
  position: relative; }
  .businesspage-top-inner .businesspage-img {
    gap: 20px;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 48%;
    right: -5vw !important; }
    .businesspage-top-inner .businesspage-img figure:nth-child(1) {
      padding-left: 3vw; }
    .businesspage-top-inner .businesspage-img figure:nth-child(2) {
      padding-right: 3vw; }
    @media (max-width: 1199.98px) {
      .businesspage-top-inner .businesspage-img figure {
        display: none; } }

.businesspage-top-sp-image {
  display: none;
  margin-top: -5rem; }
  @media (max-width: 1199.98px) {
    .businesspage-top-sp-image {
      display: block; } }
  .businesspage-top-sp-image .wp-block-columns {
    gap: 0; }

/*========= NYK Energy Ocean の仕事ページ 終わり ===============*/
/*========= journeyページ ===============*/
.journey-container {
  background-color: #1F55B4;
  background-image: url("../images/j-bg.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: top left; }
  .journey-container p {
    color: #fff; }

/*========= journeyページ 終わり ===============*/
/*========= 社員紹介/クロストークページ ===============*/
@media (max-width: 767.98px) {
  .vk_gridcolcard {
    display: block; } }

.interview-top .people-list .wp-block-column figure {
  overflow: hidden; }
  .interview-top .people-list .wp-block-column figure img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    filter: brightness(1);
    opacity: 1;
    transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.55s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform, filter, opacity;
    backface-visibility: hidden;
    transform-origin: center; }
.interview-top .people-list .wp-block-column:hover figure img {
  transform: scale(1.06);
  filter: brightness(0.78);
  opacity: 0.95; }
.interview-top .interview-top-lead {
  margin: auto auto auto 10rem !important; }
  @media (max-width: 1199.98px) {
    .interview-top .interview-top-lead {
      margin: 0 !important; } }
.interview-top .story-num p {
  color: #D70C18;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.8rem, 1.5vw, 2rem); }
.interview-top .int-tit {
  font-size: clamp(2.1rem, 2.8vw, 2.8rem);
  font-weight: 400;
  line-height: 1.7;
  margin: 1rem 0 0 0; }
  @media (max-width: 767.98px) {
    .interview-top .int-tit {
      font-size: 2.5rem; } }
  @media (max-width: 575.98px) {
    .interview-top .int-tit {
      font-size: 2.1rem; } }

.inter-disc {
  font-weight: 300 !important;
  font-size: 5.5rem !important;
  line-height: 1.1 !important; }

.interview .interview-mv {
  max-width: 100vw !important;
  padding-top: 0;
  padding-bottom: 0; }
  .interview .interview-mv div {
    max-width: 100vw !important; }
    @media (max-width: 991.98px) {
      .interview .interview-mv div {
        row-gap: inherit; } }
  .interview .interview-mv .name {
    font-size: 1.6rem !important;
    line-height: 1.7 !important; }
.interview .message-box .is-layout-flex {
  gap: 30px; }
.interview .message-box img {
  margin: 0 !important;
  width: 100%;
  max-width: 350px; }
.interview .point-box {
  padding: 5rem; }
  @media (max-width: 767.98px) {
    .interview .point-box {
      padding: 2rem; } }
  .interview .point-box p {
    font-size: 1.5rem;
    line-height: 1.8; }
.interview p {
  line-height: 2.2; }
.interview .schedule {
  font-weight: 500;
  font-size: 2rem;
  padding-left: 4rem; }
  @media (max-width: 767.98px) {
    .interview .schedule {
      margin-bottom: 0 !important; } }
  .interview .schedule:before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    left: 0;
    top: .5rem;
    background-image: url(../images/int-time.svg);
    background-repeat: no-repeat;
    background-size: contain; }
.interview .message {
  font-weight: 500;
  font-size: 2rem;
  padding-left: 4rem; }
  .interview .message:before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    left: 0;
    background-image: url(../images/int-icon-1.svg);
    background-repeat: no-repeat;
    background-size: contain; }
.interview .point {
  font-weight: 500;
  font-size: 2rem;
  padding-left: 4rem; }
  @media (max-width: 767.98px) {
    .interview .point {
      font-size: 1.7rem;
      margin-bottom: 0;
      line-height: 1.5;
      padding-left: 3rem;
      padding-bottom: 2rem; } }
  .interview .point:before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    left: 0;
    background-image: url(../images/int-icon-2.svg);
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 767.98px) {
      .interview .point:before {
        width: 2.5rem;
        height: 2.5rem; } }
.interview .interview-title .story-num {
  margin-bottom: 0; }
  .interview .interview-title .story-num p {
    color: #D70C18;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2rem, 1.8vw, 2.5rem); }
.interview .interview-title h1.content-tit {
  font-weight: 400;
  margin-bottom: 1rem;
  padding: 0;
  font-size: clamp(2.5rem, 2.5vw, 5rem); }
  @media (max-width: 991.98px) {
    .interview .interview-title h1.content-tit {
      font-size: 5vw !important;
      line-height: 1.5; } }
  @media (max-width: 575.98px) {
    .interview .interview-title h1.content-tit {
      font-size: 2.5rem !important; } }
.interview .interview-title img {
  object-position: top center; }
.interview .interview-contents {
  margin: 0 auto;
  max-width: 1280px !important; }
  .interview .interview-contents p {
    margin-bottom: 2rem; }
    @media (max-width: 767.98px) {
      .interview .interview-contents p {
        line-height: 1.7; } }
  .interview .interview-contents .content-sub-tit {
    font-size: clamp(2rem, 3.5vw, 3.3rem);
    line-height: 2; }
    @media (max-width: 767.98px) {
      .interview .interview-contents .content-sub-tit {
        line-height: 1.7; } }
    @media (max-width: 575.98px) {
      .interview .interview-contents .content-sub-tit {
        line-height: 1.5; } }
  .interview .interview-contents img {
    margin: 5rem 0; }
.interview .icon-bg {
  background-image: url("../images/icon-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 40% left -15vw; }
.interview .aside-contents {
  margin: 0 auto;
  max-width: 1280px !important; }
  .interview .aside-contents img {
    margin: 0; }
  .interview .aside-contents .story-num p {
    color: #D70C18;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.4rem, 3vw, 1.6rem); }
  .interview .aside-contents .interview-link {
    position: relative;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .interview .aside-contents .interview-link {
        display: flex; } }
    @media (max-width: 575.98px) {
      .interview .aside-contents .interview-link {
        display: block; } }
    @media (max-width: 991.98px) {
      .interview .aside-contents .interview-link figure {
        max-width: 40%;
        margin-right: 15px; } }
    @media (max-width: 575.98px) {
      .interview .aside-contents .interview-link figure {
        max-width: 100%; } }
    .interview .aside-contents .interview-link figure img {
      display: block;
      width: 100%;
      height: auto;
      transform: scale(1);
      transition: transform .7s ease, filter .35s ease, opacity .35s ease; }
    .interview .aside-contents .interview-link div {
      row-gap: 5px !important; }
    .interview .aside-contents .interview-link:hover figure img {
      transform: scale(1.06);
      filter: brightness(0.78);
      opacity: 0.95; }
  .interview .aside-contents h5 {
    font-size: 1.8rem;
    margin-bottom: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.6; }
.interview .interview-link.is-current {
  display: none; }
.interview .schedule-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  padding-bottom: 2rem;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  align-items: stretch; }
  .interview .schedule-box .schedule-content {
    padding: 2rem 3rem;
    min-width: 250px;
    width: 25%;
    height: auto !important;
    min-height: 0 !important;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767.98px) {
      .interview .schedule-box .schedule-content {
        padding: 1rem 2rem; } }
    .interview .schedule-box .schedule-content .sche-time {
      position: relative;
      margin-bottom: 0.8rem;
      color: #D70C18;
      font-size: 19px;
      font-weight: 600;
      padding-left: 1.6rem; }
      .interview .schedule-box .schedule-content .sche-time::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        border-radius: 9999px;
        background: #D70C18; }
    .interview .schedule-box .schedule-content p {
      margin-bottom: 0.5rem;
      font-size: 1.5rem;
      line-height: 1.8; }
.interview .members {
  font-size: 2rem;
  padding-left: 4rem; }
  .interview .members:before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    left: 0;
    top: 1rem;
    background-image: url(../images/mem.svg);
    background-repeat: no-repeat;
    background-size: contain; }

.name {
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  margin-top: 1rem !important; }

.disc-member-box {
  margin: 0 auto;
  max-width: 1280px !important; }
  .disc-member-box p {
    margin: 1rem 0 0 0;
    line-height: 1.7; }
  .disc-member-box .int-member {
    gap: 30px;
    gap: 20px; }
    @media (max-width: 767.98px) {
      .disc-member-box .int-member .int-member-col {
        flex-grow: 0 !important;
        flex-basis: 47% !important; } }
    .disc-member-box .int-member .int-member-col p {
      font-size: clamp(1.4rem, 1.6vw, 1.6rem);
      line-height: 1.5; }

.chapter {
  font-family: Poppins, sans-serif;
  color: #D70C18;
  font-size: clamp(2rem, 2.8vw, 2.4rem);
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0 !important; }

.disc-contents .disc-col {
  gap: 30px;
  margin-bottom: 2rem; }
  .disc-contents .disc-col p {
    line-height: 1.7; }
  .disc-contents .disc-col .disc-icon {
    row-gap: 0;
    max-width: 70px;
    min-width: 70px; }
    @media (max-width: 575.98px) {
      .disc-contents .disc-col .disc-icon {
        max-width: 50px;
        min-width: 50px; } }
    .disc-contents .disc-col .disc-icon img {
      margin: 0 !important;
      width: 100%; }
    .disc-contents .disc-col .disc-icon p {
      font-size: 1.4rem; }

.chap-bg-right {
  background-image: url("../images/icon-bg.svg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: bottom -50px right -15vw; }

.chap-bg-left {
  background-image: url("../images/icon-bg.svg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: bottom -50px left -15vw; }

/*========= interviewページ 終わり ===============*/
.page-2-main {
  padding: 0 5vw;
  position: relative;
  margin-bottom: 5rem; }
  .page-2-main .page-tit {
    max-width: 1600px;
    margin: auto;
    padding-top: 3rem; }
    @media (max-width: 767.98px) {
      .page-2-main .page-tit {
        padding-top: 5rem; } }
    .page-2-main .page-tit p.en_tit {
      font-family: "Poppins", sans-serif;
      font-size: 10rem;
      line-height: 1;
      margin-bottom: 3rem;
      font-weight: 200; }
      @media (max-width: 991.98px) {
        .page-2-main .page-tit p.en_tit {
          margin-bottom: 1.5rem;
          font-size: 8rem; } }
      @media (max-width: 767.98px) {
        .page-2-main .page-tit p.en_tit {
          margin-bottom: 1.5rem;
          font-size: 6rem; } }
      @media (max-width: 575.98px) {
        .page-2-main .page-tit p.en_tit {
          margin-bottom: 1.5rem;
          font-size: 4.5rem; } }
    .page-2-main .page-tit h1 {
      color: #2f2f2f;
      font-weight: 400;
      font-size: 2.2rem;
      margin-top: 0;
      margin-bottom: 1.1em;
      letter-spacing: 0.04em; }
      @media (max-width: 575.98px) {
        .page-2-main .page-tit h1 {
          margin-bottom: 1.5rem;
          font-size: 1.8rem; } }
  .page-2-main .top-sub-tit {
    color: #D70C18;
    font-size: 2rem;
    position: relative;
    font-weight: 300;
    display: inline-flex;
    margin-top: 0;
    align-items: center; }
    .page-2-main .top-sub-tit::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: #fff;
      display: inline-block;
      margin-right: 1rem; }
  @media (max-width: 575.98px) {
    .page-2-main {
      margin-bottom: 3rem; } }
  .page-2-main .anchor-nav {
    display: flex;
    align-items: center;
    padding-left: 0;
    column-gap: 5rem;
    list-style: none;
    margin: 5rem 0;
    flex-wrap: wrap; }
    @media (max-width: 575.98px) {
      .page-2-main .anchor-nav {
        display: none; } }
  .page-2-main .anchor-nav__item {
    position: relative;
    padding-left: 16px; }
  .page-2-main .anchor-nav__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D70C18; }
  .page-2-main .anchor-nav__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -35px;
    top: 0.75em;
    width: 24px;
    height: 2px;
    background: linear-gradient(45deg, #F2A900 25%, #D70C18 80%); }

.nyk-btn {
  margin-top: 2rem !important; }
  .nyk-btn .wp-block-button {
    margin-top: 5rem; }
    @media (max-width: 575.98px) {
      .nyk-btn .wp-block-button {
        margin-top: 2rem; } }
    .nyk-btn .wp-block-button a {
      font-size: 1.6rem;
      cursor: pointer;
      border-radius: 100px !important;
      padding: 1.2rem 5rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      color: #fff;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      background-color: #D70C18;
      background-size: 200% 100%;
      background-position: 0% 50%;
      transition: background-color 0.45s ease, background-position 0.6s ease;
      z-index: 0; }
      @media (max-width: 575.98px) {
        .nyk-btn .wp-block-button a {
          padding: 1.2rem 2rem;
          font-size: 1.4rem; } }
      .nyk-btn .wp-block-button a::after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1em;
        color: currentColor;
        margin-left: 0.2rem;
        transform: translateX(0);
        transition: transform 0.5s ease; }
      .nyk-btn .wp-block-button a:hover {
        opacity: 1;
        background-color: #F2A900;
        color: #fff !important;
        filter: none;
        color: #fff; }
        .nyk-btn .wp-block-button a:hover::after {
          transform: translateX(6px); }

.vk_gridcolcard_item {
  border-radius: 0 !important; }

/*FAQ始まり*/
.faq {
  margin: 0 auto;
  max-width: 1280px !important; }
  .faq .content-tit {
    font-size: 3rem; }
  .faq .vk_faq .vk_faq_title {
    padding: 1.5rem 3rem 1.5rem 3rem !important;
    border-bottom: none !important; }
    .faq .vk_faq .vk_faq_title p {
      font-size: 2rem;
      font-weight: 500; }
      @media (max-width: 767.98px) {
        .faq .vk_faq .vk_faq_title p {
          font-size: 1.6rem; } }
    .faq .vk_faq .vk_faq_title:before {
      color: #D70C18;
      top: 22px !important; }
      @media (max-width: 767.98px) {
        .faq .vk_faq .vk_faq_title:before {
          top: 19px !important; } }
    .faq .vk_faq .vk_faq_title:after {
      top: 29px !important; }
  .faq .vk_faq .vk_faq_content-accordion-open {
    padding: 1.5rem 1.5rem 1.5rem 3rem; }
    .faq .vk_faq .vk_faq_content-accordion-open p {
      font-size: 1.7rem;
      font-weight: 400; }
      @media (max-width: 767.98px) {
        .faq .vk_faq .vk_faq_content-accordion-open p {
          font-size: 1.6rem; } }
    .faq .vk_faq .vk_faq_content-accordion-open:before {
      color: #1F55B4;
      top: 19px !important; }

/*採用始まり*/
@keyframes rec-marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.rec-box {
  background-image: linear-gradient(180deg, #F8F8F8 0%, #F8F8F8 70%, #fff 70%, #fff 100%);
  position: relative;
  overflow: hidden;
  padding-top: 8rem; }
  @media (max-width: 767.98px) {
    .rec-box {
      padding-top: 5rem; } }

/* 上部の流れる文字レイヤー */
.rec-marquee {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  /* 行の高さはフォントに合わせて調整 */
  line-height: 0.85; }

.rec-marquee__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: rec-marquee 40s linear infinite; }

.rec-marquee__text {
  flex: 0 0 auto;
  white-space: nowrap;
  color: #fff;
  font-size: 12rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  /* 2つの文字の間に“必ず”隙間を作る（重なり防止） */
  padding-right: 100rem; }
  @media (max-width: 767.98px) {
    .rec-marquee__text {
      font-size: 9rem; } }
  @media (max-width: 575.98px) {
    .rec-marquee__text {
      font-size: 6rem; } }

.before-line {
  position: relative;
  padding-left: 35px; }
  .before-line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 40%;
    width: 24px;
    height: 3px;
    background: linear-gradient(45deg, #F2A900 25%, #D70C18 80%); }

.program-box {
  padding: 5rem 5vw 4rem; }
  @media (min-width: 767px) {
    .program-box > .wp-block-columns {
      flex-wrap: nowrap !important; } }
  .program-box .program-tit {
    position: relative;
    padding-left: 1.6rem;
    font-size: clamp(1.6rem, 1.5vw, 1.8rem);
    font-weight: 600; }
    .program-box .program-tit::before {
      content: "";
      position: absolute;
      left: 0;
      top: 40%;
      transform: translateY(-50%);
      width: 8px;
      height: 8px;
      border-radius: 9999px;
      background: linear-gradient(#F2A900 25%, #D70C18 80%); }
  @media (max-width: 991.98px) {
    .program-box .progress {
      gap: 30px; } }
  @media (min-width: 767px) {
    .program-box .progress .wp-block-column:first-child {
      flex-basis: 35% !important; } }
  .program-box .progress .pentagon {
    position: relative;
    background: #fff;
    padding: 2rem 0 1rem;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    /* 下の三角形ぶん */ }
    .program-box .progress .pentagon::after {
      content: "";
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 30px;
      background: #fff;
      clip-path: polygon(0 0, 100% 0, 50% 100%); }
      @media (max-width: 767.98px) {
        .program-box .progress .pentagon::after {
          content: none; } }
    @media (max-width: 767.98px) {
      .program-box .progress .pentagon {
        padding: 0; } }
    .program-box .progress .pentagon p {
      font-size: 1.6rem;
      font-weight: normal; }
    .program-box .progress .pentagon .career {
      font-size: 2rem; }
  .program-box .progress .career-text {
    padding-top: 2rem; }
    @media (max-width: 767.98px) {
      .program-box .progress .career-text {
        padding: 2rem 4rem; } }
    .program-box .progress .career-text p {
      font-size: 1.7rem;
      font-weight: normal; }
      @media (max-width: 767.98px) {
        .program-box .progress .career-text p {
          text-align: left; } }
  @media (max-width: 767.98px) {
    .program-box .progress {
      position: relative;
      background: #fff;
      padding: 2rem 0 1rem;
      text-align: center;
      font-weight: 700;
      gap: 0;
      margin: 0 auto;
      /* 下の三角形ぶん */ }
      .program-box .progress::after {
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 30px;
        background: #fff;
        clip-path: polygon(0 0, 100% 0, 50% 100%); } }
  .program-box .lastprogress:after {
    content: none !important; }
  .program-box .lastprogress .pentagon {
    padding: 2rem 0 !important; }
    .program-box .lastprogress .pentagon:after {
      content: none !important; }

.career-img {
  overflow-x: scroll; }
  .career-img img {
    min-width: 690px;
    padding-bottom: 2rem; }

.riku-box, .kai-box {
  padding: 0.5rem 1rem;
  font-size: 1.3rem !important;
  font-weight: 600;
  color: #fff;
  width: 80px;
  text-align: center; }

.riku-box {
  background-color: #F2A900; }

.kai-box {
  background-color: #1F55B4; }

#process .schedule-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  padding-bottom: 2rem;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  align-items: stretch; }
  #process .schedule-box .schedule-content {
    position: relative;
    padding: 2rem 3rem;
    min-width: 280px;
    height: auto !important;
    min-height: 0 !important;
    display: flex;
    flex-direction: column;
    /* 右矢印（カード外に出したいなら overflow: visible が必要。中に収めるならこのまま） */ }
    #process .schedule-box .schedule-content::after {
      content: "";
      position: absolute;
      left: 100%;
      top: 0;
      width: 30px;
      height: 100%;
      background: #fff;
      clip-path: polygon(0 0, 100% 50%, 0% 100%);
      pointer-events: none; }
    #process .schedule-box .schedule-content .process-tit {
      height: 8rem; }
      #process .schedule-box .schedule-content .process-tit p {
        font-size: 2rem;
        color: #D70C18;
        font-weight: 600; }
      #process .schedule-box .schedule-content .process-tit .process-sub {
        font-size: 1.5rem;
        color: #D70C18;
        font-weight: 600; }
    #process .schedule-box .schedule-content .process-month {
      gap: 10px; }
    #process .schedule-box .schedule-content p {
      font-size: 1.5rem;
      line-height: 1.8; }

#requirements .vk_tab_bodys {
  border: none; }
#requirements .rec-tab ul {
  width: 100%;
  gap: 0;
  margin-bottom: 5rem; }
  #requirements .rec-tab ul li {
    width: 50%;
    font-size: 1.8rem;
    font-weight: 500;
    border: none;
    border-top: 3px solid #F2A900; }
    #requirements .rec-tab ul li div {
      background-color: #CACACA;
      color: #fff;
      padding: 1.4rem; }
    #requirements .rec-tab ul li:nth-child(2) {
      border-top: 3px solid #1F55B4; }
  #requirements .rec-tab ul .vk_tab_labels_label-state-active div {
    background-color: #FFF;
    color: #000;
    padding: 1.4rem; }
  #requirements .rec-tab ul .vk_tab_labels_label-state-inactive {
    border-top: none !important; }
#requirements .rec-table {
  max-width: 1280px !important;
  margin: 0 auto; }
  #requirements .rec-table th {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 3rem; }
    @media (max-width: 767.98px) {
      #requirements .rec-table th {
        padding: 2rem 0 0.5rem;
        padding-left: 0;
        border: none; } }
  #requirements .rec-table td {
    font-size: 1.5rem;
    padding: 3rem;
    padding-left: 5rem; }
    @media (max-width: 767.98px) {
      #requirements .rec-table td {
        padding: 0.5rem 0 2rem;
        padding-left: 0; } }
@media (max-width: 767.98px) {
  #requirements .kai-table td {
    border-bottom: 1.5px solid #1F55B4 !important; } }
@media (max-width: 767.98px) {
  #requirements .riku-tabel td {
    border-bottom: 1.5px solid #F2A900 !important; } }

#benefits h3 {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 600;
  border-bottom: solid 1px #000; }
#benefits h4 {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 600;
  padding-left: 13px;
  position: relative;
  margin-bottom: 1rem; }
  #benefits h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 43%;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #D70C18; }
#benefits .bene-box {
  gap: 30px; }
  #benefits .bene-box p {
    margin: 0; }
#benefits .bene-riku {
  background-color: #fff;
  padding: 5rem 3rem 3rem !important;
  position: relative; }
  @media (max-width: 991.98px) {
    #benefits .bene-riku {
      padding: 3rem 3rem 3rem !important; } }
  #benefits .bene-riku:before {
    content: "陸上";
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.5rem 1rem;
    background: #F2A900; }
#benefits .bene-riku.bene-both::before {
  content: "陸上";
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  background: #F2A900; }
#benefits .bene-riku.bene-both::after {
  content: "海上";
  position: absolute;
  top: 0;
  left: calc(1rem * 2 + 2em);
  padding: .5rem 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  background: #1F55B4; }

.benefits-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (max-width: 991.98px) {
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767.98px) {
  .benefits-grid {
    grid-template-columns: 1fr; } }
.b-top {
  position: relative; }
  .b-top .b-img {
    position: absolute;
    top: -5rem;
    width: 50%;
    right: -5vw; }

#job-introduction .bumon-cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 1rem; }
#job-introduction .job-intro-box {
  /* ===========================
   左13%（タイトル） / 右（テーブル）
  =========================== */
  /* shokushu-table は陸上側の “右カラム” */
  /* ===========================
   部門の見出し
  =========================== */
  /* ===========================
   ★ここが差し替えの本体★
   陸上： .shokushu-table の中の .bumon-cont
   海上： .bumon-cont.shokushu-table
   どちらでも .bumon-cont が存在するので、ここで統一する
  =========================== */
  /* ===========================
   既存のbumon-box系
  =========================== */
  /* ===========================
   職種カード
  =========================== */
  /* ===========================
   海上側（既存）
  =========================== */ }
  #job-introduction .job-intro-box img {
    width: 30px;
    height: auto; }
  #job-introduction .job-intro-box .shokushu-nav {
    display: grid;
    grid-template-columns: 13% 1fr;
    column-gap: 2rem;
    align-items: start; }
    @media (max-width: 767.98px) {
      #job-introduction .job-intro-box .shokushu-nav {
        display: block; } }
  #job-introduction .job-intro-box .shokushu-tit {
    margin: 0;
    text-align: left;
    font-size: 2.4rem;
    width: 100%;
    justify-self: start; }
  #job-introduction .job-intro-box .shokushu-table {
    width: 100%; }
  #job-introduction .job-intro-box .bumon {
    display: inline-block; }
  #job-introduction .job-intro-box .bumon-cont {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem 1.5rem;
    margin-bottom: 3rem; }
    @media (max-width: 991.98px) {
      #job-introduction .job-intro-box .bumon-cont {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (max-width: 767.98px) {
      #job-introduction .job-intro-box .bumon-cont {
        grid-template-columns: 1fr; } }
  #job-introduction .job-intro-box .bumon-box {
    margin-top: 1.5rem; }
    @media (max-width: 767.98px) {
      #job-introduction .job-intro-box .bumon-box .has-white-background-color {
        justify-content: center; } }
    #job-introduction .job-intro-box .bumon-box .shokushu {
      display: inline-flex; }
  #job-introduction .job-intro-box .riku-shoku {
    margin: 0 !important; }
  #job-introduction .job-intro-box .bumon-inner-box {
    gap: 30px; }
    @media (max-width: 1199.98px) {
      #job-introduction .job-intro-box .bumon-inner-box {
        row-gap: 0 !important; } }
  #job-introduction .job-intro-box .shokushu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    justify-content: flex-start;
    position: relative;
    padding: 0; }
    #job-introduction .job-intro-box .shokushu figure {
      padding-bottom: .5rem;
      align-self: baseline; }
    #job-introduction .job-intro-box .shokushu:after {
      content: "\f078";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-left: auto;
      font-size: 1.2rem;
      color: #D70C18;
      transition: transform .3s ease, color .3s ease;
      flex-shrink: 0; }
    @media (max-width: 767.98px) {
      #job-introduction .job-intro-box .shokushu {
        justify-content: center; } }
    #job-introduction .job-intro-box .shokushu h4 {
      font-size: 1.8rem;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 1.5rem;
      border-radius: 0; }
      #job-introduction .job-intro-box .shokushu h4::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: #D70C18;
        transition: opacity .2s ease;
        pointer-events: none; }
      #job-introduction .job-intro-box .shokushu h4::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: #F2A900;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .35s ease;
        pointer-events: none; }
    #job-introduction .job-intro-box .shokushu:hover h4::before {
      opacity: 0; }
    #job-introduction .job-intro-box .shokushu:hover h4::after {
      transform: scaleX(1); }
  #job-introduction .job-intro-box .bumon-box-marine div {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991.98px) {
      #job-introduction .job-intro-box .bumon-box-marine div {
        height: auto;
        justify-content: flex-start; } }

.shore-job {
  border: solid 1px #F2A900;
  padding: 5vw; }
  .shore-job hr {
    border-color: #F2A900 !important;
    border-top-width: 1px;
    width: 100%;
    margin: 5rem auto; }

.marine-job {
  border: solid 1px #1F55B4;
  padding: 5vw; }
  .marine-job hr {
    border-color: #1F55B4 !important;
    border-top-width: 1px;
    width: 100%;
    margin: 5rem auto; }

.bumon {
  display: inline-block;
  color: #fff;
  padding: 0rem 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  background-color: #F2A900; }

.shokushu {
  margin: 0 !important;
  padding: 0 0 2rem 2rem;
  gap: 20px; }
  .shokushu img {
    width: 50px; }
  .shokushu h4 {
    font-size: 3rem;
    font-weight: 400;
    margin: 0;
    padding: 0; }
    @media (max-width: 767.98px) {
      .shokushu h4 {
        font-size: 2.2rem; } }

.job-list {
  padding: 3rem; }
  .job-list p {
    font-size: 1.7rem;
    font-weight: 600; }
  .job-list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    .job-list ul li {
      position: relative;
      padding-left: 2rem;
      align-items: center;
      margin-right: 2.5rem;
      font-size: 1.5rem; }
      .job-list ul li:before {
        content: "\f00c";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        top: 0;
        left: 0;
        font-size: clamp(1.2rem, 2vw, 1.6rem);
        color: #1F55B4; }

.job-int {
  gap: 7px; }
  .job-int img {
    width: 30px; }
  .job-int p {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0;
    padding: 0; }

#team .team-bg {
  background-image: url("../images/team-bg.svg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  height: 10vw;
  position: relative; }
  #team .team-bg .team-ship {
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    #team .team-bg .team-ship img {
      margin-top: -20px; }
#team .team-member {
  gap: 30px;
  padding: 0 5vw;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 2rem 0; }
  #team .team-member .member-box {
    padding: 1rem;
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (max-width: 767.98px) {
      #team .team-member .member-box {
        width: 23%; } }
    @media (max-width: 575.98px) {
      #team .team-member .member-box {
        width: 45%; } }
    #team .team-member .member-box h4 {
      font-weight: 500;
      font-size: 1.7rem;
      margin: 1rem 0; }
    #team .team-member .member-box p {
      margin-top: 1rem; }
    #team .team-member .member-box figure {
      flex-grow: 1;
      display: flex;
      align-items: center;
      /* 上下中央 */
      justify-content: center;
      /* 左右中央（不要なら消す） */ }
    #team .team-member .member-box .eigyo-member {
      align-items: stretch;
      gap: 30px; }
      #team .team-member .member-box .eigyo-member div {
        display: flex;
        /* これが必要 */
        flex-direction: column; }
  #team .team-member .eigyo-member-box {
    width: 25%; }
    @media (max-width: 767.98px) {
      #team .team-member .eigyo-member-box {
        width: 42%; } }
    @media (max-width: 575.98px) {
      #team .team-member .eigyo-member-box {
        width: 100%; } }
#team .shore-team-member .member-box {
  position: relative;
  padding-top: 3.5rem; }
  #team .shore-team-member .member-box .bumon {
    position: absolute;
    font-size: 1.4rem;
    margin: 0;
    left: 0;
    top: 0; }

.single-post .card-body:before {
  color: #F2A900 !important;
  opacity: 0.5;
  top: calc(50% - 2.5rem) !important; }
.single-post h2 {
  font-weight: 400;
  font-size: 2.8rem !important;
  margin-bottom: 0 !important;
  padding-bottom: 0; }
.single-post .entry-body {
  margin-bottom: 10rem; }

.anchor-offset {
  position: relative; }

.anchor-offset::before {
  content: "";
  display: block;
  height: 120px;
  /* ← 固定ヘッダーの高さに合わせる */
  margin-top: -120px;
  visibility: hidden;
  pointer-events: none; }
