<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* reset */
/* ============================================ */
* {
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

main {
  display: block; }

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace, monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type="checkbox"] {
  -webkit-appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

select::-ms-expand {
  display: none; }

option {
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

[contenteditable] {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

template {
  display: none; }

[hidden] {
  display: none; }

/* サイト全体の基本設定 */
/* ============================================ */
[lang=ja], html[lang=ja] body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; }

html {
  font-size: 62.5%; }

body {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0; }

a {
  text-decoration: none;
  transition: .4s; }
  a img {
    transition: .4s; }
  a:hover img {
    opacity: .7; }

img {
  max-width: 100%; }

a[target="_blank"] {
  padding-left: 0; }

/* mixin */
/* ============================================ */
body {
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 900px) {
    body {
      padding-right: 0; } }

body.fixed {
  position: fixed; }

/* l-wrap */
/* ============================================ */
.l-wrap {
  overflow: hidden; }
  .l-wrap.v-under {
    padding-top: 135px; }
    @media screen and (max-width: 768px) {
      .l-wrap.v-under {
        padding-top: 67px; } }

/* l-main */
/* ============================================ */
.l-main {
  overflow: hidden;
  position: relative;
  z-index: 0; }

/* l-content */
/* ============================================ */
.l-content {
  padding-right: 40px; }
  @media screen and (max-width: 900px) {
    .l-content {
      padding-right: 0; } }

/* l-inner */
/* ============================================ */
.l-inner {
  padding: 0 40px;
  margin: 0 auto;
  max-width: calc( 1080px + 80px);
  width: 100%; }
  @media screen and (max-width: 1000px) {
    .l-inner {
      padding: 0 5vw; } }
  .l-inner.-v800 {
    max-width: calc( 800px + 80px); }
  .l-inner.-v1040 {
    max-width: calc( 1040px + 80px); }

/* l-underlayer */
/* ============================================ */
.l-underlayer {
  margin-top: 221px; }
  @media screen and (max-width: 1024px) {
    .l-underlayer {
      margin-top: 183px; } }
  @media screen and (max-width: 900px) {
    .l-underlayer {
      margin-top: 142px; } }

@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(255, 255, 255, 0.4); }
  100% {
    transform: translate(-50%, -50%) scale(2.6, 2.6);
    background-color: rgba(255, 255, 255, 0); } }
@keyframes pulseMotion02 {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(39, 80, 129, 0.4); }
  100% {
    transform: translate(-50%, -50%) scale(2.6, 2.6);
    background-color: rgba(39, 80, 129, 0); } }
/* header */
/* ============================================ */
.site-header-02 {
  position: fixed;
  top: 0; }
  @media screen and (max-width: 1025px) {
    .site-header-02 {
      width: 100%; }
      .site-header-02 .inner::before {
        margin: 0; } }

