@charset "UTF-8";
@media (min-width: 1600px) {
  :root {
    --vk-width-container: 1440px; }

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

  .container {
    max-width: 85%;
    padding: 0 !important; } }
@media (max-width: 992px) {
  :root {
    --vk-width-container: 90%; }

  .container {
    max-width: 90%;
    padding: 0 !important; } }
@media (max-width: 782px) {
  :root {
    --vk-width-container: 90%; }

  .container {
    max-width: 90%;
    padding: 0 !important; } }
@media (max-width: 576px) {
  :root {
    --vk-width-container: 90%; }

  .container {
    max-width: 90%;
    padding: 0 !important; } }
.alignfull.maxwide > div[class*="__inner-container"],
.alignwide.maxwide > div[class*="__inner-container"] {
  margin: 0 5% !important;
  max-width: 100% !important; }
  @media (min-width: 1600px) {
    .alignfull.maxwide > div[class*="__inner-container"],
    .alignwide.maxwide > div[class*="__inner-container"] {
      max-width: 1440px !important;
      margin: 0 auto !important; } }

.alignfull > div[class*="__inner-container"],
.alignwide > div[class*="__inner-container"] {
  margin: 0 5% !important;
  max-width: 100% !important; }
  @media (min-width: 1600px) {
    .alignfull > div[class*="__inner-container"],
    .alignwide > div[class*="__inner-container"] {
      max-width: 1440px !important;
      margin: 0 auto !important; } }

.alignfull div[class*=__inner-container], .alignwide div[class*=__inner-container] {
  max-width: 95%; }

/*@include bigpc{.wp-block-group{.alignfull div[class*=__inner-container], .alignwide div[class*=__inner-container] {
    max-width: 100%!important;}}}*/
@media (max-width: 991px) {
  .bk-container .wp-block-group__inner-container {
    margin: 0 !important;
    max-width: 100% !important; } }

@media (max-width: 991px) {
  .bk-w .wp-block-group__inner-container {
    margin: 0 !important;
    max-width: 100% !important; } }

html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #14274E;
  background: #F7F7F7;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem; }

a {
  color: #004DA2;
  text-decoration: none; }
  a:hover {
    color: #E60033; }

.container {
  margin: 0 auto;
  padding: 0 2rem; }

.header {
  background: #004DA2;
  color: white;
  padding: 1.5rem 0; }

.footer {
  background: #333;
  color: white;
  padding: 2rem 0;
  font-size: 1.4rem; }

.button {
  display: inline-block;
  background: #004DA2;
  color: white;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-size: 1.6rem;
  transition: background 0.3s; }
  .button:hover {
    background: #E60033; }

.title-divider {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #E60033;
  margin: 1.5rem auto; }

html {
  font-size: 62.5%;
  /* ＝ 16px */ }

/* 992px 以下で縦並びに切り替え */
@media (max-width: 991px) {
  /* Gutenberg の「モバイルでは縦に並べる」用クラス */
  .wp-block-columns.is-vertical-on-mobile {
    flex-direction: column !important; }

  /* カラム幅も100%に */
  .wp-block-columns.is-vertical-on-mobile > .wp-block-column {
    width: 100% !important; } }
main {
  margin-top: 70px; }
  main .container {
    padding: 0 !important; }
  @media (max-width: 991px) {
    main {
      margin-top: 50px; } }
  @media (max-width: 781px) {
    main {
      margin-top: 46px; } }
  @media (max-width: 575px) {
    main {
      margin-top: 0; } }

body.admin-bar header {
  top: 32px !important;
  /* モバイルでは 46px の場合も */ }
  body.admin-bar header .level-2 {
    top: 95px !important;
    /* モバイルでは 46px の場合も */ }

body {
  background: inherit !important;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  color: #14274E; }

.small {
  font-size: 70%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  background-color: none; }

.no-after::before, .no-after::after {
  content: none; }

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #14274E; }
  p .small {
    font-size: 1.3rem; }

li {
  list-style: none; }

h4:not(.wp-block-post-title) {
  background: none !important; }

a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #004DA2; }
  a:hover {
    color: inherit !important; }

.b-h2,
.h2 {
  font-size: 2.8rem;
  color: #14274E;
  font-weight: 500; }

.b-h3,
.h3 {
  font-size: 2.2rem;
  color: #14274E;
  padding: 0;
  font-weight: 500; }
  @media (max-width: 991px) {
    .b-h3,
    .h3 {
      font-size: 1.8rem; } }

.b-h2 {
  margin-bottom: 5rem; }
  @media (max-width: 991px) {
    .b-h2 {
      font-size: 1.8rem;
      margin-bottom: 2rem; } }
  @media (max-width: 575px) {
    .b-h2 {
      text-align: left !important; } }

.b-h3 {
  font-size: 2.2rem;
  position: relative;
  padding: 0 0 0 2rem;
  margin-bottom: 1.6rem;
  border: none; }
  @media (max-width: 991px) {
    .b-h3 {
      font-size: 1.8rem; } }
  .b-h3::before {
    content: "";
    position: absolute;
    top: 57%;
    left: 0;
    transform: translateY(-50%);
    width: 1rem;
    height: 3rem;
    background: url("../_g3/assets/images/b-h2icon.svg") no-repeat center;
    background-size: contain; }
  .b-h3::after {
    content: none; }

.h4 {
  font-size: 1.8rem;
  color: #14274E;
  font-weight: 500;
  margin-bottom: 1.2rem !important; }
  @media (max-width: 991px) {
    .h4 {
      font-size: 1.6rem; } }

.border {
  border: 1px solid #14274E !important; }

.border-p {
  border: 1px solid #004DA2 !important; }

.border-gray {
  border: 1px solid #868686 !important; }

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

@media (max-width: 991px) {
  .wp-block-flexible-table-block-table table.has-fixed-layout {
    width: 100%;
    border: none;
    /* 必要に応じて調整 */ }

  .wp-block-flexible-table-block-table table.has-fixed-layout tr {
    display: block;
    margin-bottom: 0;
    /* 行間 */
    border-bottom: 1px solid #c9ced8; }

  /* 見出しセルとデータセルをブロックにして幅100% */
  .wp-block-flexible-table-block-table table.has-fixed-layout th {
    display: block;
    width: 100% !important;
    border-width: 0 !important;
    /* デフォルト罫線を解除 */
    padding: 1rem 0 0 1rem !important;
    font-size: 1.4rem; }

  .wp-block-flexible-table-block-table table.has-fixed-layout td {
    display: block;
    width: 100% !important;
    padding: 0 1rem 1rem !important;
    border-width: 0 !important;
    /* デフォルト罫線を解除 */
    font-size: 1.4rem; }

  /* 見出しは太字に */
  .wp-block-flexible-table-block-table table.has-fixed-layout th {
    font-weight: bold;
    background-color: transparent; } }
section {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media (max-width: 1281px) {
    section {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  section ul {
    margin-top: 0.5rem; }
    section ul li {
      margin-top: 0.2em;
      margin-bottom: 0.2em; }

figcaption {
  font-size: 1.2rem !important; }

.check {
  padding: 0; }
  .check li {
    list-style: none !important;
    position: relative;
    padding-left: 1.6em;
    /* ← アイコン分の余白（お好みで） */
    line-height: 1.7; }
    .check li::before {
      content: "\f00c";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      /* Solid 用 */
      position: absolute;
      left: 0;
      top: 0.15em;
      /* 縦位置の微調整。0〜0.3emで好み合わせ */
      width: 1.2em;
      height: 1.2em;
      /* 枠を固定するとズレにくい */
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      color: #14274E;
      /* margin-right は不要 */
      font-size: 1em;
      color: #14274E; }

.pop {
  font-family: "Poppins", sans-serif; }

.pop-outline {
  font-size: 10rem;
  color: #fff;
  line-height: 1;
  font-family: "poppins";
  font-weight: 700;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #004da2; }

.no-border {
  border: none !important; }
  .no-border tr {
    border: none !important; }

/* ===============================
  リンク関係
=============================== */
.blank::after {
  content: "\f08e" !important;
  /* fa-angle-right */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* solid */
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1em; }

.pdf::after {
  content: "\f1c1" !important;
  /* fa-angle-right */
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  /* solid */
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1em;
  color: #004DA2; }

.word::after {
  content: "\f1c2" !important;
  /* fa-angle-right */
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  /* solid */
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1em;
  color: #004DA2; }

.link-box {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100px;
  font-size: 1.5rem;
  width: 100%;
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #004DA2;
  padding: 2.5rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s ease;
  z-index: 0; }
  .link-box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.8rem; }
    .link-box p::after {
      color: #fff !important; }
  .link-box a {
    color: #fff; }
  .link-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #14274E;
    z-index: -1;
    transition: width 0.4s ease;
    color: #fff; }
  .link-box:hover {
    background-color: #004DA2 !important;
    color: #fff !important; }
    .link-box:hover::before {
      width: 100%; }
      @media (max-width: 575px) {
        .link-box:hover::before {
          width: 0; } }

.anc-list {
  padding: 0;
  justify-content: center;
  margin-bottom: 10rem; }
  @media (max-width: 991px) {
    .anc-list {
      display: block !important;
      margin-bottom: 5rem;
      padding: 0; } }
  .anc-list li {
    margin: 0 3rem 10rem;
    width: 22%;
    padding: 0 10px; }
    @media (max-width: 1281px) {
      .anc-list li {
        margin: 0 1.5rem 10rem  0;
        font-size: 1.5rem;
        width: 50%; } }
    @media (max-width: 991px) {
      .anc-list li {
        width: 100%;
        margin: 0; } }
    .anc-list li::before, .anc-list li::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: #c9ced8;
      display: block; }
    .anc-list li::after {
      width: 0;
      transition: width 0.3s ease; }
    .anc-list li a {
      color: #14274E; }
      .anc-list li a:hover {
        color: #14274E !important; }
    .anc-list li:hover::after {
      width: 100%;
      background-color: #14274E; }
      @media (max-width: 575px) {
        .anc-list li:hover::after {
          width: 0; } }
  .anc-list .down-arrow {
    font-weight: 600;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    padding-left: 0;
    position: relative; }
    @media (max-width: 991px) {
      .anc-list .down-arrow {
        margin-bottom: 2rem; } }
    .anc-list .down-arrow a {
      width: 100%;
      heght: 100%;
      display: block; }
      .anc-list .down-arrow a::after {
        content: "\f078" !important;
        /* fa-angle-right */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        /* solid */
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        font-size: 1em;
        color: #14274E;
        transition: color 0.3s ease; }

/* ===============================
   グローバルナビ メガメニュー 3列
=============================== */
#global-nav {
  margin: 0 0 0 auto; }
  #global-nav ul#menu-main-menu > li {
    position: relative;
    padding: 0rem 4rem; }
    #global-nav ul#menu-main-menu > li > a {
      padding: 1.2rem 0 !important; }
    #global-nav ul#menu-main-menu > li a strong {
      font-size: 1.6rem;
      font-weight: normal; }
    @media (max-width: 1281px) {
      #global-nav ul#menu-main-menu > li {
        padding: 0 1.5rem; } }
    #global-nav ul#menu-main-menu > li.is-hovered > ul.sub-menu {
      display: flex;
      box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.05) !important; }
    #global-nav ul#menu-main-menu > li ul.level-2 {
      display: none;
      flex-wrap: wrap;
      gap: 1em 32px;
      padding: 5rem 15%;
      background: #fff;
      position: fixed;
      top: 63px;
      left: 120px;
      width: 100vw;
      max-width: 100vw;
      z-index: 1000;
      justify-content: left;
      max-height: 100vh; }
      @media (max-width: 1599px) {
        #global-nav ul#menu-main-menu > li ul.level-2 {
          padding: 2rem 2rem; } }
      #global-nav ul#menu-main-menu > li ul.level-2 > li {
        width: calc(33.333% - 22px);
        display: flex;
        flex-direction: column;
        background: #fff; }
        #global-nav ul#menu-main-menu > li ul.level-2 > li > a {
          position: relative;
          display: block;
          padding-left: 2rem !important;
          color: #fff;
          padding: 14px 1.2em !important;
          background-size: cover;
          background-position: center;
          overflow: hidden;
          display: flex;
          /* 中央配置のために追加 */
          align-items: center;
          /* 縦中央 */
          padding-left: 3rem;
          height: 62px; }
          #global-nav ul#menu-main-menu > li ul.level-2 > li > a::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(46, 65, 89, 0.8) 0%, rgba(92, 152, 197, 0.6) 100%);
            mix-blend-mode: multiply;
            z-index: 1;
            pointer-events: none;
            /* オーバーレイがリンクのクリックを邪魔しないように */ }
          #global-nav ul#menu-main-menu > li ul.level-2 > li > a strong {
            position: relative;
            z-index: 1;
            display: inline-block;
            font-size: 1.8rem;
            font-weight: 300 !important; }
            @media (max-width: 1281px) {
              #global-nav ul#menu-main-menu > li ul.level-2 > li > a strong {
                font-size: 1.8rem; } }
            #global-nav ul#menu-main-menu > li ul.level-2 > li > a strong::after {
              content: "\f105" !important;
              /* fa-angle-right */
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              /* solid */
              position: absolute;
              top: 50%;
              right: 0;
              transform: translateY(-50%);
              font-size: 1em;
              color: #fff;
              transition: color 0.3s ease; }
          #global-nav ul#menu-main-menu > li ul.level-2 > li > a:hover strong {
            color: #fff; }
          #global-nav ul#menu-main-menu > li ul.level-2 > li > a:hover::before {
            opacity: 0.3 !important; }
    #global-nav ul#menu-main-menu > li ul.level-3 {
      display: flex;
      flex-wrap: wrap;
      gap: 0em 1em;
      padding: 1em 0;
      position: static; }
      @media (max-width: 1281px) {
        #global-nav ul#menu-main-menu > li ul.level-3 {
          display: block; } }
      #global-nav ul#menu-main-menu > li ul.level-3 li {
        width: 48%;
        list-style: none; }
        @media (max-width: 1281px) {
          #global-nav ul#menu-main-menu > li ul.level-3 li {
            width: 100%; } }
        #global-nav ul#menu-main-menu > li ul.level-3 li a {
          padding: 0.2rem;
          color: #14274E;
          text-decoration: none; }
          #global-nav ul#menu-main-menu > li ul.level-3 li a .global-nav-name {
            font-size: 1.4rem;
            font-weight: 300; }
          #global-nav ul#menu-main-menu > li ul.level-3 li a::after {
            content: "\f105" !important;
            /* fa-angle-right */
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            /* solid */
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            font-size: 1em;
            color: #14274E;
            transition: color 0.3s ease; }
            #global-nav ul#menu-main-menu > li ul.level-3 li a::after:hover {
              text-decoration: underline; }
          #global-nav ul#menu-main-menu > li ul.level-3 li a:hover {
            background-color: transparent;
            color: #65A9DD !important; }
            #global-nav ul#menu-main-menu > li ul.level-3 li a:hover::after {
              color: #65A9DD !important; }
    #global-nav ul#menu-main-menu > li .nav-kaiji > a {
      background-image: url("/wp-content/uploads/2025/06/maritime-consulting-scaled.webp"); }
    #global-nav ul#menu-main-menu > li .nav-kaigai > a {
      background-image: url("/wp-content/uploads/2025/07/oversea.webp"); }
    #global-nav ul#menu-main-menu > li .nav-shin > a {
      background-image: url("/wp-content/uploads/2025/06/newship.webp"); }
    #global-nav ul#menu-main-menu > li .nav-senpaku > a {
      background-image: url("/wp-content/uploads/2025/06/simu.webp"); }
    #global-nav ul#menu-main-menu > li .nav-kaigi > a {
      background-image: url("/wp-content/uploads/2025/06/kaigi.webp"); }
    #global-nav ul#menu-main-menu > li .nav-unkou > a {
      background-image: url("/wp-content/uploads/2025/07/flight-engineer-s.webp"); }
    #global-nav ul#menu-main-menu > li .nav-sensui > a {
      background-image: url("/wp-content/uploads/2025/07/dive-main.webp"); }
    #global-nav ul#menu-main-menu > li .nav-senin > a {
      background-image: url("/wp-content/uploads/2025/06/crew.webp"); }
    #global-nav ul#menu-main-menu > li .nav-shindo > a {
      background-image: url("/wp-content/uploads/2025/06/qua.webp"); }
    #global-nav ul#menu-main-menu > li .nav-pur {
      width: 100% !important;
      background-color: #14274E !important; }
      #global-nav ul#menu-main-menu > li .nav-pur > a {
        height: 60px !important; }
        #global-nav ul#menu-main-menu > li .nav-pur > a:hover {
          background-color: #65A9DD !important; }
        #global-nav ul#menu-main-menu > li .nav-pur > a strong {
          text-align: center;
          font-size: 1.6rem !important; }
    #global-nav ul#menu-main-menu > li .nav-rinen > a {
      background-image: url("/wp-content/uploads/2025/08/co-phi.webp"); }
    #global-nav ul#menu-main-menu > li .nav-gaiyo > a {
      background-image: url("/wp-content/uploads/2025/06/over.webp");
      background-position: 50% 30% !important; }
    #global-nav ul#menu-main-menu > li .nav-aisatsu > a {
      background-image: url("/wp-content/uploads/2025/08/message.webp");
      background-position: 50% 30% !important; }
    #global-nav ul#menu-main-menu > li .nav-enkaku > a {
      background-image: url("/wp-content/uploads/2025/06/his.webp"); }
    #global-nav ul#menu-main-menu > li .nav-hoshin > a {
      background-image: url("/wp-content/uploads/2025/06/phi.webp"); }
    #global-nav ul#menu-main-menu > li .nav-shigoto > a {
      background-image: url("/wp-content/uploads/2025/07/job.webp"); }
    #global-nav ul#menu-main-menu > li .nav-data > a {
      background-image: url("/wp-content/uploads/2025/08/data-w_.webp"); }
    #global-nav ul#menu-main-menu > li .nav-yoko > a {
      background-image: url("/wp-content/uploads/2025/07/desc.webp"); }
    #global-nav ul#menu-main-menu > li .nav-int > a {
      background-image: url("/wp-content/uploads/2025/07/int-c-2.webp"); }
    #global-nav ul#menu-main-menu > li a * {
      position: relative;
      z-index: 2; }