/* l-header */
/* ============================================ */
.l-header {
  background: #fff;
  padding: 40px 80px 40px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 97px;
  left: 0;
  transition: .4s;
  z-index: 105; }
  @media screen and (max-width: 1025px) {
    .l-header {
      top: 59px; } }
  @media screen and (max-width: 900px) {
    .l-header {
      padding: 26.8px 5vw;
      background: none; } }
  .l-header.v-bg_w {
    background: #fff; }
    @media screen and (max-width: 900px) {
      .l-header.v-bg_w {
        background: none; } }
  .l-header.v-under .nav_wrap .entry_btn {
    opacity: 1;
    visibility: visible; }
    @media screen and (max-width: 900px) {
      .l-header.v-under .nav_wrap .entry_btn {
        opacity: 0;
        visibility: hidden; } }
  .l-header.is-active {
    background: #fff; }
  .l-header.scroll .nav_wrap .entry_btn {
    opacity: 1;
    visibility: visible; }
  .l-header .logo {
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden; }
    @media screen and (max-width: 900px) {
      .l-header .logo {
        font-size: 0; } }
    .l-header .logo span {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      margin-left: 10px; }
  .l-header .nav_wrap {
    display: flex; }
    .l-header .nav_wrap ul {
      display: flex;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 900px) {
        .l-header .nav_wrap ul {
          display: none; } }
      .l-header .nav_wrap ul li {
        margin-left: 30px;
        display: flex; }
        .l-header .nav_wrap ul li:first-child {
          margin-left: 0; }
        .l-header .nav_wrap ul li a {
          font-family: 'Inter';
          font-weight: 400;
          font-size: 10px;
          letter-spacing: 0;
          transition: .4s;
          overflow: hidden; }
          .l-header .nav_wrap ul li a:hover span {
            transform: translateY(-15px); }
            .l-header .nav_wrap ul li a:hover span::before {
              opacity: 1;
              top: 15px; }
          .l-header .nav_wrap ul li a span {
            transition: .4s;
            position: relative;
            display: inline-block; }
            .l-header .nav_wrap ul li a span::before {
              content: attr(data-text);
              position: absolute;
              top: 15px;
              left: 0;
              opacity: 0;
              transition: .4s; }
      .l-header .nav_wrap ul::after {
        content: "";
        border-radius: 50%;
        background: #8C929A;
        position: absolute;
        width: 4px;
        height: 4px;
        bottom: 20px;
        right: -40px; }
    .l-header .nav_wrap .entry_btn {
      opacity: 0;
      visibility: hidden;
      width: 160px;
      margin-left: 80px;
      position: relative;
      transition: 1s; }
      @media screen and (max-width: 900px) {
        .l-header .nav_wrap .entry_btn {
          width: 90px;
          margin-left: 0;
          margin-right: 40px;
          font-size: 0;
          display: none; } }
      .l-header .nav_wrap .entry_btn--1 {
        margin-left: 80px; }
      .l-header .nav_wrap .entry_btn--2 {
        margin-left: 30px; }
      .l-header .nav_wrap .entry_btn::before {
        content: "";
        position: absolute;
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #fff;
        top: 50%;
        right: 18px;
        transform: translate(-50%, -50%);
        z-index: 1; }
        @media screen and (max-width: 900px) {
          .l-header .nav_wrap .entry_btn::before {
            display: none; } }
      .l-header .nav_wrap .entry_btn::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate(-50%, -50%);
        width: 7px;
        height: 7px;
        border-radius: 50%;
        transition: opacity linear 0.4s;
        content: '';
        animation: pulseMotion 1.5s linear infinite; }
        @media screen and (max-width: 900px) {
          .l-header .nav_wrap .entry_btn::after {
            display: none; } }
      .l-header .nav_wrap .entry_btn a {
        font-family: 'Inter';
        font-weight: 500;
        background: #547b95;
        color: #fff;
        padding: 12px 0;
        font-size: 12px;
        border-radius: 6px;
        transition: .4s;
        position: relative;
        display: flex;
        justify-content: center;
        gap: 5px;
        align-items: center;
        overflow: hidden; }
        @media screen and (max-width: 900px) {
          .l-header .nav_wrap .entry_btn a {
            display: inline-block;
            padding: 5px 22px;
            font-size: 11px;
            border-radius: 3px;
            background: #3f6985;
            background: linear-gradient(90deg, #3f6985 0%, #b2d5d8 100%); } }
        .l-header .nav_wrap .entry_btn a::before {
          content: "";
          background: white;
          background: linear-gradient(230deg, rgba(255, 255, 255, 0) 0%, #b2d5d8 50%, rgba(255, 255, 255, 0) 100%);
          position: absolute;
          top: 0;
          left: 0%;
          width: 200%;
          height: 100%;
          transition: .3s; }
        .l-header .nav_wrap .entry_btn a span {
          position: relative;
          z-index: 2; }
          .l-header .nav_wrap .entry_btn a span:first-of-type {
            font-size: 14px; }
        .l-header .nav_wrap .entry_btn a:hover::before {
          left: -100%; }
  .l-header .menu_trigger {
    position: fixed;
    top: 137px;
    right: 0;
    background: url(../img/2025_recruit/menu_bg.png) no-repeat center center;
    background-size: 100% 100%;
    width: 40px;
    height: calc( 100% - 40px - 40px - 97px);
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    transition: .4s;
    z-index: 10; }
    @media screen and (max-width: 1025px) {
      .l-header .menu_trigger {
        top: 100px;
        height: calc(100% - 40px - 40px - 60px); } }
    @media screen and (max-width: 900px) {
      .l-header .menu_trigger {
        display: block;
        background: url("../img/2025_recruit/common_menu_btn_sp.png") no-repeat center center;
        background-size: 100%;
        width: 40px;
        height: 40px;
        top: 80px;
        right: 5vw; } }
    .l-header .menu_trigger:hover {
      opacity: .8; }
    .l-header .menu_trigger span {
      position: absolute;
      background: #fff;
      height: 1px;
      width: 20px;
      top: calc( 50% - 2.5px );
      left: 10px;
      transition: .3s; }
      @media screen and (max-width: 900px) {
        .l-header .menu_trigger span {
          display: none; } }
      @media screen and (max-width: 768px) {
        .l-header .menu_trigger span {
          display: none; } }
      .l-header .menu_trigger span:nth-child(2) {
        top: calc( 50% + 2.5px ); }
    .l-header .menu_trigger.active span {
      top: calc( 50%); }
  .l-header .menu_wrap {
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    position: fixed;
    background: url("../img/2025_recruit/common_menu_bg.png") no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 3; }
    .l-header .menu_wrap.active {
      opacity: 1;
      visibility: visible; }
    .l-header .menu_wrap .menu_lottie {
      position: absolute;
      top: -40vw;
      left: -8vw;
      opacity: 0.3;
      z-index: -1; }
      @media screen and (max-width: 900px) {
        .l-header .menu_wrap .menu_lottie {
          top: -110vw;
          left: -15vw;
          opacity: 0.3; } }
      .l-header .menu_wrap .menu_lottie lottie-player {
        width: 130vw;
        height: 130vw; }
        @media screen and (max-width: 900px) {
          .l-header .menu_wrap .menu_lottie lottie-player {
            width: 380vw;
            height: 380vw; } }
    .l-header .menu_wrap .menu_logo {
      display: none; }
      @media screen and (max-width: 900px) {
        .l-header .menu_wrap .menu_logo {
          display: block;
          position: fixed;
          top: 28px;
          left: 5vw; } }
    .l-header .menu_wrap .menu_entrybtn {
      position: fixed;
      top: 137px;
      right: 80px;
      width: 160px; }
      .l-header .menu_wrap .menu_entrybtn--1 {
        right: 270px; }
      .l-header .menu_wrap .menu_entrybtn--2 {
        right: 80px; }
      @media screen and (max-width: 1025px) {
        .l-header .menu_wrap .menu_entrybtn {
          top: 100px; } }
      @media screen and (max-width: 900px) {
        .l-header .menu_wrap .menu_entrybtn {
          top: 80px;
          left: 5vw;
          width: calc( 90% - 60px );
          right: auto; }
          .l-header .menu_wrap .menu_entrybtn--1 {
            top: 80px; }
          .l-header .menu_wrap .menu_entrybtn--2 {
            top: 135px; } }
      .l-header .menu_wrap .menu_entrybtn a {
        font-family: 'Inter';
        font-weight: 500;
        background: #fff;
        color: #275081;
        padding: 12px 0;
        font-size: 12px;
        border-radius: 6px;
        transition: .4s;
        position: relative;
        display: flex;
        justify-content: center;
        gap: 5px;
        align-items: center; }
        @media screen and (max-width: 900px) {
          .l-header .menu_wrap .menu_entrybtn a {
            width: 100%;
            text-align: center; } }
        .l-header .menu_wrap .menu_entrybtn a:hover {
          opacity: .7; }
        .l-header .menu_wrap .menu_entrybtn a::before {
          content: "";
          position: absolute;
          display: block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #275081;
          top: 50%;
          right: 18px;
          transform: translate(-50%, -50%); }
        .l-header .menu_wrap .menu_entrybtn a::after {
          display: block;
          position: absolute;
          top: 50%;
          right: 15px;
          transform: translate(-50%, -50%);
          width: 7px;
          height: 7px;
          border-radius: 50%;
          transition: opacity linear 0.4s;
          content: '';
          animation: pulseMotion02 1.5s linear infinite; }
        .l-header .menu_wrap .menu_entrybtn a span:first-of-type {
          font-size: 14px; }
    .l-header .menu_wrap .menu_contents {
      padding: 80px 0 40px 150px;
      overflow: scroll;
      height: 100vh; }
      @media screen and (max-width: 900px) {
        .l-header .menu_wrap .menu_contents {
          padding: 75px 5vw 220px;
          margin-top: 100px; } }
      .l-header .menu_wrap .menu_contents dl {
        margin-top: 72px; }
        @media screen and (max-width: 900px) {
          .l-header .menu_wrap .menu_contents dl {
            margin-top: 55px; } }
        .l-header .menu_wrap .menu_contents dl dt {
          font-family: 'Inter';
          font-weight: 100;
          font-size: 80px;
          color: #fff;
          letter-spacing: -3px;
          margin-left: -6px;
          margin-bottom: 10px;
          line-height: .95; }
          @media screen and (max-width: 900px) {
            .l-header .menu_wrap .menu_contents dl dt {
              font-size: 60px;
              margin-bottom: 8px;
              margin-left: -4px; } }
        .l-header .menu_wrap .menu_contents dl dd {
          border-top: 1px solid rgba(255, 255, 255, 0.3);
          max-width: 440px; }
          @media screen and (max-width: 900px) {
            .l-header .menu_wrap .menu_contents dl dd {
              max-width: 100%; } }
          .l-header .menu_wrap .menu_contents dl dd:last-child {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
          .l-header .menu_wrap .menu_contents dl dd a {
            color: #fff;
            font-weight: 300;
            display: block;
            padding: 10px 0;
            position: relative;
            font-size: 14px;
            transition: .4s; }
            @media screen and (max-width: 900px) {
              .l-header .menu_wrap .menu_contents dl dd a {
                font-size: 12px;
                padding: 11px 0; } }
            .l-header .menu_wrap .menu_contents dl dd a::before {
              content: "";
              background: #fff;
              width: 8px;
              height: 1px;
              position: absolute;
              top: 20px;
              right: 1.5px;
              transition: .4s; }
              @media screen and (max-width: 900px) {
                .l-header .menu_wrap .menu_contents dl dd a::before {
                  top: 19px; } }
            .l-header .menu_wrap .menu_contents dl dd a::after {
              content: "";
              border-top: 1px solid #fff;
              border-right: 1px solid #fff;
              transform: rotate(45deg);
              position: absolute;
              width: 6px;
              height: 6px;
              top: 17.5px;
              right: 1.5px;
              transition: .4s; }
              @media screen and (max-width: 900px) {
                .l-header .menu_wrap .menu_contents dl dd a::after {
                  top: 16.5px; } }
            .l-header .menu_wrap .menu_contents dl dd a:hover {
              opacity: .6; }
              .l-header .menu_wrap .menu_contents dl dd a:hover::before {
                right: -2px;
                transition: .4s; }
              .l-header .menu_wrap .menu_contents dl dd a:hover::after {
                right: -2px;
                transition: .4s; }
      .l-header .menu_wrap .menu_contents .menu_snslist {
        position: fixed;
        bottom: 41px;
        right: 81px; }
        @media screen and (max-width: 900px) {
          .l-header .menu_wrap .menu_contents .menu_snslist {
            position: static;
            margin-top: 120px; } }
        .l-header .menu_wrap .menu_contents .menu_snslist ul {
          display: flex; }
          @media screen and (max-width: 900px) {
            .l-header .menu_wrap .menu_contents .menu_snslist ul {
              justify-content: center;
              align-items: center; } }
          .l-header .menu_wrap .menu_contents .menu_snslist ul li {
            margin-left: 50px; }
            @media screen and (max-width: 900px) {
              .l-header .menu_wrap .menu_contents .menu_snslist ul li {
                margin: 0 23px; } }
  .l-header.index {
    background: none; }
    .l-header.index.scroll {
      background: #fff; }
      @media screen and (max-width: 900px) {
        .l-header.index.scroll {
          background: none; } }

/* l-footer */
/* ============================================ */
.l-footer {
  background: #fff;
  margin-top: 82px;
  padding-top: 40px;
  padding-right: 40px;
  margin-bottom: -46px; }
  @media screen and (max-width: 768px) {
    .l-footer {
      margin-top: 60px;
      padding-top: 60px;
      padding-right: 0;
      margin-bottom: 0; } }
  .l-footer .footer_inner {
    display: flex;
    align-items: flex-end;
    padding: 0 40px; }
    @media screen and (max-width: 768px) {
      .l-footer .footer_inner {
        flex-direction: column;
        justify-content: center; } }
    .l-footer .footer_inner .copy {
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      letter-spacing: 2px;
      font-size: 16px;
      font-size: 10px;
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        .l-footer .footer_inner .copy {
          margin-top: 122px;
          text-align: center;
          width: 100%;
          order: 2; } }
    .l-footer .footer_inner .sns {
      display: flex;
      align-items: center;
      order: 2; }
      @media screen and (max-width: 768px) {
        .l-footer .footer_inner .sns {
          justify-content: center;
          padding-bottom: 0;
          width: 100%;
          order: 1; } }
      .l-footer .footer_inner .sns li {
        margin-right: 50px; }
        .l-footer .footer_inner .sns li:last-of-type {
          margin-right: 0; }
        .l-footer .footer_inner .sns li a {
          display: flex;
          align-items: center; }
        @media screen and (max-width: 768px) {
          .l-footer .footer_inner .sns li:nth-child(1) img {
            width: 20px; }
          .l-footer .footer_inner .sns li:nth-child(2) img {
            width: 22px; }
          .l-footer .footer_inner .sns li:nth-child(3) img {
            width: 20px; } }

.fixed_entry_btn {
  display: none; }
  @media screen and (max-width: 768px) {
    .fixed_entry_btn {
      display: block;
      position: fixed;
      bottom: 20px;
      left: 0;
      width: 100%;
      padding: 0 5%;
      z-index: 100;
      transition: .4s; }
      .fixed_entry_btn--1 {
        bottom: 75px; }
      .fixed_entry_btn--2 {
        bottom: 20px; }
      .fixed_entry_btn a {
        background: url("../img/2025_recruit/fixed_entry_btn_bg.png") no-repeat center center;
        background-size: cover;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 5px;
        align-items: center;
        text-align: center;
        font-size: 12px;
        color: #fff;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 1px;
        padding: 14px 0;
        line-height: 1;
        border-radius: 4px;
        position: relative; }
        .fixed_entry_btn a::before {
          content: "";
          position: absolute;
          display: block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #fff;
          top: 50%;
          right: 18px;
          transform: translate(-50%, -50%);
          z-index: 1; }
        .fixed_entry_btn a::after {
          display: block;
          position: absolute;
          top: 50%;
          right: 15px;
          transform: translate(-50%, -50%);
          width: 7px;
          height: 7px;
          border-radius: 50%;
          transition: opacity linear 0.4s;
          content: '';
          animation: pulseMotion 1.5s linear infinite; }
        .fixed_entry_btn a span:first-of-type {
          font-size: 18px; }
      .fixed_entry_btn.active {
        opacity: 0;
        visibility: hidden; } }

.site-footer {
  z-index: 300; }

.c-headline01 .main {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 100px;
  font-weight: 100;
  color: #ddd;
  line-height: 1.02;
  letter-spacing: -0.05em;
  transform: translate(-10px, 0); }
  @media screen and (max-width: 768px) {
    .c-headline01 .main {
      font-size: 60px;
      transform: translate(-5px, 0);
      line-height: 1.2; } }
.c-headline01 .sub {
  font-size: 14px;
  color: #222;
  margin-bottom: 70px;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .c-headline01 .sub {
      font-size: 12px; } }
.c-headline01 .catch {
  color: #275080;
  font-size: 24px;
  margin-top: 15px;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .c-headline01 .catch {
      font-size: 16px;
      margin-top: 5px; } }

.c-headline02 {
  border-bottom: 1px solid #1B4380;
  color: #202C51;
  font-size: 24px;
  padding-bottom: 34px; }
  @media screen and (max-width: 768px) {
    .c-headline02 {
      font-size: 20px;
      padding-bottom: 38px;
      letter-spacing: .1em; } }

.c-headline03 {
  font-size: 20px;
  color: #275081; }
  @media screen and (max-width: 768px) {
    .c-headline03 {
      font-size: 18px; } }
  @media screen and (max-width: 768px) {
    .c-headline03.v-sm {
      font-size: 16px; } }

/* text */
/* ============================================ */
.c-intro {
  font-size: 14px;
  margin-top: 36px; }
  @media screen and (max-width: 768px) {
    .c-intro {
      letter-spacing: 0.1em; } }

/* btn */
/* ============================================ */
.c-btn01 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 16px;
  color: #275081;
  font-size: 10px;
  width: 100%;
  position: relative;
  margin-top: 50px;
  letter-spacing: 0; }
  @media screen and (max-width: 768px) {
    .c-btn01 {
      margin-top: 28px; } }
  .c-btn01 span {
    display: inline-block;
    position: relative;
    padding-right: 20px; }
    .c-btn01 span::before {
      content: '';
      position: absolute;
      right: 0;
      top: 7px;
      background: #000;
      height: 1px;
      width: 8px; }
    .c-btn01 span::after {
      content: '';
      position: absolute;
      right: 0;
      top: 4.5px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(45deg);
      height: 6px;
      width: 6px; }

.c-entry-btn {
  text-align: center;
  margin-top: 180px; }

.c-entry-btn_common {
  position: relative;
  margin-top: 200px;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .c-entry-btn_common {
      margin-top: 100px; } }
  .c-entry-btn_common .entry_txt {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: flex; }
    @media screen and (max-width: 768px) {
      .c-entry-btn_common .entry_txt {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center; } }
    .c-entry-btn_common .entry_txt &gt; img {
      width: 75%; }
      @media screen and (max-width: 768px) {
        .c-entry-btn_common .entry_txt &gt; img {
          width: 336px; } }
    @media screen and (max-width: 768px) {
      .c-entry-btn_common .entry_txt i {
        width: 100%;
        margin-top: 30px; } }
    .c-entry-btn_common .entry_txt i img {
      width: 75%; }
      @media screen and (max-width: 768px) {
        .c-entry-btn_common .entry_txt i img {
          width: 85px; } }
  .c-entry-btn_common .entry_bg_slide {
    position: relative;
    max-width: 1086px;
    margin: 0 auto;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .c-entry-btn_common .entry_bg_slide {
        width: 500px;
        margin-left: calc(50% - 250px); } }
    .c-entry-btn_common .entry_bg_slide::before {
      content: "";
      background: url("../img/2025_recruit/common_entry_wrapper_pc.png") no-repeat center center;
      background-size: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 1086px;
      height: 338px;
      z-index: 3; }
      @media screen and (max-width: 768px) {
        .c-entry-btn_common .entry_bg_slide::before {
          background: url("../img/2025_recruit/common_entry_wrapper_sp.png") no-repeat center center;
          background-size: 100%;
          width: 500px;
          height: 500px; } }
    .c-entry-btn_common .entry_bg_slide .swiper-slide img {
      width: auto;
      height: 320px; }
      @media screen and (max-width: 768px) {
        .c-entry-btn_common .entry_bg_slide .swiper-slide img {
          height: 498px;
          max-width: none; } }
    .c-entry-btn_common .entry_bg_slide .swiper-wrapper {
      transition-timing-function: linear; }

/* 調整用パーツ */
/* ============================================ */
/* media */
@media screen and (max-width: 768px) {
  .u-only-pc {
    display: none; } }

.u-only-middle {
  display: none; }
  @media screen and (max-width: 1000px) {
    .u-only-middle {
      display: block; } }

.u-only-sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .u-only-sp {
      display: block; } }

.sec_aaa .ttlbox {
  background: #ddd;
  padding: 10px 0;
  width: 100%;
  max-width: 1080px;
  position: sticky;
  top: 0; }
  .sec_aaa .ttlbox.item02 {
    top: 44px; }
  .sec_aaa .ttlbox.item03 {
    top: 88px; }
.sec_aaa .box_aaa {
  background: #fff; }
  .sec_aaa .box_aaa.fixed .ttlbox {
    position: fixed;
    top: 0; }
  .sec_aaa .box_aaa.fixed.none .ttlbox {
    position: static; }
  .sec_aaa .box_aaa .ttlbox {
    background: #ddd;
    padding: 10px 0;
    width: 100%;
    max-width: 1080px;
    position: sticky;
    top: 0; }
.sec_aaa .box_bbb {
  background: #fff; }
  .sec_aaa .box_bbb.active {
    background: #ddd;
    position: sticky;
    top: 0; }
  .sec_aaa .box_bbb .ttlbox {
    background: #ddd;
    padding: 10px 0;
    width: 100%;
    max-width: 1080px; }

.p-mv {
  position: relative; }
  .p-mv .movie_wrap {
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    transition: 2s; }
    .p-mv .movie_wrap video {
      width: 160%;
      margin-left: -30%;
      transition: 2s; }
    .p-mv .movie_wrap.active01 video {
      transform: scale(0.5); }
    .p-mv .movie_wrap.active02 {
      filter: blur(100px);
      opacity: 0; }
      .p-mv .movie_wrap.active02 video {
        transform: scale(0.5); }
  .p-mv .mv_lottie {
    transform: translate(-55%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    transition: 2s; }
    @media screen and (max-width: 768px) {
      .p-mv .mv_lottie {
        transform: translate(-45%, -45%); } }
    .p-mv .mv_lottie lottie-player {
      transition: 2s;
      width: 30vw;
      height: 30vw; }
      @media screen and (max-width: 768px) {
        .p-mv .mv_lottie lottie-player {
          width: 240vw;
          height: 240vw;
          position: relative;
          right: 85vw;
          top: -10vw; } }
    .p-mv .mv_lottie.active01 lottie-player {
      transform: scale(1.5); }
    .p-mv .mv_lottie.active02 {
      filter: blur(100px);
      opacity: 0; }
      .p-mv .mv_lottie.active02 lottie-player {
        transform: scale(1.5); }
  .p-mv .p-mv__top .fixed_btn {
    position: absolute;
    top: 137px;
    right: 40px;
    z-index: 105;
    transition: .9s;
    visibility: visible;
    opacity: 1; }
    @media screen and (max-width: 900px) {
      .p-mv .p-mv__top .fixed_btn {
        display: none; } }
    .p-mv .p-mv__top .fixed_btn--1 {
      right: 230px; }
    .p-mv .p-mv__top .fixed_btn--2 {
      right: 40px; }
    .p-mv .p-mv__top .fixed_btn.active {
      opacity: 0;
      visibility: hidden; }
    .p-mv .p-mv__top .fixed_btn::before {
      content: "";
      position: absolute;
      display: block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #fff;
      bottom: 16px;
      right: 18px;
      transform: translate(-50%, -50%);
      z-index: 1; }
      @media screen and (max-width: 900px) {
        .p-mv .p-mv__top .fixed_btn::before {
          display: none; } }
    .p-mv .p-mv__top .fixed_btn::after {
      display: block;
      position: absolute;
      bottom: 13px;
      right: 15px;
      transform: translate(-50%, -50%);
      width: 7px;
      height: 7px;
      border-radius: 50%;
      transition: opacity linear 0.4s;
      content: '';
      animation: pulseMotion 1.5s linear infinite; }
      @media screen and (max-width: 900px) {
        .p-mv .p-mv__top .fixed_btn::after {
          display: none; } }
  .p-mv .p-mv__top .l-inner {
    display: flex;
    flex-direction: column;
    height: 100vh; }
  .p-mv .p-mv__bottom {
    height: 100vh;
    position: relative;
    top: 0; }
    @media screen and (max-width: 768px) {
      .p-mv .p-mv__bottom {
        height: auto; } }
    .p-mv .p-mv__bottom .l-inner {
      position: relative;
      max-width: 100%;
      top: 50%;
      transform: translate(0, -40%); }
      @media screen and (max-width: 768px) {
        .p-mv .p-mv__bottom .l-inner {
          margin: 0;
          width: 95vw;
          display: flex;
          flex-direction: column;
          justify-content: center;
          height: 101vh;
          transform: translate(0, 0); } }
    .p-mv .p-mv__bottom .main_catch {
      color: #275081;
      font-size: 2.3vw;
      margin-top: auto;
      position: relative;
      letter-spacing: -0.15vw;
      line-height: 1.6; }
      @media screen and (max-width: 768px) {
        .p-mv .p-mv__bottom .main_catch {
          font-size: 5.3vw;
          min-height: 64px;
          margin-top: 0; } }
      .p-mv .p-mv__bottom .main_catch &gt; span {
        display: block; }
        .p-mv .p-mv__bottom .main_catch &gt; span span {
          opacity: 0; }
        .p-mv .p-mv__bottom .main_catch &gt; span.appeartext span {
          animation: text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .p-mv .p-mv__bottom .txt_scroll {
      font-family: 'Inter', sans-serif;
      margin-top: 25px;
      font-size: 12px;
      color: #444;
      transition: 1s; }
      @media screen and (max-width: 768px) {
        .p-mv .p-mv__bottom .txt_scroll {
          font-size: 10px;
          margin-top: 28px; } }
      .p-mv .p-mv__bottom .txt_scroll.active {
        opacity: 0; }
    .p-mv .p-mv__bottom .txt_message {
      margin-top: 5vh;
      font-size: 1.3vw;
      line-height: 2.7;
      color: #444;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .p-mv .p-mv__bottom .txt_message {
          font-size: 3.7vw;
          letter-spacing: -0.4px;
          line-height: 2.2;
          min-height: 154px;
          margin-top: 7vh; } }
      .p-mv .p-mv__bottom .txt_message span {
        display: block; }
      .p-mv .p-mv__bottom .txt_message.appeartext {
        animation: text_anime_on2 1.5s ease-out forwards; }
@keyframes text_anime_on2 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .p-mv .p-mv__bottom .p-mv__bottom_logo {
      margin-top: 4vh;
      display: none;
      border-radius: 0; }
      @media screen and (max-width: 768px) {
        .p-mv .p-mv__bottom .p-mv__bottom_logo {
          display: block; } }
      .p-mv .p-mv__bottom .p-mv__bottom_logo img {
        width: 242px; }
        @media screen and (max-width: 768px) {
          .p-mv .p-mv__bottom .p-mv__bottom_logo img {
            width: 140px; } }
    .p-mv .p-mv__bottom .sp_entry_btn {
      display: none; }
      @media screen and (max-width: 768px) {
        .p-mv .p-mv__bottom .sp_entry_btn {
          display: block;
          margin-top: 40px; } }
      .p-mv .p-mv__bottom .sp_entry_btn img {
        width: 100%; }
    .p-mv .p-mv__bottom .sp_mov_btn {
      display: none; }
      @media screen and (max-width: 768px) {
        .p-mv .p-mv__bottom .sp_mov_btn {
          display: block;
          padding: 0 5%; } }
      .p-mv .p-mv__bottom .sp_mov_btn img {
        width: 100%; }
    .p-mv .p-mv__bottom .sp_areajob_link {
      display: none; }
      @media screen and (max-width: 768px) {
        .p-mv .p-mv__bottom .sp_areajob_link {
          display: block;
          padding: 0 5%;
          margin-bottom: 30px; } }
      .p-mv .p-mv__bottom .sp_areajob_link img {
        width: 100%; }
  .p-mv .sticky_movie {
    position: absolute;
    top: calc( 100vh - 307px);
    right: 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 40px;
    z-index: 2;
    width: 100%; }
    @media screen and (min-width: 1600px) {
      .p-mv .sticky_movie {
        top: calc( 100vh - 347px); } }
    @media screen and (max-width: 900px) {
      .p-mv .sticky_movie {
        padding-right: 40px; } }
    @media screen and (max-width: 768px) {
      .p-mv .sticky_movie {
        display: none; } }
    .p-mv .sticky_movie div {
      border-radius: 5px; }
      .p-mv .sticky_movie div .areajob_img {
        margin-bottom: 30px;
        position: relative; }
        .p-mv .sticky_movie div .areajob_img::before {
          content: "";
          background: url("../img/2025_recruit/index_areajob_link_pc_acc.png") no-repeat center center;
          background-size: 100%;
          width: 100px;
          height: 24px;
          position: absolute;
          top: -10px;
          left: -15px;
          z-index: 1; }
      .p-mv .sticky_movie div .special_img {
        overflow: hidden; }
    .p-mv .sticky_movie .p-mv__bottom_logo {
      display: block; }
      @media screen and (max-width: 768px) {
        .p-mv .sticky_movie .p-mv__bottom_logo {
          display: none; } }
      @media screen and (max-width: 768px) {
        .p-mv .sticky_movie .p-mv__bottom_logo img {
          width: 170px; } }

.p-index-featured {
  margin-top: 550px;
  margin-bottom: 200px; }
  @media screen and (max-width: 768px) {
    .p-index-featured {
      margin-top: 180px; } }
  .p-index-featured .featured_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px 160px 0;
    margin-top: 68px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .p-index-featured .featured_column {
        padding: 0 5vw 120px 0;
        margin-top: 58px; } }
    .p-index-featured .featured_column::before {
      content: '';
      background: #E7ECF5;
      border-radius: 0 6px 0 0;
      position: absolute;
      right: 0;
      top: 40px;
      height: calc(100% - 40px);
      width: 100%;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .p-index-featured .featured_column::before {
          border-radius: 0; } }
    .p-index-featured .featured_column::after {
      content: '';
      background: #E7ECF5;
      position: absolute;
      left: -50vw;
      top: 40px;
      height: calc(100% - 40px);
      width: 50vw;
      z-index: -1; }
    .p-index-featured .featured_column .item {
      width: 48.078%; }
      .p-index-featured .featured_column .item:nth-child(n + 3) {
        margin-top: 160px; }
      @media screen and (max-width: 768px) {
        .p-index-featured .featured_column .item {
          width: 100%; }
          .p-index-featured .featured_column .item:not(:first-of-type) {
            margin-top: 120px; } }
      .p-index-featured .featured_column .item .img {
        overflow: hidden; }
      .p-index-featured .featured_column .item .title {
        color: #275081;
        font-size: 20px;
        display: flex;
        margin-top: 38px;
        min-height: 60px; }
        @media screen and (max-width: 768px) {
          .p-index-featured .featured_column .item .title {
            align-items: center;
            font-size: 20px;
            min-height: 54px; } }
      .p-index-featured .featured_column .item .more {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 16px;
        border-bottom: 1px solid #bbb;
        color: #275081;
        font-size: 10px;
        width: 100%;
        position: relative;
        padding-bottom: 6px;
        margin-top: 32px;
        letter-spacing: 0; }
        @media screen and (max-width: 768px) {
          .p-index-featured .featured_column .item .more {
            margin-top: 28px; } }
        .p-index-featured .featured_column .item .more::before {
          content: '';
          position: absolute;
          left: 0;
          bottom: -1px;
          background: #1414A0;
          height: 1px;
          width: 55px; }
        .p-index-featured .featured_column .item .more span {
          display: inline-block;
          width: 100%;
          position: relative; }
          .p-index-featured .featured_column .item .more span::before {
            content: '';
            position: absolute;
            right: 1.5px;
            top: 7px;
            background: #000;
            height: 1px;
            width: 8px;
            transition: .4s; }
          .p-index-featured .featured_column .item .more span::after {
            content: '';
            position: absolute;
            right: 1.5px;
            top: 4.5px;
            border-top: 1px solid #000;
            border-right: 1px solid #000;
            transform: rotate(45deg);
            height: 6px;
            width: 6px;
            transition: .4s; }
      .p-index-featured .featured_column .item a:hover img {
        transform: scale(1.08);
        opacity: 1; }
      .p-index-featured .featured_column .item a:hover .title,
      .p-index-featured .featured_column .item a:hover .more {
        opacity: .7;
        transition: .4s; }
      .p-index-featured .featured_column .item a:hover .more span::before {
        right: -2px;
        transition: .4s; }
      .p-index-featured .featured_column .item a:hover .more span::after {
        right: -2px;
        transition: .4s; }

.p-index-section {
  position: relative;
  z-index: 10; }
  .p-index-section #c-tab-before01 {
    position: relative;
    top: -100px; }
  .p-index-section .c-tab-fixed {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    letter-spacing: 0;
    z-index: 102;
    background: #fff;
    height: 52px;
    position: sticky;
    top: 220.5px;
    transition: .4s; }
    @media screen and (max-width: 1025px) {
      .p-index-section .c-tab-fixed {
        top: calc( 60px + 123px ); } }
    @media screen and (max-width: 900px) {
      .p-index-section .c-tab-fixed {
        top: 60px; } }
    @media screen and (max-width: 768px) {
      .p-index-section .c-tab-fixed {
        margin-bottom: 44px;
        height: auto;
        top: 58px; } }
    .p-index-section .c-tab-fixed.v-01 {
      bottom: 52px;
      top: calc( 220.5px + 52px ); }
      @media screen and (max-width: 1025px) {
        .p-index-section .c-tab-fixed.v-01 {
          top: calc( 60px + 52px + 123px); } }
      @media screen and (max-width: 900px) {
        .p-index-section .c-tab-fixed.v-01 {
          top: calc( 60px + 52px ); } }
      @media screen and (max-width: 768px) {
        .p-index-section .c-tab-fixed.v-01 {
          bottom: 36px;
          top: calc( 58px + 36px ); } }
    .p-index-section .c-tab-fixed.v-02 {
      bottom: 0px;
      top: calc( 220.5px + 52px + 52px ); }
      @media screen and (max-width: 1025px) {
        .p-index-section .c-tab-fixed.v-02 {
          top: calc( 60px + 52px + 52px + 123px); } }
      @media screen and (max-width: 900px) {
        .p-index-section .c-tab-fixed.v-02 {
          top: calc( 60px + 52px + 52px ); } }
      @media screen and (max-width: 768px) {
        .p-index-section .c-tab-fixed.v-02 {
          top: calc( 58px + 36px + 36px ); } }
    .p-index-section .c-tab-fixed.is-transparent {
      background: none; }
      .p-index-section .c-tab-fixed.is-transparent.is-bgf {
        background: #fff; }
    .p-index-section .c-tab-fixed .l-inner .ttlbox {
      display: flex;
      align-items: center;
      padding: 15px 0;
      border-top: 1px solid #1B4380; }
      @media screen and (max-width: 768px) {
        .p-index-section .c-tab-fixed .l-inner .ttlbox {
          padding: 10px 0; } }
      .p-index-section .c-tab-fixed .l-inner .ttlbox.v-02 {
        top: 52px; }
      .p-index-section .c-tab-fixed .l-inner .ttlbox.v-03 {
        top: 104px; }
    .p-index-section .c-tab-fixed .title {
      color: #202C51;
      font-size: 14px;
      width: 88px; }
      @media screen and (max-width: 768px) {
        .p-index-section .c-tab-fixed .title {
          font-size: 10px;
          width: auto; } }
    .p-index-section .c-tab-fixed .text {
      color: #666;
      font-size: 10px; }
      @media screen and (max-width: 768px) {
        .p-index-section .c-tab-fixed .text {
          display: none; } }
  @media screen and (max-width: 768px) {
    .p-index-section {
      padding-bottom: 90px; } }
  .p-index-section.v-people {
    margin-top: 200px; }
    @media screen and (max-width: 768px) {
      .p-index-section.v-people {
        margin-top: 180px; } }
  .p-index-section.v-division {
    padding-bottom: 0; }
  .p-index-section .tab_content {
    padding-top: 92px;
    padding-bottom: 170px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .p-index-section .tab_content {
        padding-top: 40px;
        padding-bottom: 110px;
        position: relative;
        overflow: hidden; }
        .p-index-section .tab_content::before {
          content: "";
          background: url(../img/2025_recruit/mouse_stalker.png) no-repeat center center;
          background-size: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -40%);
          width: 150vw;
          height: 150vw;
          transition: 1s;
          opacity: 0; }
        .p-index-section .tab_content.active::before {
          opacity: 1; } }
    .p-index-section .tab_content.v-01::before {
      content: "";
      background: url(../img/2025_recruit/mouse_stalker.png) no-repeat center center;
      background-size: 100%;
      position: absolute;
      bottom: -500px;
      right: 0;
      width: 1040px;
      height: 1040px;
      transition: 1s;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .p-index-section .tab_content.v-01::before {
          content: "";
          background: url(../img/2025_recruit/mouse_stalker.png) no-repeat center center;
          background-size: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -40%);
          width: 150vw;
          height: 150vw;
          transition: 1s;
          opacity: 0; } }
    .p-index-section .tab_content.v-02::before {
      content: "";
      background: url(../img/2025_recruit/mouse_stalker.png) no-repeat center center;
      background-size: 100%;
      position: absolute;
      top: 0px;
      left: -500px;
      width: 1040px;
      height: 1040px;
      transition: 1s;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .p-index-section .tab_content.v-02::before {
          content: "";
          background: url(../img/2025_recruit/mouse_stalker.png) no-repeat center center;
          background-size: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -40%);
          width: 150vw;
          height: 150vw;
          transition: 1s;
          opacity: 0; } }
    .p-index-section .tab_content.v-last::before {
      content: "";
      background: url(../img/2025_recruit/mouse_stalker.png) no-repeat center center;
      background-size: 100%;
      position: absolute;
      top: 0px;
      left: 50%;
      width: 1040px;
      height: 1040px;
      transform: translate(-50%, -50%);
      transition: 1s;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .p-index-section .tab_content.v-last::before {
          content: "";
          background: url(../img/2025_recruit/mouse_stalker.png) no-repeat center center;
          background-size: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -40%);
          width: 150vw;
          height: 150vw;
          transition: 1s;
          opacity: 0; } }
    .p-index-section .tab_content.active::before {
      opacity: 1; }
    .p-index-section .tab_content.v-last {
      padding-bottom: 0; }
      @media screen and (max-width: 768px) {
        .p-index-section .tab_content.v-last {
          padding-bottom: 40px; } }
  .p-index-section .section_column {
    display: flex;
    justify-content: space-between;
    margin-top: 114px;
    position: relative;
    z-index: 100; }
    @media screen and (max-width: 768px) {
      .p-index-section .section_column {
        margin-top: 85px;
        overflow: scroll;
        margin-right: -5vw; } }
    .p-index-section .section_column .item {
      flex-shrink: 0;
      width: 22.2225%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .p-index-section .section_column .item {
          width: 61.54vw; }
          .p-index-section .section_column .item:not(:last-of-type) {
            margin-right: 30px; } }
      .p-index-section .section_column .item .tag {
        color: #275081;
        font-size: 12px;
        position: relative;
        padding-left: 15px;
        margin-bottom: 17px; }
        @media screen and (max-width: 768px) {
          .p-index-section .section_column .item .tag {
            display: none; } }
        .p-index-section .section_column .item .tag::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%);
          background: #74AA9E;
          height: 2px;
          width: 10px; }
      .p-index-section .section_column .item .pickup {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 16px;
        color: #E8E8E8;
        font-size: 10px;
        position: absolute;
        background: #74AA9E;
        border-radius: 0 4px 4px 0;
        padding: 4.5px 30px 4.5px 4.5px;
        top: 20px;
        left: -5px;
        width: 100px;
        z-index: 2; }
        .p-index-section .section_column .item .pickup::before {
          content: '';
          background: url(../img/2025_recruit/icon_pickup.svg) no-repeat center;
          background-size: 100% auto;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translate(0, -50%);
          height: 10px;
          width: 11px; }
      .p-index-section .section_column .item .img {
        border-radius: 5px;
        overflow: hidden; }
      .p-index-section .section_column .item .title {
        color: #275081;
        display: flex;
        align-items: center;
        margin-top: 34px;
        min-height: 48px;
        transition: .4s; }
        @media screen and (max-width: 768px) {
          .p-index-section .section_column .item .title {
            font-size: 16px;
            margin-top: 45px; } }
      .p-index-section .section_column .item .more {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 16px;
        color: #275081;
        font-size: 10px;
        position: relative;
        padding-bottom: 6px;
        margin-top: 32px;
        letter-spacing: 0;
        transition: .4s; }
        @media screen and (max-width: 768px) {
          .p-index-section .section_column .item .more {
            margin: 20px 0; } }
        .p-index-section .section_column .item .more span {
          position: relative;
          padding-right: 18px; }
          .p-index-section .section_column .item .more span::before {
            content: '';
            position: absolute;
            right: 0;
            top: 5px;
            background: #000;
            height: 1px;
            width: 7px;
            transition: .4s; }
          .p-index-section .section_column .item .more span::after {
            content: '';
            position: absolute;
            right: 0;
            top: 3px;
            border-top: 1px solid #000;
            border-right: 1px solid #000;
            transform: rotate(45deg);
            height: 5px;
            width: 5px;
            transition: .4s; }
      .p-index-section .section_column .item a:hover img {
        transform: scale(1.08); }
      .p-index-section .section_column .item a:hover .title,
      .p-index-section .section_column .item a:hover .more {
        opacity: .7;
        transition: .4s; }
      .p-index-section .section_column .item a:hover .more span::before, .p-index-section .section_column .item a:hover .more span::after {
        right: -3px;
        transition: .4s; }
    .p-index-section .section_column.division .item {
      width: 47.6%; }
      @media screen and (max-width: 768px) {
        .p-index-section .section_column.division .item {
          width: 95%; } }

.p-index-recruit {
  margin-top: 180px; }
  @media screen and (max-width: 768px) {
    .p-index-recruit {
      margin-top: 40px; } }
  .p-index-recruit .recruit_column {
    background: url(../img/2025_recruit/index_recruit_bg.png) no-repeat center bottom;
    background-size: cover;
    border-radius: 0 8px 8px 0;
    display: flex;
    width: calc(100vw - 80px);
    margin-top: 42px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .p-index-recruit .recruit_column {
        background-image: url(../img/2025_recruit/index_recruit_bg_sp.png);
        border-radius: 0 4px 4px 0;
        flex-direction: column;
        width: 95vw; } }
    .p-index-recruit .recruit_column .item {
      border-right: 1px solid #fff;
      width: 25%; }
      .p-index-recruit .recruit_column .item:last-of-type {
        border: 0; }
      @media screen and (max-width: 768px) {
        .p-index-recruit .recruit_column .item {
          border-bottom: 1px solid #fff;
          width: 100%; } }
      .p-index-recruit .recruit_column .item a {
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 18px 0 20px;
        height: 50vh;
        min-height: 290px;
        width: 100%;
        position: relative;
        z-index: 0; }
        @media screen and (max-width: 768px) {
          .p-index-recruit .recruit_column .item a {
            display: block;
            text-align: left;
            min-height: auto;
            padding: 55px 5vw 48px 5vw;
            height: auto; } }
        .p-index-recruit .recruit_column .item a::before {
          content: '';
          background: rgba(0, 0, 0, 0.15);
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          opacity: 0;
          transition: .4s;
          z-index: -1; }
          @media screen and (max-width: 768px) {
            .p-index-recruit .recruit_column .item a::before {
              display: none; } }
        .p-index-recruit .recruit_column .item a:hover::before {
          opacity: 1; }
        .p-index-recruit .recruit_column .item a:hover .more::before {
          right: 13px;
          transition: .4s; }
        .p-index-recruit .recruit_column .item a:hover .more::after {
          right: 13px;
          transition: .4s; }
        .p-index-recruit .recruit_column .item a .title {
          font-size: 12px; }
          @media screen and (max-width: 768px) {
            .p-index-recruit .recruit_column .item a .title {
              position: absolute;
              top: 10px;
              left: 5vw; } }
        .p-index-recruit .recruit_column .item a .en {
          font-family: 'Inter', sans-serif;
          font-weight: 400;
          letter-spacing: 2px;
          font-size: 16px;
          font-size: 24px;
          font-weight: 300;
          position: absolute;
          top: 50%;
          left: 0;
          letter-spacing: 0;
          line-height: 1.25;
          transform: translate(0, -50%);
          width: 100%; }
          @media screen and (max-width: 768px) {
            .p-index-recruit .recruit_column .item a .en {
              display: flex;
              align-items: center;
              min-height: 58px;
              transform: translate(0);
              position: static;
              line-height: 1.2; } }
        .p-index-recruit .recruit_column .item a .more {
          background: #fff;
          border-radius: 50%;
          margin-top: auto;
          height: 40px;
          width: 40px;
          position: relative; }
          @media screen and (max-width: 768px) {
            .p-index-recruit .recruit_column .item a .more {
              position: absolute;
              top: 50%;
              right: 20px;
              margin-top: -16px; } }
          .p-index-recruit .recruit_column .item a .more::before {
            content: '';
            position: absolute;
            right: 16px;
            top: 19.5px;
            background: #000;
            height: 1px;
            width: 8px;
            transition: .4s; }
          .p-index-recruit .recruit_column .item a .more::after {
            content: '';
            position: absolute;
            right: 16px;
            top: 17px;
            border-top: 1px solid #000;
            border-right: 1px solid #000;
            transform: rotate(45deg);
            height: 6px;
            width: 6px;
            transition: .4s; }

#js-mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: -400px;
  left: -400px;
  width: 800px;
  height: 800px;
  background: url(../img/2025_recruit/mouse_stalker.png) no-repeat center;
  background-size: 100% auto;
  transform: translate(0, 0);
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 0; }
  @media screen and (max-width: 768px) {
    #js-mouse-stalker {
      display: none; } }

.js-sticky-wrap section {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  .js-sticky-wrap section h3 {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%; }
  .js-sticky-wrap section .content {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center; }

#loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }
  #loading .loading_catch {
    display: none; }
    @media screen and (max-width: 768px) {
      #loading .loading_catch {
        margin-left: 0; } }
  #loading .catch {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.8px;
    color: #275081; }
    @media screen and (max-width: 768px) {
      #loading .catch {
        font-size: 20px; } }
    #loading .catch span {
      display: block; }
  #loading .loading_logo {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      #loading .loading_logo {
        margin-top: 20px; }
        #loading .loading_logo img {
          width: 100px; } }
  #loading .loading_lottie {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1; }
    #loading .loading_lottie lottie-player {
      width: 40vw;
      height: 40vw;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 768px) {
        #loading .loading_lottie lottie-player {
          width: 110vw;
          height: 110vw; } }

.p-3minutes .mv {
  position: relative;
  display: block;
  height: 450px;
  width: 100%;
  margin-bottom: 60px;
  margin-top: 40px; }
  @media screen and (max-width: 800px) {
    .p-3minutes .mv {
      height: 50.6vw; } }
  .p-3minutes .mv video,
  .p-3minutes .mv img {
    width: 100%;
    border-radius: 4px; }
  .p-3minutes .mv .movie_icon {
    background: url(../img/2025_recruit/project_icon_bg.png) no-repeat center;
    background-size: 120px auto;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    cursor: pointer;
    transition: .4s; }
    .p-3minutes .mv .movie_icon::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 11px;
      border-color: transparent transparent transparent #fff;
      transform: translate(-40%, -50%); }
    .p-3minutes .mv .movie_icon:hover {
      opacity: .8; }
  .p-3minutes .mv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.p-3minutes .minutes_column .item {
  background: rgba(231, 236, 245, 0.5);
  border-radius: 20px;
  padding: 34px 40px 40px;
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .p-3minutes .minutes_column .item {
      padding: 22px 15px 40px; } }
  .p-3minutes .minutes_column .item:first-of-type {
    margin-top: 38px; }
    @media screen and (max-width: 768px) {
      .p-3minutes .minutes_column .item:first-of-type {
        margin-top: 50px; } }
  .p-3minutes .minutes_column .item .headline {
    color: #275081;
    font-size: 20px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-3minutes .minutes_column .item .headline {
        text-align: left; } }
  .p-3minutes .minutes_column .item .img {
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .p-3minutes .minutes_column .item .img {
        margin-top: 20px; } }
    .p-3minutes .minutes_column .item .img img {
      width: 100%; }
  .p-3minutes .minutes_column .item .text {
    color: #444;
    font-size: 14px;
    margin-top: 35px;
    line-height: 1.8;
    letter-spacing: .1em; }
    @media screen and (max-width: 768px) {
      .p-3minutes .minutes_column .item .text {
        margin-top: 25px;
        text-align: left; } }
  .p-3minutes .minutes_column .item .link {
    margin-top: 70px; }
    .p-3minutes .minutes_column .item .link a {
      background: url(../img/2025_recruit/minutes_btn_bg.png) no-repeat top;
      background-size: cover;
      border-radius: 6px;
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      text-align: right;
      padding: 9px 20px;
      display: inline-block;
      width: 100%; }
      .p-3minutes .minutes_column .item .link a:hover {
        opacity: .8; }
        .p-3minutes .minutes_column .item .link a:hover span::before, .p-3minutes .minutes_column .item .link a:hover span::after {
          right: -3px; }
      .p-3minutes .minutes_column .item .link a span {
        display: inline-block;
        position: relative;
        padding-right: 24px; }
        .p-3minutes .minutes_column .item .link a span::before, .p-3minutes .minutes_column .item .link a span::after {
          content: '';
          position: absolute;
          transition: .4s; }
        .p-3minutes .minutes_column .item .link a span::before {
          right: 0;
          top: 50%;
          margin-top: -0.5px;
          background: #fff;
          height: 1px;
          width: 14px; }
        .p-3minutes .minutes_column .item .link a span::after {
          right: 0;
          top: 50%;
          margin-top: -4.5px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          transform: rotate(45deg);
          height: 9px;
          width: 9px; }
  .p-3minutes .minutes_column .item.js-fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: 1s; }
    .p-3minutes .minutes_column .item.js-fadein.is-active {
      opacity: 1;
      transform: translate(0, 0);
      transition: 1s; }