.show {
  display: block !important;
  position: absolute;
  right: 0;
  top: 0; }

#mobile-nav {
  width: 100%;
  height: 100vh;
  max-height: 100vh !important;
  background: #fff;
  border-top: 1px solid #ddd; }
  #mobile-nav nav {
    padding-top: 8rem; }
  #mobile-nav ul li > ul.sub-menu {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto !important; }
  #mobile-nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding: 1rem; }
    #mobile-nav ul li {
      position: relative;
      padding: 0;
      border-bottom: 1px solid #eee;
      font-size: 2rem;
      /* 展開時（true） */ }
      #mobile-nav ul li a {
        display: block;
        text-decoration: none;
        color: #14274E;
        padding: 1rem 0; }
      #mobile-nav ul li .submenu-toggle {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        font-size: 3rem;
        cursor: pointer;
        font-weight: bold;
        z-index: 1;
        color: #14274E; }
      #mobile-nav ul li .submenu-toggle[aria-expanded="false"] {
        top: 50% !important;
        transform: translateY(-50%) !important; }
      #mobile-nav ul li .submenu-toggle[aria-expanded="true"] {
        top: 0.5rem;
        transform: none !important;
        right: 1.5rem; }
      #mobile-nav ul li ul.sub-menu {
        display: block;
        margin: 0;
        padding: 0; }
        #mobile-nav ul li ul.sub-menu.collapse {
          display: none; }
        #mobile-nav ul li ul.sub-menu.show {
          display: block; }
        #mobile-nav ul li ul.sub-menu.depth-1 {
          padding-left: 1rem;
          background: #fff;
          font-weight: 300; }
        #mobile-nav ul li ul.sub-menu.depth-2 {
          display: none;
          padding-left: 2rem;
          background: #f2faff;
          font-weight: 300; }
          #mobile-nav ul li ul.sub-menu.depth-2.show {
            display: block; }
  #mobile-nav.nav {
    max-height: 80vh;
    overflow-y: auto; }
  #mobile-nav #menu-mob-nav > li {
    font-weight: bold; }

.btn-secondary {
  color: #fff;
  background: #65A9DD !important;
  border-color: #65A9DD !important; }

@media (max-width: 991px) {
  /* collapse されて展開中のモバイルメニュー本体 */
  #mobile-nav {
    max-height: calc(100vh - 60px);
    /* ヘッダーの高さ分だけ引いた高さに */
    overflow-y: auto;
    /* 縦スクロールを有効に */
    -webkit-overflow-scrolling: touch;
    /* iOS で慣性スクロール */ } }
/* ========================================== */
#vk-mobile-nav-menu-btn {
  display: none; }

@media (max-width: 991px) {
  #global-nav ul#menu-main-menu > li > ul.sub-menu {
    flex-direction: column;
    gap: 0;
    position: static;
    width: auto;
    padding: 1em; }

  #global-nav ul#menu-main-menu > li > ul.sub-menu > li {
    width: 100%; } }
#breadcrumb {
  font-size: 1.2rem;
  border: none;
  margin-bottom: 10rem; }
  #breadcrumb i {
    display: none; }
  #breadcrumb svg, #breadcrumb img {
    display: none; }
  @media (max-width: 991px) {
    #breadcrumb {
      margin-bottom: 3rem; } }
  #breadcrumb > .container {
    padding: 0 !important; }
  #breadcrumb .breadcrumb-list li:last-of-type span {
    font-weight: 600; }

.bk-container {
  margin-bottom: 2rem;
  position: relative; }
  .bk-container .n-w {
    position: absolute;
    font-size: 15rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    top: -30px;
    left: 50px;
    z-index: 1;
    color: #fff; }
    @media (max-width: 991px) {
      .bk-container .n-w {
        font-size: 8rem;
        left: 20px; } }
  .bk-container .n-b {
    position: absolute;
    font-size: 15rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    top: -100px;
    left: 50px;
    z-index: 0;
    color: #f1f9ff; }
    @media (max-width: 991px) {
      .bk-container .n-b {
        font-size: 8rem;
        top: -60px;
        left: 20px; } }

.bk-b {
  position: relative;
  background: url("../_g3/assets/images/bk-b-1.png") repeat;
  overflow: visible;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-position: top left;
  background-size: contain; }
  @media (max-width: 991px) {
    .bk-b {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .bk-b > div:first-child {
    padding-top: 0 !important; }
  .bk-b::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("../_g3/assets/images/jigzag.png") repeat-x bottom center;
    background-size: auto 30px;
    transform: translateY(-100%);
    z-index: 1; }
  .bk-b::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("../_g3/assets/images/jigzag_under.png") repeat-x top center;
    background-size: auto 30px;
    transform: translateY(100%);
    z-index: 1; }
  .bk-b > * {
    position: relative;
    z-index: 2;
    padding-top: 30px; }

.bk-w {
  position: relative; }
  .bk-w > div:first-child {
    padding-top: 0 !important; }

.childpage-list-line {
  position: relative;
  background: url("../_g3/assets/images/faq-line.png") no-repeat;
  overflow: visible;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-position: top left;
  background-size: contain; }
  @media (max-width: 991px) {
    .childpage-list-line {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .childpage-list-line > div:first-child {
    padding-top: 0 !important; }

.bk-grad {
  position: relative;
  background: linear-gradient(to bottom, #eff8ff, #ffffff);
  overflow: visible;
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .bk-grad > div:first-child {
    padding-top: 0 !important; }
  .bk-grad::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("../_g3/assets/images/jigzag.png") repeat-x bottom center;
    background-size: auto 30px;
    transform: translateY(-100%);
    z-index: 1; }
  .bk-grad > * {
    position: relative;
    z-index: 2;
    padding-top: 30px; }

.bk-blue {
  background-color: #eef7ff;
  padding-top: 8rem;
  padding-bottom: 8rem; }

.bk-gray {
  background-color: #F7F7F7;
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media (max-width: 991px) {
    .bk-gray {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

/* ヘッダー */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.4s ease, color 0.4s ease; }
  #site-header.transparent {
    background: transparent; }
    #site-header.transparent .global-nav-list a {
      color: white;
      padding: 3px 0 !important; }
      #site-header.transparent .global-nav-list a:hover {
        color: white !important; }
  #site-header.scrolled {
    background: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
    #site-header.scrolled .global-nav-list a {
      color: #333;
      padding: 3px 0 !important; }
      #site-header.scrolled .global-nav-list a:hover {
        color: #007cc5; }
  #site-header .site-logo {
    padding-left: 5rem; }
    @media (max-width: 991px) {
      #site-header .site-logo {
        padding-left: 2rem; } }
    #site-header .site-logo img {
      width: 350px;
      transition: opacity 0.3s ease; }
      @media (max-width: 991px) {
        #site-header .site-logo img {
          width: 300px !important; } }
      @media (max-width: 575px) {
        #site-header .site-logo img {
          margin-top: 0.5rem;
          width: 280px !important; } }

.header-right-tools {
  margin-left: 2rem;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .header-right-tools {
      display: none !important; } }
  .header-right-tools .lang-switch {
    font-size: 0.9rem; }
    .header-right-tools .lang-switch a {
      color: #fff;
      text-decoration: none;
      margin: 0 0.2em; }
      .header-right-tools .lang-switch a.active {
        text-decoration: underline; }
  .header-right-tools .search-icon a {
    background: #65A9DD;
    align-items: center;
    color: #fff;
    padding: 1.5rem 1.8rem;
    font-size: 1.2rem;
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
    width: 80px;
    height: 75px; }
    .header-right-tools .search-icon a:hover {
      color: #fff !important;
      opacity: 0.8; }
    .header-right-tools .search-icon a img {
      margin-left: 1rem;
      margin-bottom: 0rem; }
  .header-right-tools .contact-button a {
    width: 80px;
    height: 75px;
    background: #004DA2;
    color: #fff;
    padding: 1.5rem 1.2rem;
    font-size: 1.2rem;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 0; }
    .header-right-tools .contact-button a:hover {
      color: #fff !important;
      opacity: 0.8; }
    .header-right-tools .contact-button a img {
      margin-bottom: 0.7rem; }

.navbar-toggler {
  width: 65px;
  height: 60px;
  background: #004DA2;
  padding: 1.8rem 1.5rem;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  /* ③ 折りたたみ時（３本線） */ }
  .navbar-toggler .contact-button {
    font-size: 1rem; }
    .navbar-toggler .contact-button img {
      margin-bottom: 0.6rem; }
  .navbar-toggler .search-icon {
    font-size: 1rem; }
  .navbar-toggler .navbar-toggler-icon {
    display: none !important; }
  .navbar-toggler .bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 1px;
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .navbar-toggler .navbar-toggler[aria-expanded="false"] {
    /* 何もしなくて大丈夫です（上記ベースで３本線が並ぶ） */ }

/* ④ 展開時（バツに変形） */
.navbar-toggler[aria-expanded="true"] .bar:nth-child(1) {
  transform: translateY(11px) rotate(45deg) !important; }

.navbar-toggler[aria-expanded="true"] .bar:nth-child(2) {
  opacity: 0 !important; }

.navbar-toggler[aria-expanded="true"] .bar:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg) !important; }

/* フェードアウト状態 */
#top-initial-header.hidden {
  opacity: 0;
  visibility: hidden; }

body.home main {
  padding-top: 100px;
  /* ヘッダーの高さに合わせて調整 */ }
  @media (max-width: 1281px) {
    body.home main {
      padding-top: 0; } }