.p-project .project_inner {
  display: flex;
  align-items: flex-start;
  position: relative; }
  @media screen and (max-width: 768px) {
    .p-project .project_inner {
      flex-wrap: wrap; } }
  .p-project .project_inner .project_fixed {
    flex-shrink: 0;
    padding: 0 40px;
    width: 50vw;
    position: sticky;
    top: 0;
    left: 0; }
    @media screen and (max-width: 768px) {
      .p-project .project_inner .project_fixed {
        padding: 0 5vw;
        position: static;
        width: 100%; } }
    .p-project .project_inner .project_fixed .project_fixed_inner {
      margin-top: 221px; }
      @media screen and (max-width: 1024px) {
        .p-project .project_inner .project_fixed .project_fixed_inner {
          margin-top: 183px; } }
      @media screen and (max-width: 900px) {
        .p-project .project_inner .project_fixed .project_fixed_inner {
          margin-top: 142px; } }
      .p-project .project_inner .project_fixed .project_fixed_inner .mv {
        position: relative;
        display: block;
        width: 100%;
        height: 25.2vw; }
        @media screen and (max-width: 768px) {
          .p-project .project_inner .project_fixed .project_fixed_inner .mv {
            height: 50vw; } }
        .p-project .project_inner .project_fixed .project_fixed_inner .mv video,
        .p-project .project_inner .project_fixed .project_fixed_inner .mv img {
          width: 100%;
          border-radius: 4px; }
        .p-project .project_inner .project_fixed .project_fixed_inner .mv .movie_icon {
          background: url(../img/2025_recruit/project_icon_bg.png) no-repeat center;
          background-size: 120px auto;
          position: absolute;
          border-radius: 50%;
          left: 50%;
          bottom: 0;
          transform: translate(-50%, 50%);
          height: 60px;
          width: 60px;
          cursor: pointer;
          transition: .4s; }
          .p-project .project_inner .project_fixed .project_fixed_inner .mv .movie_icon::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 0 7px 11px;
            border-color: transparent transparent transparent #fff;
            transform: translate(-40%, -50%); }
          .p-project .project_inner .project_fixed .project_fixed_inner .mv .movie_icon:hover {
            opacity: .8; }
        .p-project .project_inner .project_fixed .project_fixed_inner .mv iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .p-project .project_inner .project_fixed .project_fixed_inner .headline {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 16px;
        color: #444;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        margin-top: 62px;
        letter-spacing: 0; }
      .p-project .project_inner .project_fixed .project_fixed_inner .catch {
        font-size: 24px;
        color: #275081;
        text-align: center;
        margin-top: 24px;
        line-height: 1.78; }
        @media screen and (max-width: 768px) {
          .p-project .project_inner .project_fixed .project_fixed_inner .catch {
            font-size: 16px;
            margin-top: 28px; } }
  .p-project .project_inner .project_column {
    border-left: 1px solid #bbb;
    padding: 0 40px;
    width: 50vw;
    margin-top: 221px; }
    @media screen and (max-width: 1024px) {
      .p-project .project_inner .project_column {
        margin-top: 183px; } }
    @media screen and (max-width: 900px) {
      .p-project .project_inner .project_column {
        margin-top: 142px; } }
    @media screen and (max-width: 768px) {
      .p-project .project_inner .project_column {
        border: 0;
        padding: 0 5vw;
        margin-top: 60px;
        max-width: 100%;
        width: 100%; } }
    .p-project .project_inner .project_column .project_column_inner {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      z-index: 100; }
      .p-project .project_inner .project_column .project_column_inner .item {
        display: flex;
        flex-shrink: 0;
        width: 46%;
        position: relative;
        margin-top: 72px; }
        @media screen and (max-width: 768px) {
          .p-project .project_inner .project_column .project_column_inner .item {
            width: 46.65%; } }
        .p-project .project_inner .project_column .project_column_inner .item:nth-child(n + 3) {
          margin-top: 72px; }
          @media screen and (max-width: 768px) {
            .p-project .project_inner .project_column .project_column_inner .item:nth-child(n + 3) {
              margin-top: 70px; } }
        .p-project .project_inner .project_column .project_column_inner .item:nth-child(odd) {
          margin-right: 8%; }
          @media screen and (max-width: 768px) {
            .p-project .project_inner .project_column .project_column_inner .item:nth-child(odd) {
              margin-right: 6.7%; } }
        .p-project .project_inner .project_column .project_column_inner .item a {
          display: flex;
          flex-direction: column;
          padding-bottom: 35px; }
        .p-project .project_inner .project_column .project_column_inner .item .img {
          border-radius: 5px;
          overflow: hidden; }
          .p-project .project_inner .project_column .project_column_inner .item .img img {
            width: 100%; }
        .p-project .project_inner .project_column .project_column_inner .item .tag {
          color: #275081;
          font-size: 12px;
          position: relative;
          padding-left: 15px;
          margin-bottom: 17px; }
          @media screen and (max-width: 768px) {
            .p-project .project_inner .project_column .project_column_inner .item .tag {
              display: none; } }
          .p-project .project_inner .project_column .project_column_inner .item .tag::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(0, -50%);
            background: #74AA9E;
            height: 2px;
            width: 10px; }
        .p-project .project_inner .project_column .project_column_inner .item .pickup {
          font-family: 'Inter', sans-serif;
          font-weight: 400;
          letter-spacing: 2px;
          font-size: 16px;
          color: #E8E8E8;
          font-size: 10px;
          position: absolute;
          background: #74AA9E;
          border-radius: 0 4px 4px 0;
          padding: 4.5px 30px 4.5px 4.5px;
          top: 20px;
          left: -5px;
          width: 100px; }
          .p-project .project_inner .project_column .project_column_inner .item .pickup::before {
            content: '';
            background: url(../img/2025_recruit/icon_pickup.svg) no-repeat center;
            background-size: 100% auto;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translate(0, -50%);
            height: 10px;
            width: 11px; }
        .p-project .project_inner .project_column .project_column_inner .item .title {
          color: #275081;
          display: flex;
          margin-top: 34px;
          min-height: 48px;
          transition: .4s; }
          @media screen and (max-width: 768px) {
            .p-project .project_inner .project_column .project_column_inner .item .title {
              font-size: 14px;
              margin-top: 32px;
              min-height: 42px;
              align-items: center; } }
        .p-project .project_inner .project_column .project_column_inner .item .more {
          font-family: 'Inter', sans-serif;
          font-weight: 400;
          letter-spacing: 2px;
          font-size: 16px;
          color: #275081;
          font-size: 10px;
          padding-bottom: 6px;
          margin-top: 32px;
          letter-spacing: 0;
          transition: .4s;
          position: absolute;
          left: 0;
          bottom: 0; }
          @media screen and (max-width: 768px) {
            .p-project .project_inner .project_column .project_column_inner .item .more {
              margin: 30px 0 0; } }
          .p-project .project_inner .project_column .project_column_inner .item .more span {
            position: relative;
            padding-right: 18px; }
            .p-project .project_inner .project_column .project_column_inner .item .more span::before {
              content: '';
              position: absolute;
              right: 0;
              top: 5px;
              background: #000;
              height: 1px;
              width: 7px;
              transition: .4s; }
            .p-project .project_inner .project_column .project_column_inner .item .more span::after {
              content: '';
              position: absolute;
              right: 0;
              top: 3px;
              border-top: 1px solid #000;
              border-right: 1px solid #000;
              transform: rotate(45deg);
              height: 5px;
              width: 5px;
              transition: .4s; }
        .p-project .project_inner .project_column .project_column_inner .item a:hover img {
          transform: scale(1.08);
          opacity: 1; }
        .p-project .project_inner .project_column .project_column_inner .item a:hover .title,
        .p-project .project_inner .project_column .project_column_inner .item a:hover .more {
          opacity: .7;
          transition: .4s; }
        .p-project .project_inner .project_column .project_column_inner .item a:hover .more span::before, .p-project .project_inner .project_column .project_column_inner .item a:hover .more span::after {
          right: -3px; }
    .p-project .project_inner .project_column.js-fixed.is-active .controls {
      position: fixed;
      top: 230px;
      left: 50%;
      padding: 0 40px;
      transform: translate(calc(-50% - 20px), 0);
      max-width: 1160px;
      width: 100%;
      z-index: 10; }
      @media screen and (max-width: 1200px) {
        .p-project .project_inner .project_column.js-fixed.is-active .controls {
          left: 0;
          padding-right: 80px;
          transform: translate(0, 0);
          width: 100vw; } }
      @media screen and (max-width: 1000px) {
        .p-project .project_inner .project_column.js-fixed.is-active .controls {
          padding: 0 5vw;
          padding-right: calc(5vw + 40px); } }
      @media screen and (max-width: 900px) {
        .p-project .project_inner .project_column.js-fixed.is-active .controls {
          padding: 0 5vw; } }
    .p-project .project_inner .project_column.js-fixed.is-none .controls button {
      transition: .4s;
      opacity: 0; }
    .p-project .project_inner .project_column .controls {
      display: flex;
      /*justify-content: space-between;*/
      width: 100%;
      z-index: 10; }
      @media screen and (min-width: 769px) {
        .p-project .project_inner .project_column .controls {
          flex-wrap: wrap; } }
      @media screen and (max-width: 1024px) {
        .p-project .project_inner .project_column .controls {
          top: 200px; } }
      @media screen and (max-width: 900px) {
        .p-project .project_inner .project_column .controls {
          top: 145px; } }
      @media screen and (max-width: 768px) {
        .p-project .project_inner .project_column .controls {
          overflow: scroll;
          justify-content: flex-start;
          margin-left: 0;
          padding-right: 5vw;
          width: calc(100vw - 5vw); } }
      .p-project .project_inner .project_column .controls .control {
        background: #fff;
        border: 1px solid #bbb;
        border-radius: 10rem;
        color: #275081;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        padding: 5px;
        width: 31.06%;
        margin: 3px 2.06% 8px 0;
        transition: .4s; }
        @media screen and (max-width: 1030px) {
          .p-project .project_inner .project_column .controls .control {
            width: 47.06%; } }
        .p-project .project_inner .project_column .controls .control:hover, .p-project .project_inner .project_column .controls .control.mixitup-control-active {
          background: url(../img/2025_recruit/division_controls_bg.png) no-repeat center;
          background-size: cover;
          border: none;
          color: #fff; }
        @media screen and (max-width: 768px) {
          .p-project .project_inner .project_column .controls .control {
            white-space: nowrap;
            margin-right: 10px;
            padding: 5px 22px;
            width: auto; }
            .p-project .project_inner .project_column .controls .control:last-of-type {
              margin-right: 0; } }

.p-project-detail {
  margin-right: 40px;
  z-index: 0; }
  @media screen and (max-width: 900px) {
    .p-project-detail {
      margin-right: 0; } }
  .p-project-detail::before, .p-project-detail::after {
    content: '';
    position: fixed;
    top: 120px;
    left: 0;
    height: calc(100vh - 120px);
    width: calc(100% - 80px); }
    @media screen and (max-width: 900px) {
      .p-project-detail::before, .p-project-detail::after {
        top: 0;
        height: 100%;
        width: 100%; } }
  .p-project-detail::before {
    background: url(../img/2025_recruit/project_bg_bottom.png) no-repeat top center;
    background-size: cover;
    z-index: -1;
    transition: .8s; }
    @media screen and (max-width: 900px) {
      .p-project-detail::before {
        display: none; } }
  .p-project-detail::after {
    background: url(../img/2025_recruit/project_bg.png) no-repeat top center;
    background-size: cover;
    z-index: -1;
    transition: .8s; }
    @media screen and (max-width: 900px) {
      .p-project-detail::after {
        background-image: url(../img/2025_recruit/project_bg_sp.png); } }
  .p-project-detail.is-active::before {
    opacity: 0;
    transition: .8s; }
  .p-project-detail.is-active.is-none::after {
    opacity: 0;
    transition: .8s; }
  .p-project-detail .project_inner {
    display: flex;
    align-items: flex-start; }
    @media screen and (max-width: 900px) {
      .p-project-detail .project_inner {
        flex-direction: column; } }
    .p-project-detail .project_inner .project_fixed {
      position: sticky;
      top: 102px;
      left: 0;
      width: 200px;
      transform: translate(0, 120px);
      margin-top: -120px; }
      @media screen and (max-width: 1024px) {
        .p-project-detail .project_inner .project_fixed {
          top: 64px; } }
      @media screen and (max-width: 900px) {
        .p-project-detail .project_inner .project_fixed {
          position: static;
          margin-top: 0;
          transform: translate(0);
          width: 100%; } }
      .p-project-detail .project_inner .project_fixed .project_fixed_inner .headline {
        font-size: 30px;
        color: #fff;
        margin-top: 30px;
        letter-spacing: .04em; }
    .p-project-detail .project_inner .project_article {
      border-left: 1px solid #fff;
      padding: 33px 0 40px 40px;
      width: calc(100% - 200px); }
      @media screen and (max-width: 900px) {
        .p-project-detail .project_inner .project_article {
          border: 0;
          padding: 0;
          margin-top: 50px;
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .p-project-detail .project_inner .project_article {
          overflow: hidden; } }
      .p-project-detail .project_inner .project_article .intro_box {
        color: #fff; }
        .p-project-detail .project_inner .project_article .intro_box .headline {
          font-size: 28px;
          min-height: 125px;
          max-width: 496px; }
          @media screen and (max-width: 768px) {
            .p-project-detail .project_inner .project_article .intro_box .headline {
              font-size: 20px;
              min-height: auto;
              max-width: none; } }
        .p-project-detail .project_inner .project_article .intro_box .department {
          font-weight: bold;
          margin-top: 28px; }
          @media screen and (max-width: 768px) {
            .p-project-detail .project_inner .project_article .intro_box .department {
              font-size: 14px; } }
      .p-project-detail .project_inner .project_article .swiper-project_wrap {
        margin-top: 215px; }
        @media screen and (max-width: 768px) {
          .p-project-detail .project_inner .project_article .swiper-project_wrap {
            margin-top: 100px; } }
        .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap {
          position: relative; }
          .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-project1 {
            overflow: hidden; }
          .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-prev,
          .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-next {
            left: -20px;
            border-radius: 50%;
            height: 40px;
            width: 40px;
            transition: .4s;
            mix-blend-mode: difference; }
            @media screen and (max-width: 768px) {
              .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-prev,
              .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-next {
                background: #f0f0f0;
                top: 48%;
                left: -10px;
                height: 60px;
                width: 60px;
                mix-blend-mode: normal; } }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-prev::before, .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-prev::after,
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-next::before,
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-next::after {
              content: '';
              position: absolute; }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-prev::before, .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-prev::after,
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-next::before,
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-next::after {
                  left: 30px; } }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-prev::before,
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-next::before {
              background: #fff;
              height: 1.5px;
              width: 10px; }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-prev::before,
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-next::before {
                  background: #000; } }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-prev::after,
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-next::after {
              border-top: 1.5px solid #fff;
              border-left: 1.5px solid #fff;
              height: 8px;
              width: 8px;
              transform: rotate(-45deg); }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-prev::after,
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-next::after {
                  border-color: #000;
                  height: 8px;
                  width: 8px; } }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-prev:focus,
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-next:focus {
              outline: none; }
          .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-next {
            left: auto;
            right: -20px; }
            @media screen and (max-width: 768px) {
              .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-next {
                background: #f0f0f0;
                right: -10px; } }
            @media screen and (max-width: 768px) {
              .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-next::before, .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-next::after {
                left: auto;
                right: 30px; } }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-button-next::after {
              transform: rotate(135deg); }
          .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-pagination {
            padding: 0 42px; }
            @media screen and (max-width: 768px) {
              .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-pagination {
                padding: 0 20px; } }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-pagination .swiper-pagination-bullet {
              background: #aaa;
              border-radius: 0;
              height: 1px;
              margin: 0 20px 0 0;
              width: calc((100% - 60px) / 4);
              position: relative;
              opacity: 1; }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-pagination .swiper-pagination-bullet {
                  margin-right: 10px;
                  width: calc((100% - 30px) / 4); } }
              .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-pagination .swiper-pagination-bullet::before {
                content: '';
                background: url(../img/2025_recruit/project_bullet.png) center;
                background-size: 100% auto;
                position: absolute;
                top: -1px;
                left: 0;
                height: 3px;
                width: 0;
                transition: 1s; }
              .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-pagination .swiper-pagination-bullet:last-of-type {
                margin-right: 0; }
              .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: #aaa; }
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
                  width: 100%;
                  transition: 6.5s; }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-pagination.-v2 .swiper-pagination-bullet {
              width: calc((100% - 20px) / 2); }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-pagination.-v2 .swiper-pagination-bullet {
                  width: calc((100% - 10px) / 2); } }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-pagination.-v3 .swiper-pagination-bullet {
              width: calc((100% - 40px) / 3); }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-pagination.-v3 .swiper-pagination-bullet {
                  width: calc((100% - 20px) / 3); } }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-pagination.-v5 .swiper-pagination-bullet {
              width: calc((100% - 80px) / 5); }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .swiper-pagination.-v5 .swiper-pagination-bullet {
                  width: calc((100% - 40px) / 5); } }
          .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box {
            background: #f0f0f0;
            padding: 40px 0 58px;
            display: flex;
            margin: 0 42px;
            width: calc(100% - 84px);
            position: relative; }
            @media screen and (max-width: 768px) {
              .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box {
                flex-direction: column;
                padding: 40px 20px;
                margin: 0;
                width: 100%; } }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box::before, .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box::after {
              content: '';
              position: absolute;
              top: 0;
              height: 100%;
              width: 42px; }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box::before, .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box::after {
                  display: none; } }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box::before {
              background: url(../img/2025_recruit/project_profile_box_left.png) no-repeat center;
              background-size: 42px auto;
              border-radius: 4px 0 0 0;
              left: -42px; }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box::after {
              background: url(../img/2025_recruit/project_profile_box_right.png) no-repeat center;
              background-size: 42px auto;
              border-radius: 0 4px 0 0;
              right: -42px; }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box .img {
              background: #fff;
              width: 50.35%; }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box .img {
                  width: 100%; } }
              .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box .img img {
                object-fit: cover;
                height: 100%;
                width: 100%; }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box .detail {
              background: #E7ECF5;
              display: flex;
              flex-direction: column;
              padding: 28px 38px 34px 34px;
              width: 49.65%; }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box .detail {
                  padding: 34px 18px 18px 18px;
                  width: 100%; } }
              .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box .detail .name {
                font-size: 20px;
                color: #275081; }
                @media screen and (max-width: 768px) {
                  .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box .detail .name {
                    font-size: 18px; } }
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box .detail .name span {
                  font-family: 'Inter', sans-serif;
                  font-weight: 400;
                  letter-spacing: 2px;
                  font-size: 16px;
                  font-size: 10px;
                  font-weight: 300;
                  display: block;
                  color: #000;
                  margin-top: 10px;
                  letter-spacing: 0; }
                  @media screen and (max-width: 768px) {
                    .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box .detail .name span {
                      margin-top: 6px; } }
              .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box .detail .career {
                font-size: 12px;
                padding-top: 30px;
                margin-top: auto; }
                @media screen and (max-width: 768px) {
                  .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box .detail .career {
                    padding-top: 35px; } }
                .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box .detail .career li {
                  position: relative;
                  padding-left: 14px;
                  margin-top: 4px; }
                  .p-project-detail .project_inner .project_article .swiper-project_wrap .profile_box_wrap .profile_box .detail .career li::before {
                    content: '';
                    background: #275081;
                    position: absolute;
                    left: 0;
                    top: 9px;
                    height: 1px;
                    width: 5px; }
        .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap {
          background: #f0f0f0;
          overflow: hidden; }
          .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box {
            padding: 0 42px 80px;
            margin-top: 52px; }
            @media screen and (max-width: 768px) {
              .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box {
                padding: 0 20px 25px;
                margin-top: 96px; } }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_title {
              font-family: 'Inter', sans-serif;
              font-weight: 400;
              letter-spacing: 2px;
              font-size: 16px;
              color: #275081;
              font-size: 24px;
              font-weight: 300;
              text-align: center;
              line-height: 1.8; }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_title {
                  font-size: 20px; } }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_btn {
              font-family: 'Inter', sans-serif;
              font-weight: 400;
              letter-spacing: 2px;
              font-size: 16px;
              background: url(../img/2025_recruit/project_detail_btn_bg.png) no-repeat center;
              background-size: cover;
              border-radius: 4px;
              color: #fff;
              font-size: 12px;
              font-weight: 500;
              text-align: center;
              padding: 11px 10px;
              letter-spacing: 0;
              margin-top: 75px;
              position: relative;
              transition: .4s; }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_btn {
                  margin-top: 52px; } }
              .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_btn::before, .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_btn::after {
                content: '';
                border-radius: 50%;
                position: absolute;
                top: 50%;
                transform: translate(0, -50%); }
              .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_btn::before {
                background: rgba(255, 255, 255, 0.2);
                right: 10px;
                height: 12px;
                width: 12px; }
              .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_btn::after {
                background: #fff;
                right: 14px;
                height: 4px;
                width: 4px; }
              .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_btn:hover {
                cursor: pointer;
                opacity: .7; }
              .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_btn.is-open {
                background: #fff;
                color: #222;
                transition: .4s; }
                .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_btn.is-open::before {
                  background: rgba(39, 80, 129, 0.2); }
                .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_btn.is-open::after {
                  background: #275081; }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .title {
              font-family: 'Inter', sans-serif;
              font-weight: 400;
              letter-spacing: 2px;
              font-size: 16px;
              color: #275081;
              font-size: 20px;
              font-weight: 300;
              text-align: center;
              margin-top: 70px;
              line-height: 1.8; }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .title {
                  font-size: 18px;
                  text-align: left;
                  margin-top: 62px;
                  line-height: 1.5; } }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .text {
              margin-top: 60px;
              letter-spacing: .062em;
              line-height: 1.8; }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .text {
                  margin-top: 42px; } }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .img {
              text-align: center;
              margin-top: 75px; }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .img {
                  margin-top: 55px; }
                  .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .img.sm_sp {
                    padding: 0 20px; } }
              .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .img + .text {
                margin-top: 68px; }
                @media screen and (max-width: 768px) {
                  .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .img + .text {
                    margin-top: 100px; } }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .img_ba {
              margin-top: 75px;
              display: flex;
              justify-content: space-between; }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .img_ba {
                  flex-direction: column;
                  padding: 0 20px; } }
              .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .img_ba li {
                width: 47.553%; }
                @media screen and (max-width: 768px) {
                  .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .img_ba li {
                    width: 100%; }
                    .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .img_ba li:not(:first-of-type) {
                      margin-top: 20px; } }
                .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .img_ba li p {
                  font-family: 'Inter', sans-serif;
                  font-weight: 400;
                  letter-spacing: 2px;
                  font-size: 16px;
                  font-size: 12px;
                  font-weight: 500;
                  text-align: center;
                  padding: 11px 5px;
                  letter-spacing: 0; }
                  .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .img_ba li p.before {
                    background: #D9D9D9;
                    color: #222; }
                  .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .img_ba li p.after {
                    background: #04316A;
                    color: #fff; }
                .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .img_ba li img {
                  width: 100%; }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .att {
              margin-top: -45px;
              letter-spacing: .062em;
              line-height: 2; }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .att {
                  margin-top: 30px; } }
            .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_open {
              display: none; }
              @media screen and (max-width: 768px) {
                .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_open {
                  margin-top: 120px; } }
              .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_open .text {
                line-height: 2; }
                @media screen and (max-width: 768px) {
                  .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_open .text {
                    margin-top: 50px; } }
              .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_open &gt; *:last-of-type {
                margin-bottom: 80px; }
                @media screen and (max-width: 768px) {
                  .p-project-detail .project_inner .project_article .swiper-project_wrap .summery_box_wrap .summery_box .summery_open &gt; *:last-of-type {
                    margin-bottom: 0; } }
      .p-project-detail .project_inner .project_article .related_box {
        margin-top: 72px; }
        .p-project-detail .project_inner .project_article .related_box .related_title {
          color: #275081;
          font-size: 24px;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .p-project-detail .project_inner .project_article .related_box .related_title {
              font-size: 20px; } }
        .p-project-detail .project_inner .project_article .related_box .related_acolumn {
          display: flex;
          justify-content: space-between;
          margin-top: 74px; }
          @media screen and (max-width: 768px) {
            .p-project-detail .project_inner .project_article .related_box .related_acolumn {
              flex-direction: column; } }
          .p-project-detail .project_inner .project_article .related_box .related_acolumn .item {
            width: 47.56%; }
            @media screen and (max-width: 768px) {
              .p-project-detail .project_inner .project_article .related_box .related_acolumn .item {
                width: 100%; }
                .p-project-detail .project_inner .project_article .related_box .related_acolumn .item:not(:first-of-type) {
                  margin-top: 80px; } }
            .p-project-detail .project_inner .project_article .related_box .related_acolumn .item a {
              background: #E7ECF5;
              display: inline-block; }
              .p-project-detail .project_inner .project_article .related_box .related_acolumn .item a:hover .textbox {
                opacity: .7;
                transition: .4s; }
                .p-project-detail .project_inner .project_article .related_box .related_acolumn .item a:hover .textbox .more span::before, .p-project-detail .project_inner .project_article .related_box .related_acolumn .item a:hover .textbox .more span::after {
                  right: -3px;
                  transition: .4s; }
              .p-project-detail .project_inner .project_article .related_box .related_acolumn .item a:hover img {
                transform: scale(1.08);
                opacity: 1; }
              .p-project-detail .project_inner .project_article .related_box .related_acolumn .item a .img {
                overflow: hidden; }
                .p-project-detail .project_inner .project_article .related_box .related_acolumn .item a .img img {
                  width: 100%; }
              .p-project-detail .project_inner .project_article .related_box .related_acolumn .item a .textbox {
                padding: 55px 40px 36px;
                transition: .4s; }
                @media screen and (max-width: 768px) {
                  .p-project-detail .project_inner .project_article .related_box .related_acolumn .item a .textbox {
                    padding: 38px 20px 18px; } }
                .p-project-detail .project_inner .project_article .related_box .related_acolumn .item a .textbox .title {
                  color: #1B2F54;
                  line-height: 1.6; }
                .p-project-detail .project_inner .project_article .related_box .related_acolumn .item a .textbox .more {
                  font-family: 'Inter', sans-serif;
                  font-weight: 400;
                  letter-spacing: 2px;
                  font-size: 16px;
                  color: #275081;
                  font-size: 10px;
                  width: 100%;
                  position: relative;
                  margin-top: 50px;
                  letter-spacing: 0; }
                  @media screen and (max-width: 768px) {
                    .p-project-detail .project_inner .project_article .related_box .related_acolumn .item a .textbox .more {
                      margin-top: 28px; } }
                  .p-project-detail .project_inner .project_article .related_box .related_acolumn .item a .textbox .more span {
                    display: inline-block;
                    position: relative;
                    padding-right: 20px; }
                    .p-project-detail .project_inner .project_article .related_box .related_acolumn .item a .textbox .more span::before {
                      content: '';
                      position: absolute;
                      right: 0;
                      top: 7px;
                      background: #000;
                      height: 1px;
                      width: 8px;
                      transition: .4s; }
                    .p-project-detail .project_inner .project_article .related_box .related_acolumn .item a .textbox .more span::after {
                      content: '';
                      position: absolute;
                      right: 0;
                      top: 4.5px;
                      border-top: 1px solid #000;
                      border-right: 1px solid #000;
                      transform: rotate(45deg);
                      height: 6px;
                      width: 6px;
                      transition: .4s; }

.p-project-detail::after {
  background: url(../img/2025_recruit/project_bg.png) no-repeat top left;
  background-size: cover;
  z-index: -2; }
.p-project-detail.-v-01::before {
  background-image: url(../img/2025_recruit/project_article1_bg.png); }
@media screen and (max-width: 900px) {
  .p-project-detail.-v-01::after {
    background-image: url(../img/2025_recruit/project_article1_bg_sp.png); } }
.p-project-detail.-v-02::before {
  background-image: url(../img/2025_recruit/project_article2_bg.png); }
@media screen and (max-width: 900px) {
  .p-project-detail.-v-02::after {
    background-image: url(../img/2025_recruit/project_article2_bg_sp.png); } }
.p-project-detail.-v-03::before {
  background-image: url(../img/2025_recruit/project_article3_bg.png); }
@media screen and (max-width: 900px) {
  .p-project-detail.-v-03::after {
    background-image: url(../img/2025_recruit/project_article3_bg_sp.png); } }
.p-project-detail.-v-04::before {
  background-image: url(../img/2025_recruit/project_article4_bg.png); }
@media screen and (max-width: 900px) {
  .p-project-detail.-v-04::after {
    background-image: url(../img/2025_recruit/project_article4_bg_sp.png); } }
.p-project-detail.-v-05::before {
  background-image: url(../img/2025_recruit/project_article5_bg.png); }
@media screen and (max-width: 900px) {
  .p-project-detail.-v-05::after {
    background-image: url(../img/2025_recruit/project_article5_bg_sp.png); } }
.p-project-detail.-v-06::before {
  background-image: url(../img/2025_recruit/project_article6_bg.png); }
@media screen and (max-width: 900px) {
  .p-project-detail.-v-06::after {
    background-image: url(../img/2025_recruit/project_article6_bg_sp.png); } }
.p-project-detail.-v-07::before {
  background-image: url(../img/2025_recruit/project_article7_bg.png); }
@media screen and (max-width: 900px) {
  .p-project-detail.-v-07::after {
    background-image: url(../img/2025_recruit/project_article7_bg_sp.png); } }
.p-project-detail.-v-08::before {
  background-image: url(../img/2025_recruit/project_article8_bg.png); }
@media screen and (max-width: 900px) {
  .p-project-detail.-v-08::after {
    background-image: url(../img/2025_recruit/project_article8_bg_sp.png); } }
.p-project-detail.-v-09::before {
  background-image: url(../img/2025_recruit/project_article9_bg.png); }
@media screen and (max-width: 900px) {
  .p-project-detail.-v-09::after {
    background-image: url(../img/2025_recruit/project_article9_bg_sp.png); } }
.p-project-detail.-v-10::before {
  background-image: url(../img/2025_recruit/project_article10_bg.png); }
@media screen and (max-width: 900px) {
  .p-project-detail.-v-10::after {
    background-image: url(../img/2025_recruit/project_article10_bg_sp.png); } }
.p-project-detail.-v-11::before {
  background-image: url(../img/2025_recruit/project_article11_bg.png); }
@media screen and (max-width: 900px) {
  .p-project-detail.-v-11::after {
    background-image: url(../img/2025_recruit/project_article11_bg_sp.png); } }
.p-project-detail.-v-12::before {
  background-image: url(../img/2025_recruit/project_article12_bg.png); }
@media screen and (max-width: 900px) {
  .p-project-detail.-v-12::after {
    background-image: url(../img/2025_recruit/project_article12_bg_sp.png); } }

.type {
  display: flex;
  flex-direction: column; }
  .type .more {
    position: static !important; }
  .type iframe {
    width: 100%;
    aspect-ratio: 16 / 9; }
    @media screen and (max-width: 1800px) {
      .type iframe {
        height: 636px; } }
    @media screen and (max-width: 1600px) {
      .type iframe {
        height: 552px; } }
    @media screen and (max-width: 1400px) {
      .type iframe {
        height: 471px; } }
    @media screen and (max-width: 1200px) {
      .type iframe {
        height: 390px; } }
    @media screen and (max-width: 1024px) {
      .type iframe {
        height: 320px; } }
    @media screen and (max-width: 900px) {
      .type iframe {
        height: 300px; } }
    @media screen and (max-width: 768px) {
      .type iframe {
        height: 572px; } }
    @media screen and (max-width: 600px) {
      .type iframe {
        height: 440px; } }
    @media screen and (max-width: 500px) {
      .type iframe {
        height: 369px; } }
    @media screen and (max-width: 400px) {
      .type iframe {
        height: 296px; } }
  .type .youtube {
    margin-bottom: 35px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: .4s; }
    .type .youtube:hover {
      opacity: .8; }
    @media screen and (max-width: 768px) {
      .type .youtube {
        margin-bottom: 0; } }

.p-project .container {
  overflow: hidden;
  column-count: 2;
  column-gap: 8%; }
  @media screen and (max-width: 768px) {
    .p-project .container {
      column-gap: 6%; } }
  .p-project .container .mix {
    max-width: 440px;
    margin-top: 60px !important; }
    @media screen and (max-width: 768px) {
      .p-project .container .mix {
        margin-top: 55px !important; } }
    .p-project .container .mix:nth-child(odd) {
      margin-right: 0 !important; }
      @media screen and (max-width: 768px) {
        .p-project .container .mix:nth-child(odd) {
          margin-right: 0 !important; } }

.p-person {
  margin-top: 170px;
  overflow: hidden;
  letter-spacing: .1em; }
  @media screen and (max-width: 768px) {
    .p-person {
      margin-top: 124px; } }
  .p-person .img_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px; }
    @media screen and (max-width: 768px) {
      .p-person .img_list {
        margin-top: 78px; } }
    .p-person .img_list li {
      border-radius: 6px;
      overflow: hidden;
      position: relative;
      width: 47.5%; }
      @media screen and (max-width: 768px) {
        .p-person .img_list li {
          width: 100%; }
          .p-person .img_list li:nth-child(n + 2) {
            margin-top: 20px; } }
      .p-person .img_list li:nth-child(odd) {
        margin-right: 5%; }
        @media screen and (max-width: 768px) {
          .p-person .img_list li:nth-child(odd) {
            margin-right: 0; } }
      .p-person .img_list li img {
        width: 100%; }
      .p-person .img_list li .catch {
        color: #fff;
        font-size: 24px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0;
        position: absolute;
        top: 0;
        left: 0;
        inset: 0;
        z-index: 10; }
        @media screen and (max-width: 768px) {
          .p-person .img_list li .catch {
            font-size: 20px; } }
      .p-person .img_list li .circle {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
        mix-blend-mode: multiply;
        opacity: .4; }
        .p-person .img_list li .circle.circle1 {
          top: 0;
          left: 0;
          animation: wobbling_x 7s ease-in-out infinite alternate,wobbling_y 6s ease-in-out infinite alternate; }
        .p-person .img_list li .circle.circle2 {
          bottom: 0;
          right: 0;
          animation: wobbling_x2 6.5s ease-in-out infinite alternate,wobbling_y2 6.2s ease-in-out infinite alternate; }
@keyframes wobbling_x {
  0% {
    left: -15px; }
  40% {
    left: 25px; }
  100% {
    left: 0; } }
@keyframes wobbling_y {
  0% {
    top: -25px; }
  60% {
    top: 18px; }
  100% {
    top: 0; } }
@keyframes wobbling_x2 {
  0% {
    right: -12px; }
  50% {
    right: 22px; }
  100% {
    right: 0; } }
@keyframes wobbling_y2 {
  0% {
    bottom: 25px; }
  40% {
    bottom: -18px; }
  100% {
    bottom: 0; } }
  .p-person .text {
    color: #444;
    margin-top: 78px;
    line-height: 2; }

.p-training .p-training-section {
  background: #E7ECF5;
  border-radius: 20px;
  padding: 32px 40px 40px;
  margin-top: 62px; }
  @media screen and (max-width: 768px) {
    .p-training .p-training-section {
      margin-top: 80px; } }
  .p-training .p-training-section:first-of-type {
    margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .p-training .p-training-section {
      padding: 35px 20px 20px; } }
  .p-training .p-training-section .headline {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-training .p-training-section .headline {
        text-align: left; } }
  .p-training .p-training-section .text {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: .05em; }
    @media screen and (max-width: 768px) {
      .p-training .p-training-section .text {
        margin-top: 15px;
        text-align: left; } }
  .p-training .p-training-section .img {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .p-training .p-training-section .img {
        margin-top: 35px; } }
    .p-training .p-training-section .img img {
      width: 100%; }

.p-workandlife .workandlife_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .p-workandlife .workandlife_column {
      flex-direction: column; } }
  .p-workandlife .workandlife_column .item {
    margin-top: 85px;
    width: 47.5%; }
    @media screen and (max-width: 768px) {
      .p-workandlife .workandlife_column .item {
        margin-top: 115px;
        width: 100%; }
        .p-workandlife .workandlife_column .item:first-of-type {
          margin-top: 75px; } }
    .p-workandlife .workandlife_column .item .topbox {
      background: #E7ECF5;
      border-radius: 4px;
      padding: 20px 15px 38px; }
      @media screen and (max-width: 768px) {
        .p-workandlife .workandlife_column .item .topbox {
          padding: 20px 20px 38px; } }
      .p-workandlife .workandlife_column .item .topbox .headline {
        color: #202C51;
        font-size: 14px;
        text-align: center; }
      .p-workandlife .workandlife_column .item .topbox .icon {
        text-align: center;
        position: relative;
        margin-top: 20px;
        padding: 40px 0;
        z-index: 0; }
        @media screen and (max-width: 768px) {
          .p-workandlife .workandlife_column .item .topbox .icon {
            padding: 35px 0 40px; } }
        .p-workandlife .workandlife_column .item .topbox .icon::before {
          content: '';
          background: linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
          opacity: 0.6;
          position: absolute;
          left: 0;
          top: 0;
          height: 110px;
          width: 100%;
          z-index: -1; }
    .p-workandlife .workandlife_column .item .num {
      color: #275081;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      margin-top: -60px;
      line-height: 1; }
      .p-workandlife .workandlife_column .item .num .counter {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 16px;
        font-weight: 200;
        font-size: 120px;
        letter-spacing: -0.02em;
        margin-right: 5px;
        white-space: nowrap; }
    .p-workandlife .workandlife_column .item .text {
      font-size: 14px;
      margin-top: 20px;
      line-height: 1.8;
      letter-spacing: .1em; }
      @media screen and (max-width: 768px) {
        .p-workandlife .workandlife_column .item .text {
          margin-top: 18px; } }