.circle-arrow {
  position: relative;
  line-height: 1.5; }
  .circle-arrow a {
    color: #14274E;
    display: block;
    max-width: 300px;
    padding-bottom: 1.5rem;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
    position: relative; }
    @media (max-width: 991px) {
      .circle-arrow a {
        margin: 0 0 0 auto !important;
        max-width: 250px;
        font-size: 1.6rem;
        margin-bottom: 1rem !important; } }
    .circle-arrow a::before, .circle-arrow a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: #c9ced8;
      display: block; }
    .circle-arrow a::after {
      width: 0;
      transition: width 0.3s ease; }
      @media (max-width: 575px) {
        .circle-arrow a::after {
          transition: none; } }
    .circle-arrow a span {
      position: absolute;
      width: 9px;
      height: 15px;
      right: 20px;
      top: 0%;
      transition: all 0.2s ease; }
      .circle-arrow a span::before {
        content: "";
        position: absolute;
        top: 85%;
        left: 45%;
        width: 40px;
        height: 40px;
        border: 1px solid #14274E;
        border-radius: 50%;
        box-sizing: border-box;
        transform: translate(-50%, -50%);
        z-index: 0; }
        @media (max-width: 575px) {
          .circle-arrow a span::before {
            width: 30px;
            height: 30px; } }
    .circle-arrow a:hover::after {
      width: 100%;
      background-color: #14274E; }
      @media (max-width: 575px) {
        .circle-arrow a:hover::after {
          width: 0; } }
    .circle-arrow a:hover span {
      color: #fff !important;
      z-index: 999; }
      .circle-arrow a:hover span::before {
        background-color: #14274E;
        z-index: -1; }

.page-tit {
  margin-bottom: 1rem;
  position: relative;
  background-image: url("背景画像のURL");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 14rem 20px;
  height: 430px;
  text-align: center;
  clip-path: polygon(0px 0px, 3040px 0px, 2960px 405px, 2880px 430px, 2800px 405px, 2720px 430px, 2640px 405px, 2560px 430px, 2480px 405px, 2400px 430px, 2320px 405px, 2240px 430px, 2160px 405px, 2080px 430px, 2000px 405px, 1920px 430px, 1840px 405px, 1760px 430px, 1680px 405px, 1600px 430px, 1520px 405px, 1440px 430px, 1360px 405px, 1280px 430px, 1200px 405px, 1120px 430px, 1040px 405px, 960px 430px, 880px 405px, 800px 430px, 720px 405px, 640px 430px, 560px 405px, 480px 430px, 400px 405px, 320px 430px, 240px 405px, 160px 430px, 80px 405px, 0px 430px); }
  @media (max-width: 575px) {
    .page-tit {
      height: 350px;
      padding: 14rem 20px;
      clip-path: polygon(0px 0px, 1120px 0px, 1040px 325px, 960px 350px, 880px 325px, 800px 350px, 720px 325px, 640px 350px, 560px 325px, 480px 350px, 400px 325px, 320px 350px, 240px 325px, 160px 350px, 80px 325px, 0px 350px); } }
  .page-tit .overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 中心を一番暗く、外側ほど薄くするラジアルグラデ */
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.3) 0%, rgba(15, 32, 68, 0.4) 40%, rgba(39, 48, 94, 0.3) 100%);
    z-index: 1;
    mix-blend-mode: multiply; }
  .page-tit .page-tit-inner {
    position: relative;
    z-index: 2; }
  .page-tit .en_tit {
    font-size: 2rem;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    font-weight: 300;
    color: #fff; }
    @media (max-width: 991px) {
      .page-tit .en_tit {
        font-size: 1.6rem; } }
  .page-tit .title-divider {
    width: 60px;
    height: 1px;
    background-color: white;
    border: none;
    margin: 0 auto 1.5rem auto; }
  .page-tit h1 {
    font-weight: normal;
    font-size: 4rem;
    margin-bottom: 1rem; }
    @media (max-width: 991px) {
      .page-tit h1 {
        font-size: 3rem; } }
    @media (max-width: 575px) {
      .page-tit h1 {
        font-size: 2.2rem; } }

.page-tit-blue {
  margin-bottom: 1rem;
  position: relative;
  background-image: url("../_g3/assets/images/page-main-bg.png");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 5rem 20px;
  text-align: center;
  height: 250px;
  clip-path: polygon(0% 0%, 100% 0%, 2750px 250px, 2700px 229px, 2650px 250px, 2600px 2249px, 2550px 250px, 2500px 229px, 2450px 250px, 2400px 229px, 2350px 250px, 2300px 229px, 2250px 250px, 2200px 229px, 2150px 250px, 2100px 229px, 2050px 250px, 2000px 229px, 1950px 250px, 1900px 229px, 1850px 250px, 1800px 229px, 1750px 250px, 1700px 229px, 1650px 250px, 1600px 229px, 1550px 250px, 1500px 229px, 1450px 250px, 1400px 229px, 1350px 250px, 1300px 229px, 1250px 250px, 1200px 229px, 1150px 250px, 1100px 229px, 1050px 250px, 1000px 229px, 950px 250px, 900px 229px, 850px 250px, 800px 229px, 750px 250px, 700px 229px, 650px 250px, 600px 229px, 550px 250px, 500px 229px, 450px 250px, 400px 229px, 350px 250px, 300px 229px, 250px 250px, 200px 229px, 150px 250px, 100px 229px, 50px 250px, 0% 229px);
  /* clip-path: polygon(
   0% 0%, 100% 0%, 100% 90%, 97.5% 100%, 95% 90%, 92.5% 100%, 90% 90%, 87.5% 100%, 85% 90%, 82.5% 100%,80% 90%, 77.5% 100%, 75% 90%, 72.5% 100%, 70% 90%, 67.5% 100%, 65% 90%, 62.5% 100%, 60% 90%, 57.5% 100%, 55% 90%, 52.5% 100%, 50% 90%, 47.5% 100%, 45% 90%, 42.5% 100%, 40% 90%, 37.5% 100%, 35% 90%, 32.5% 100%,30% 90%, 27.5% 100%, 25% 90%, 22.5% 100%, 20% 90%, 17.5% 100%, 15% 90%, 12.5% 100%, 10% 90%, 7.5% 100%, 5% 90%, 2.5% 100%, 0% 90%
  );
	@include xlpc{	  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 95% 100%, 90% 90%, 85% 100%, 80% 90%, 75% 100%, 70% 90%, 65% 100%,60% 90%, 55% 100%, 50% 90%, 45% 100%, 40% 90%, 35% 100%, 30% 90%, 25% 100%, 20% 90%, 15% 100%, 10% 90%, 5% 100%, 0% 90%  );}*/ }
  @media (max-width: 991px) {
    .page-tit-blue {
      padding: 6rem 20px; } }
  @media (max-width: 575px) {
    .page-tit-blue {
      padding: 10rem 20px; } }
  .page-tit-blue .page-tit-inner {
    position: relative;
    z-index: 2; }
  .page-tit-blue .en_tit {
    font-size: 2rem;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    font-weight: 300;
    color: #fff; }
    @media (max-width: 991px) {
      .page-tit-blue .en_tit {
        font-size: 1.6rem; } }
  .page-tit-blue .title-divider {
    width: 60px;
    height: 1px;
    background-color: white;
    border: none;
    margin: 0 auto 1.5rem auto; }
  .page-tit-blue h1 {
    font-weight: normal;
    font-size: 4rem;
    margin-bottom: 1rem; }
    @media (max-width: 991px) {
      .page-tit-blue h1 {
        font-size: 3rem; } }
    @media (max-width: 575px) {
      .page-tit-blue h1 {
        font-size: 2.2rem; } }

.zoom-slider {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  position: relative;
  z-index: 0;
  min-height: 700px; }
  .zoom-slider::before, .zoom-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2; }
  .zoom-slider::before {
    background: linear-gradient(to bottom, #00000087 0%, transparent 40%); }
  .zoom-slider::after {
    background: linear-gradient(to right, #00000087 0%, transparent 60%); }
  .zoom-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    /* <picture> と picture 内の img、さらに直接の img にも同じ全画面カバースタイルを適用 */ }
    .zoom-slider .swiper-slide picture,
    .zoom-slider .swiper-slide picture img,
    .zoom-slider .swiper-slide img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
      transform: scale(1.07);
      transition: transform 10s ease; }
    .zoom-slider .swiper-slide.swiper-slide-active picture img,
    .zoom-slider .swiper-slide.swiper-slide-active img {
      transform: scale(1); }
  .zoom-slider .slider-text {
    width: auto;
    position: absolute;
    z-index: 3;
    bottom: 14%;
    left: 5%;
    color: white;
    text-align: center;
    padding: 1rem;
    pointer-events: none; }
    @media (max-width: 991px) {
      .zoom-slider .slider-text {
        bottom: 25%; } }
    @media (max-width: 575px) {
      .zoom-slider .slider-text {
        bottom: 10%; } }
    .zoom-slider .slider-text h2 {
      text-align: left;
      letter-spacing: 0.2rem;
      font-size: 7rem;
      line-height: 12rem;
      margin: 0;
      font-weight: bold;
      font-weight: 400;
      font-family: "Noto Sans JP"; }
      .zoom-slider .slider-text h2 span {
        font-size: 9rem; }
      @media (max-width: 991px) {
        .zoom-slider .slider-text h2 {
          transform: none;
          font-size: 6rem;
          line-height: 12rem; }
          .zoom-slider .slider-text h2 span {
            font-size: 8rem; } }
      @media (max-width: 575px) {
        .zoom-slider .slider-text h2 {
          font-size: 3rem;
          line-height: 6rem; }
          .zoom-slider .slider-text h2 span {
            font-size: 5rem; } }

.top-text-area {
  padding-top: 0 !important; }

.aboutus-bg {
  background: url(../_g3/assets/images/aboutus-bg-3.webp) no-repeat right bottom, url(../_g3/assets/images/aboutus-bg_.webp) no-repeat bottom;
  background-size: 300px, contain !important; }
  @media (max-width: 991px) {
    .aboutus-bg {
      background-position: top right -8rem, bottom;
      background-size: 300px, 240%; } }
  @media (max-width: 781px) {
    .aboutus-bg .wp-block-group__inner-container > .alignwide {
      width: 100%;
      margin-left: auto !important;
      margin-right: auto !important; } }
  .aboutus-bg .top-lead-box {
    position: relative;
    padding: 3rem 0 0 0;
    margin: 0 auto;
    max-width: 700px; }
    .aboutus-bg .top-lead-box h2 {
      font-size: 3.5rem;
      line-height: 7rem;
      font-weight: 500;
      margin-top: 0rem;
      margin-bottom: 3rem; }
      @media (max-width: 1281px) {
        .aboutus-bg .top-lead-box h2 {
          font-size: 2.5rem !important;
          line-height: 4.5rem; } }
    .aboutus-bg .top-lead-box .top-lead {
      font-size: 1.8rem;
      line-height: 5rem; }
      @media (max-width: 1281px) {
        .aboutus-bg .top-lead-box .top-lead {
          font-size: 1.6rem;
          line-height: 3.6rem;
          padding-bottom: 7rem; }
          .aboutus-bg .top-lead-box .top-lead br {
            display: none; } }
    .aboutus-bg .top-lead-box .circle-arrow {
      position: absolute;
      bottom: 0;
      left: 0; }
      @media (max-width: 991px) {
        .aboutus-bg .top-lead-box .circle-arrow {
          width: 100%;
          left: auto;
          right: 0 !important; } }
      .aboutus-bg .top-lead-box .circle-arrow a {
        position: relative;
        width: 300px;
        align-items: center;
        font-weight: bold;
        text-decoration: none; }
        @media (max-width: 991px) {
          .aboutus-bg .top-lead-box .circle-arrow a {
            width: auto; } }
        .aboutus-bg .top-lead-box .circle-arrow a span {
          display: inline-block;
          margin-left: 0.5em; }

.aboutus-bg-2 {
  padding: 10rem 0 10rem;
  background: url(../_g3/assets/images/aboutus-bg-4.webp) no-repeat left 40% bottom -35px, #e5eef9;
  background-size: 350px, cover; }
  @media (max-width: 991px) {
    .aboutus-bg-2 {
      padding: 0; } }
  @media (max-width: 1281px) {
    .aboutus-bg-2 .top-num-box {
      padding: 3rem 2rem !important; } }
  .aboutus-bg-2 .number-wrapper-1 {
    display: inline-block;
    width: 7em;
    text-align: center; }
  .aboutus-bg-2 .number-wrapper-2 {
    display: inline-block;
    width: 17em;
    text-align: center; }
    @media (max-width: 991px) {
      .aboutus-bg-2 .number-wrapper-2 {
        width: 13em; } }
  .aboutus-bg-2 .number {
    font-size: 8rem; }
    @media (max-width: 991px) {
      .aboutus-bg-2 .number {
        font-size: 6rem; } }
  .aboutus-bg-2 .unit {
    font-size: 2.3rem;
    font-weight: 500; }
    @media (max-width: 1281px) {
      .aboutus-bg-2 .unit {
        font-size: 1.8rem; } }
  .aboutus-bg-2 .number-column {
    position: relative;
    background: url(../_g3/assets/images/top-2.webp) no-repeat right top;
    background-size: 50%; }
    @media (max-width: 991px) {
      .aboutus-bg-2 .number-column {
        position: relative;
        display: block;
        background: none;
        /* 親要素には背景なし */
        padding-top: 0;
        padding-bottom: 10rem; } }
    @media (max-width: 991px) {
      .aboutus-bg-2 .number-column .is-layout-flex {
        width: 80% !important;
        margin: 0 auto; } }
    @media (max-width: 575px) {
      .aboutus-bg-2 .number-column .is-layout-flex {
        width: 90% !important;
        margin: 0 auto; } }
    .aboutus-bg-2 .number-column .circle-arrow {
      position: absolute;
      bottom: 0;
      left: 0; }
      @media (max-width: 991px) {
        .aboutus-bg-2 .number-column .circle-arrow {
          width: 100%; } }
      .aboutus-bg-2 .number-column .circle-arrow a {
        position: relative;
        width: 300px;
        align-items: center;
        font-weight: bold;
        text-decoration: none; }
        @media (max-width: 991px) {
          .aboutus-bg-2 .number-column .circle-arrow a {
            width: auto; } }
        .aboutus-bg-2 .number-column .circle-arrow a span {
          display: inline-block;
          margin-left: 0.5em; }

.top-service {
  position: relative;
  /* TOPページサービス一覧 */ }
  .top-service .top-title-box {
    padding-top: 7rem; }
    @media (max-width: 1281px) {
      .top-service .top-title-box {
        padding-top: 0; } }
  .top-service .service-column .service-img {
    max-height: 270px;
    display: flex;
    align-items: center; }
  .top-service .ek-linked-block {
    position: relative;
    overflow: hidden; }
    .top-service .ek-linked-block::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at center, rgba(0, 0, 0, 0.6) 0%, rgba(15, 32, 68, 0.4) 40%, rgba(39, 48, 94, 0.3) 100%);
      mix-blend-mode: multiply;
      transition: background-color 0.4s ease;
      z-index: 1; }
    .top-service .ek-linked-block:hover::before {
      background: radial-gradient(circle, rgba(7, 17, 29, 0) 0%); }
    .top-service .ek-linked-block .to-list-tit {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      color: #fff;
      font-size: 2rem;
      line-height: 1.6;
      text-align: center;
      margin: 0;
      white-space: pre-line;
      width: 20rem; }
      @media (max-width: 991px) {
        .top-service .ek-linked-block .to-list-tit {
          font-size: 1.8rem; } }
      .top-service .ek-linked-block .to-list-tit::before {
        content: "";
        display: block;
        width: 1px;
        height: 32px;
        margin: 0 auto 12px;
        background-color: #fff; }
    .top-service .ek-linked-block img {
      transition: transform 0.4s ease;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .top-service .ek-linked-block:hover img {
      transform: scale(1.05); }
    .top-service .ek-linked-block .wp-block-column-vk-link {
      position: absolute;
      inset: 0;
      z-index: 3; }
    .top-service .ek-linked-block figure {
      margin-bottom: 0 !important; }
  .top-service ul {
    display: flex;
    justify-content: end;
    margin-top: 5rem; }
    @media (max-width: 991px) {
      .top-service ul {
        display: inline-block;
        margin-top: 2rem;
        padding-left: 0; } }
    .top-service ul li {
      width: 300px;
      margin-left: 3rem;
      margin-bottom: 2rem; }
      @media (max-width: 991px) {
        .top-service ul li {
          width: 100%;
          margin-right: 0;
          margin-left: auto; } }

.sub-title {
  color: #004DA2;
  position: relative;
  z-index: 99;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 400; }
  @media (max-width: 991px) {
    .sub-title {
      font-size: 1.8rem; } }

.toppage-title {
  color: #14274E;
  font-weight: 500;
  margin-bottom: 7rem;
  font-size: 5.5rem;
  margin-top: 0;
  padding: 1rem; }
  .toppage-title::before {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    margin: 0 auto;
    background-color: #14274E; }
  @media (max-width: 991px) {
    .toppage-title {
      font-size: 4.5rem;
      margin-bottom: 4rem; } }
  @media (max-width: 575px) {
    .toppage-title {
      font-size: 4.5rem;
      margin-bottom: 2rem; } }

.top-info {
  margin-top: 0rem;
  margin-bottom: 0rem;
  position: relative;
  /* TOPページお知らせ */ }
  @media (max-width: 991px) {
    .top-info {
      margin: 0; } }
  .top-info .news-arch {
    width: 150px; }
    @media (max-width: 991px) {
      .top-info .news-arch {
        margin-top: 5rem !important; } }
  .top-info .top-news-box {
    padding-top: 10rem;
    padding-bottom: 5rem;
    padding-right: 5rem;
    position: relative; }
    @media (max-width: 991px) {
      .top-info .top-news-box {
        padding: 5rem 2rem;
        gap: 0; } }
    .top-info .top-news-box .pop-news {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 15rem;
      color: #ffffff96;
      line-height: 0.7;
      font-family: "poppins";
      font-weight: 700; }
      @media (max-width: 991px) {
        .top-info .top-news-box .pop-news {
          font-size: 10rem; } }
    .top-info .top-news-box .vk_post_imgOuter {
      position: relative;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top !important;
      border: none !important; }
  .top-info .custom-news-list {
    list-style: none;
    padding: 2rem 0 0 0;
    margin: 0; }
    .top-info .custom-news-list .custom-news-item {
      padding: 2rem 0;
      position: relative; }
      .top-info .custom-news-list .custom-news-item a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #002a5c; }
        .top-info .custom-news-list .custom-news-item a::before, .top-info .custom-news-list .custom-news-item a::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 1px;
          background-color: #c9ced8;
          display: block; }
        .top-info .custom-news-list .custom-news-item a::after {
          width: 0;
          transition: width 0.3s ease; }
        .top-info .custom-news-list .custom-news-item a:hover::after {
          width: 100%;
          background-color: #14274E; }
          @media (max-width: 575px) {
            .top-info .custom-news-list .custom-news-item a:hover::after {
              width: 0; } }
        .top-info .custom-news-list .custom-news-item a .custom-news-date {
          width: 150px;
          color: #004DA2; }
        .top-info .custom-news-list .custom-news-item a .custom-news-cat {
          display: inline-block;
          min-width: 100px;
          text-align: center;
          margin: 0 5rem 0 0;
          padding: 0.2em 0.6em;
          border: 1px solid #002a5c;
          font-size: 1.2rem;
          color: #14274E; }
        .top-info .custom-news-list .custom-news-item a .custom-news-title {
          flex: 1; }
  .top-info .postListText {
    display: flex;
    padding: 2rem 0;
    border-bottom: 1px solid #c9ced8;
    align-items: center; }
    @media (max-width: 991px) {
      .top-info .postListText {
        display: block; } }
  .top-info .postListText_singleTermLabel {
    margin-right: 4rem;
    min-width: auto; }
    @media (max-width: 991px) {
      .top-info .postListText_singleTermLabel {
        margin-top: 0.8rem; } }
  .top-info .postListText_singleTermLabel_inner {
    background-color: transparent !important;
    padding: 0.5rem;
    color: #14274E !important;
    border: #14274E 1px solid;
    border-radius: 0;
    font-size: 12px;
    line-height: 12px; }
    @media (max-width: 991px) {
      .top-info .postListText_singleTermLabel_inner {
        padding: 0.5rem; } }
  .top-info .postListText_title {
    font-size: 1.6rem;
    line-height: 2; }
  .top-info .postListText_date {
    min-width: 90px; }
    @media (max-width: 991px) {
      .top-info .postListText_date {
        margin-top: 0.8rem; } }

.top-recruit {
  padding-top: 7rem;
  padding-bottom: 10rem;
  position: relative;
  background: url(../_g3/assets/images/recruit-bg.webp) no-repeat left 15% bottom;
  background-size: 250px; }
  @media (max-width: 991px) {
    .top-recruit {
      padding: 4rem 0; } }
  .top-recruit .circle-arrow {
    margin-top: 5rem; }
    .top-recruit .circle-arrow a {
      margin: 0 50px 0 auto; }
      @media (max-width: 991px) {
        .top-recruit .circle-arrow a {
          margin: 0; } }

@media (max-width: 991px) {
  .top-rec-slider {
    padding: 5rem 0 0rem; } }

/* TOPページ背景文字流れる */
.scroll-outline-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1; }
  @media (max-width: 991px) {
    .scroll-outline-text {
      margin-top: -3rem; } }
  .scroll-outline-text .scroll-text-inner {
    display: inline-block;
    white-space: nowrap;
    animation: marquee-loop 30s linear infinite; }
  .scroll-outline-text .scroll-text {
    display: inline-block;
    line-height: 16rem;
    font-size: 17rem;
    color: transparent;
    -webkit-text-stroke: 1px #004DA2;
    text-stroke: 1px #004DA2;
    opacity: 0.2;
    margin-right: 2rem;
    font-family: "poppins";
    font-weight: 700; }
    @media (max-width: 991px) {
      .scroll-outline-text .scroll-text {
        font-size: 10rem; } }

@keyframes marquee-loop {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-50%); } }
.faq-item {
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em; }

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  font-weight: bold;
  background: none;
  border: none;
  font-size: 1.1em;
  padding: 0.5rem 0 0.5rem 3.8rem;
  cursor: pointer;
  position: relative;
  color: #004DA2; }
  @media (max-width: 991px) {
    .faq-question {
      font-size: 1.6rem; } }
  .faq-question::before {
    content: "Q";
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    width: 2.4rem;
    height: 3rem;
    font-family: "Poppins";
    background-size: contain;
    font-size: 150% !important;
    font-weight: 600;
    color: #004DA2; }

.faq-group-title {
  padding-top: 7rem; }

/* アイコン用の入れ物を固定サイズで中央寄せ */
.faq-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  /* お好みで */
  height: 1.2em;
  /* お好みで */
  line-height: 1;
  /* 余白の暴れ防止 */
  vertical-align: middle;
  transform-origin: 50% 50%;
  transition: transform .28s ease;
  font-size: 4rem;
  font-weight: 400; }

/* 回転＋微調整が必要ならここで nudge（下げる） */
.faq-question.open .faq-toggle-icon {
  transform: rotate(180deg) translateY(0.05em);
  /* 0.05em〜で微調整 */ }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease; }

.faq-answer.open {
  max-height: 1000px;
  /* 中身に応じて十分大きければOK */
  opacity: 1; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem; }
  @media (max-width: 991px) {
    .service-grid {
      grid-template-columns: 1fr; } }
  .service-grid .service-box {
    display: flex;
    flex-direction: column; }
    .service-grid .service-box .wp-block-group__inner-container {
      max-width: 1400px !important; }
    .service-grid .service-box .service-list-box .service-figure {
      margin: 0;
      max-height: 400px; }
    .service-grid .service-box .service-list-box .service-list-h2 {
      align-items: baseline;
      width: 90%;
      text-align: left;
      background-color: rgba(255, 255, 255, 0.97);
      border-bottom: 1px solid #eaeaea;
      padding: 2rem;
      z-index: 99;
      position: relative;
      margin-top: -30px !important;
      display: block;
      margin: 0 auto;
      padding-bottom: 1.5rem;
      box-sizing: border-box;
      font-size: 2rem;
      font-weight: 500; }
      @media (max-width: 991px) {
        .service-grid .service-box .service-list-box .service-list-h2 {
          font-size: 1.6rem; } }
      .service-grid .service-box .service-list-box .service-list-h2 span {
        position: absolute;
        width: 9px;
        height: 15px;
        right: 30px;
        top: 40%;
        transition: all 0.2s ease; }
        @media (max-width: 575px) {
          .service-grid .service-box .service-list-box .service-list-h2 span {
            transition: none; } }
        @media (max-width: 991px) {
          .service-grid .service-box .service-list-box .service-list-h2 span {
            width: 7px;
            height: 13px;
            right: 23px;
            top: 45%; } }
        .service-grid .service-box .service-list-box .service-list-h2 span::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 40px;
          height: 40px;
          border: 1px solid #14274e;
          border-radius: 50%;
          box-sizing: border-box;
          transform: translate(-50%, -50%);
          z-index: 0; }
          @media (max-width: 575px) {
            .service-grid .service-box .service-list-box .service-list-h2 span::before {
              width: 30px;
              height: 30px;
              top: 50%; } }
      .service-grid .service-box .service-list-box .service-list-h2 .h3-link {
        display: block;
        padding: 2rem;
        font-weight: 500; }
      .service-grid .service-box .service-list-box .service-list-h2::after {
        position: absolute;
        top: 50%;
        right: 2rem;
        width: 4rem;
        /* arrow-r.svg の実際の幅に合わせて調整 */
        height: 4rem;
        /* arrow-r.svg の高さに合わせて調整 */
        background: url("../_g3/assets/images/arrow-r.svg") no-repeat center center;
        background-size: contain;
        transform: translateY(-50%);
        pointer-events: none;
        filter: invert(0);
        transition: filter 0.3s ease; }
        @media (max-width: 575px) {
          .service-grid .service-box .service-list-box .service-list-h2::after {
            transition: none; } }
      .service-grid .service-box .service-list-box .service-list-h2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background-color: rgba(202, 212, 222, 0.8);
        z-index: -1;
        transition: width 0.4s ease; }
        @media (max-width: 575px) {
          .service-grid .service-box .service-list-box .service-list-h2::before {
            transition: none; } }
      .service-grid .service-box .service-list-box .service-list-h2 a {
        position: relative;
        display: inline-block;
        color: inherit;
        text-decoration: none;
        overflow: hidden; }
    .service-grid .service-box .service-list-box figure {
      overflow: hidden;
      margin-bottom: 0 !important; }
    .service-grid .service-box .service-list-box figure img {
      transition: transform 0.4s ease;
      transform-origin: center center; }
      @media (max-width: 575px) {
        .service-grid .service-box .service-list-box figure img {
          transition: none; } }
    .service-grid .service-box .service-list-box:hover::before {
      width: 100%; }
      @media (max-width: 575px) {
        .service-grid .service-box .service-list-box:hover::before {
          width: 0; } }
    .service-grid .service-box .service-list-box:hover figure img {
      transform: scale(1.1); }
    .service-grid .service-box .service-list-box:hover .service-list-h2::before {
      width: 100%; }
      @media (max-width: 575px) {
        .service-grid .service-box .service-list-box:hover .service-list-h2::before {
          width: 0; } }
    .service-grid .service-box .service-list-box:hover .c-btn01__link-ico {
      color: #fff !important;
      z-index: 999; }
      .service-grid .service-box .service-list-box:hover .c-btn01__link-ico::before {
        background-color: #14274E;
        z-index: -1; }
    .service-grid .service-box .service-innerbox {
      flex: 1;
      display: flex;
      flex-direction: column;
      padding: 0;
      background-color: rgba(255, 255, 255, 0.95);
      position: relative;
      z-index: 1;
      margin: 0 auto 0;
      width: 90%; }
      .service-grid .service-box .service-innerbox .wp-block-group__inner-container {
        margin: 0 !important; }
      .service-grid .service-box .service-innerbox .wp-block-heading {
        margin-bottom: 1rem;
        flex: 0; }
      .service-grid .service-box .service-innerbox .child-list {
        column-gap: 2rem;
        flex: 1;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        list-style: none;
        margin: 0;
        padding: 2rem; }
        @media (max-width: 991px) {
          .service-grid .service-box .service-innerbox .child-list {
            display: block; } }
        .service-grid .service-box .service-innerbox .child-list li {
          margin-top: 0.2rem;
          margin-bottom: 0.2rem;
          font-size: 1.4rem;
          position: relative; }
          @media (max-width: 991px) {
            .service-grid .service-box .service-innerbox .child-list li {
              margin-bottom: 1rem; } }
          .service-grid .service-box .service-innerbox .child-list li a {
            width: 100%;
            heght: 100%;
            display: block;
            color: #14274E !important; }
            .service-grid .service-box .service-innerbox .child-list li a:hover {
              color: #65A9DD !important; }
          .service-grid .service-box .service-innerbox .child-list li::after {
            content: "\f105";
            /* fa-angle-right */
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            /* solid */
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            font-size: 1em;
            color: #14274E;
            transition: color 0.3s ease; }
            @media (max-width: 575px) {
              .service-grid .service-box .service-innerbox .child-list li::after {
                transition: none; } }
          .service-grid .service-box .service-innerbox .child-list li:hover::after {
            color: #65A9DD; }

.purposelink {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 100%;
  background: url(../_g3/assets/images/by-purpose.webp) center/cover no-repeat;
  text-align: center;
  background-position: top; }
  @media (max-width: 991px) {
    .purposelink {
      height: 180px; } }
  .purposelink::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.6) 0%, rgba(15, 32, 68, 0.5) 60%, rgba(39, 48, 94, 0.4) 100%);
    mix-blend-mode: multiply;
    transition: opacity 0.5s ease;
    opacity: 1;
    z-index: 1; }
  .purposelink:hover::before {
    opacity: 0.4; }
  .purposelink p {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 3rem;
    font-weight: 400;
    margin: 0; }
    @media (max-width: 991px) {
      .purposelink p {
        font-size: 2rem; } }

/* TOP/事業内容/大カテゴリ */
.service-1 {
  margin-bottom: 10rem; }
  @media (max-width: 1281px) {
    .service-1 .dive-column {
      display: block !important; } }
  @media (max-width: 1281px) {
    .service-1 .dive-column .wp-block-group {
      margin-bottom: 2rem; } }
  .service-1 .h3 {
    padding-bottom: 1rem;
    border-bottom: 1px solid #14274E;
    margin-bottom: 5rem; }
    @media (max-width: 991px) {
      .service-1 .h3 {
        font-size: 1.8rem;
        margin-bottom: 3rem; } }
  @media (max-width: 991px) {
    .service-1 .h4 {
      font-size: 1.6rem; } }
  .service-1 .service-part-list {
    gap: 6rem; }
    @media (max-width: 991px) {
      .service-1 .service-part-list {
        gap: 1rem; } }
    .service-1 .service-part-list .hover-under {
      position: relative; }
      .service-1 .service-part-list .hover-under::before, .service-1 .service-part-list .hover-under::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        display: block; }
        @media (max-width: 575px) {
          .service-1 .service-part-list .hover-under::before, .service-1 .service-part-list .hover-under::after {
            width: 0; } }
      .service-1 .service-part-list .hover-under::after {
        width: 0;
        transition: width 0.3s ease; }
    .service-1 .service-part-list .service-part {
      margin-bottom: 2rem; }
      .service-1 .service-part-list .service-part:hover .hover-under::after {
        width: 100%;
        background-color: #14274E; }
        @media (max-width: 575px) {
          .service-1 .service-part-list .service-part:hover .hover-under::after {
            width: 0; } }
  .service-1 .right-arrow {
    font-weight: 600;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    padding-left: 0;
    position: relative; }
    .service-1 .right-arrow a {
      width: 100%;
      heght: 100%;
      display: block; }
      .service-1 .right-arrow a:hover {
        color: #65A9DD !important; }
    .service-1 .right-arrow::after {
      content: "\f105" !important;
      /* fa-angle-right */
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      /* solid */
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      font-size: 1em;
      color: #14274E;
      transition: color 0.3s ease; }
    .service-1 .right-arrow:hover::after {
      color: #65A9DD; }
  @media (max-width: 991px) {
    .service-1 .purpose-list {
      display: block !important; } }
  .service-1 .purpose-list div {
    border: solid 1px #14274E;
    font-size: 1.5rem;
    width: 100%;
    padding: 1.5rem 2.5rem;
    margin-top: 3rem;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    z-index: 0; }
    @media (max-width: 991px) {
      .service-1 .purpose-list div {
        margin-top: 2rem; } }
    .service-1 .purpose-list div::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 0%;
      height: 100%;
      background-color: #14274E;
      z-index: -1;
      transition: width 0.4s ease; }
    .service-1 .purpose-list div:hover::before {
      width: 100%; }
      @media (max-width: 575px) {
        .service-1 .purpose-list div:hover::before {
          width: 0; } }
    .service-1 .purpose-list div p,
    .service-1 .purpose-list div a {
      color: #14274E;
      position: relative;
      z-index: 1;
      transition: color 0.3s ease;
      width: 100%; }
    .service-1 .purpose-list div:hover p, .service-1 .purpose-list div:hover a, .service-1 .purpose-list div:hover p::after {
      color: #fff; }

.lead {
  margin-bottom: 5rem;
  line-height: 3rem; }
  @media (max-width: 1281px) {
    .lead {
      text-align: left !important;
      margin-bottom: 5rem; } }
  @media (max-width: 1281px) {
    .lead br.d-bigpc {
      display: none; } }

.pop-1 {
  font-family: "Poppins", sans-serif;
  font-size: 3.5rem;
  color: #004DA2;
  font-weight: 600; }

.gap-1 {
  gap: 2rem; }

.c-ico {
  display: inline-block;
  vertical-align: middle; }
  .c-ico svg {
    display: block;
    transition: all 0.3s ease; }

/* TOP/事業内容/大カテゴリ/小カテゴリ */
.service-2 {
  /* ========== 共通（最初は1カラムにしておく） ========== */
  /* ========== xl: 5カラム均等（1400px以上） ========== */
  /* ========== bigpc: 上3 / 下2（1200–1399px） ========== */
  /* ========== tablet: 2-2-1（768–1199px） ========== */
  /* ========== sp: 1カラム（〜767px） ========== */
  /* WordPressコアの「モバイルで縦積み」指定を念のため無効化 */ }
  .service-2 .wp-block-image figure {
    margin-top: 3rem !important; }
  .service-2 .gallery figure {
    margin-bottom: 1.5em !important; }
  .service-2 .swiper-pagination-bullet {
    border-radius: unset;
    width: 7px;
    height: 7px;
    border-radius: 5px; }
  .service-2 section {
    padding-top: 0; }
  .service-2 li {
    list-style: disc; }
  .service-2 .b-h3 {
    margin-top: 5rem; }
    @media (max-width: 991px) {
      .service-2 .b-h3 {
        margin-top: 2rem; } }
  .service-2 table {
    border-color: #f2faff; }
    .service-2 table th,
    .service-2 table td {
      font-size: 1.5rem !important;
      padding: 0.5rem 1.5rem; }
  .service-2 .child-list li {
    list-style: none; }
    .service-2 .child-list li a {
      color: #14274E;
      transition: color 0.3s ease; }
    .service-2 .child-list li.current a {
      color: #65A9DD;
      font-weight: bold; }
  .service-2 .c-links01__inner .c-links01-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0; }
    .service-2 .c-links01__inner .c-links01-list li {
      flex: 0 0 25%;
      padding: 0 10px; }
      @media (max-width: 991px) {
        .service-2 .c-links01__inner .c-links01-list li {
          flex: 0 0 50%;
          padding: 0 10px 0 0; } }
      @media (max-width: 575px) {
        .service-2 .c-links01__inner .c-links01-list li {
          flex: 0 0 100%;
          padding: 0 10px 0 0; } }
  .service-2 .c-btn01__link {
    display: block;
    max-width: 250px;
    margin: 0 auto;
    padding-bottom: 1.5rem;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    position: relative; }
    @media (max-width: 991px) {
      .service-2 .c-btn01__link {
        font-size: 1.3rem; } }
    @media (max-width: 575px) {
      .service-2 .c-btn01__link {
        max-width: none; } }
    .service-2 .c-btn01__link::before, .service-2 .c-btn01__link::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: #d9dae6;
      display: block; }
    .service-2 .c-btn01__link::after {
      width: 0;
      transition: width 0.3s ease; }
      @media (max-width: 575px) {
        .service-2 .c-btn01__link::after {
          transition: none; } }
    .service-2 .c-btn01__link .c-btn01__link-ico {
      position: absolute;
      width: 9px;
      height: 15px;
      right: 20px;
      top: 15%;
      transition: all 0.2s ease; }
      @media (max-width: 1281px) {
        .service-2 .c-btn01__link .c-btn01__link-ico {
          right: 10px;
          width: 7px;
          height: 12px; } }
      @media (max-width: 575px) {
        .service-2 .c-btn01__link .c-btn01__link-ico {
          right: 10px;
          width: 7px;
          height: 12px;
          transition: color 0s ease !important; } }
      .service-2 .c-btn01__link .c-btn01__link-ico::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        border: 1px solid #14274E;
        border-radius: 50%;
        box-sizing: border-box;
        transform: translate(-50%, -50%);
        z-index: 0; }
        @media (max-width: 1281px) {
          .service-2 .c-btn01__link .c-btn01__link-ico::before {
            width: 30px;
            height: 30px; } }
        @media (max-width: 575px) {
          .service-2 .c-btn01__link .c-btn01__link-ico::before {
            width: 30px;
            height: 30px; } }
    .service-2 .c-btn01__link:hover::after {
      width: 100%;
      background-color: #14274E; }
      @media (max-width: 575px) {
        .service-2 .c-btn01__link:hover::after {
          width: 0; } }
    .service-2 .c-btn01__link:hover .c-btn01__link-ico {
      color: #fff !important;
      z-index: 999; }
      .service-2 .c-btn01__link:hover .c-btn01__link-ico::before {
        background-color: #14274E;
        z-index: -1; }
  .service-2 .active {
    font-weight: 800; }
    .service-2 .active .c-btn01__link-ico {
      color: #fff !important;
      z-index: 998; }
      .service-2 .active .c-btn01__link-ico::before {
        background-color: #14274E;
        z-index: -1; }
    .service-2 .active::before {
      background-color: #14274E; }
  .service-2 .c-list01__item {
    position: relative;
    padding-left: 13px;
    line-height: 1.5;
    flex: 0 0 25%; }
    .service-2 .c-list01__item::before {
      content: "";
      position: absolute;
      top: 8px;
      left: 0;
      width: 5px;
      height: 5px;
      background-color: #14274E;
      transform: rotate(-45deg); }
  .service-2 .simu-num {
    font-size: 5rem;
    font-weight: bold;
    line-height: 0.6; }
    .service-2 .simu-num .small {
      font-size: 2.2rem; }
  .service-2 .wp-block-columns.cols-5-3-2,
  .service-2 .wp-block-columns.cols-5-3-2.is-layout-flex,
  .service-2 .wp-block-columns.cols-5-3-2.wp-block-columns-is-layout-flex {
    display: grid !important;
    /* flexを必ず殺す */
    grid-template-columns: 1fr;
    /* 初期：1カラム */
    gap: var(--wp--style--block-gap, 1rem);
    align-items: stretch; }
  .service-2 .wp-block-columns.cols-5-3-2 > .wp-block-column {
    margin-bottom: 1rem; }
  @media (min-width: 1400px) {
    .service-2 .wp-block-columns.cols-5-3-2 {
      grid-template-columns: repeat(5, 1fr) !important; }
    .service-2 .wp-block-columns.cols-5-3-2 > .wp-block-column {
      grid-column: auto !important;
      /* 均等割り */ } }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    .service-2 .wp-block-columns.cols-5-3-2 {
      grid-template-columns: repeat(5, 1fr) !important; }
    .service-2 .wp-block-columns.cols-5-3-2 > .wp-block-column {
      grid-column: auto !important;
      /* 均等割り */ } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .service-2 .wp-block-columns.cols-5-3-2 {
      grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
    .service-2 .wp-block-columns.cols-5-3-2 > .wp-block-column {
      grid-column: span 2 !important;
      /* 3列並び */ }
    .service-2 .wp-block-columns.cols-5-3-2 > .wp-block-column:nth-last-child(-n + 2) {
      grid-column: span 3 !important;
      /* 最後の2つは2列並び */ } }
  @media (max-width: 767.98px) {
    .service-2 .wp-block-columns.cols-5-3-2 {
      grid-template-columns: 1fr !important; }
    .service-2 .wp-block-columns.cols-5-3-2 > .wp-block-column {
      grid-column: auto !important; } }
  @media (max-width: 781px) {
    .service-2 .wp-block-columns.cols-5-3-2:not(.is-not-stacked-on-mobile) {
      flex-direction: initial !important; } }

.step-block h2 {
  font-size: 13rem !important; }
  @media (max-width: 1281px) {
    .step-block h2 {
      font-size: 10rem !important; } }
  @media (max-width: 575px) {
    .step-block h2 {
      font-size: 6rem !important; } }
@media (max-width: 575px) {
  .step-block p {
    font-size: 1.6rem !important; } }
.step-block h3 {
  font-size: 2.2rem !important; }
  @media (max-width: 575px) {
    .step-block h3 {
      font-size: 1.8rem !important; } }
.step-block .vk_outer {
  padding: 3rem !important; }
  @media (max-width: 575px) {
    .step-block .vk_outer {
      padding: 1rem !important; } }
@media (max-width: 575px) {
  .step-block .wp-block-columns {
    gap: 1em !important; } }
.step-block .wp-block-group__inner-container {
  width: 100% !important;
  max-width: 1440px !important; }

.white-box,
.lightblue-box {
  background-color: #fff;
  padding: 4rem 5rem; }
  .white-box > div,
  .lightblue-box > div {
    max-width: 100% !important; }
  @media (max-width: 991px) {
    .white-box,
    .lightblue-box {
      padding: 2rem 2rem; } }
  .white-box ul,
  .white-box p,
  .lightblue-box ul,
  .lightblue-box p {
    margin: 0 !important; }
  .white-box h3,
  .white-box h4,
  .lightblue-box h3,
  .lightblue-box h4 {
    margin: 0 0 2rem !important; }
    .white-box h3::after,
    .white-box h4::after,
    .lightblue-box h3::after,
    .lightblue-box h4::after {
      content: none; }
  .white-box h4,
  .lightblue-box h4 {
    margin: 0 0 1rem !important; }

.lightblue-box {
  background-color: #f2faff; }

.low-white-box,
.low-lightblue-box {
  background-color: #fff;
  padding: 2rem 3rem;
  margin: auto 1rem;
  align-items: center; }
  .low-white-box ul,
  .low-white-box p,
  .low-lightblue-box ul,
  .low-lightblue-box p {
    margin: 0 !important; }
  .low-white-box h3,
  .low-white-box h4,
  .low-lightblue-box h3,
  .low-lightblue-box h4 {
    margin: 0 0 2rem !important; }
    .low-white-box h3::after,
    .low-white-box h4::after,
    .low-lightblue-box h3::after,
    .low-lightblue-box h4::after {
      content: none; }
  .low-white-box h4,
  .low-lightblue-box h4 {
    margin: 0 0 1rem !important; }

.low-lightblue-box {
  background-color: #f2faff; }

.box-0102 {
  text-align: center; }
  .box-0102 .row {
    margin: 0;
    gap: 3rem; }
    @media (max-width: 991px) {
      .box-0102 .row {
        gap: 2rem; } }
    .box-0102 .row .low-white-box {
      width: calc(50% - 15px);
      flex: none;
      padding: 2rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 991px) {
        .box-0102 .row .low-white-box {
          width: 100%; } }
    @media (max-width: 991px) {
      .box-0102 .row .wp-block-columns {
        gap: 2rem; } }
    .box-0102 .row .wp-block-columns div:first-child {
      flex-basis: 21% !important; }

.company-2 .phi-box {
  padding-top: 7rem;
  padding-bottom: 10rem;
  position: relative;
  margin-top: 5rem; }
  @media (max-width: 991px) {
    .company-2 .phi-box {
      padding-top: 4rem;
      padding-bottom: 3rem;
      margin-top: 0rem; } }
  .company-2 .phi-box h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 4.5rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    color: #14274E; }
    @media (max-width: 991px) {
      .company-2 .phi-box h2 {
        font-size: 9vw; } }
    .company-2 .phi-box h2::before {
      content: "「";
      margin-right: 1rem;
      font-size: 4.7rem;
      font-weight: 900;
      font-family: "Noto Sans JP"; }
      @media (max-width: 991px) {
        .company-2 .phi-box h2::before {
          content: none; } }
    .company-2 .phi-box h2::after {
      content: "」";
      margin-left: 1rem;
      font-size: 4.7rem;
      font-weight: 900;
      font-family: "Noto Sans JP"; }
      @media (max-width: 991px) {
        .company-2 .phi-box h2::after {
          content: none; } }
  .company-2 .phi-box h3 {
    font-family: "Zen Old Mincho", serif;
    line-height: 1;
    font-weight: 400;
    font-size: 3.5rem;
    padding-top: 3rem;
    margin-top: 0;
    color: #14274E; }
    @media (max-width: 991px) {
      .company-2 .phi-box h3 {
        font-size: 2.8rem; } }
    .company-2 .phi-box h3::after {
      content: none; }
  .company-2 .phi-box .sailforward {
    background-color: #eef7ff;
    padding: 4rem;
    margin-top: 4rem; }
    @media (max-width: 991px) {
      .company-2 .phi-box .sailforward {
        padding: 2rem; } }
  .company-2 .phi-box .h3-seicho {
    font-family: "Zen Old Mincho", serif;
    line-height: 1;
    font-weight: 400;
    font-size: 5rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    margin-top: 10rem;
    color: #14274E; }
    @media (max-width: 991px) {
      .company-2 .phi-box .h3-seicho {
        font-size: 3.5rem;
        margin-top: 0rem; } }
.company-2 .phi-box1 {
  background: url(../_g3/assets/images/mission.webp) no-repeat left 5% bottom;
  background-size: 250px; }
  .company-2 .phi-box1 .phi-main-image {
    max-width: 840px;
    margin: 0 auto; }
.company-2 .phi-box2 {
  background: url(../_g3/assets/images/vision.webp) no-repeat right 5% bottom 10%, #F7F7F7;
  background-size: 250px, cover;
  padding-top: 10rem;
  padding-bottom: 10rem; }
  @media (max-width: 991px) {
    .company-2 .phi-box2 {
      padding-top: 4rem;
      padding-bottom: 7rem; } }
.company-2 .phi-box3 {
  background: url(../_g3/assets/images/value.webp) no-repeat right 25% bottom 10%;
  background-size: 250px; }
.company-2 .phi-box4 {
  background: url(../_g3/assets/images/aboutus-bg-3.webp) no-repeat left 5% bottom 10%;
  background-size: 250px; }
.company-2 .com-wrap {
  max-width: 960px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .company-2 .com-wrap .wp-block-group__inner-container {
      margin: 0;
      max-width: 1440px; } }
.company-2 .message-box {
  margin-bottom: 5rem;
  height: 70vh; }
  @media (max-width: 1281px) {
    .company-2 .message-box {
      height: 50vh; } }
  .company-2 .message-box .vk_outer_container {
    position: absolute;
    bottom: 0; }
    .company-2 .message-box .vk_outer_container .message-title {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      color: #004DA2;
      font-size: 5.5rem; }
      @media (max-width: 991px) {
        .company-2 .message-box .vk_outer_container .message-title {
          font-size: 4.5rem;
          line-height: 1.5;
          margin-bottom: 7rem; } }
      @media (max-width: 575px) {
        .company-2 .message-box .vk_outer_container .message-title {
          font-size: 2.5rem; } }
    .company-2 .message-box .vk_outer_container .message-name {
      font-size: 1.8rem;
      font-weight: 500;
      padding: 1.8rem 4rem 1rem;
      background-color: #fff;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .company-2 .message-box .vk_outer_container .message-name {
          font-size: 1.6rem;
          padding: 1rem 3rem 0rem; } }
      @media (max-width: 575px) {
        .company-2 .message-box .vk_outer_container .message-name {
          font-size: 1.4rem;
          padding: 1rem 2rem 0rem; } }
.company-2 .h3 {
  margin-top: 10rem; }
  @media (max-width: 991px) {
    .company-2 .h3 {
      margin-top: 5rem;
      font-size: 1.6rem; } }
.company-2 ol li {
  list-style: inherit; }
.company-2 table {
  margin-bottom: 3rem;
  margin-top: 3rem;
  margin: 0 auto; }
  .company-2 table td,
  .company-2 table th {
    font-size: 1.6rem; }
.company-2 .h2-under {
  position: relative;
  font-size: 2.8rem;
  color: #14274E;
  font-weight: 400; }
  .company-2 .h2-under::after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    margin: 1rem auto;
    background-color: #14274E; }
  @media (max-width: 991px) {
    .company-2 .h2-under {
      font-size: 2rem; } }
@media (max-width: 991px) {
  .company-2 .vk_timeline_item_content .wp-block-columns {
    gap: 0em !important; } }
@media (max-width: 991px) {
  .company-2 .hist,
  .company-2 .month {
    padding-left: 3rem;
    text-align: left !important; } }
@media (max-width: 991px) {
  .company-2 .seo-table table td {
    padding-bottom: 10px !important; } }

.page-id-254 #breadcrumb {
  margin-bottom: 0 !important; }

/*========= recruitTOPページ ===============*/
.recruit-container {
  max-width: 1600px;
  display: flex;
  margin: 0 auto;
  width: 80%; }
  @media (max-width: 991px) {
    .recruit-container {
      width: 100%; } }

.page-template-recruit-top .rec-main {
  height: 90vh;
  background-position-x: center;
  background-position-y: top;
  margin-top: 75px;
  background-size: cover !important;
  background: url(../_g3/assets/images/rec-top.webp) no-repeat;
  position: relative;
  background-position: center top; }
  @media (max-width: 991px) {
    .page-template-recruit-top .rec-main {
      height: 50vh;
      margin-top: 55px; } }
  @media (max-width: 575px) {
    .page-template-recruit-top .rec-main {
      height: 40vh;
      max-height: 310px !important; } }
  @media (max-width: 991px) {
    .page-template-recruit-top .rec-main .rec-img2 {
      height: 300px !important;
      object-fit: cover; } }
  .page-template-recruit-top .rec-main img {
    width: 100%; }
.page-template-recruit-top .recruit-catch {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  width: 100%;
  position: absolute;
  bottom: 15%;
  left: 4%; }
  @media (max-width: 991px) {
    .page-template-recruit-top .recruit-catch {
      bottom: 5% !important; } }
  .page-template-recruit-top .recruit-catch h1 {
    margin-top: 0 !important; }
    @media (max-width: 991px) {
      .page-template-recruit-top .recruit-catch h1 {
        font-size: 4vh !important; } }
    @media (max-width: 575px) {
      .page-template-recruit-top .recruit-catch h1 {
        font-size: 3vh !important; } }
  .page-template-recruit-top .recruit-catch p {
    color: #65A9DD;
    opacity: 0.8;
    font-size: 4vh;
    display: inline-block;
    position: relative;
    width: 100%;
    /*   &::after {
         content: "";
         display: inline-block;
         vertical-align: middle;
         width: 75%; // 横線の長さ（調整可）
         height: 1px;
         margin-left: 5rem; // テキストとの間隔
         background-color: #fff;
         @include pc {
           height: 1px;
           width: 70%;
         }
         @include sp {
           width: 60%;
         }
       }*/ }
    @media (max-width: 991px) {
      .page-template-recruit-top .recruit-catch p {
        font-size: 2.5vh !important; } }
    @media (max-width: 575px) {
      .page-template-recruit-top .recruit-catch p {
        font-size: 2vh !important; } }
  .page-template-recruit-top .recruit-catch h1 {
    color: #fff;
    font-size: 6vh;
    margin-top: 4rem; }
.page-template-recruit-top .message-box {
  background: linear-gradient(#eff6ff 0%, #fff 50%);
  background-size: cover;
  position: relative; }
  .page-template-recruit-top .message-box .bg-deco {
    transition: transform 0.3s ease-out;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    will-change: transform;
    pointer-events: none; }
  .page-template-recruit-top .message-box .bg-right {
    width: 400px;
    height: 400px;
    top: 0;
    right: -5%;
    background-image: url(../_g3/assets/images/rec-bg-1.webp); }
    @media (max-width: 991px) {
      .page-template-recruit-top .message-box .bg-right {
        width: 250px;
        height: 250px; } }
  .page-template-recruit-top .message-box .bg-left {
    width: 280px;
    height: 280px;
    bottom: -30%;
    left: -5%;
    background-image: url(../_g3/assets/images/rec-bg-1.webp); }
    @media (max-width: 991px) {
      .page-template-recruit-top .message-box .bg-left {
        width: 180px;
        height: 180px; } }
  .page-template-recruit-top .message-box .rec-list {
    padding: 2rem !important;
    background: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    z-index: 999;
    position: absolute;
    right: 0;
    left: 0;
    margin: -60px auto 0; }
    @media (max-width: 991px) {
      .page-template-recruit-top .message-box .rec-list {
        padding: 2rem !important;
        display: none; } }
    @media (max-width: 991px) {
      .page-template-recruit-top .message-box .rec-list > div {
        width: 90% !important;
        margin: 0 auto; } }
    @media (max-width: 991px) {
      .page-template-recruit-top .message-box .rec-list .rec-shokushu {
        gap: 1em; } }
    .page-template-recruit-top .message-box .rec-list .shokushu-ichiran {
      font-size: 2.2rem;
      padding-left: 3rem;
      font-weight: bold; }
      @media (max-width: 1281px) {
        .page-template-recruit-top .message-box .rec-list .shokushu-ichiran {
          font-size: 1.8rem;
          text-align: center;
          padding-left: 0;
          margin-top: 0; } }
    @media (max-width: 991px) {
      .page-template-recruit-top .message-box .rec-list .shokushu {
        gap: 1em; } }
    .page-template-recruit-top .message-box .rec-list .shokushu-list {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 1rem;
      position: relative;
      border: 1px solid #004DA2;
      background-color: #004DA2;
      color: #004DA2;
      font-weight: bold;
      z-index: 1;
      transition: all 0.4s ease; }
      @media (max-width: 991px) {
        .page-template-recruit-top .message-box .rec-list .shokushu-list {
          padding: 1rem; } }
      .page-template-recruit-top .message-box .rec-list .shokushu-list::after {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        right: 4px;
        bottom: 4px;
        background-color: #fff;
        z-index: -1;
        transition: background-color 0.4s ease, transform 0.4s ease; }
      .page-template-recruit-top .message-box .rec-list .shokushu-list p {
        color: #004DA2;
        transition: color 0.4s ease; }
        @media (max-width: 991px) {
          .page-template-recruit-top .message-box .rec-list .shokushu-list p {
            line-height: 1.6; } }
      .page-template-recruit-top .message-box .rec-list .shokushu-list:hover::after {
        background-color: #004DA2; }
      .page-template-recruit-top .message-box .rec-list .shokushu-list:hover p {
        color: #fff; }
  .page-template-recruit-top .message-box .message-wrap {
    padding-top: 10rem !important;
    max-width: 960px;
    z-index: 99;
    position: relative; }
    @media (max-width: 1281px) {
      .page-template-recruit-top .message-box .message-wrap {
        max-width: 85%;
        padding-top: 7rem !important; } }
    @media (max-width: 575px) {
      .page-template-recruit-top .message-box .message-wrap {
        max-width: 85%;
        padding-top: 2rem !important; } }
    .page-template-recruit-top .message-box .message-wrap h2 {
      font-size: 9rem;
      opacity: 0.8;
      color: #65A9DD; }
      @media (max-width: 991px) {
        .page-template-recruit-top .message-box .message-wrap h2 {
          font-size: 6rem; } }
      @media (max-width: 575px) {
        .page-template-recruit-top .message-box .message-wrap h2 {
          font-size: 4rem; } }
    .page-template-recruit-top .message-box .message-wrap p {
      font-size: 1.8rem;
      line-height: 2.2; }
      @media (max-width: 991px) {
        .page-template-recruit-top .message-box .message-wrap p {
          font-size: 1.6rem;
          line-height: 2; } }
.page-template-recruit-top .rec-slider {
  padding: 10rem 0;
  background: url(../_g3/assets/images/slide-bg.webp) no-repeat right -5% bottom 3%;
  background-size: 700px; }
.page-template-recruit-top .swiper-wrapper {
  gap: 20px;
  /* スライドの隙間を確保（あれば） */ }
.page-template-recruit-top .vk_slider_b5c08c44-260b-4e10-915d-777105bda2e1 {
  height: 300px !important; }
.page-template-recruit-top .recruit-link-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12rem 0; }
  @media (max-width: 1281px) {
    .page-template-recruit-top .recruit-link-area {
      padding: 2rem 0 15rem;
      margin: 5rem auto; } }
  @media (max-width: 991px) {
    .page-template-recruit-top .recruit-link-area {
      display: block; } }
  .page-template-recruit-top .recruit-link-area > div {
    display: contents; }
    @media (max-width: 991px) {
      .page-template-recruit-top .recruit-link-area > div {
        display: block; } }
  @media (max-width: 991px) {
    .page-template-recruit-top .recruit-link-area .wp-block-columns {
      display: block; } }
  .page-template-recruit-top .recruit-link-area__image {
    flex: 0 0 70%;
    position: relative; }
    @media (max-width: 1281px) {
      .page-template-recruit-top .recruit-link-area__image {
        flex: 0 0 60%; } }
    .page-template-recruit-top .recruit-link-area__image img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover; }
  .page-template-recruit-top .recruit-link-area__text-box {
    background: #fff;
    padding: 4rem !important;
    z-index: 2;
    position: relative;
    margin-left: -10%;
    max-width: 35vw; }
    @media (max-width: 1281px) {
      .page-template-recruit-top .recruit-link-area__text-box {
        max-width: 40vw; } }
    @media (max-width: 575px) {
      .page-template-recruit-top .recruit-link-area__text-box {
        padding: 3rem !important; } }
    .page-template-recruit-top .recruit-link-area__text-box .circle-arrow {
      margin-bottom: 0;
      margin-top: 2rem; }
      @media (max-width: 575px) {
        .page-template-recruit-top .recruit-link-area__text-box .circle-arrow {
          margin-top: 1rem; } }
      .page-template-recruit-top .recruit-link-area__text-box .circle-arrow a {
        max-width: none;
        margin-bottom: 0;
        font-size: 2.4rem !important;
        padding-bottom: 0 !important; }
        @media (max-width: 1281px) {
          .page-template-recruit-top .recruit-link-area__text-box .circle-arrow a {
            font-size: 2.0rem !important; } }
        .page-template-recruit-top .recruit-link-area__text-box .circle-arrow a:before, .page-template-recruit-top .recruit-link-area__text-box .circle-arrow a:after {
          content: none; }
        .page-template-recruit-top .recruit-link-area__text-box .circle-arrow a span {
          height: 25px; }
          @media (max-width: 1281px) {
            .page-template-recruit-top .recruit-link-area__text-box .circle-arrow a span {
              height: 19px; } }
    .page-template-recruit-top .recruit-link-area__text-box .recruit-link-area__small-title {
      font-size: 1.6rem;
      margin-bottom: 0.5rem;
      border-bottom: 2px solid #DBF4F1;
      padding-bottom: 1.2rem; }
  .page-template-recruit-top .recruit-link-area:hover {
    cursor: pointer !important; }
    .page-template-recruit-top .recruit-link-area:hover .circle-arrow a::after {
      width: 100%;
      background-color: #14274E; }
      @media (max-width: 575px) {
        .page-template-recruit-top .recruit-link-area:hover .circle-arrow a::after {
          width: 0; } }
    .page-template-recruit-top .recruit-link-area:hover .circle-arrow a span {
      color: #fff !important;
      z-index: 999; }
      .page-template-recruit-top .recruit-link-area:hover .circle-arrow a span::before {
        background-color: #14274E;
        z-index: -1; }
.page-template-recruit-top .job-feature::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: url(../_g3/assets/images/stripe-g.svg) repeat-x bottom;
  background-size: contain;
  opacity: 1;
  z-index: 0; }
@media (max-width: 991px) {
  .page-template-recruit-top .job-feature .wp-block-group {
    max-width: 90vw;
    margin: -150px auto; } }
@media (max-width: 575px) {
  .page-template-recruit-top .job-feature .wp-block-group {
    margin: -100px auto; } }
@media (max-width: 991px) {
  .page-template-recruit-top .job-d-feature .wp-block-group {
    max-width: 90vw;
    margin: -150px auto; } }
@media (max-width: 575px) {
  .page-template-recruit-top .job-d-feature .wp-block-group {
    margin: -100px auto; } }
.page-template-recruit-top .job-d-feature .wp-block-group figure {
  width: 700px;
  margin: 0 0 0 auto; }
  @media (max-width: 991px) {
    .page-template-recruit-top .job-d-feature .wp-block-group figure {
      max-width: 100% !important; } }
.page-template-recruit-top .data-feature .wp-block-group figure {
  width: 700px;
  margin: 0 0 0 auto; }
  @media (max-width: 991px) {
    .page-template-recruit-top .data-feature .wp-block-group figure {
      max-width: 100% !important; } }
@media (max-width: 991px) {
  .page-template-recruit-top .data-feature .wp-block-group {
    max-width: 90vw;
    margin: -150px auto; } }
@media (max-width: 575px) {
  .page-template-recruit-top .data-feature .wp-block-group {
    margin: -100px auto; } }
.page-template-recruit-top .bg-2 {
  position: relative; }
  .page-template-recruit-top .bg-2 .bg-deco {
    transition: transform 0.3s ease-out;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    will-change: transform;
    pointer-events: none;
    opacity: 0.8; }
  .page-template-recruit-top .bg-2 .bg-right {
    width: 300px;
    height: 300px;
    top: 10rem;
    right: -3%;
    background-image: url(../_g3/assets/images/bg2-1.svg); }
    @media (max-width: 991px) {
      .page-template-recruit-top .bg-2 .bg-right {
        width: 200px;
        height: 200px;
        top: -3rem; } }
  .page-template-recruit-top .bg-2 .bg-left {
    width: 70vw;
    height: 70%;
    bottom: -10%;
    left: -5%;
    background-image: url(../_g3/assets/images/bg2-2.svg); }
    @media (max-width: 991px) {
      .page-template-recruit-top .bg-2 .bg-left {
        bottom: -40%; } }
.page-template-recruit-top .int-feature {
  background-color: #eef7ff;
  margin-bottom: 20rem; }
  @media (max-width: 991px) {
    .page-template-recruit-top .int-feature {
      margin-bottom: 5rem; } }
  .page-template-recruit-top .int-feature::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../_g3/assets/images/stripe-b.svg) repeat-x bottom;
    background-size: contain;
    opacity: 1;
    z-index: 0; }
    @media (max-width: 991px) {
      .page-template-recruit-top .int-feature::after {
        bottom: -20%; } }
  @media (max-width: 991px) {
    .page-template-recruit-top .int-feature .wp-block-group {
      max-width: 90vw;
      margin: -100px auto; } }
  @media (max-width: 575px) {
    .page-template-recruit-top .int-feature .wp-block-group {
      margin: -100px auto; } }
  .page-template-recruit-top .int-feature .int-img-area {
    position: absolute;
    width: 60%;
    right: 0;
    z-index: 99;
    top: -10rem; }
    @media (max-width: 991px) {
      .page-template-recruit-top .int-feature .int-img-area {
        display: contents;
        top: -7rem; } }
    .page-template-recruit-top .int-feature .int-img-area .int-img-box {
      max-width: 100% !important; }
      @media (max-width: 991px) {
        .page-template-recruit-top .int-feature .int-img-area .int-img-box {
          gap: 0em;
          display: flex !important; } }
      @media (max-width: 991px) {
        .page-template-recruit-top .int-feature .int-img-area .int-img-box .wp-block-column {
          flex-basis: 28% !important; } }
    .page-template-recruit-top .int-feature .int-img-area .int-1 {
      margin-top: 160px; }
      @media (max-width: 991px) {
        .page-template-recruit-top .int-feature .int-img-area .int-1 {
          margin-top: 0; } }
    .page-template-recruit-top .int-feature .int-img-area .int-2 {
      margin-top: 80px; }
      @media (max-width: 991px) {
        .page-template-recruit-top .int-feature .int-img-area .int-2 {
          margin-top: 0; } }

.entry-area .entry-box {
  background: url(../_g3/assets/images/entry.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media (max-width: 991px) {
    .entry-area .entry-box {
      display: block; } }
  .entry-area .entry-box:hover .circle-arrow a::after {
    width: 100%;
    background-color: #14274E; }
    @media (max-width: 575px) {
      .entry-area .entry-box:hover .circle-arrow a::after {
        width: 0; } }
  .entry-area .entry-box:hover .circle-arrow a span {
    color: #fff !important;
    z-index: 999; }
    .entry-area .entry-box:hover .circle-arrow a span::before {
      background-color: #14274E;
      z-index: -1; }
  .entry-area .entry-box .entry-title-box {
    width: 500px;
    margin: 0 auto;
    background-color: #fff;
    padding: 4rem; }
    @media (max-width: 991px) {
      .entry-area .entry-box .entry-title-box {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); } }
    @media (max-width: 575px) {
      .entry-area .entry-box .entry-title-box {
        padding: 3rem; } }
    @media (max-width: 575px) {
      .entry-area .entry-box .entry-title-box .circle-arrow {
        margin-top: 1rem !important; } }
    .entry-area .entry-box .entry-title-box .circle-arrow a {
      max-width: none;
      font-size: 2rem !important; }
      @media (max-width: 991px) {
        .entry-area .entry-box .entry-title-box .circle-arrow a {
          font-size: 1.8rem !important; } }

.recruit-2 {
  /*person-listおわり*/
  /*data-wrap終わり*/ }
  .recruit-2 li {
    list-style: none; }
  .recruit-2 ul.job-link {
    width: 80%;
    margin: 0 auto;
    justify-content: space-around; }
    .recruit-2 ul.job-link li {
      width: 250px;
      position: relative; }
      .recruit-2 ul.job-link li::after {
        content: "\f078" !important;
        /* fa-angle-right */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        /* solid */
        margin-right: 1rem;
        position: absolute;
        right: 0;
        font-size: 1em;
        color: #14274E; }
  .recruit-2 .hitokoto figure {
    margin-bottom: 0 !important;
    height: 100% !important;
    object-fit: cover; }
    .recruit-2 .hitokoto figure img {
      height: 100% !important;
      object-fit: cover; }
  .recruit-2 .person-list {
    position: relative;
    background: linear-gradient(to bottom, #fff 0%, #fff 60%, #f2faff 60%, #f2faff 100%);
    overflow: hidden; }
    .recruit-2 .person-list::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 60%;
      background: url("../_g3/assets/images/stripe-b.svg") repeat-x top;
      background-size: cover;
      z-index: 0;
      pointer-events: none; }
    .recruit-2 .person-list .container {
      position: relative;
      z-index: 1; }
      .recruit-2 .person-list .container .menu-interview-container ul {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        justify-content: center; }
        .recruit-2 .person-list .container .menu-interview-container ul li {
          width: 25%;
          padding: 3rem; }
          .recruit-2 .person-list .container .menu-interview-container ul li .circle-arrow {
            position: relative;
            line-height: 1.5;
            color: #14274E;
            display: flex;
            justify-content: center;
            flex-direction: column;
            max-width: 300px;
            min-height: 6rem;
            padding-bottom: 0.5rem;
            font-size: 1.4rem;
            font-weight: 500;
            box-sizing: border-box;
            position: relative; }
            @media (max-width: 575px) {
              .recruit-2 .person-list .container .menu-interview-container ul li .circle-arrow {
                font-size: 0.9rem;
                text-align: center !important;
                min-height: 3rem; } }
            .recruit-2 .person-list .container .menu-interview-container ul li .circle-arrow::before, .recruit-2 .person-list .container .menu-interview-container ul li .circle-arrow::after {
              content: "";
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              height: 1px;
              background-color: #c9ced8;
              display: block; }
              @media (max-width: 991px) {
                .recruit-2 .person-list .container .menu-interview-container ul li .circle-arrow::before, .recruit-2 .person-list .container .menu-interview-container ul li .circle-arrow::after {
                  content: none; } }
            .recruit-2 .person-list .container .menu-interview-container ul li .circle-arrow::after {
              width: 0;
              transition: width 0.3s ease; }
              @media (max-width: 575px) {
                .recruit-2 .person-list .container .menu-interview-container ul li .circle-arrow::after {
                  transition: none;
                  color: #fff !important; } }
            .recruit-2 .person-list .container .menu-interview-container ul li .circle-arrow span {
              position: absolute;
              width: 9px;
              height: 15px;
              right: 20px;
              top: 30%;
              transition: all 0.2s ease; }
              @media (max-width: 991px) {
                .recruit-2 .person-list .container .menu-interview-container ul li .circle-arrow span {
                  display: none; } }
              .recruit-2 .person-list .container .menu-interview-container ul li .circle-arrow span::before {
                content: "";
                position: absolute;
                top: 65%;
                left: 45%;
                width: 40px;
                height: 40px;
                border: 1px solid #14274E;
                border-radius: 50%;
                box-sizing: border-box;
                transform: translate(-50%, -50%);
                z-index: 0; }
          @media (max-width: 1281px) {
            .recruit-2 .person-list .container .menu-interview-container ul li {
              width: 33%;
              padding: 1.5rem; } }
          @media (max-width: 575px) {
            .recruit-2 .person-list .container .menu-interview-container ul li {
              width: 33%;
              padding: 0.5rem; } }
          .recruit-2 .person-list .container .menu-interview-container ul li:hover .circle-arrow::after {
            width: 100% !important;
            background-color: #14274E; }
          .recruit-2 .person-list .container .menu-interview-container ul li:hover span {
            color: #fff !important;
            z-index: 999; }
            .recruit-2 .person-list .container .menu-interview-container ul li:hover span::before {
              background-color: #14274E;
              z-index: -1; }
          @media (max-width: 991px) {
            .recruit-2 .person-list .container .menu-interview-container ul li {
              width: 33.3%; } }
        .recruit-2 .person-list .container .menu-interview-container ul li.current-menu-item .circle-arrow::after {
          width: 100% !important;
          background-color: #14274E; }
        .recruit-2 .person-list .container .menu-interview-container ul li.current-menu-item span {
          color: #fff !important;
          z-index: 999; }
          .recruit-2 .person-list .container .menu-interview-container ul li.current-menu-item span::before {
            background-color: #14274E;
            z-index: -1; }
        @media (max-width: 991px) {
          .recruit-2 .person-list .container .menu-interview-container ul li.current-menu-item p {
            border-bottom: 2px solid #14274E; } }
  .recruit-2 .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 10; }
    @media (max-width: 1281px) {
      .recruit-2 .sticky figure {
        margin-top: 2rem; } }
    @media (max-width: 991px) {
      .recruit-2 .sticky figure {
        text-align: center; } }
    .recruit-2 .sticky img {
      max-height: 80vh;
      width: auto;
      height: auto; }
    @media (max-width: 781px) {
      .recruit-2 .sticky {
        position: static; } }
    @media (max-width: 991px) {
      .recruit-2 .sticky img {
        margin: 0 auto; } }
    @media (max-width: 991px) {
      .recruit-2 .sticky p {
        text-align: center; } }
  .recruit-2 section {
    padding-top: 8rem; }
  .recruit-2 .data-top {
    position: relative;
    padding: 8rem 0; }
    @media (max-width: 991px) {
      .recruit-2 .data-top {
        padding: 4rem !important; } }
    @media (max-width: 575px) {
      .recruit-2 .data-top {
        padding: 4rem 0 !important; } }
    .recruit-2 .data-top::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../_g3/assets/images/stripe-g.svg") repeat-x top;
      background-size: cover;
      opacity: 0.5;
      z-index: 0;
      pointer-events: none; }
    .recruit-2 .data-top .wp-block-group__inner-container {
      position: relative;
      z-index: 1; }
    .recruit-2 .data-top .lead {
      opacity: 1; }
  .recruit-2 .data-wrap {
    padding-top: 8rem;
    padding-bottom: 8rem; }
    @media (max-width: 991px) {
      .recruit-2 .data-wrap {
        padding-top: 4rem;
        padding-bottom: 4rem; } }
    .recruit-2 .data-wrap br {
      display: none; }
      @media (max-width: 991px) {
        .recruit-2 .data-wrap br {
          display: block !important; } }
    .recruit-2 .data-wrap .white-box {
      display: grid; }
      @media (max-width: 1281px) {
        .recruit-2 .data-wrap .white-box {
          padding: 2rem !important; } }
      @media (max-width: 575px) {
        .recruit-2 .data-wrap .white-box {
          padding: 1rem !important; } }
      .recruit-2 .data-wrap .white-box figure {
        margin-bottom: 0 !important; }
        @media (max-width: 991px) {
          .recruit-2 .data-wrap .white-box figure img {
            width: auto;
            max-height: 150px; } }
    .recruit-2 .data-wrap .wp-block-columns {
      display: flex;
      align-items: center;
      gap: 1em !important; }
    .recruit-2 .data-wrap .wp-block-column {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .recruit-2 .data-wrap .text-end {
      justify-content: end;
      padding-bottom: 2rem; }
    @media (max-width: 991px) {
      .recruit-2 .data-wrap .wp-container-core-columns-is-layout-9d6595d7 {
        display: grid !important; } }
    .recruit-2 .data-wrap .data-q {
      min-height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .recruit-2 .data-wrap .data-q p {
        font-size: 1.6rem; }
        .recruit-2 .data-wrap .data-q p strong {
          font-size: 120%;
          padding: 0 3px; }
    .recruit-2 .data-wrap .num-b {
      font-size: 2.5rem;
      line-height: 6rem; }
      @media (max-width: 1281px) {
        .recruit-2 .data-wrap .num-b {
          font-size: 2rem !important; } }
      .recruit-2 .data-wrap .num-b strong {
        font-size: 8rem;
        padding: 0 10px; }
        @media (max-width: 1281px) {
          .recruit-2 .data-wrap .num-b strong {
            font-size: 6rem !important; } }
        @media (max-width: 575px) {
          .recruit-2 .data-wrap .num-b strong {
            font-size: 5rem !important;
            padding: 0px; } }
    .recruit-2 .data-wrap .num-m {
      font-size: 3rem;
      line-height: 6rem; }
      @media (max-width: 1281px) {
        .recruit-2 .data-wrap .num-m {
          font-size: 2rem !important; } }
      @media (max-width: 575px) {
        .recruit-2 .data-wrap .num-m {
          font-size: 1.6rem !important; } }
      .recruit-2 .data-wrap .num-m strong {
        font-size: 5.5rem;
        padding: 0 10px; }
        @media (max-width: 991px) {
          .recruit-2 .data-wrap .num-m strong {
            font-size: 4rem !important; } }
        @media (max-width: 575px) {
          .recruit-2 .data-wrap .num-m strong {
            font-size: 3.5rem !important; } }
    .recruit-2 .data-wrap .num-s {
      font-size: 3rem;
      line-height: 6rem; }
      @media (max-width: 1281px) {
        .recruit-2 .data-wrap .num-s {
          font-size: 2rem !important; } }
      .recruit-2 .data-wrap .num-s strong {
        font-size: 4.5rem;
        padding: 0 10px; }
        @media (max-width: 1281px) {
          .recruit-2 .data-wrap .num-s strong {
            font-size: 3.5rem !important; } }
    .recruit-2 .data-wrap .d-text .bubble {
      margin-bottom: 20px;
      padding: 0 2rem !important; }
      .recruit-2 .data-wrap .d-text .bubble p {
        font-size: 2rem; }
        @media (max-width: 1281px) {
          .recruit-2 .data-wrap .d-text .bubble p {
            font-size: 1.8rem !important; } }
      .recruit-2 .data-wrap .d-text .bubble .num-m {
        text-align: right !important;
        padding-bottom: 0.5rem; }
        @media (max-width: 1281px) {
          .recruit-2 .data-wrap .d-text .bubble .num-m {
            padding-bottom: 0rem; } }
    .recruit-2 .data-wrap .d-content {
      font-size: 1.8rem;
      margin-top: 1rem !important;
      font-weight: bold; }
      @media (max-width: 991px) {
        .recruit-2 .data-wrap .d-content {
          font-size: 1.4rem !important; } }
    @media (max-width: 991px) {
      .recruit-2 .data-wrap .minutes {
        display: flex !important; } }
    @media (max-width: 991px) {
      .recruit-2 .data-wrap .minutes .wp-block-column {
        flex-basis: 20% !important; } }
    @media (max-width: 575px) {
      .recruit-2 .data-wrap .data-cap {
        font-size: 1.2rem !important; } }
    .recruit-2 .data-wrap .spot-bubbles .bubble {
      position: relative;
      display: inline-block;
      max-width: 90%;
      padding: 2rem 1.5rem;
      border-radius: 30px;
      font-size: 1.8rem;
      font-weight: 600;
      border: 2px solid currentColor;
      background: #fff;
      line-height: 1.4;
      word-break: break-word;
      min-width: 20rem;
      align-self: center !important; }
      @media (max-width: 1281px) {
        .recruit-2 .data-wrap .spot-bubbles .bubble {
          min-width: 15rem;
          padding: 1.2rem 1.5rem; } }
      .recruit-2 .data-wrap .spot-bubbles .bubble.left {
        align-self: flex-start;
        margin-left: 1.5em; }
        .recruit-2 .data-wrap .spot-bubbles .bubble.left::after {
          content: "";
          position: absolute;
          top: 50%;
          left: -22px;
          transform: translateY(-50%);
          border-top: 9px solid transparent;
          border-bottom: 9px solid transparent;
          border-right: 22px solid currentColor;
          z-index: 1; }
        .recruit-2 .data-wrap .spot-bubbles .bubble.left::before {
          content: "";
          position: absolute;
          top: 50%;
          left: -18px;
          transform: translateY(-50%);
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          border-right: 20px solid #fff;
          z-index: 2; }
      .recruit-2 .data-wrap .spot-bubbles .bubble.red {
        border-color: #ef5a8c;
        color: #14274E; }
        .recruit-2 .data-wrap .spot-bubbles .bubble.red.left::after {
          border-right-color: #ef5a8c; }
      .recruit-2 .data-wrap .spot-bubbles .bubble.blue {
        border-color: #4b9ad9;
        color: #14274E; }
        .recruit-2 .data-wrap .spot-bubbles .bubble.blue.left::after {
          border-right-color: #4b9ad9; }
      .recruit-2 .data-wrap .spot-bubbles .bubble.yellow {
        border-color: #f5b51c;
        color: #14274E; }
        .recruit-2 .data-wrap .spot-bubbles .bubble.yellow.left::after {
          border-right-color: #f5b51c; }
      .recruit-2 .data-wrap .spot-bubbles .bubble.green {
        border-color: #35c0af;
        color: #14274E; }
        .recruit-2 .data-wrap .spot-bubbles .bubble.green.left::after {
          border-right-color: #35c0af; }
      .recruit-2 .data-wrap .spot-bubbles .bubble.lightblue {
        border-color: #90d4f7;
        color: #14274E; }
        .recruit-2 .data-wrap .spot-bubbles .bubble.lightblue.left::after {
          border-right-color: #90d4f7; }
    @media (max-width: 991px) {
      .recruit-2 .data-wrap .spot-bubbles .wp-block-columns {
        display: block !important;
        margin-bottom: 0 !important; }
        .recruit-2 .data-wrap .spot-bubbles .wp-block-columns .wp-block-column {
          margin-bottom: 10px; } }
    .recruit-2 .data-wrap .speech-bubbles .bubble {
      position: relative;
      display: inline-block;
      max-width: 90%;
      padding: 2rem 1.5rem;
      border-radius: 30px;
      font-size: 1.8rem;
      font-weight: 600;
      border: 2px solid currentColor;
      background: #fff;
      line-height: 1.4;
      word-break: break-word;
      min-width: 20rem;
      align-self: center !important; }
      @media (max-width: 1281px) {
        .recruit-2 .data-wrap .speech-bubbles .bubble {
          min-width: 15rem;
          padding: 1.2rem 1.5rem; } }
      @media (max-width: 991px) {
        .recruit-2 .data-wrap .speech-bubbles .bubble {
          display: flex !important;
          margin-bottom: 2rem !important; } }
  @media (max-width: 991px) and (max-width: 575px) {
    .recruit-2 .data-wrap .speech-bubbles .bubble .wp-block-column {
      margin-bottom: 0px; } }

      @media (max-width: 781px) {
        .recruit-2 .data-wrap .speech-bubbles .bubble {
          display: flex !important;
          margin-bottom: 2rem !important; } }
      @media (max-width: 575px) {
        .recruit-2 .data-wrap .speech-bubbles .bubble {
          gap: 0 !important;
          margin-bottom: 1rem !important; } }
      .recruit-2 .data-wrap .speech-bubbles .bubble.left {
        align-self: flex-start;
        margin-left: 1.5em; }
        .recruit-2 .data-wrap .speech-bubbles .bubble.left::after {
          content: "";
          position: absolute;
          top: 50%;
          left: -22px;
          transform: translateY(-50%);
          border-top: 9px solid transparent;
          border-bottom: 9px solid transparent;
          border-right: 22px solid currentColor;
          z-index: 1; }
        .recruit-2 .data-wrap .speech-bubbles .bubble.left::before {
          content: "";
          position: absolute;
          top: 50%;
          left: -18px;
          transform: translateY(-50%);
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          border-right: 20px solid #fff;
          z-index: 2; }
      .recruit-2 .data-wrap .speech-bubbles .bubble.red {
        border-color: #ef5a8c;
        color: #14274E; }
        .recruit-2 .data-wrap .speech-bubbles .bubble.red.left::after {
          border-right-color: #ef5a8c; }
      .recruit-2 .data-wrap .speech-bubbles .bubble.blue {
        border-color: #4b9ad9;
        color: #14274E; }
        .recruit-2 .data-wrap .speech-bubbles .bubble.blue.left::after {
          border-right-color: #4b9ad9; }
      .recruit-2 .data-wrap .speech-bubbles .bubble.yellow {
        border-color: #f5b51c;
        color: #14274E; }
        .recruit-2 .data-wrap .speech-bubbles .bubble.yellow.left::after {
          border-right-color: #f5b51c; }
      .recruit-2 .data-wrap .speech-bubbles .bubble.green {
        border-color: #35c0af;
        color: #14274E; }
        .recruit-2 .data-wrap .speech-bubbles .bubble.green.left::after {
          border-right-color: #35c0af; }
      .recruit-2 .data-wrap .speech-bubbles .bubble.lightblue {
        border-color: #90d4f7;
        color: #14274E; }
        .recruit-2 .data-wrap .speech-bubbles .bubble.lightblue.left::after {
          border-right-color: #90d4f7; }
      .recruit-2 .data-wrap .speech-bubbles .bubble .bubble-intext {
        justify-content: center; }
        @media (max-width: 575px) {
          .recruit-2 .data-wrap .speech-bubbles .bubble .bubble-intext p {
            line-height: 1.5; } }
      @media (max-width: 781px) {
        .recruit-2 .data-wrap .speech-bubbles .bubble div:first-child {
          flex-basis: 60% !important; } }
      @media (max-width: 781px) {
        .recruit-2 .data-wrap .speech-bubbles .bubble div:last-child {
          flex-basis: 29% !important; } }
      @media (max-width: 575px) {
        .recruit-2 .data-wrap .speech-bubbles .bubble .num-m {
          text-align: center !important; } }
      .recruit-2 .data-wrap .speech-bubbles .bubble .num-m strong {
        line-height: 1.8 !important; }
        @media (max-width: 575px) {
          .recruit-2 .data-wrap .speech-bubbles .bubble .num-m strong {
            line-height: 1.8; } }
    .recruit-2 .data-wrap .speech-bubbles br {
      display: none; }
      .recruit-2 .data-wrap .speech-bubbles br sp {
        display: block; }
    .recruit-2 .data-wrap .speech-bubbles .illust {
      display: flex !important; }
      @media (max-width: 575px) {
        .recruit-2 .data-wrap .speech-bubbles .illust {
          display: none !important; } }
    @media (max-width: 991px) {
      .recruit-2 .data-wrap .circle-graph img {
        max-height: 300px !important;
        height: 300px !important; } }
  @media (max-width: 991px) and (max-width: 575px) {
    .recruit-2 .data-wrap .circle-graph img {
      max-height: 230px !important; } }

    .recruit-2 .data-wrap .spot .bubble {
      margin: 0 5px !important; }
    .recruit-2 .data-wrap .ship3 {
      display: flex !important; }
      .recruit-2 .data-wrap .ship3 .wp-block-column {
        flex-basis: 30% !important; }
        @media (max-width: 575px) {
          .recruit-2 .data-wrap .ship3 .wp-block-column {
            flex-basis: 28% !important; } }
    .recruit-2 .data-wrap .ship2 {
      display: flex !important; }
      .recruit-2 .data-wrap .ship2 .wp-block-column {
        flex-basis: 45% !important; }
    .recruit-2 .data-wrap .malefemale::before {
      content: "";
      display: inline-block;
      height: 100px;
      width: 50px;
      background-image: url("../_g3/assets/images/male.webp");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 575px) {
        .recruit-2 .data-wrap .malefemale::before {
          height: 45px;
          width: 25px; } }
    .recruit-2 .data-wrap .malefemale::after {
      content: "";
      display: inline-block;
      height: 100px;
      width: 50px;
      background-image: url("../_g3/assets/images/female.webp");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 575px) {
        .recruit-2 .data-wrap .malefemale::after {
          height: 45px;
          width: 25px; } }
  .recruit-2 .job-d-wrap > .wp-block-group__inner-container {
    max-width: 100% !important;
    margin: 0 auto !important; }
  .recruit-2 .job-d-wrap .smb-tabs__tabs {
    max-width: 1400px;
    margin: 0 auto; }
    .recruit-2 .job-d-wrap .smb-tabs__tabs .smb-tabs__tab-wrapper {
      width: 30%; }
      @media (max-width: 991px) {
        .recruit-2 .job-d-wrap .smb-tabs__tabs .smb-tabs__tab-wrapper {
          width: 100%; } }
  .recruit-2 .job-d-wrap .smb-tabs[data-match-height="false"]
  > .smb-tabs__body
  > .smb-tab-panel[aria-hidden="true"] {
    display: none; }
  .recruit-2 .job-d-wrap .smb-tab-panel {
    border-top: 2px solid #004DA2 !important;
    padding-top: 8rem;
    border-bottom: none;
    border-right: none;
    border-left: none; }
    @media (max-width: 991px) {
      .recruit-2 .job-d-wrap .smb-tab-panel {
        padding-top: 4rem; } }
  @media (max-width: 991px) {
    .recruit-2 .job-d-wrap .smb-tabs {
      margin-top: 50px; } }
  .recruit-2 .job-d-wrap .smb-tabs__tabs {
    margin-bottom: -2px !important;
    justify-content: center !important; }
    @media (max-width: 991px) {
      .recruit-2 .job-d-wrap .smb-tabs__tabs {
        display: block !important; } }
    @media (max-width: 575px) {
      .recruit-2 .job-d-wrap .smb-tabs__tabs {
        margin: 0 20px; } }
    .recruit-2 .job-d-wrap .smb-tabs__tabs .smb-tabs__tab {
      margin: 0 10px; }
      @media (max-width: 991px) {
        .recruit-2 .job-d-wrap .smb-tabs__tabs .smb-tabs__tab {
          max-width: 90%;
          padding: 1rem;
          min-height: 6rem;
          border-bottom: #fff solid 1px;
          border-radius: 0 !important;
          margin: 0 auto; } }
    .recruit-2 .job-d-wrap .smb-tabs__tabs button {
      font-size: 16px; }
      @media (max-width: 1281px) {
        .recruit-2 .job-d-wrap .smb-tabs__tabs button {
          font-size: 14px; } }
    .recruit-2 .job-d-wrap .smb-tabs__tabs button,
    .recruit-2 .job-d-wrap .smb-tabs__tabs [aria-selected="false"] {
      background-color: #004DA2;
      border-top-left-radius: var(--smb-tabs--tab-border-radius);
      border-top-right-radius: var(--smb-tabs--tab-border-radius);
      color: #fff;
      padding: 2rem;
      font-weight: 500;
      opacity: 1; }
    .recruit-2 .job-d-wrap .smb-tabs__tabs button,
    .recruit-2 .job-d-wrap .smb-tabs__tabs [aria-selected="true"] {
      background-color: #fff;
      color: #004DA2;
      font-weight: 500;
      padding: 2rem;
      border: 2px solid #004DA2;
      height: 8rem; }
  @media (max-width: 1281px) {
    .recruit-2 .anc-list {
      justify-content: flex-start; } }
  @media (max-width: 1281px) {
    .recruit-2 .anc-list .down-arrow {
      margin: 0 6rem 0 0;
      width: 25%;
      padding: 0 10px; } }
  @media (max-width: 991px) {
    .recruit-2 .anc-list .down-arrow {
      margin: 0 0 2rem;
      width: 100%;
      padding: 0; } }

/*recruit2おわり*/
.page-template-recruit-2 {
  overflow: visible; }

.contact .textcolor-bg-box {
  background-color: #14274E;
  font-weight: 500;
  font-size: 2.4rem;
  padding: 1rem 2rem;
  color: #fff; }
.contact ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  gap: 1rem; }
  @media (max-width: 991px) {
    .contact ul {
      display: block !important; } }
.contact li {
  align-items: baseline;
  width: calc(50% - 1rem);
  margin-bottom: 1rem;
  text-align: left;
  padding: 2rem;
  z-index: 99;
  position: relative;
  display: block;
  margin: 0 auto;
  padding-bottom: 1.5rem;
  box-sizing: border-box;
  font-size: 2rem; }
  @media (max-width: 991px) {
    .contact li {
      width: 100%; } }
  @media (max-width: 575px) {
    .contact li {
      padding: 2rem 0; } }
  .contact li::before, .contact li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #c9ced8;
    display: block; }
  .contact li::after {
    width: 0;
    transition: width 0.3s ease; }
    @media (max-width: 575px) {
      .contact li::after {
        transition: none; } }
  .contact li:hover::after {
    width: 100%;
    background-color: #14274E; }
    @media (max-width: 575px) {
      .contact li:hover::after {
        width: 0; } }
  .contact li:hover span {
    color: #fff !important;
    z-index: 999; }
    .contact li:hover span::before {
      background-color: #14274E;
      z-index: -1; }
  .contact li a {
    color: #14274E;
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
    position: relative; }
    @media (max-width: 575px) {
      .contact li a {
        font-size: 1.6rem; } }
    .contact li a span {
      position: absolute;
      width: 9px;
      height: 15px;
      right: 20px;
      top: 0%;
      transition: all 0.2s ease; }
      .contact li a span::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 45%;
        width: 40px;
        height: 40px;
        border: 1px solid #14274E;
        border-radius: 50%;
        box-sizing: border-box;
        transform: translate(-50%, -50%);
        z-index: 0; }
  .contact li span {
    position: absolute;
    width: 9px;
    height: 15px;
    right: 30px;
    top: 40%;
    transition: all 0.2s ease; }
.contact li:last-child {
  width: calc(50% - 1rem);
  margin-left: 0; }
  @media (max-width: 991px) {
    .contact li:last-child {
      width: 100%; } }

.contact-area {
  position: relative;
  background: url("../_g3/assets/images/bk-b-1.png");
  background-size: contain;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden; }
  @media (max-width: 781px) {
    .contact-area {
      padding-top: 2rem; } }
  .contact-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    /* ← 最初は見えない */
    background: linear-gradient(rgba(202, 212, 222, 0.8), rgba(202, 212, 222, 0.8)), url("../_g3/assets/images/bk-b-1.png");
    background-size: contain;
    z-index: 1;
    transition: width 0.5s ease; }
  .contact-area:hover::before {
    width: 100%;
    /* ← 左から右にスライド */ }
    @media (max-width: 575px) {
      .contact-area:hover::before {
        width: 0; } }
  .contact-area > * {
    position: relative;
    z-index: 2;
    /* コンテンツを上に */ }
  .contact-area .contact-text {
    position: relative;
    z-index: 2; }
    .contact-area .contact-text p {
      margin-bottom: 0; }
    .contact-area .contact-text .pop {
      font-size: 14rem;
      text-align: center;
      font-family: "poppins";
      font-weight: 700;
      opacity: 0.5;
      color: transparent;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 1px #65A9DD; }
      @media (max-width: 991px) {
        .contact-area .contact-text .pop {
          font-size: 10rem; } }
      @media (max-width: 575px) {
        .contact-area .contact-text .pop {
          font-size: 7rem; } }
    .contact-area .contact-text .context {
      position: absolute;
      top: 50%;
      width: 100rem;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
      @media (max-width: 991px) {
        .contact-area .contact-text .context {
          font-size: 1.6rem;
          top: calc(50% - 4rem);
          padding: 0 2rem;
          text-align: left; } }
      @media (max-width: 575px) {
        .contact-area .contact-text .context {
          font-size: 1.5rem !important;
          width: 100%; } }
  .contact-area .mobile-contact-area {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #14274E;
    text-align: center; }
    .contact-area .mobile-contact-area .icon-mail {
      width: 26px;
      height: auto;
      margin-right: 8px;
      margin-bottom: 3px;
      vertical-align: middle;
      /* テキスト中央に揃える */ }
    .contact-area .mobile-contact-area p {
      margin: 0;
      padding: 2rem;
      font-size: 2rem; }
      @media (max-width: 575px) {
        .contact-area .mobile-contact-area p {
          font-size: 1.8rem; } }

.snow-monkey-form input:-internal-autofill-selected {
  background-color: inherit !important; }
.snow-monkey-form .date .smf-text-control,
.snow-monkey-form .date .smf-item__controls {
  display: inline-block !important; }
  @media (max-width: 575px) {
    .snow-monkey-form .date .smf-text-control,
    .snow-monkey-form .date .smf-item__controls {
      width: 100%; } }
.snow-monkey-form .smf-select-control__control {
  font-size: 1.6rem;
  border: none !important;
  padding: 1rem 6rem 1rem 2rem !important;
  margin: 0; }
.snow-monkey-form .smf-text-control__control,
.snow-monkey-form .smf-textarea-control__control {
  font-size: 1.6rem;
  border: none !important;
  padding: 1rem 2rem !important;
  background-color: #f2faff !important;
  min-height: 4rem !important;
  width: 100%;
  margin: 0; }
.snow-monkey-form .smf-select-control__toggle {
  background-color: #f2faff !important; }
  .snow-monkey-form .smf-select-control__toggle::before {
    right: 2rem !important;
    height: 9px !important;
    width: 9px !important;
    top: calc(50% - 7px) !important;
    z-index: 99; }
.snow-monkey-form .smf-placeholder[data-name="email"] .smf-text-control__control {
  font-size: 2rem;
  padding: 1.5rem 2rem !important; }
.snow-monkey-form .smf-label {
  text-align: center; }

.smf-form .smf-radio-button-control {
  align-items: center !important; }

.smf-form--confirm .contact-lead p,
.smf-form__errors .contact-lead p {
  display: none !important; }

#autozip {
  display: none !important; }

.doui-box {
  text-align: center; }
  .doui-box .doui-text {
    text-align: center !important; }
    @media (max-width: 1600px) {
      .doui-box .doui-text {
        text-align: left !important; } }
  .doui-box .smf-checkbox-control .smf-checkbox-control__label {
    font-size: 1.3em; }
  .doui-box .smf-checkbox-control input {
    width: 25px !important;
    height: 25px !important;
    margin: 8px 10px 0 !important; }

.smf-action .smf-button-control__control {
  margin-top: 15px;
  border-radius: 0px;
  padding: 20px 50px;
  font-size: 1.2em;
  letter-spacing: 0.15em;
  background: #fff;
  color: #004DA2;
  font-weight: 600;
  border: 2px solid #004DA2; }
  .smf-action .smf-button-control__control:hover {
    color: #fff !important;
    background: #004DA2 !important; }

.hissu .smf-item__label__text {
  position: relative; }
  .hissu .smf-item__label__text:after {
    position: absolute;
    content: "必須";
    color: #fff;
    width: 40px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    display: grid;
    place-items: center;
    background: #000000;
    font-size: 12px; }

footer {
  margin-top: 10rem; }
  @media (max-width: 991px) {
    footer {
      margin-top: 5rem; } }
  footer .footer-bg {
    padding: 5rem 1rem 1rem;
    background-color: #004DA2; }
    @media (max-width: 991px) {
      footer .footer-bg {
        padding: 1rem; }
        footer .footer-bg .site-footer-content {
          width: 100% !important; } }
    footer .footer-bg .footer-nav {
      border-bottom: none !important; }
      @media (max-width: 1281px) {
        footer .footer-bg .footer-nav .container {
          max-width: 97% !important; } }
    footer .footer-bg .footer-title {
      font-size: 1.4rem;
      border-bottom: 1px solid #3875b9;
      padding-bottom: 0.7rem; }
    footer .footer-bg a {
      color: #fff; }
      footer .footer-bg a:hover {
        color: #fff !important;
        opacity: 0.7 !important; }
    footer .footer-bg .col {
      padding: 0 8px; }
    footer .footer-bg .footer-menu {
      padding-left: 1rem; }
      footer .footer-bg .footer-menu > li {
        padding: 0;
        margin-bottom: 2rem; }
        footer .footer-bg .footer-menu > li > a {
          font-size: 1.2rem; }
        footer .footer-bg .footer-menu > li .sub-menu {
          margin-top: 1rem;
          padding: 0; }
          footer .footer-bg .footer-menu > li .sub-menu li {
            padding-left: 0;
            font-size: 1.2rem;
            line-height: 2.1rem; }
            footer .footer-bg .footer-menu > li .sub-menu li::before {
              content: "-" !important;
              margin-right: 0.5rem;
              font-size: 1em;
              color: #fff; }
            footer .footer-bg .footer-menu > li .sub-menu li:hover {
              color: #fff;
              opacity: 0.7; }
    footer .footer-bg .col-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    footer .footer-bg .footer-columns-b {
      margin-bottom: 3rem; }
    footer .footer-bg .footer-list {
      list-style: none;
      display: flex; }
      @media (max-width: 991px) {
        footer .footer-bg .footer-list {
          display: block;
          text-align: right; } }
      footer .footer-bg .footer-list li {
        margin-right: 5rem; }
        @media (max-width: 991px) {
          footer .footer-bg .footer-list li {
            margin-right: 0; } }
        footer .footer-bg .footer-list li:last-child {
          margin-right: 0; }
  footer .copy-box {
    padding: 1rem 5rem;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 991px) {
      footer .copy-box {
        padding: 1rem 3rem; } }
    footer .copy-box img {
      height: 36px; }
      @media (max-width: 991px) {
        footer .copy-box img {
          height: 25px; } }
    footer .copy-box .copyright p {
      font-size: 1.2rem;
      text-align: right;
      margin-bottom: 0 !important; }

.home footer {
  margin-top: 0 !important; }

/* オーバーレイ本体 */
.search-overlay {
  display: none;
  /* 非表示がデフォルト */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  /* 黒透過 */
  z-index: 2000;
  /* ヘッダーなどより前面に */
  justify-content: center;
  /* モーダルを中央寄せ */
  align-items: center; }

/* 表示トグル用クラス */
.search-overlay.active {
  display: flex; }

/* 検索フォームを包むモーダル */
.search-modal {
  padding: 2rem;
  border-radius: 4px;
  max-width: 90%;
  width: 600px;
  position: relative;
  /* 閉じるボタン */ }
  .search-modal input {
    border-radius: 0;
    padding: 2rem;
    font-size: 1.6rem; }
  .search-modal #searchsubmit {
    width: 8rem;
    border-radius: 0;
    font-size: 1.6rem;
    background-color: #65A9DD !important; }
  .search-modal .search-overlay-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: none;
    border: none;
    font-size: 5rem;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    top: -2.5rem;
    right: -2.5rem; }

.search-result {
  padding-top: 8rem; }
  .search-result h1 {
    font-size: 3rem;
    margin-bottom: 3rem; }
  .search-result p {
    font-size: 2rem; }
  .search-result li {
    list-style: disc; }

.archive-con {
  margin-top: 8rem; }
  .archive-con article {
    width: 100%; }

.wp-block-archives-list li a {
  font-size: 1.6rem; }

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

.next-prev {
  margin-top: 5rem; }
  .next-prev > div {
    border-radius: 0; }

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

.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% - 2.5rem);
  left: 1rem; }

.next-prev-prev.card-horizontal.vk_post .card-body .vk_post_title a {
  display: block;
  padding: 1.5rem 1rem 1.5rem 4rem; }

.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% - 2.5rem);
  right: 1rem; }

.next-prev-next.card-horizontal.vk_post .card-body .vk_post_title a {
  display: block;
  padding: 1.5rem 4rem 1.5rem 1rem; }

.wp-singular aside {
  margin-top: 70px; }
.wp-singular .vk_post_title {
  font-size: 16px !important;
  margin-bottom: 0 !important; }

.grecaptcha-badge {
  display: none; }

/*上に戻るボタンカスタマイズ*/
.page_top_btn {
  /*ボタンの大きさ*/
  width: 60px;
  height: 58px;
  /*ボーダーの種類と色*/
  border: solid #fff;
  /*ボタンの背景色*/
  background: #004DA2;
  /*ボタンの丸み*/
  border-radius: 50%;
  /*ボタンの中の画像（デフォルトのもの）*/
  background-image: var(--ver_page_top_button_url);
  /*ボタンの中の画像サイズと位置など*/
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  /*シャドウ効果なし*/
  box-shadow: none; }
  .page_top_btn:hover {
    color: transparent !important; }

ul.page-numbers {
  display: flex;
  justify-content: center;
  margin-top: 2rem; }
  ul.page-numbers li span {
    border-radius: 0 !important; }
  ul.page-numbers li a {
    border-radius: 0 !important; }

.notfound-title {
  color: white;
  padding: 5rem 20px;
  text-align: center;
  background-color: #004DA2; }
  .notfound-title h1 {
    font-size: 4rem; }

.notfound {
  padding: 10rem 0 0; }
  @media (max-width: 991px) {
    .notfound {
      padding: 5rem 0 0; } }
  .notfound p {
    text-align: center; }
    @media (max-width: 991px) {
      .notfound p {
        text-align: left; } }
  .notfound .sorry {
    font-size: 2rem; }

.vk_post.media {
  flex-direction: row-reverse;
  min-height: 100px; }
  .vk_post.media .media-img {
    max-width: 200px !important;
    height: 100%; }

/* VK Blocks Pro のデフォルト no-image を消す */
.vk_post_imgOuter img[src*="/vk-blocks/images/no-image"] {
  display: none !important;
  /* 画像そのものを非表示 */ }

/* 画像枠ごと消す（対応ブラウザではこちらも） */
.vk_post_imgOuter:has(img[src*="/vk-blocks/images/no-image"]) {
  display: none !important;
  /* 枠を丸ごと消す */ }

/* 万一、枠が残ってレイアウトが詰まらない場合の保険 */
.vk_post_body.media-body {
  flex: 1 1 auto;
  width: 100%; }

.custom-archive-item__body {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-bottom: 1px solid var(--vk-color-border-hr, #e5e5e5); }

.custom-archive-item__title {
  flex: 0 0 100%;
  margin: 0 0 6px;
  font-weight: 700; }

.custom-archive-item__meta {
  margin-bottom: 1rem;
  flex: 0 0 100%;
  font-size: 1.5rem;
  color: var(--vk-color-text-light, #6b7280); }

.custom-archive-item__content {
  display: flex;
  flex: 0 0 100%;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 1rem;
  justify-content: space-between; }

.custom-archive-item__excerpt {
  margin: 0;
  min-width: 10px; }
  .custom-archive-item__excerpt p {
    font-size: 1.5rem;
    line-height: normal; }

.custom-archive-item__thumb {
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 1rem; }

.custom-archive-item__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 150px; }

.custom-archive-item__inner.no-thumb .custom-archive-item__excerpt {
  flex: 0 0 100%; }

.custom-archive-item__more {
  flex: 0 0 100%;
  text-align: right;
  margin: 0; }

.custom-archive-item__moreLink {
  margin-top: 15px;
  border-radius: 0px;
  padding: 10px 20px;
  font-size: 14px;
  background: #fff;
  color: #004DA2;
  font-weight: 500;
  border: 2px solid #004DA2; }
  .custom-archive-item__moreLink:hover {
    background-color: #004DA2 !important;
    color: #fff !important; }

@media (max-width: 575px) {
  .custom-archive-item__content {
    flex-direction: column; }

  .custom-archive-item__excerpt,
  .custom-archive-item__thumb {
    flex: auto;
    max-width: 100%; }

  .custom-archive-item__more {
    text-align: left; } }
.vk_posts {
  margin: 0 !important; }