.p-message .message_inner {
  display: flex;
  padding-right: 40px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .p-message .message_inner {
      flex-direction: column;
      padding-right: 0; } }
  .p-message .message_inner .message_img {
    background: #cfdfdf;
    position: sticky;
    top: 221px;
    left: 0;
    height: calc(100dvh - 221px);
    height: calc(100vh - 221px);
    width: calc(50vw - 20px);
    z-index: -1; }
    @media screen and (max-width: 1025px) {
      .p-message .message_inner .message_img {
        top: 183px;
        height: calc(100dvh - 183px);
        height: calc(100vh - 183px); } }
    @media screen and (max-width: 900px) {
      .p-message .message_inner .message_img {
        top: 131px;
        height: calc(100dvh - 131px);
        height: calc(100vh - 131px); } }
    @media screen and (max-width: 768px) {
      .p-message .message_inner .message_img {
        height: calc(100vw + 30px);
        top: 0;
        width: 100%; } }
    .p-message .message_inner .message_img .message_img_inner {
      margin-top: 221px;
      height: calc(100% - 221px);
      width: 100%; }
      @media screen and (max-width: 768px) {
        .p-message .message_inner .message_img .message_img_inner {
          margin-top: 0;
          height: calc(100vw + 80px); } }
      .p-message .message_inner .message_img .message_img_inner .img {
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: 1s; }
        @media screen and (max-width: 768px) {
          .p-message .message_inner .message_img .message_img_inner .img {
            transition: .4s; } }
        .p-message .message_inner .message_img .message_img_inner .img img {
          position: absolute;
          left: 0;
          top: 0;
          object-fit: cover;
          height: 100%;
          width: 100%; }
        .p-message .message_inner .message_img .message_img_inner .img.is-active01 {
          opacity: 1;
          transition: 2s; }
          @media screen and (max-width: 768px) {
            .p-message .message_inner .message_img .message_img_inner .img.is-active01 {
              transition: .4s; } }
        .p-message .message_inner .message_img .message_img_inner .img.is-active02 {
          opacity: 0;
          transition: 1s; }
          @media screen and (max-width: 768px) {
            .p-message .message_inner .message_img .message_img_inner .img.is-active02 {
              transition: .4s; } }
        .p-message .message_inner .message_img .message_img_inner .img.is-active {
          opacity: 1; }
  .p-message .message_inner .message_article {
    background: #F0F0F0;
    margin-top: 221px;
    width: calc(50vw - 20px); }
    @media screen and (max-width: 1025px) {
      .p-message .message_inner .message_article {
        margin-top: 183px; } }
    @media screen and (max-width: 900px) {
      .p-message .message_inner .message_article {
        margin-top: 131px; } }
    @media screen and (max-width: 768px) {
      .p-message .message_inner .message_article {
        margin-top: 0;
        margin-bottom: 100vw;
        width: 100%;
        z-index: 1; } }
    .p-message .message_inner .message_article .fixed_box {
      background: url(../img/2025_recruit/message_bg.png) no-repeat top right;
      background-size: 100% auto;
      height: calc(100dvh - 221px);
      height: calc(100vh - 261px);
      width: 100%;
      position: sticky;
      top: 221px;
      left: 0; }
      @media screen and (max-width: 1025px) {
        .p-message .message_inner .message_article .fixed_box {
          height: calc(100dvh - 183px);
          height: calc(100vh - 183px);
          top: 183px; } }
      @media screen and (max-width: 768px) {
        .p-message .message_inner .message_article .fixed_box {
          position: static;
          height: auto; } }
      .p-message .message_inner .message_article .fixed_box .fixed_box_inner {
        padding: 76px 38px;
        height: 100%;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .p-message .message_inner .message_article .fixed_box .fixed_box_inner {
            padding: 20px 20px 18px 20px; } }
        .p-message .message_inner .message_article .fixed_box .fixed_box_inner .headline {
          color: #222;
          font-size: 14px; }
          @media screen and (max-width: 768px) {
            .p-message .message_inner .message_article .fixed_box .fixed_box_inner .headline {
              font-size: 10px; } }
        .p-message .message_inner .message_article .fixed_box .fixed_box_inner .intro {
          color: #275081;
          font-size: 24px;
          margin-top: 30px; }
          @media screen and (max-width: 768px) {
            .p-message .message_inner .message_article .fixed_box .fixed_box_inner .intro {
              font-size: 18px;
              margin-top: 40px; } }
        .p-message .message_inner .message_article .fixed_box .fixed_box_inner .name_box_topmessage {
          margin-top: 35px; }
          @media screen and (max-width: 768px) {
            .p-message .message_inner .message_article .fixed_box .fixed_box_inner .name_box_topmessage {
              margin-top: 40px; } }
          .p-message .message_inner .message_article .fixed_box .fixed_box_inner .name_box_topmessage .position {
            font-size: 14px; }
            @media screen and (max-width: 768px) {
              .p-message .message_inner .message_article .fixed_box .fixed_box_inner .name_box_topmessage .position {
                font-size: 10px; } }
          .p-message .message_inner .message_article .fixed_box .fixed_box_inner .name_box_topmessage .name {
            font-size: 14px;
            color: #275081; }
            @media screen and (max-width: 768px) {
              .p-message .message_inner .message_article .fixed_box .fixed_box_inner .name_box_topmessage .name {
                margin-top: 2px;
                font-size: 14px; } }
        .p-message .message_inner .message_article .fixed_box .fixed_box_inner .name_box_list {
          margin-top: 30px; }
          @media screen and (max-width: 768px) {
            .p-message .message_inner .message_article .fixed_box .fixed_box_inner .name_box_list {
              margin-top: 40px; } }
          .p-message .message_inner .message_article .fixed_box .fixed_box_inner .name_box_list ul li {
            font-size: 14px;
            font-weight: 300;
            line-height: 1.52;
            letter-spacing: 1px; }
            @media screen and (max-width: 768px) {
              .p-message .message_inner .message_article .fixed_box .fixed_box_inner .name_box_list ul li {
                font-size: 12px; } }
            .p-message .message_inner .message_article .fixed_box .fixed_box_inner .name_box_list ul li .name {
              color: #275081; }
        .p-message .message_inner .message_article .fixed_box .fixed_box_inner .scroll {
          font-family: 'Inter', sans-serif;
          font-weight: 400;
          letter-spacing: 2px;
          font-size: 16px;
          color: #444;
          font-size: 12px;
          position: absolute;
          left: 38px;
          bottom: 38px; }
          @media screen and (max-width: 768px) {
            .p-message .message_inner .message_article .fixed_box .fixed_box_inner .scroll {
              font-size: 10px;
              color: #fff;
              top: 100vw;
              bottom: auto;
              left: 20px; } }
    .p-message .message_inner .message_article .interview_box {
      background: #fff;
      padding: 42px 40px 120px;
      margin-right: 40px;
      margin-bottom: 40px;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .p-message .message_inner .message_article .interview_box {
          padding: 55px 20px 125px; } }
      .p-message .message_inner .message_article .interview_box .item:not(:first-of-type) {
        margin-top: 104px; }
        @media screen and (max-width: 768px) {
          .p-message .message_inner .message_article .interview_box .item:not(:first-of-type) {
            margin-top: 115px; } }
      .p-message .message_inner .message_article .interview_box .item .headline {
        color: #275081;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.8;
        letter-spacing: .1em; }
        @media screen and (max-width: 768px) {
          .p-message .message_inner .message_article .interview_box .item .headline {
            font-size: 18px;
            line-height: 1.5; } }
      .p-message .message_inner .message_article .interview_box .item .text {
        flood-color: #444;
        font-size: 16px;
        line-height: 1.8;
        margin-top: 45px;
        letter-spacing: .08em; }
        @media screen and (max-width: 768px) {
          .p-message .message_inner .message_article .interview_box .item .text {
            margin-top: 50px; } }
        .p-message .message_inner .message_article .interview_box .item .text .marker {
          background: linear-gradient(transparent 0%, rgba(134, 211, 255, 0.3) 0%);
          padding: 1px 5px;
          background-repeat: no-repeat;
          /* マーカーの横方向を0にして縮める */
          background-size: 0% 100%;
          /* マーカーが引かれる速度を指定 */
          transition: background-size 1.5s; }
          .p-message .message_inner .message_article .interview_box .item .text .marker.on {
            background-size: 100% 100%; }
.p-message .related_box {
  margin-top: 72px; }
  .p-message .related_box .related_title {
    color: #275081;
    font-size: 24px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-message .related_box .related_title {
        font-size: 20px; } }
  .p-message .related_box .related_acolumn {
    display: flex;
    justify-content: space-between;
    margin-top: 74px; }
    @media screen and (max-width: 768px) {
      .p-message .related_box .related_acolumn {
        flex-direction: column; } }
    .p-message .related_box .related_acolumn .item {
      display: flex;
      width: 47.56%; }
      @media screen and (max-width: 768px) {
        .p-message .related_box .related_acolumn .item {
          width: 100%; }
          .p-message .related_box .related_acolumn .item:not(:first-of-type) {
            margin-top: 80px; } }
      .p-message .related_box .related_acolumn .item a {
        background: #E7ECF5;
        display: inline-block;
        position: relative; }
        .p-message .related_box .related_acolumn .item a:hover .textbox {
          opacity: .7;
          transition: .4s; }
          .p-message .related_box .related_acolumn .item a:hover .textbox .more span::before, .p-message .related_box .related_acolumn .item a:hover .textbox .more span::after {
            right: -3px;
            transition: .4s; }
        .p-message .related_box .related_acolumn .item a:hover img {
          transform: scale(1.08);
          opacity: 1; }
        .p-message .related_box .related_acolumn .item a .img {
          overflow: hidden; }
          .p-message .related_box .related_acolumn .item a .img img {
            width: 100%; }
        .p-message .related_box .related_acolumn .item a .textbox {
          padding: 55px 40px 86px;
          transition: .4s; }
          @media screen and (max-width: 768px) {
            .p-message .related_box .related_acolumn .item a .textbox {
              padding: 38px 20px 18px; } }
          .p-message .related_box .related_acolumn .item a .textbox .title {
            color: #1B2F54;
            min-height: 51.19px;
            line-height: 1.6; }
            @media screen and (max-width: 768px) {
              .p-message .related_box .related_acolumn .item a .textbox .title {
                min-height: auto; } }
          .p-message .related_box .related_acolumn .item a .textbox .more {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            letter-spacing: 2px;
            font-size: 16px;
            color: #275081;
            font-size: 10px;
            width: 100%;
            position: relative;
            letter-spacing: 0;
            position: absolute;
            left: 40px;
            bottom: 36px; }
            @media screen and (max-width: 768px) {
              .p-message .related_box .related_acolumn .item a .textbox .more {
                position: static;
                margin-top: 28px; } }
            .p-message .related_box .related_acolumn .item a .textbox .more span {
              display: inline-block;
              position: relative;
              padding-right: 20px; }
              .p-message .related_box .related_acolumn .item a .textbox .more span::before {
                content: '';
                position: absolute;
                right: 0;
                top: 7px;
                background: #000;
                height: 1px;
                width: 8px;
                transition: .4s; }
              .p-message .related_box .related_acolumn .item a .textbox .more span::after {
                content: '';
                position: absolute;
                right: 0;
                top: 4.5px;
                border-top: 1px solid #000;
                border-right: 1px solid #000;
                transform: rotate(45deg);
                height: 6px;
                width: 6px;
                transition: .4s; }

.p-numbers .numbers_column {
  margin-top: 140px; }
  @media screen and (max-width: 768px) {
    .p-numbers .numbers_column {
      margin-top: 130px;
      margin-left: -20px;
      width: 100vw; } }
  .p-numbers .numbers_column .item:not(:first-of-type) {
    margin-top: 74px; }
    @media screen and (max-width: 768px) {
      .p-numbers .numbers_column .item:not(:first-of-type) {
        margin-top: 150px; } }
  .p-numbers .numbers_column .item .headline {
    color: #275081;
    font-size: 24px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-numbers .numbers_column .item .headline {
        font-size: 20px; } }
  .p-numbers .numbers_column .item .catch {
    color: #444;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: .08em; }
    @media screen and (max-width: 768px) {
      .p-numbers .numbers_column .item .catch {
        font-size: 12px; } }
  .p-numbers .numbers_column .item .num {
    color: #275081;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding: 40px 0 70px 20px;
    line-height: 1;
    margin-top: 25px;
    position: relative;
    z-index: 0; }
    @media screen and (max-width: 768px) {
      .p-numbers .numbers_column .item .num {
        margin-top: 20px;
        padding: 45px 0 70px; } }
    .p-numbers .numbers_column .item .num::before {
      content: '';
      background: url(../img/2025_recruit/numbers_img01.png) no-repeat center;
      background-size: 720px auto;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .p-numbers .numbers_column .item .num::before {
          transform: scale(-1, 1); } }
    .p-numbers .numbers_column .item .num .counter {
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      letter-spacing: 2px;
      font-size: 16px;
      font-size: 100px;
      font-weight: 200;
      letter-spacing: -0.05em;
      margin-right: 7px; }
    .p-numbers .numbers_column .item .num .no {
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      letter-spacing: 2px;
      font-size: 16px;
      font-size: 100px;
      font-weight: 200;
      letter-spacing: -0.05em; }
  .p-numbers .numbers_column .item .text {
    font-size: 14px;
    text-align: center;
    padding: 0 40px;
    margin-top: 32px;
    line-height: 1.9; }
    @media screen and (max-width: 768px) {
      .p-numbers .numbers_column .item .text {
        text-align: left;
        padding: 0 30px;
        margin-top: 10px;
        line-height: 1.8; } }
  .p-numbers .numbers_column .item.item2 .num::before {
    background: url(../img/2025_recruit/numbers_img02.png) no-repeat center;
    background-size: 720px auto; }
  .p-numbers .numbers_column .item.item3 .num {
    padding: 50px 0 60px 20px;
    margin-top: 10px; }
    .p-numbers .numbers_column .item.item3 .num::before {
      background: url(../img/2025_recruit/numbers_img03.png) no-repeat top center;
      background-size: 720px auto; }
  .p-numbers .numbers_column .item.item4 .num {
    padding-bottom: 60px; }
    .p-numbers .numbers_column .item.item4 .num::before {
      background: url(../img/2025_recruit/numbers_img04.png) no-repeat top 12px center;
      background-size: 720px auto; }
      @media screen and (max-width: 768px) {
        .p-numbers .numbers_column .item.item4 .num::before {
          background-position: top 12px left -110px; } }
  .p-numbers .numbers_column .item.item5 .num {
    padding-bottom: 65px; }
    @media screen and (max-width: 768px) {
      .p-numbers .numbers_column .item.item5 .num {
        padding-bottom: 72px; } }
    .p-numbers .numbers_column .item.item5 .num::before {
      background: url(../img/2025_recruit/numbers_img05.png) no-repeat top 15px center;
      background-size: 720px auto; }
      @media screen and (max-width: 768px) {
        .p-numbers .numbers_column .item.item5 .num::before {
          background-position: top 15px right -75px; } }

.p-recruit .c-intro a {
  text-decoration: underline; }
  .p-recruit .c-intro a:hover {
    text-decoration: none; }
.p-recruit .p-recruit-flow {
  background: rgba(231, 236, 245, 0.5);
  border-radius: 20px;
  margin-top: 80px; }
  .p-recruit .p-recruit-flow .headline {
    display: flex;
    align-items: center;
    padding: 34px 40px 38px; }
    @media screen and (max-width: 768px) {
      .p-recruit .p-recruit-flow .headline {
        padding: 28px 20px 28px 20px;
        flex-direction: column;
        justify-content: center; } }
    .p-recruit .p-recruit-flow .headline .att {
      color: #275081;
      font-size: 12px;
      margin-left: 24px; }
      @media screen and (max-width: 768px) {
        .p-recruit .p-recruit-flow .headline .att {
          font-size: 10px;
          margin-left: 0;
          margin-top: 5px; } }
  .p-recruit .p-recruit-flow .flow_list {
    border-top: 5px solid #fff;
    padding: 10px 0;
    counter-reset: number 0; }
    @media screen and (max-width: 768px) {
      .p-recruit .p-recruit-flow .flow_list {
        border-width: 4px;
        padding: 0; } }
    .p-recruit .p-recruit-flow .flow_list .item {
      border-top: 5px solid #fff;
      position: relative;
      padding-left: 110px; }
      @media screen and (max-width: 768px) {
        .p-recruit .p-recruit-flow .flow_list .item {
          border-width: 4px;
          padding: 48px 10px 0; } }
      .p-recruit .p-recruit-flow .flow_list .item:first-of-type {
        border: 0; }
        .p-recruit .p-recruit-flow .flow_list .item:first-of-type::before {
          padding-top: 18px; }
          @media screen and (max-width: 768px) {
            .p-recruit .p-recruit-flow .flow_list .item:first-of-type::before {
              padding-top: 0; } }
        .p-recruit .p-recruit-flow .flow_list .item:first-of-type .textbox {
          min-height: 90px;
          padding-top: 20px; }
          @media screen and (max-width: 768px) {
            .p-recruit .p-recruit-flow .flow_list .item:first-of-type .textbox {
              min-height: auto;
              padding-top: 0; } }
      .p-recruit .p-recruit-flow .flow_list .item:last-of-type::after {
        display: none; }
      .p-recruit .p-recruit-flow .flow_list .item::before {
        counter-increment: number 1;
        content: counter(number);
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 16px;
        font-size: 18px;
        font-weight: 300;
        color: #275081;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 110px; }
        @media screen and (max-width: 768px) {
          .p-recruit .p-recruit-flow .flow_list .item::before {
            font-size: 16px;
            top: 25px;
            height: auto;
            width: 100%; } }
      .p-recruit .p-recruit-flow .flow_list .item .textbox {
        display: flex;
        align-items: center;
        position: relative;
        padding: 10px 30px;
        min-height: 80px;
        z-index: 0; }
        @media screen and (max-width: 768px) {
          .p-recruit .p-recruit-flow .flow_list .item .textbox {
            flex-direction: column;
            min-height: auto;
            padding: 0;
            margin-top: 10px; } }
        .p-recruit .p-recruit-flow .flow_list .item .textbox::before {
          content: '';
          position: absolute;
          inset: 0;
          background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 103.25%);
          opacity: 0.6;
          width: 57%;
          z-index: -1; }
          @media screen and (max-width: 768px) {
            .p-recruit .p-recruit-flow .flow_list .item .textbox::before {
              background: linear-gradient(183.24deg, #FFFFFF 2.66%, rgba(255, 255, 255, 0) 91.61%);
              width: 100%; } }
        .p-recruit .p-recruit-flow .flow_list .item .textbox .title {
          flex-shrink: 0;
          font-size: 20px;
          width: 235px; }
          @media screen and (max-width: 768px) {
            .p-recruit .p-recruit-flow .flow_list .item .textbox .title {
              border-bottom: 2px solid #E7ECF5;
              font-size: 16px;
              text-align: center;
              padding: 8px 10px;
              width: 100%; } }
        .p-recruit .p-recruit-flow .flow_list .item .textbox ul {
          font-size: 14px; }
          @media screen and (max-width: 768px) {
            .p-recruit .p-recruit-flow .flow_list .item .textbox ul {
              font-size: 12px;
              padding: 0 10px;
              min-height: 80px;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              width: 100%; } }
          .p-recruit .p-recruit-flow .flow_list .item .textbox ul li {
            padding-left: 25px;
            position: relative; }
            @media screen and (max-width: 768px) {
              .p-recruit .p-recruit-flow .flow_list .item .textbox ul li {
                padding: 0;
                text-align: center; } }
            .p-recruit .p-recruit-flow .flow_list .item .textbox ul li::before {
              content: '';
              background: #ccc;
              position: absolute;
              left: 0;
              top: 10px;
              height: 1px;
              width: 10px; }
              @media screen and (max-width: 768px) {
                .p-recruit .p-recruit-flow .flow_list .item .textbox ul li::before {
                  display: none; } }
.p-recruit .p-recruit-closing {
  background: rgba(231, 236, 245, 0.5);
  border-radius: 20px;
  padding: 34px 40px 38px;
  margin-top: 85px; }
  @media screen and (max-width: 768px) {
    .p-recruit .p-recruit-closing {
      padding: 28px 20px 40px;
      margin-top: 82px; } }
  .p-recruit .p-recruit-closing .headline {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .p-recruit .p-recruit-closing .headline {
        flex-direction: column;
        justify-content: center; } }
    .p-recruit .p-recruit-closing .headline .att {
      color: #275081;
      font-size: 12px;
      margin-left: 24px; }
      @media screen and (max-width: 768px) {
        .p-recruit .p-recruit-closing .headline .att {
          font-size: 10px;
          margin-left: 0;
          margin-top: 5px; } }
  .p-recruit .p-recruit-closing .closing_list {
    margin-top: 34px; }
    @media screen and (max-width: 768px) {
      .p-recruit .p-recruit-closing .closing_list {
        margin-top: 28px; } }
    .p-recruit .p-recruit-closing .closing_list dl {
      background: #fff;
      display: flex;
      align-items: center;
      padding: 19px 0; }
      @media screen and (max-width: 768px) {
        .p-recruit .p-recruit-closing .closing_list dl {
          flex-direction: column;
          padding: 0 10px; } }
      .p-recruit .p-recruit-closing .closing_list dl:not(:first-of-type) {
        margin-top: 5px; }
      .p-recruit .p-recruit-closing .closing_list dl dt {
        flex-shrink: 0;
        color: #275081;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        width: 150px; }
        @media screen and (max-width: 768px) {
          .p-recruit .p-recruit-closing .closing_list dl dt {
            padding: 14px 10px 10px;
            width: 100%; } }
      .p-recruit .p-recruit-closing .closing_list dl dd {
        border-left: 1px solid #D9D9D9;
        color: #444;
        font-size: 14px;
        padding-left: 38px; }
        @media screen and (max-width: 768px) {
          .p-recruit .p-recruit-closing .closing_list dl dd {
            border-left: 0;
            border-top: 1px solid #D9D9D9;
            font-size: 12px;
            padding: 18px 10px;
            text-align: center;
            width: 100%; } }
        @media screen and (max-width: 768px) {
          .p-recruit .p-recruit-closing .closing_list dl dd ul li:not(:first-of-type) {
            margin-top: 10px; } }
.p-recruit .p-recruit-requirements {
  background: rgba(231, 236, 245, 0.5);
  border-radius: 20px;
  padding: 38px 40px 38px;
  margin-top: 85px; }
  @media screen and (max-width: 768px) {
    .p-recruit .p-recruit-requirements {
      padding: 24px 20px 40px;
      margin-top: 82px; } }
  .p-recruit .p-recruit-requirements .headline {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .p-recruit .p-recruit-requirements .headline {
        flex-direction: column;
        justify-content: center; } }
    .p-recruit .p-recruit-requirements .headline .att {
      color: #275081;
      font-size: 12px;
      margin-left: 24px; }
      @media screen and (max-width: 768px) {
        .p-recruit .p-recruit-requirements .headline .att {
          font-size: 10px;
          margin-left: 0;
          margin-top: 5px; } }
  .p-recruit .p-recruit-requirements .requirements_list {
    margin-top: 34px; }
    @media screen and (max-width: 768px) {
      .p-recruit .p-recruit-requirements .requirements_list {
        margin-top: 22px; } }
    .p-recruit .p-recruit-requirements .requirements_list dl {
      border-top: 1px solid #bbb;
      display: flex; }
      @media screen and (max-width: 768px) {
        .p-recruit .p-recruit-requirements .requirements_list dl {
          flex-direction: column; } }
      .p-recruit .p-recruit-requirements .requirements_list dl:not(:first-of-type) {
        margin-top: 38px; }
      .p-recruit .p-recruit-requirements .requirements_list dl dt {
        color: #275081;
        font-size: 14px;
        font-weight: 300;
        flex-shrink: 0;
        padding: 32px 0 0;
        width: 152px; }
        @media screen and (max-width: 768px) {
          .p-recruit .p-recruit-requirements .requirements_list dl dt {
            padding-top: 35px;
            width: 100%; } }
      .p-recruit .p-recruit-requirements .requirements_list dl dd {
        border-left: 1px solid #bbb;
        color: #444;
        font-size: 14px;
        padding: 30px 0 0 30px;
        line-height: 1.8;
        letter-spacing: .056em;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .p-recruit .p-recruit-requirements .requirements_list dl dd {
            border: 0;
            padding: 0;
            line-height: 1.4;
            margin-top: 32px; } }
        .p-recruit .p-recruit-requirements .requirements_list dl dd a {
          color: #275081;
          text-decoration: underline; }

.p-faq {
  margin-top: 170px; }
  @media screen and (max-width: 768px) {
    .p-faq {
      margin-top: 124px; } }
  .p-faq .faq_box {
    background: #E7ECF5;
    border-radius: 20px;
    margin-top: 80px;
    padding: 34px 40px; }
    @media screen and (max-width: 768px) {
      .p-faq .faq_box {
        padding: 28px 20px 58px 20px; } }
    .p-faq .faq_box .faq_list {
      margin-top: 36px; }
      @media screen and (max-width: 768px) {
        .p-faq .faq_box .faq_list {
          margin-top: 28px; } }
      .p-faq .faq_box .faq_list dl {
        border-top: 1px solid #bbb;
        color: #444;
        font-size: 14px; }
        .p-faq .faq_box .faq_list dl:last-of-type {
          border-bottom: 1px solid #bbb; }
        .p-faq .faq_box .faq_list dl dt {
          font-weight: 300;
          padding: 10px 40px 10px 0;
          position: relative;
          transition: .4s; }
          @media screen and (max-width: 768px) {
            .p-faq .faq_box .faq_list dl dt {
              padding: 15px 40px 15px 0; } }
          .p-faq .faq_box .faq_list dl dt::before {
            content: '';
            position: absolute;
            right: 2px;
            top: 20px;
            background: #72757a;
            height: 1px;
            width: 8px;
            transition: .4s; }
            @media screen and (max-width: 768px) {
              .p-faq .faq_box .faq_list dl dt::before {
                top: 26px; } }
          .p-faq .faq_box .faq_list dl dt::after {
            content: '';
            position: absolute;
            right: 2px;
            top: 16.5px;
            border-top: 1px solid #72757a;
            border-right: 1px solid #72757a;
            transform: rotate(45deg);
            height: 8px;
            width: 8px;
            transition: .4s; }
            @media screen and (max-width: 768px) {
              .p-faq .faq_box .faq_list dl dt::after {
                top: 22.5px; } }
          .p-faq .faq_box .faq_list dl dt.is-active::before {
            right: 4px;
            transform: rotate(90deg); }
          .p-faq .faq_box .faq_list dl dt.is-active::after {
            right: 4px;
            transform: rotate(135deg); }
          .p-faq .faq_box .faq_list dl dt:hover {
            cursor: pointer;
            opacity: .6; }
        .p-faq .faq_box .faq_list dl dd {
          display: none;
          padding: 20px 0 40px;
          letter-spacing: .175em; }
          @media screen and (max-width: 768px) {
            .p-faq .faq_box .faq_list dl dd {
              padding: 20px 40px 40px 0;
              line-height: 1.4; } }
          .p-faq .faq_box .faq_list dl dd a {
            text-decoration: underline;
            transition: .4s; }
            .p-faq .faq_box .faq_list dl dd a:hover {
              opacity: .7;
              text-decoration: none; }
          .p-faq .faq_box .faq_list dl dd .c-btn01 {
            margin-top: 32px; }
            @media screen and (max-width: 768px) {
              .p-faq .faq_box .faq_list dl dd .c-btn01 {
                margin-top: 38px; } }

.p-video {
  padding: 0 40px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .p-video {
      flex-direction: column;
      padding: 0 20px; } }
  .p-video .p-video_inner {
    min-height: 450px;
    height: calc(100vh - 160px);
    padding: 33px 42px 50px 42px;
    width: calc(100% - 200px);
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 5; }
    @media screen and (max-width: 768px) {
      .p-video .p-video_inner {
        display: block;
        border-radius: 0;
        text-align: center;
        padding: 0;
        min-height: auto;
        width: 100%; } }
    .p-video .p-video_inner::before {
      content: '';
      border-radius: 6px 0 0 6px;
      background: url(../img/2025_recruit/video_bg.png) no-repeat center;
      background-size: cover;
      position: absolute;
      inset: 0;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .p-video .p-video_inner::before {
          border-radius: 0;
          height: 101vw;
          max-height: 394px; } }
    @media screen and (max-width: 768px) {
      .p-video .p-video_inner .play_btn {
        position: relative;
        transform: translate(0, -50%); } }
    .p-video .p-video_inner .play_btn .text {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(250%, -50%);
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      letter-spacing: 2px;
      font-size: 16px;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        .p-video .p-video_inner .play_btn .text {
          color: #fff;
          top: -30px;
          left: 0;
          transform: translate(0, 0); } }
    .p-video .p-video_inner .play_btn .btn {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(50%, -50%);
      background: url(../img/2025_recruit/people_icon_bg.png) no-repeat center;
      background-size: 80px auto;
      border-radius: 50%;
      height: 80px;
      width: 80px;
      cursor: pointer;
      transition: .4s; }
      @media screen and (max-width: 768px) {
        .p-video .p-video_inner .play_btn .btn {
          position: static;
          transform: translate(0, 0);
          margin: 0 auto; } }
      .p-video .p-video_inner .play_btn .btn::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -6px;
        margin-left: -3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 12px;
        border-color: transparent transparent transparent #fff; }
      .p-video .p-video_inner .play_btn .btn:hover {
        opacity: .8; }
      .p-video .p-video_inner .play_btn .btn a {
        display: flex;
        width: 100%;
        height: 100%; }
    .p-video .p-video_inner .headline {
      color: #fff;
      font-size: 40px;
      font-weight: 300;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .p-video .p-video_inner .headline {
          font-size: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 101vw;
          max-height: 394px;
          margin-bottom: 0;
          padding-bottom: 10px; } }
    .p-video .p-video_inner .catch {
      color: #fff;
      font-size: 16px;
      font-weight: 300;
      line-height: 2.22;
      margin-top: auto; }
      @media screen and (max-width: 768px) {
        .p-video .p-video_inner .catch {
          font-size: 12px;
          color: #444;
          line-height: 2; } }
    .p-video .p-video_inner .video {
      position: absolute;
      inset: 0;
      z-index: -10; }
      @media screen and (max-width: 768px) {
        .p-video .p-video_inner .video {
          height: 101vw;
          max-height: 394px; } }
      .p-video .p-video_inner .video img,
      .p-video .p-video_inner .video video {
        object-fit: cover;
        height: 100%;
        width: 100%; }
  .p-video .modal_box {
    background: #fff url(../img/2025_recruit/video_bg.png) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 120px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vdh;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: .6s; }
    @media screen and (max-width: 768px) {
      .p-video .modal_box {
        padding: 40px 20px; } }
    .p-video .modal_box.is-open {
      opacity: 1;
      visibility: visible;
      transition: .6s; }
    .p-video .modal_box .modal_box_inner {
      margin: 0 auto;
      max-width: 800px;
      width: 70vw;
      position: relative; }
      @media screen and (max-width: 768px) {
        .p-video .modal_box .modal_box_inner {
          position: static;
          width: 100%; } }
      .p-video .modal_box .modal_box_inner .close_btn {
        position: absolute;
        right: -138px;
        top: 50%;
        transform: translate(0, -50%);
        background: url(../img/2025_recruit/people_icon_bg.png) no-repeat center;
        background-size: 80px auto;
        border-radius: 50%;
        height: 80px;
        width: 80px;
        cursor: pointer;
        transition: .4s; }
        @media screen and (max-width: 900px) {
          .p-video .modal_box .modal_box_inner .close_btn {
            right: -110px; } }
        @media screen and (max-width: 768px) {
          .p-video .modal_box .modal_box_inner .close_btn {
            top: 20px;
            right: 20px;
            transform: translate(0, 0);
            height: 40px;
            width: 40px; } }
        .p-video .modal_box .modal_box_inner .close_btn:hover {
          opacity: .8; }
        .p-video .modal_box .modal_box_inner .close_btn::before, .p-video .modal_box .modal_box_inner .close_btn::after {
          content: '';
          position: absolute;
          background: #fff;
          top: 50%;
          left: 50%;
          margin-top: -12px;
          margin-left: -1px;
          height: 24px;
          width: 2px;
          transform: rotate(45deg); }
          @media screen and (max-width: 768px) {
            .p-video .modal_box .modal_box_inner .close_btn::before, .p-video .modal_box .modal_box_inner .close_btn::after {
              margin-top: -8px;
              margin-left: -0.5px;
              height: 16px;
              width: 1px; } }
        .p-video .modal_box .modal_box_inner .close_btn::after {
          transform: rotate(-45deg); }

.modal-wrap {
  background: #fff url(../img/2025_recruit/video_bg.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 120px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vdh;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: .6s; }
  @media screen and (max-width: 768px) {
    .modal-wrap {
      padding: 40px 0px; } }

.modal-wrap.shown {
  opacity: 1;
  visibility: visible; }

.modal-panel {
  width: calc(100% - 40px);
  max-width: 800px;
  position: relative; }

.modal-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.modal-frame iframe {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.modal-close {
  position: absolute;
  right: -138px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../img/2025_recruit/people_icon_bg.png) no-repeat center;
  background-size: 80px auto;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  cursor: pointer;
  transition: .4s; }
  @media screen and (max-width: 900px) {
    .modal-close {
      right: -110px; } }
  @media screen and (max-width: 768px) {
    .modal-close {
      top: 20px;
      right: 20px;
      transform: translate(0, 0);
      height: 40px;
      width: 40px;
      position: fixed; } }
  .modal-close:hover {
    opacity: .8; }
  .modal-close::before, .modal-close::after {
    content: '';
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -1px;
    height: 24px;
    width: 2px;
    transform: rotate(45deg); }
    @media screen and (max-width: 768px) {
      .modal-close::before, .modal-close::after {
        margin-top: -8px;
        margin-left: -0.5px;
        height: 16px;
        width: 1px; } }
  .modal-close::after {
    transform: rotate(-45deg); }

body.temp_page {
  padding: 0; }
  body.temp_page header img {
    width: 100%; }
  body.temp_page footer img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    body.temp_page .yselect {
      padding: 0 5vw; } }
  body.temp_page .yselect .yselect_list {
    padding-top: 100px;
    height: calc( 100vh - 100px );
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      body.temp_page .yselect .yselect_list {
        height: auto;
        padding: 15vw 0; } }
    body.temp_page .yselect .yselect_list ul {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        body.temp_page .yselect .yselect_list ul {
          flex-wrap: wrap; } }
      body.temp_page .yselect .yselect_list ul li {
        width: 30%;
        margin: 0 3%; }
        @media screen and (max-width: 768px) {
          body.temp_page .yselect .yselect_list ul li {
            width: 100%;
            margin: 0; }
            body.temp_page .yselect .yselect_list ul li:last-child {
              margin-top: 14vw; } }
        body.temp_page .yselect .yselect_list ul li .img {
          overflow: hidden;
          border-radius: .5vw;
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
          @media screen and (max-width: 768px) {
            body.temp_page .yselect .yselect_list ul li .img {
              border-radius: 1.5vw; } }
        body.temp_page .yselect .yselect_list ul li .txt {
          padding-top: 2vw; }
          @media screen and (max-width: 768px) {
            body.temp_page .yselect .yselect_list ul li .txt {
              padding-top: 8.5vw; } }
          body.temp_page .yselect .yselect_list ul li .txt p {
            color: #1E487B;
            font-weight: 400;
            text-align: center;
            font-size: 1.3vw;
            border-top: 1px solid #275081;
            display: block;
            width: 16vw;
            margin: 0 auto;
            padding-top: 1.5vw; }
            @media screen and (max-width: 768px) {
              body.temp_page .yselect .yselect_list ul li .txt p {
                font-size: 3.2vw;
                width: 40vw;
                padding-top: 4.5vw; } }

.p-3minutes .mv {
  position: relative;
  display: block;
  height: 450px;
  width: 100%;
  margin-bottom: 60px;
  margin-top: 40px; }
  @media screen and (max-width: 800px) {
    .p-3minutes .mv {
      height: 50.6vw; } }
  .p-3minutes .mv video,
  .p-3minutes .mv img {
    width: 100%;
    border-radius: 4px; }
  .p-3minutes .mv .movie_icon {
    background: url(../img/2025_recruit/project_icon_bg.png) no-repeat center;
    background-size: 120px auto;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    cursor: pointer;
    transition: .4s; }
    .p-3minutes .mv .movie_icon::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 11px;
      border-color: transparent transparent transparent #fff;
      transform: translate(-40%, -50%); }
    .p-3minutes .mv .movie_icon:hover {
      opacity: .8; }
  .p-3minutes .mv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.p-3minutes .minutes_column .item {
  background: rgba(231, 236, 245, 0.5);
  border-radius: 20px;
  padding: 34px 40px 40px;
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .p-3minutes .minutes_column .item {
      padding: 22px 15px 40px; } }
  .p-3minutes .minutes_column .item:first-of-type {
    margin-top: 38px; }
    @media screen and (max-width: 768px) {
      .p-3minutes .minutes_column .item:first-of-type {
        margin-top: 50px; } }
  .p-3minutes .minutes_column .item .headline {
    color: #275081;
    font-size: 20px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-3minutes .minutes_column .item .headline {
        text-align: left; } }
  .p-3minutes .minutes_column .item .img {
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .p-3minutes .minutes_column .item .img {
        margin-top: 20px; } }
    .p-3minutes .minutes_column .item .img img {
      width: 100%; }
  .p-3minutes .minutes_column .item .text {
    color: #444;
    font-size: 14px;
    margin-top: 35px;
    line-height: 1.8;
    letter-spacing: .1em; }
    @media screen and (max-width: 768px) {
      .p-3minutes .minutes_column .item .text {
        margin-top: 25px;
        text-align: left; } }
  .p-3minutes .minutes_column .item .link {
    margin-top: 70px; }
    .p-3minutes .minutes_column .item .link a {
      background: url(../img/2025_recruit/minutes_btn_bg.png) no-repeat top;
      background-size: cover;
      border-radius: 6px;
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      text-align: right;
      padding: 9px 20px;
      display: inline-block;
      width: 100%; }
      .p-3minutes .minutes_column .item .link a:hover {
        opacity: .8; }
        .p-3minutes .minutes_column .item .link a:hover span::before, .p-3minutes .minutes_column .item .link a:hover span::after {
          right: -3px; }
      .p-3minutes .minutes_column .item .link a span {
        display: inline-block;
        position: relative;
        padding-right: 24px; }
        .p-3minutes .minutes_column .item .link a span::before, .p-3minutes .minutes_column .item .link a span::after {
          content: '';
          position: absolute;
          transition: .4s; }
        .p-3minutes .minutes_column .item .link a span::before {
          right: 0;
          top: 50%;
          margin-top: -0.5px;
          background: #fff;
          height: 1px;
          width: 14px; }
        .p-3minutes .minutes_column .item .link a span::after {
          right: 0;
          top: 50%;
          margin-top: -4.5px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          transform: rotate(45deg);
          height: 9px;
          width: 9px; }
  .p-3minutes .minutes_column .item.js-fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: 1s; }
    .p-3minutes .minutes_column .item.js-fadein.is-active {
      opacity: 1;
      transform: translate(0, 0);
      transition: 1s; }

.p-careerpath .careerpath_column .item {
  background: rgba(231, 236, 245, 0.5);
  border-radius: 20px;
  padding: 36px 40px 40px;
  margin-top: 120px; }
  @media screen and (max-width: 768px) {
    .p-careerpath .careerpath_column .item {
      margin-top: 80px;
      padding: 36px 20px 20px; } }
  .p-careerpath .careerpath_column .item:first-of-type {
    margin-top: 72px; }
    @media screen and (max-width: 768px) {
      .p-careerpath .careerpath_column .item:first-of-type {
        margin-top: 50px; } }
  .p-careerpath .careerpath_column .item .headline {
    color: #275081;
    font-size: 20px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-careerpath .careerpath_column .item .headline {
        text-align: left;
        line-height: 1.5; } }
  .p-careerpath .careerpath_column .item .img {
    margin-top: 30px;
    position: relative;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      .p-careerpath .careerpath_column .item .img {
        margin-top: 40px; } }
    .p-careerpath .careerpath_column .item .img &gt; div {
      position: absolute;
      left: 0;
      top: 0;
      transition: .5s;
      opacity: 0; }
      .p-careerpath .careerpath_column .item .img &gt; div.type01, .p-careerpath .careerpath_column .item .img &gt; div.career01 {
        position: static;
        opacity: 1; }
    .p-careerpath .careerpath_column .item .img .img_caution {
      text-align: center;
      padding: 0 0 15px;
      font-size: 12px;
      font-weight: 400;
      color: #202C51; }
  .p-careerpath .careerpath_column .item .text {
    font-size: 14px;
    margin: 35px 0 20px;
    letter-spacing: .08em;
    line-height: 1.8; }
    @media screen and (max-width: 768px) {
      .p-careerpath .careerpath_column .item .text {
        line-height: 1.5; } }
  .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div {
    opacity: 1; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.type02 {
      transition-delay: .6s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.type03 {
      transition-delay: .9s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.type04 {
      transition-delay: .3s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.type05 {
      transition-delay: .5s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.type06 {
      transition-delay: .7s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.type07 {
      transition-delay: .2s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.type08 {
      transition-delay: .4s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.type09 {
      transition-delay: .8s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.type10 {
      transition-delay: 1s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.type11 {
      transition-delay: .1s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.career02 {
      transition-delay: .2s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.career03 {
      transition-delay: .4s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.career04 {
      transition-delay: .6s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.career05 {
      transition-delay: .8s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.career06 {
      transition-delay: 1s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.career07 {
      transition-delay: 1.2s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.career08 {
      transition-delay: 1.4s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.career09 {
      transition-delay: 1.6s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.career10 {
      transition-delay: 1.8s; }
    .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.career10 {
      width: 100%; }
      .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.career10 .arrow01 {
        animation-name: career_arrow01_anime;
        animation-timing-function: ease;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        position: absolute;
        top: 155px;
        left: 50%;
        margin-left: -9px;
        display: block;
        width: 18px; }
        @media screen and (max-width: 1000px) {
          .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.career10 .arrow01 {
            top: 16vw; } }
        @media screen and (max-width: 768px) {
          .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.career10 .arrow01 {
            top: 30vw;
            width: 2vw;
            animation-name: career_arrow01_anime_sp; } }
      .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.career10 .arrow02 {
        animation-name: career_arrow02_anime;
        animation-timing-function: ease;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        position: absolute;
        top: 185px;
        left: 50%;
        margin-left: -9px;
        display: block;
        width: 18px;
        transform: rotate(180deg); }
        @media screen and (max-width: 1000px) {
          .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.career10 .arrow02 {
            top: 20vw; } }
        @media screen and (max-width: 768px) {
          .p-careerpath .careerpath_column .item.js-fadein.is-active .img &gt; div.career10 .arrow02 {
            top: 38vw;
            width: 2vw;
            animation-name: career_arrow02_anime_sp; } }
@keyframes career_arrow01_anime {
  0% {
    opacity: 0;
    margin-left: -14px; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 1px; } }
@keyframes career_arrow02_anime {
  0% {
    opacity: 0;
    margin-left: 1px; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -14px; } }
@keyframes career_arrow01_anime_sp {
  0% {
    opacity: 0;
    margin-left: 4vw; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 4.6vw; } }
@keyframes career_arrow02_anime_sp {
  0% {
    opacity: 0;
    margin-left: 4.6vw; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 4vw; } }
.p-careerpath .related_box {
  margin-top: 72px; }
  .p-careerpath .related_box .related_title {
    color: #275081;
    font-size: 24px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-careerpath .related_box .related_title {
        font-size: 20px; } }
  .p-careerpath .related_box .related_acolumn {
    display: flex;
    justify-content: space-between;
    margin-top: 74px; }
    @media screen and (max-width: 768px) {
      .p-careerpath .related_box .related_acolumn {
        flex-direction: column; } }
    .p-careerpath .related_box .related_acolumn .item {
      width: 47.56%; }
      @media screen and (max-width: 768px) {
        .p-careerpath .related_box .related_acolumn .item {
          width: 100%; }
          .p-careerpath .related_box .related_acolumn .item:not(:first-of-type) {
            margin-top: 80px; } }
      .p-careerpath .related_box .related_acolumn .item a {
        background: #E7ECF5;
        display: inline-block; }
        .p-careerpath .related_box .related_acolumn .item a:hover .textbox {
          opacity: .7;
          transition: .4s; }
          .p-careerpath .related_box .related_acolumn .item a:hover .textbox .more span::before, .p-careerpath .related_box .related_acolumn .item a:hover .textbox .more span::after {
            right: -3px;
            transition: .4s; }
        .p-careerpath .related_box .related_acolumn .item a:hover img {
          transform: scale(1.08);
          opacity: 1; }
        .p-careerpath .related_box .related_acolumn .item a .img {
          overflow: hidden; }
          .p-careerpath .related_box .related_acolumn .item a .img img {
            width: 100%; }
        .p-careerpath .related_box .related_acolumn .item a .textbox {
          padding: 55px 40px 36px;
          transition: .4s; }
          @media screen and (max-width: 768px) {
            .p-careerpath .related_box .related_acolumn .item a .textbox {
              padding: 38px 20px 18px; } }
          .p-careerpath .related_box .related_acolumn .item a .textbox .title {
            color: #1B2F54;
            line-height: 1.6; }
          .p-careerpath .related_box .related_acolumn .item a .textbox .more {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            letter-spacing: 2px;
            font-size: 16px;
            color: #275081;
            font-size: 10px;
            width: 100%;
            position: relative;
            margin-top: 50px;
            letter-spacing: 0; }
            @media screen and (max-width: 768px) {
              .p-careerpath .related_box .related_acolumn .item a .textbox .more {
                margin-top: 28px; } }
            .p-careerpath .related_box .related_acolumn .item a .textbox .more span {
              display: inline-block;
              position: relative;
              padding-right: 20px; }
              .p-careerpath .related_box .related_acolumn .item a .textbox .more span::before {
                content: '';
                position: absolute;
                right: 0;
                top: 7px;
                background: #000;
                height: 1px;
                width: 8px;
                transition: .4s; }
              .p-careerpath .related_box .related_acolumn .item a .textbox .more span::after {
                content: '';
                position: absolute;
                right: 0;
                top: 4.5px;
                border-top: 1px solid #000;
                border-right: 1px solid #000;
                transform: rotate(45deg);
                height: 6px;
                width: 6px;
                transition: .4s; }

.p-division .division_column .item {
  background: #E7ECF5;
  border-radius: 20px;
  padding: 40px 40px 40px;
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .p-division .division_column .item {
      margin-top: 36px;
      padding: 40px 15px 15px; } }
  .p-division .division_column .item .headline {
    color: #275081;
    font-size: 20px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-division .division_column .item .headline {
        text-align: left; } }
  .p-division .division_column .item .text {
    color: #222;
    font-size: 12px;
    margin-top: 40px;
    line-height: 1.5;
    letter-spacing: .1em; }
    @media screen and (max-width: 768px) {
      .p-division .division_column .item .text {
        text-align: left; } }
  .p-division .division_column .item .img {
    margin-top: 40px;
    position: relative; }
    .p-division .division_column .item .img img {
      width: 100%; }
    .p-division .division_column .item .img &gt; div:not(.img01) {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      transition: .5s; }
  .p-division .division_column .item.js-fadein.is-active .img &gt; div {
    opacity: 1; }
    .p-division .division_column .item.js-fadein.is-active .img &gt; div.img02 {
      transition-delay: .3s; }
    .p-division .division_column .item.js-fadein.is-active .img &gt; div.img03 {
      transition-delay: .6s; }
    .p-division .division_column .item.js-fadein.is-active .img &gt; div.img04 {
      transition-delay: .9s; }
.p-division .division_column .half {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 75px; }
  @media screen and (max-width: 768px) {
    .p-division .division_column .half {
      flex-wrap: -webkit-wrap;
      flex-wrap: wrap; } }
.p-division .division_column .half_item {
  width: 48.75%; }
  @media screen and (max-width: 768px) {
    .p-division .division_column .half_item {
      width: 100%;
      height: auto;
      margin-bottom: 30px; } }
  .p-division .division_column .half_item .ttl_green {
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: url(../img/2025_recruit/division_img06.png) no-repeat center center;
    background-size: cover;
    height: 79px;
    padding-top: 26px;
    letter-spacing: 0.038em; }
  .p-division .division_column .half_item .ttl_blue {
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: url(../img/2025_recruit/division_img07.png) no-repeat center center;
    background-size: cover;
    height: 79px;
    padding-top: 26px;
    letter-spacing: 0.038em; }
  .p-division .division_column .half_item h3 {
    font-size: 14px;
    color: #275081;
    text-align: center; }
  .p-division .division_column .half_item .box01 {
    height: 173px;
    margin-top: 6px;
    padding: 30px 20px;
    background: #e9f2f3; }
    @media screen and (max-width: 768px) {
      .p-division .division_column .half_item .box01 {
        height: auto; } }
    .p-division .division_column .half_item .box01 .text {
      margin-top: 20px;
      font-size: 14px;
      color: #222222;
      letter-spacing: 0.038em;
      line-height: 1.71; }
  .p-division .division_column .half_item .box02 {
    height: 173px;
    margin-top: 6px;
    background: #e7ecf5;
    padding: 30px 20px; }
    @media screen and (max-width: 768px) {
      .p-division .division_column .half_item .box02 {
        height: auto; } }
    .p-division .division_column .half_item .box02 .text {
      margin-top: 20px;
      font-size: 14px;
      color: #222222;
      letter-spacing: 0.038em;
      line-height: 1.71; }
.p-division .tab-switch {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  gap: 0 5px; }
  .p-division .tab-switch label {
    width: 265px;
    flex: 1 1 auto;
    /* タブが均等に幅をとるが、幅を超えると折り返す */
    order: -1;
    /* 上部に表示する */
    position: relative;
    /* 絶対位置指定用の基準 */
    padding: 15px 0;
    /* 上下左右の内側余白 */
    background: url(../img/2025_recruit/division_img12.png?date=250306) no-repeat center center;
    background-size: cover;
    height: 67px;
    line-height: 1.2;
    font-size: 16px;
    color: #fff;
    /* 文字色 */
    text-align: center;
    /* 文字を中央揃え */
    cursor: pointer;
    /* ポインターを指アイコンに変更 */
    transition: .3s all;
    /*変化を滑らかに*/ }
    .p-division .tab-switch label:hover {
      background: #e7ecf5;
      /* ホバー/選択時の背景色 */
      color: #547b95;
      /* ホバー/選択時の文字色 */
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
    .p-division .tab-switch label:has(:checked) {
      background: #e7ecf5;
      /* ホバー/選択時の背景色 */
      color: #547b95;
      /* ホバー/選択時の文字色 */
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
    .p-division .tab-switch label:has(:checked) + div {
      display: block;
      /* 選択されたタブに対応するコンテンツを表示 */
      width: 100%;
      background: #E7ECF5;
      padding: 65px 45px 40px;
      height: 745px; }
      @media screen and (max-width: 768px) {
        .p-division .tab-switch label:has(:checked) + div {
          padding: 40px 20px;
          height: auto; } }
    .p-division .tab-switch label span {
      font-size: 12px;
      letter-spacing: 0.038em; }
  .p-division .tab-switch input {
    display: none;
    /* 見た目に表示されないようにする */ }
  .p-division .tab-switch div {
    display: none;
    width: 100%; }
  .p-division .tab-switch .headline {
    color: #275081;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.038em; }
    @media screen and (max-width: 768px) {
      .p-division .tab-switch .headline {
        font-size: 30px; } }
    .p-division .tab-switch .headline span {
      color: #222;
      font-size: 14px;
      letter-spacing: 0.038em;
      line-height: 1.71; }
  .p-division .tab-switch h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.038em;
    line-height: 1.71; }
  .p-division .tab-switch .text {
    text-align: center;
    font-size: 14px;
    margin: 45px 100px;
    letter-spacing: 0.038em;
    line-height: 1.71; }
    @media screen and (max-width: 768px) {
      .p-division .tab-switch .text {
        margin: 20px 0; } }
  .p-division .tab-switch .picture {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
.p-division .sort_wrap {
  margin-top: 80px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .p-division .sort_wrap {
      margin-top: 118px; } }
  .p-division .sort_wrap.js-fixed.is-active .controls {
    position: fixed;
    top: 230px;
    left: 50%;
    padding: 0 40px;
    transform: translate(calc(-50% - 20px), 0);
    max-width: 1160px;
    width: 100%;
    z-index: 10; }
    @media screen and (max-width: 1200px) {
      .p-division .sort_wrap.js-fixed.is-active .controls {
        left: 0;
        padding-right: 80px;
        transform: translate(0, 0);
        width: 100vw; } }
    @media screen and (max-width: 1000px) {
      .p-division .sort_wrap.js-fixed.is-active .controls {
        padding: 0 5vw;
        padding-right: calc(5vw + 40px); } }
    @media screen and (max-width: 900px) {
      .p-division .sort_wrap.js-fixed.is-active .controls {
        padding: 0 5vw; } }
  .p-division .sort_wrap.js-fixed.is-none .controls button {
    transition: .4s;
    opacity: 0; }
  .p-division .sort_wrap .controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 10; }
    @media screen and (max-width: 1024px) {
      .p-division .sort_wrap .controls {
        top: 200px; } }
    @media screen and (max-width: 900px) {
      .p-division .sort_wrap .controls {
        top: 145px; } }
    @media screen and (max-width: 768px) {
      .p-division .sort_wrap .controls {
        overflow: scroll;
        justify-content: flex-start;
        margin-left: 0;
        padding-right: 5vw;
        width: calc(100vw - 5vw); } }
    .p-division .sort_wrap .controls .control {
      background: #fff;
      border: 1px solid #bbb;
      border-radius: 10rem;
      color: #275081;
      font-size: 12px;
      font-weight: 400;
      text-align: center;
      padding: 5px;
      width: 19.2%;
      transition: .4s; }
      .p-division .sort_wrap .controls .control:hover, .p-division .sort_wrap .controls .control.mixitup-control-active {
        background: url(../img/2025_recruit/division_controls_bg.png) no-repeat center;
        background-size: cover;
        border: none;
        color: #fff; }
      @media screen and (max-width: 768px) {
        .p-division .sort_wrap .controls .control {
          white-space: nowrap;
          margin-right: 10px;
          padding: 5px 22px;
          width: auto; }
          .p-division .sort_wrap .controls .control:last-of-type {
            margin-right: 0; } }
  .p-division .sort_wrap .container {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    column-count: 2;
    column-gap: 3.6%; }
    .p-division .sort_wrap .container .mix {
      border-radius: 4px;
      display: inline-block;
      position: relative;
      backface-visibility: hidden;
      will-change: transform, opacity;
      background: #E7ECF5;
      margin-top: 80px;
      width: 48.2%; }
      @media screen and (max-width: 768px) {
        .p-division .sort_wrap .container .mix {
          margin-top: 40px;
          width: 100%; } }
      .p-division .sort_wrap .container .mix:nth-of-type(even) {
        margin-right: 0; }
      .p-division .sort_wrap .container .mix .inner {
        transition: .4s; }
        .p-division .sort_wrap .container .mix .inner:hover {
          cursor: pointer;
          opacity: .7; }
          .p-division .sort_wrap .container .mix .inner:hover .img img {
            transform: scale(1.05); }
          .p-division .sort_wrap .container .mix .inner:hover .more span::before, .p-division .sort_wrap .container .mix .inner:hover .more span::after {
            right: -3px;
            transition: .4s; }
      .p-division .sort_wrap .container .mix .ttl {
        color: #275081;
        font-size: 20px;
        text-align: center;
        padding: 25px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 103px; }
        @media screen and (max-width: 768px) {
          .p-division .sort_wrap .container .mix .ttl {
            font-size: 16px;
            padding: 20px 20px;
            min-height: auto; } }
        .p-division .sort_wrap .container .mix .ttl span {
          color: #444;
          display: block;
          font-size: 12px;
          margin-top: 5px; }
          @media screen and (max-width: 768px) {
            .p-division .sort_wrap .container .mix .ttl span {
              font-size: 10px;
              margin-top: 2px; } }
        .p-division .sort_wrap .container .mix .ttl.line {
          padding: 21.5px 20px; }
      .p-division .sort_wrap .container .mix .img {
        overflow: hidden; }
        .p-division .sort_wrap .container .mix .img img {
          transition: .4s;
          width: 100%; }
      .p-division .sort_wrap .container .mix .more {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 16px;
        color: #000;
        font-size: 10px;
        width: 100%;
        position: relative;
        padding: 20px 40px;
        letter-spacing: 0;
        text-align: right; }
        @media screen and (max-width: 768px) {
          .p-division .sort_wrap .container .mix .more {
            padding: 22px 28px; } }
        .p-division .sort_wrap .container .mix .more span {
          display: inline-block;
          position: relative;
          padding-right: 20px; }
          .p-division .sort_wrap .container .mix .more span::before {
            content: '';
            position: absolute;
            right: 0;
            top: 7px;
            background: #000;
            height: 1px;
            width: 8px;
            transition: .4s; }
          .p-division .sort_wrap .container .mix .more span::after {
            content: '';
            position: absolute;
            right: 0;
            top: 4.5px;
            border-top: 1px solid #000;
            border-right: 1px solid #000;
            transform: rotate(45deg);
            height: 6px;
            width: 6px;
            transition: .4s; }
.p-division .modal_wrap .modal_bg_layer {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(217, 217, 217, 0.8);
  height: 105dvh;
  height: 105vh;
  width: 105vw;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: .8s; }
  .p-division .modal_wrap .modal_bg_layer.is-active {
    opacity: 1;
    visibility: visible;
    transition: .4s; }
.p-division .modal_wrap .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #E7ECF5;
  border-radius: 4px;
  padding: 28px 40px 75px 40px;
  z-index: 1000;
  max-width: 1060px;
  margin: 0 auto;
  width: 90%;
  letter-spacing: .1em;
  opacity: 0;
  visibility: hidden;
  transition: .8s; }
  @media screen and (max-width: 768px) {
    .p-division .modal_wrap .modal {
      padding: 35px 18px 30px 18px;
      height: calc(100vh - 100px);
      height: calc(100dvh - 100px);
      top: 80px;
      transform: translate(-50%, 0); }
      .p-division .modal_wrap .modal .inner {
        overflow: scroll;
        height: 100%; } }
  .p-division .modal_wrap .modal.is-active {
    opacity: 1;
    visibility: visible; }
  .p-division .modal_wrap .modal .close {
    background: url(../img/2025_recruit/division_close_bg.png) no-repeat center;
    background-size: 40px auto;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 40px;
    top: 24px;
    transition: .4s; }
    @media screen and (max-width: 768px) {
      .p-division .modal_wrap .modal .close {
        right: 50%;
        top: -60px;
        transform: translate(50%, 0); } }
    .p-division .modal_wrap .modal .close::before, .p-division .modal_wrap .modal .close::after {
      content: '';
      position: absolute;
      background: #fff;
      top: 50%;
      left: 50%;
      margin-top: -6px;
      margin-left: -0.5px;
      height: 12px;
      width: 1px;
      transform: rotate(45deg); }
      @media screen and (max-width: 768px) {
        .p-division .modal_wrap .modal .close::before, .p-division .modal_wrap .modal .close::after {
          margin-top: -6px;
          margin-left: -0.5px;
          height: 12px;
          width: 1px; } }
    .p-division .modal_wrap .modal .close::after {
      transform: rotate(-45deg); }
    .p-division .modal_wrap .modal .close:hover {
      cursor: pointer;
      opacity: .7; }
  .p-division .modal_wrap .modal .ttl_box {
    border-bottom: 1px solid #819FB1;
    display: flex;
    align-items: center;
    padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .p-division .modal_wrap .modal .ttl_box {
        border-bottom: none;
        flex-direction: column;
        text-align: center;
        padding-bottom: 0; } }
    .p-division .modal_wrap .modal .ttl_box .main {
      color: #275081;
      font-size: 20px;
      width: 40.6%; }
      @media screen and (max-width: 768px) {
        .p-division .modal_wrap .modal .ttl_box .main {
          font-size: 16px;
          line-height: 1.6;
          width: 100%; } }
    .p-division .modal_wrap .modal .ttl_box .sub {
      color: #444;
      font-size: 12px;
      width: 50%; }
      @media screen and (max-width: 768px) {
        .p-division .modal_wrap .modal .ttl_box .sub {
          font-size: 10px;
          margin-top: 6px;
          width: 100%; } }
  .p-division .modal_wrap .modal .detail {
    display: flex;
    justify-content: space-between;
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .p-division .modal_wrap .modal .detail {
        flex-direction: column; } }
    .p-division .modal_wrap .modal .detail .img {
      margin-top: 5px;
      width: 36.7%; }
      @media screen and (max-width: 768px) {
        .p-division .modal_wrap .modal .detail .img {
          margin-top: 0;
          width: 100%; } }
      .p-division .modal_wrap .modal .detail .img img {
        width: 100%; }
    .p-division .modal_wrap .modal .detail .textbox {
      width: 59.5%; }
      @media screen and (max-width: 768px) {
        .p-division .modal_wrap .modal .detail .textbox {
          font-size: 14px;
          margin-top: 35px;
          width: 100%; } }
      .p-division .modal_wrap .modal .detail .textbox .ttl {
        color: #275081;
        font-size: 16px; }
      .p-division .modal_wrap .modal .detail .textbox .text {
        color: #444;
        margin-top: 28px;
        line-height: 1.8; }

.p-areajob .areajob_main_img {
  margin-top: 20px;
  display: block; }
.p-areajob .c-intro {
  font-size: 16px;
  line-height: 2; }
.p-areajob .areajob_column .item {
  background: rgba(231, 236, 245, 0.5);
  border-radius: 20px;
  padding: 36px 40px 40px;
  margin-top: 120px; }
  @media screen and (max-width: 768px) {
    .p-areajob .areajob_column .item {
      margin-top: 80px;
      padding: 36px 20px 20px; } }
  .p-areajob .areajob_column .item:first-of-type {
    margin-top: 72px; }
    @media screen and (max-width: 768px) {
      .p-areajob .areajob_column .item:first-of-type {
        margin-top: 50px; } }
  .p-areajob .areajob_column .item .headline {
    color: #275081;
    font-size: 20px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-areajob .areajob_column .item .headline {
        text-align: left;
        line-height: 1.5; } }
  .p-areajob .areajob_column .item .img {
    margin-top: 30px;
    position: relative;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      .p-areajob .areajob_column .item .img {
        margin-top: 40px; } }
  .p-areajob .areajob_column .item .text {
    font-size: 14px;
    margin: 35px 0 20px;
    letter-spacing: .08em;
    line-height: 1.8; }
    @media screen and (max-width: 768px) {
      .p-areajob .areajob_column .item .text {
        line-height: 1.5; } }
  .p-areajob .areajob_column .item.js-fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: 1s; }
    .p-areajob .areajob_column .item.js-fadein.is-active {
      opacity: 1;
      transform: translate(0, 0);
      transition: 1s; }
.p-areajob .areajob_column .caution {
  margin-top: 25px;
  font-size: 16px;
  line-height: 2; }
.p-areajob .related_box {
  margin-top: 72px; }
  .p-areajob .related_box .related_title {
    color: #275081;
    font-size: 24px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-areajob .related_box .related_title {
        font-size: 20px; } }
  .p-areajob .related_box .related_acolumn {
    display: flex;
    justify-content: space-between;
    margin-top: 74px; }
    @media screen and (max-width: 768px) {
      .p-areajob .related_box .related_acolumn {
        flex-direction: column; } }
    .p-areajob .related_box .related_acolumn .item {
      width: 47.56%; }
      @media screen and (max-width: 768px) {
        .p-areajob .related_box .related_acolumn .item {
          width: 100%; }
          .p-areajob .related_box .related_acolumn .item:not(:first-of-type) {
            margin-top: 80px; } }
      .p-areajob .related_box .related_acolumn .item a {
        background: #E7ECF5;
        display: inline-block; }
        .p-areajob .related_box .related_acolumn .item a:hover .textbox {
          opacity: .7;
          transition: .4s; }
          .p-areajob .related_box .related_acolumn .item a:hover .textbox .more span::before, .p-areajob .related_box .related_acolumn .item a:hover .textbox .more span::after {
            right: -3px;
            transition: .4s; }
        .p-areajob .related_box .related_acolumn .item a:hover img {
          transform: scale(1.08);
          opacity: 1; }
        .p-areajob .related_box .related_acolumn .item a .img {
          overflow: hidden; }
          .p-areajob .related_box .related_acolumn .item a .img img {
            width: 100%; }
        .p-areajob .related_box .related_acolumn .item a .textbox {
          padding: 55px 40px 36px;
          transition: .4s; }
          @media screen and (max-width: 768px) {
            .p-areajob .related_box .related_acolumn .item a .textbox {
              padding: 38px 20px 18px; } }
          .p-areajob .related_box .related_acolumn .item a .textbox .title {
            color: #1B2F54;
            line-height: 1.6; }
          .p-areajob .related_box .related_acolumn .item a .textbox .more {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            letter-spacing: 2px;
            font-size: 16px;
            color: #275081;
            font-size: 10px;
            width: 100%;
            position: relative;
            margin-top: 50px;
            letter-spacing: 0; }
            @media screen and (max-width: 768px) {
              .p-areajob .related_box .related_acolumn .item a .textbox .more {
                margin-top: 28px; } }
            .p-areajob .related_box .related_acolumn .item a .textbox .more span {
              display: inline-block;
              position: relative;
              padding-right: 20px; }
              .p-areajob .related_box .related_acolumn .item a .textbox .more span::before {
                content: '';
                position: absolute;
                right: 0;
                top: 7px;
                background: #000;
                height: 1px;
                width: 8px;
                transition: .4s; }
              .p-areajob .related_box .related_acolumn .item a .textbox .more span::after {
                content: '';
                position: absolute;
                right: 0;
                top: 4.5px;
                border-top: 1px solid #000;
                border-right: 1px solid #000;
                transform: rotate(45deg);
                height: 6px;
                width: 6px;
                transition: .4s; }

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical &gt; .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode &gt; .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode &gt; .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered &gt; .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal &gt; .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical &gt; .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled &gt; .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal &gt; .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical &gt; .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-scrollbar-disabled &gt; .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal &gt; .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container &gt; canvas, .swiper-zoom-container &gt; img, .swiper-zoom-container &gt; svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode &gt; .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid &gt; .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column &gt; .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
  width: 100%; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
</pre></body></html>