@charset "UTF-8";
/************************************************
    Reset
*************************************************/
* {
  min-height: 0;
  min-width: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, figure, figcaption, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  border: 0;
  margin: 0; }

i {
  font-style: inherit; }

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/* フォントを適用 */
body {
  font-family: 'SourceHanSansJP', sans-serif;
  font-weight: 500;
  /* 通常の太さ */ }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal; }

table, caption, th, td {
  font-weight: normal;
  text-align: left;
  empty-cells: show;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0; }

a img, iframe {
  border: none; }

a {
  color: inherit; }

ol, ul, li {
  list-style: none; }

input, textarea, select, button {
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  margin: 0; }

input[type="text"],
textarea {
  width: 100%; }

address {
  font-style: normal; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

br {
  opacity: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none; }

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

/************************************************
    共通設定
*************************************************/
* {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

html {
  font-size: 62.5%;
  display: block; }

body {
  font-size: 1rem;
  line-height: 1;
  position: relative;
  font-weight: 500;
  display: block; }

a:hover {
  opacity: 0.8;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

@font-face {
  font-family: 'SourceHanSansJP';
  src: url("../fonts/HanSans/SourceHanSansJP-ExtraLight.woff2") format("woff2"), url("../fonts/HanSans/SourceHanSansJP-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'SourceHanSansJP';
  src: url("../fonts/HanSans/SourceHanSansJP-Light.woff2") format("woff2"), url("../fonts/HanSans/SourceHanSansJP-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'SourceHanSansJP';
  src: url("../fonts/HanSans/SourceHanSansJP-Normal.woff2") format("woff2"), url("../fonts/HanSans/SourceHanSansJP-Normal.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'SourceHanSansJP';
  src: url("../fonts/HanSans/SourceHanSansJP-Regular.woff2") format("woff2"), url("../fonts/HanSans/SourceHanSansJP-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'SourceHanSansJP';
  src: url("../fonts/HanSans/SourceHanSansJP-Medium.woff2") format("woff2"), url("../fonts/HanSans/SourceHanSansJP-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'SourceHanSansJP';
  src: url("../fonts/HanSans/SourceHanSansJP-Bold.woff2") format("woff2"), url("../fonts/HanSans/SourceHanSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'SourceHanSansJP';
  src: url("../fonts/HanSans/SourceHanSansJP-Heavy.woff2") format("woff2"), url("../fonts/HanSans/SourceHanSansJP-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

.l-header {
  height: 100px;
  width: 100%;
  background-color: #ffffff;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  .l-header_title a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.4rem;
    color: #000000;
    gap: 20px; }
    .l-header_title a img {
      height: 72px;
      width: auto; }
    .l-header_title a div {
      padding-top: 4px; }
  .l-header_nav-btn {
    position: relative;
    width: 32px;
    height: 20px;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms; }
    .l-header_nav-btn span {
      position: absolute;
      width: 32px;
      height: 2px;
      background: #C6C6C6;
      border-radius: 10px;
      -webkit-transition: all 400ms;
      -o-transition: all 400ms;
      transition: all 400ms; }
    .l-header_nav-btn span:nth-child(1) {
      top: 0; }
    .l-header_nav-btn span:nth-child(2) {
      top: 10px; }
    .l-header_nav-btn span:nth-child(3) {
      top: 20px; }
    .l-header_nav-btn.hb-open {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      .l-header_nav-btn.hb-open span {
        background: #e50012; }
      .l-header_nav-btn.hb-open span:nth-child(1) {
        width: 37px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
      .l-header_nav-btn.hb-open span:nth-child(2) {
        opacity: 0; }
      .l-header_nav-btn.hb-open span:nth-child(3) {
        width: 37px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
  .l-header_navi {
    position: fixed;
    width: 472px;
    top: 0;
    right: -472px;
    background-color: #e50012;
    height: 100%;
    z-index: 99;
    padding: 100px 37px 50px; }
  .l-header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    padding-top: 45px;
    width: 100%; }
    .l-header_menu li a {
      font-size: 2.4rem;
      font-weight: bold;
      color: #fff; }
  .l-header_btns {
    position: relative;
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 18px; }
    .l-header_btns-half {
      position: relative;
      width: calc((100% - 18px) / 2); }
    .l-header_btns-full {
      position: relative;
      width: 100%; }
    .l-header_btns-item {
      position: relative;
      width: 100%;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 10px;
      font-size: 1.8rem;
      line-height: 1em;
      font-weight: bold; }
      .l-header_btns-item.white {
        background-color: #ffffff;
        color: #000000; }
        .l-header_btns-item.white:hover {
          color: #e50012;
          opacity: 1; }
      .l-header_btns-item.black {
        background-color: #000000;
        color: #ffffff;
        border: solid 1px #ffffff; }
        .l-header_btns-item.black:hover {
          background-color: #ffffff;
          color: #e50012;
          opacity: 1; }
  .l-header_links {
    position: relative;
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px; }
    .l-header_links li {
      position: relative; }
      .l-header_links li-full {
        width: 100%; }
    .l-header_links-item {
      border: solid 1px #ffffff;
      background-color: #e50012;
      color: #ffffff;
      position: relative;
      width: 100%;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 10px;
      font-size: 1.8rem;
      line-height: 1em;
      font-weight: normal; }
      .l-header_links-item:hover {
        background-color: #ffffff;
        color: #e50012;
        opacity: 1; }
      .l-header_links-item.corp::after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        background-image: url("../img/btn-link-icon--white.png");
        background-size: contain;
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .l-header_links-item.corp:hover::after {
        background-image: url("../img/btn-link-icon.png"); }
      .l-header_links-item.ig {
        gap: 20px; }
        .l-header_links-item.ig::before {
          content: '';
          display: block;
          width: 31px;
          height: 30px;
          background-image: url("../img/btn-ig-icon.png");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          position: relative; }
  @media screen and (max-width: 768px) {
    .l-header {
      padding: 0 15px; } }
  @media screen and (max-width: 640px) {
    .l-header {
      height: 80px; }
      .l-header_title a {
        font-size: 1.2rem;
        gap: 10px; }
        .l-header_title a img {
          height: 42px; }
        .l-header_title a div {
          padding-top: 0; }
      .l-header_navi {
        width: 320px;
        right: -320px;
        padding: 80px 25px 30px; }
      .l-header_menu {
        gap: 20px;
        padding-top: 25px; }
        .l-header_menu li a {
          font-size: 1.8rem; }
      .l-header_btns {
        margin-top: 20px;
        padding-top: 20px; }
        .l-header_btns-half {
          width: 100%; }
        .l-header_btns-item {
          height: 40px;
          font-size: 1.5rem; }
      .l-header_links {
        margin-top: 20px;
        padding-top: 20px; }
        .l-header_links-item {
          height: 40px;
          font-size: 1.5rem; }
          .l-header_links-item.ig {
            gap: 14px; }
            .l-header_links-item.ig::before {
              width: 24px;
              height: 24px; } }

.l-wrap {
  position: relative;
  width: 100%;
  padding-top: 100px; }
  @media screen and (max-width: 640px) {
    .l-wrap {
      padding-top: 80px; } }

.l-container {
  position: relative;
  width: 100%;
  max-width: calc(1100px + (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

.l-footer {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  border-bottom: solid 12px #e50012; }
  .l-footer-top {
    position: relative;
    width: 100%;
    padding-top: 36px;
    padding-bottom: 37px;
    border-bottom: solid 1px #C1C1C1; }
    .l-footer-top_link {
      color: #000000;
      font-size: 1.6rem; }
    .l-footer-top_inner {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .l-footer-body {
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 70px; }
    .l-footer-body_link {
      color: #000000;
      font-size: 1.6rem; }
    .l-footer-body_inner {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .l-footer-body_navs {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 90px; }
      .l-footer-body_navs ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px; }
        .l-footer-body_navs ul li a {
          color: #000000;
          font-size: 1.6rem; }
    .l-footer-body_links {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 30px; }
      .l-footer-body_links ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px; }
      .l-footer-body_links-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 260px;
        height: 60px;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1em;
        font-weight: normal;
        padding-left: 16px;
        padding-right: 16px; }
        .l-footer-body_links-item.corp {
          border: solid 1px #e50012;
          background-color: #ffffff;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          font-size: 1.6rem;
          line-height: 1em;
          color: #e50012; }
          .l-footer-body_links-item.corp::after {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            background-image: url("../img/btn-link-icon.png");
            background-size: contain;
            background-position: right center;
            background-repeat: no-repeat;
            position: absolute;
            right: 12px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          .l-footer-body_links-item.corp:hover {
            background-color: #e50012;
            color: #ffffff; }
            .l-footer-body_links-item.corp:hover::after {
              background-image: url("../img/btn-link-icon--white.png"); }
        .l-footer-body_links-item.ig {
          gap: 20px;
          background-color: #F0F0F0;
          font-size: 1.4rem;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          color: #000000;
          border: solid 1px #F0F0F0; }
          .l-footer-body_links-item.ig::before {
            content: '';
            display: block;
            width: 31px;
            height: 30px;
            background-image: url("../img/btn-ig-icon.png");
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            position: relative; }
          .l-footer-body_links-item.ig:hover {
            background-color: #ffffff;
            border: solid 1px #e50012;
            opacity: 1;
            color: #e50012; }
            .l-footer-body_links-item.ig:hover::after {
              background-image: url("../img/btn-link-icon--white.png"); }
  .l-footer-bottom {
    position: relative;
    width: 100%;
    padding-bottom: 40px; }
    .l-footer-bottom_inner {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .l-footer-bottom_inner small {
        font-size: 1.2rem;
        color: #000000; }
    .l-footer-bottom_title a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 2.4rem;
      color: #000000;
      gap: 20px; }
      .l-footer-bottom_title a img {
        width: auto;
        height: 73px; }
      .l-footer-bottom_title a div {
        padding-top: 4px; }
  @media screen and (max-width: 640px) {
    .l-footer-top {
      padding-top: 20px;
      padding-bottom: 20px; }
      .l-footer-top_link {
        font-size: 1.4rem; }
    .l-footer-body {
      padding-top: 30px;
      padding-bottom: 30px; }
      .l-footer-body_link {
        font-size: 1.4rem;
        text-align: center; }
      .l-footer-body_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .l-footer-body_navs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        width: 100%; }
        .l-footer-body_navs ul {
          width: 100%; }
          .l-footer-body_navs ul li {
            text-align: center; }
            .l-footer-body_navs ul li a {
              font-size: 1.4em; }
      .l-footer-body_links {
        margin-top: 20px;
        gap: 20px; }
        .l-footer-body_links ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 15px; }
        .l-footer-body_links-item.corp {
          font-size: 1.4rem; }
        .l-footer-body_links-item.ig {
          font-size: 1.4rem; }
          .l-footer-body_links-item.ig::before {
            width: 24px;
            height: 24px; }
    .l-footer-bottom {
      padding-bottom: 20px; }
      .l-footer-bottom_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px; }
        .l-footer-bottom_inner small {
          text-align: left; }
      .l-footer-bottom_title {
        margin-bottom: 20px; }
        .l-footer-bottom_title a {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          font-size: 1.4rem;
          gap: 6px; }
          .l-footer-bottom_title a div {
            padding-top: 0; } }

.c-go-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px; }
  .c-go-top div {
    font-size: 1.6rem;
    color: #e50012; }
  .c-go-top img {
    position: relative;
    width: 30px;
    height: auto;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }
  .c-go-top:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
  @media screen and (max-width: 640px) {
    .c-go-top {
      gap: 20px; }
      .c-go-top div {
        font-size: 1.4rem; }
      .c-go-top img {
        width: 24px; } }

.c-staff-card {
  position: relative;
  display: block;
  width: 100%; }
  .c-staff-card_bottom {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 3;
    color: #ffffff;
    padding-left: clamp(12px, 4.5%, 30px);
    padding-bottom: 20px;
    padding-right: clamp(12px, 3%, 20px); }
    .c-staff-card_bottom-name {
      position: relative;
      font-size: clamp(2.4rem, 2.5vw, 3.2rem);
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 1rem; }
      .c-staff-card_bottom-name span {
        font-size: 0.5em; }
    .c-staff-card_bottom-arw {
      position: relative;
      width: clamp(40px, 9%, 60px);
      height: 0;
      padding-top: clamp(40px, 9%, 60px);
      background-color: #ffffff;
      border-radius: 50%;
      background-image: url("../img/btn-arw--red.png");
      background-size: 26%;
      background-repeat: no-repeat;
      background-position: center center; }
  .c-staff-card_img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden; }
    .c-staff-card_img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center;
      top: 0;
      left: 0; }
    .c-staff-card_img::after {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-top: 56.818%; }
    .c-staff-card_img::before {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-top: 56.818%;
      top: 0;
      left: 0;
      background-color: #000000;
      opacity: 0.4;
      z-index: 2; }
  .c-staff-card_title {
    position: absolute;
    bottom: 0;
    left: 25px;
    width: 223px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 0 14px;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    background-color: #e50012; }
  .c-staff-card_body {
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    padding-top: clamp(12px, 1.6vw, 20px);
    padding-right: clamp(70px, 8.5vw, 110px);
    padding-left: clamp(15px, 2.4vw, 30px);
    padding-bottom: clamp(15px, 2.4vw, 30px); }
    .c-staff-card_body::after {
      content: '';
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #1eaa0a;
      background-image: url("../img/btn-arw--white--light.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 18px 18px;
      position: absolute;
      bottom: 0;
      right: 15px;
      -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
      -webkit-transition: right 0.5s ease-in-out;
      -o-transition: right 0.5s ease-in-out;
      transition: right 0.5s ease-in-out; }
  .c-staff-card_description {
    position: relative;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5em;
    text-align: justify; }
  .c-staff-card:hover {
    opacity: 1; }
    .c-staff-card:hover .p-staff-card_img::before {
      opacity: 0; }
  @media screen and (max-width: 640px) {
    .c-staff-card_title {
      left: 15px;
      height: 36px;
      font-size: 1.4rem; }
    .c-staff-card_body::after {
      width: 40px;
      height: 40px; }
    .c-staff-card_description {
      font-size: 1.4rem; }
    .c-staff-card_bottom {
      padding-left: 12px;
      padding-bottom: 12px;
      padding-right: 12px; }
      .c-staff-card_bottom-name {
        font-size: 1.8rem; }
        .c-staff-card_bottom-name span {
          font-size: 0.75em; }
      .c-staff-card_bottom-arw {
        width: 30px;
        padding-top: 30px; } }

.c-top-content01 {
  position: relative; }
  .c-top-content01_heading {
    position: relative;
    margin-bottom: 38px; }
    .c-top-content01_heading-en {
      position: relative;
      color: #1eaa0a;
      font-size: clamp(2.4rem, 3.125vw, 4rem);
      letter-spacing: 0.1em;
      font-weight: bold;
      margin-bottom: 22px; }
    .c-top-content01_heading-title {
      font-size: clamp(2.1rem, 2.5vw, 3.2rem);
      font-weight: bold;
      position: relative;
      letter-spacing: 0.01em;
      line-height: 2em;
      color: #e50012; }
  .c-top-content01_body {
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2.1em;
    text-align: justify; }
  @media screen and (max-width: 640px) {
    .c-top-content01_heading {
      position: relative;
      margin-bottom: 20px; }
    .c-top-content01_body {
      font-size: 1.4rem; } }

.c-top-content02 {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  padding-left: clamp(15px, 3.125vw, 40px);
  padding-right: clamp(15px, 3.125vw, 40px);
  padding-bottom: clamp(15px, 2.34vw, 30px);
  max-width: 500px;
  width: 100%; }
  .c-top-content02_heading {
    position: relative;
    margin-bottom: 38px; }
    .c-top-content02_heading-title {
      font-size: clamp(2rem, 1.875vw, 2.4rem);
      font-weight: bold;
      position: relative;
      letter-spacing: 0.01em;
      line-height: 2em;
      color: #000000;
      border-bottom: solid 4px #000000;
      display: inline-block;
      top: -2rem;
      margin-bottom: -2rem; }
  .c-top-content02_body {
    position: relative;
    font-size: 1.6rem;
    line-height: 2em;
    text-align: justify; }
    .c-top-content02_body ul {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 0 20px; }
      .c-top-content02_body ul.lecture li {
        width: 100%; }
      .c-top-content02_body ul.welfare li:nth-child(1), .c-top-content02_body ul.welfare li:nth-child(3), .c-top-content02_body ul.welfare li:nth-child(5) {
        width: 140px; }
      .c-top-content02_body ul.welfare li:nth-child(2), .c-top-content02_body ul.welfare li:nth-child(4), .c-top-content02_body ul.welfare li:nth-child(6) {
        width: calc(100% - 140px - 20px);
        min-width: 240px; }
      .c-top-content02_body ul.welfare li:nth-child(7), .c-top-content02_body ul.welfare li:nth-child(8) {
        width: 100%; }
  @media screen and (max-width: 640px) {
    .c-top-content02_heading {
      margin-bottom: 20px; }
    .c-top-content02_body {
      font-size: 1.4rem; }
      .c-top-content02_body ul {
        gap: 0 12px; }
        .c-top-content02_body ul.welfare li:nth-child(1), .c-top-content02_body ul.welfare li:nth-child(3), .c-top-content02_body ul.welfare li:nth-child(5), .c-top-content02_body ul.welfare li:nth-child(2), .c-top-content02_body ul.welfare li:nth-child(4), .c-top-content02_body ul.welfare li:nth-child(6) {
          width: 100%; } }

.c-top-content03 {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  padding-top: clamp(15px, 3.125vw, 40px);
  padding-left: clamp(15px, 2.34vw, 30px);
  padding-right: clamp(15px, 2.34vw, 30px);
  padding-bottom: clamp(15px, 3.125vw, 40px);
  width: 100%;
  height: 100%; }
  .c-top-content03_img {
    position: relative;
    text-align: center; }
  .c-top-content03_heading {
    position: relative;
    margin-top: 47px;
    margin-bottom: 38px; }
    .c-top-content03_heading-title {
      font-size: clamp(2rem, 1.875vw, 2.4rem);
      font-weight: 600;
      position: relative;
      line-height: 1.5em;
      color: #1eaa0a;
      text-align: center; }
  .c-top-content03_body {
    position: relative;
    font-size: 1.6rem;
    line-height: 2em;
    text-align: justify; }

.c-data-card {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e50012;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  padding: 26px 12px 21px;
  text-align: center;
  color: #ffffff; }
  .c-data-card_title {
    font-size: 1.4rem;
    margin-bottom: 20px; }
  .c-data-card_img {
    width: clamp(80px, 36.36%, 120px);
    margin: 0 auto;
    position: relative; }
    .c-data-card_img img {
      position: relative;
      width: 100%;
      height: auto; }
  .c-data-card_number {
    position: relative;
    margin-top: 30px;
    letter-spacing: 0;
    font-size: clamp(2.4rem, 3.125vw, 4rem);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    .c-data-card_number .large {
      font-size: clamp(4rem, 4.6875vw, 6rem);
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
    .c-data-card_number .keta02 {
      font-size: clamp(2.4rem, 3.125vw, 4rem);
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
    .c-data-card_number .small {
      font-size: clamp(1.2rem, 2.1vw, 2.6rem);
      top: 0;
      position: absolute;
      left: 54%; }
  .c-data-card_timing {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.5em;
    margin-top: 10px; }
    .c-data-card_timing span {
      display: inline-block; }
  @media screen and (max-width: 640px) {
    .c-data-card {
      padding: 20px 10px; }
      .c-data-card_title {
        margin-bottom: 12px; }
      .c-data-card_number {
        margin-top: 20px; }
        .c-data-card_number .small {
          top: -2px;
          left: 52%; }
      .c-data-card_timing {
        font-size: 1.2rem; } }

.c-welfare-card {
  position: relative;
  border-radius: 10px;
  width: 100%;
  height: 100%; }
  .c-welfare-card_img {
    position: relative;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    z-index: 1; }
  .c-welfare-card_body {
    position: relative;
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    padding-top: 26%;
    margin-top: -26%;
    height: calc(74% + 60px);
    padding-bottom: 60px;
    z-index: 0; }
    .c-welfare-card_body-inner {
      position: relative;
      width: 80%;
      margin: 0 auto;
      padding-top: 30px; }
  .c-welfare-card_title {
    font-size: clamp(2rem, 2.5vw, 3.2rem);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: 20px; }
  .c-welfare-card_description {
    position: relative;
    text-align: justify;
    font-size: clamp(1.4rem, 1.25vw, 1.6rem);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 2em; }
    .c-welfare-card_description dl {
      font-weight: 600; }

.c-table {
  position: relative;
  width: 100%; }
  .c-table.v-middle tr th, .c-table.v-middle tr td {
    vertical-align: middle;
    padding: clamp(20px, 3.125vw, 40px); }
  .c-table tr {
    line-height: 1.5em;
    border-top: solid 1px #cccccc; }
    .c-table tr th {
      color: #707070;
      font-size: 1.6rem;
      line-height: 1.75em;
      text-align: left;
      height: auto;
      padding-top: clamp(20px, 3.125vw, 55px);
      padding-bottom: clamp(20px, 3.125vw, 55px);
      width: 22.711%; }
    .c-table tr td {
      color: #707070;
      font-size: 1.6rem;
      line-height: 1.75em;
      font-weight: normal;
      text-align: left;
      height: 80px;
      width: calc(100% - 22.711%);
      padding-left: clamp(20px, 3.125vw, 40px);
      padding-right: clamp(20px, 3.125vw, 40px);
      padding-top: clamp(20px, 3.125vw, 55px);
      padding-bottom: clamp(20px, 3.125vw, 55px); }
      .c-table tr td .location {
        font-size: 1.6rem;
        line-height: 1.875em;
        letter-spacing: 0.005em; }
        .c-table tr td .location dd + dd:not(:last-of-type) {
          margin-bottom: 20px; }
      .c-table tr td .list {
        position: relative;
        padding-left: 1.6rem; }
        .c-table tr td .list li {
          list-style-type: disc;
          font-size: 1.6rem;
          line-height: 1.5em; }
          .c-table tr td .list li + li {
            margin-top: 10px; }
    .c-table tr:last-of-type {
      border-bottom: solid 1px #cccccc; }
    .c-table tr.tr-large th, .c-table tr.tr-large td {
      vertical-align: top;
      padding-top: clamp(20px, 3.125vw, 40px);
      padding-bottom: clamp(20px, 3.125vw, 40px); }
  @media screen and (max-width: 640px) {
    .c-table {
      display: block; }
      .c-table tbody, .c-table tr, .c-table th, .c-table td {
        display: block !important;
        width: 100% !important; }
      .c-table tr th {
        font-size: 1.4rem;
        height: auto;
        width: 120px; }
      .c-table tr td {
        font-size: 1.4rem;
        height: auto;
        width: calc(100% - 120px);
        padding: 15px 12px; }
        .c-table tr td .location {
          font-size: 1.4rem; }
          .c-table tr td .location dd + dd:not(:last-of-type) {
            margin-bottom: 12px; }
        .c-table tr td .list {
          padding-left: 1.4rem; }
          .c-table tr td .list li {
            font-size: 1.4rem; }
      .c-table tr th, .c-table tr td {
        border: none !important;
        vertical-align: middle;
        padding-top: clamp(15px, 2.4vw, 30px) !important;
        padding-bottom: clamp(15px, 2.4vw, 30px) !important; } }

.c-recruit-tabbox {
  position: relative;
  width: 100%; }
  .c-recruit-tabbox_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: clamp(15px, 2.4vw, 30px);
    border-bottom: 3px solid #e50012; }
    .c-recruit-tabbox_btn-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 33%;
      height: 70px;
      background-color: rgba(0, 69, 148, 0.1);
      cursor: pointer;
      font-size: clamp(1.6rem, 1.5625vw, 2rem); }
      .c-recruit-tabbox_btn-item.current {
        background-color: #e50012;
        color: #fff;
        font-weight: bold; }
  @media screen and (max-width: 640px) {
    .c-recruit-tabbox_btn-item {
      height: 50px;
      font-size: 1.4rem; } }

.c-recruit-no-job {
  position: relative;
  text-align: center;
  font-size: clamp(1.6rem, 1.875vw, 2.4rem);
  padding-top: clamp(40px, 6.7vw, 86px);
  padding-bottom: clamp(40px, 6.7vw, 86px);
  padding-left: 12px;
  padding-right: 12px; }

.c-pagination {
  text-align: center;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px; }
  .c-pagination a, .c-pagination span {
    display: inline-block;
    padding: 4px 0 0;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: clamp(1.4rem, 1.25vw, 1.6rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .c-pagination a:hover {
    background-color: #004594;
    color: #fff; }
  .c-pagination .current {
    background-color: #004594;
    color: #fff;
    border: 1px solid #004594; }
  .c-pagination a.next,
  .c-pagination a.prev {
    width: 60px; }

.p-cta {
  position: relative;
  width: 100%;
  background-color: #e50012;
  padding-top: clamp(40px, 6.7vw, 86px);
  padding-bottom: clamp(40px, 6.7vw, 86px); }
  .p-cta-wrap {
    padding-top: 6vw;
    position: relative;
    width: 100%; }
  .p-cta_title {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-100% + 3px));
    -ms-transform: translate(-50%, calc(-100% + 3px));
    transform: translate(-50%, calc(-100% + 3px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .p-cta_title img {
      position: relative;
      width: 100%;
      max-width: clamp(70%, 67.5vw, 1296px);
      vertical-align: bottom; }
  .p-cta_inner {
    max-width: 953px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
  .p-cta_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px; }
    .p-cta_btns-half {
      position: relative;
      width: calc((100% - 30px) / 2); }
    .p-cta_btns-full {
      position: relative;
      width: 100%; }
    .p-cta_btns-item {
      position: relative;
      width: 100%;
      height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-radius: 10px;
      font-size: 1.8rem;
      line-height: 1em;
      gap: 6px;
      padding-left: 30px;
      padding-right: 30px;
      background-size: 18px 18px;
      background-position: right 20px center;
      background-repeat: no-repeat; }
      .p-cta_btns-item_ja {
        font-size: 2.4rem;
        letter-spacing: 0.2em; }
      .p-cta_btns-item_en {
        font-size: 1.4rem;
        font-weight: bold;
        letter-spacing: 0.2em; }
      .p-cta_btns-item.white {
        background-color: #ffffff;
        color: #000000;
        background-image: url("../img/btn-arw--black.png"); }
        .p-cta_btns-item.white:hover {
          color: #e50012;
          opacity: 1;
          background-image: url("../img/btn-arw--red.png"); }
      .p-cta_btns-item.black {
        background-color: #000000;
        color: #ffffff;
        background-image: url("../img/btn-arw--white.png"); }
        .p-cta_btns-item.black:hover {
          background-color: #ffffff;
          color: #e50012;
          opacity: 1;
          background-image: url("../img/btn-arw--black.png"); }
  @media screen and (max-width: 640px) {
    .p-cta-wrap {
      padding-top: calc(6vw + 30px); }
    .p-cta_title img {
      width: 100%;
      max-width: none; }
    .p-cta_btns-half {
      width: 100%; }
    .p-cta_btns-full {
      position: relative;
      width: 100%; }
    .p-cta_btns-item {
      font-size: 1.6rem;
      padding-left: 15px;
      padding-right: 15px;
      height: 70px; }
      .p-cta_btns-item_ja {
        font-size: 1.6rem; }
      .p-cta_btns-item_en {
        font-size: 1.1rem; } }

.p-kv {
  position: relative; }
  .p-kv_copy {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: clamp(240px, 37.8125vw, 726px);
    z-index: 2; }
  .p-kv_bg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 100px); }
    .p-kv_bg img {
      position: relative;
      width: 100%;
      height: 100%;
      max-height: calc(100vh - 100px);
      -o-object-position: center center;
      object-position: center center;
      -o-object-fit: cover;
      object-fit: cover; }

.p-concept {
  position: relative;
  background-image: url("../img/top-concept-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: clamp(70px, 8.59375vw, 110px);
  padding-bottom: clamp(60px, 7.03125vw, 90px);
  text-align: center;
  color: #ffffff; }
  .p-concept_content {
    position: relative;
    width: 100%; }
    .p-concept_content-title {
      position: relative;
      font-size: clamp(2.8rem, 3.125vw, 4rem);
      line-height: 2.0em;
      font-weight: 600; }
    .p-concept_content-description {
      position: relative;
      font-size: clamp(1.4rem, 1.25vw, 1.6rem);
      letter-spacing: 0.05em;
      line-height: 2.0em;
      margin-top: 30px; }
  @media screen and (max-width: 640px) {
    .p-concept_content-title {
      font-size: 2.2rem; }
      .p-concept_content-title span {
        display: inline-block; }
    .p-concept_content-description {
      position: relative;
      font-size: clamp(1.4rem, 1.25vw, 1.6rem);
      letter-spacing: 0.05em;
      line-height: 2.0em;
      margin-top: 30px; } }

.p-message {
  position: relative;
  width: 100%;
  padding-top: clamp(70px, 8.6vw, 110px);
  padding-bottom: clamp(80px, 9.375vw, 120px);
  background-color: #000000; }
  .p-message_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .p-message_content-img {
      position: relative;
      width: 35%; }
      .p-message_content-img img {
        position: relative;
        width: 100%;
        height: auto;
        z-index: 1; }
      .p-message_content-img::after {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        padding-top: calc((896 / 701) * 100%);
        background-color: #e50012;
        position: absolute;
        z-index: 0;
        -webkit-transform: translate3d(20px, 20px, 0);
        transform: translate3d(20px, 20px, 0);
        top: 0;
        left: 0; }
    .p-message_content-body {
      position: relative;
      width: 57.1%;
      color: #ffffff;
      padding-top: 20px; }
    .p-message_content-title {
      position: relative;
      font-size: clamp(1.8rem, 1.875vw, 2.4rem);
      font-weight: 600;
      letter-spacing: 0.025em;
      line-height: 1.75em;
      text-align: left; }
    .p-message_content-role {
      position: relative;
      font-size: clamp(1.4rem, 1.25vw, 1.6rem);
      font-weight: 300;
      line-height: 1.35em;
      margin-top: 30px;
      text-align: left; }
    .p-message_content-name {
      position: relative;
      font-size: clamp(2rem, 2.5vw, 3.2rem);
      font-weight: 300;
      line-height: 1.35em;
      margin-top: 10px;
      text-align: left; }
    .p-message_content-description {
      position: relative;
      font-size: clamp(1.4rem, 1.25vw, 1.6rem);
      font-weight: 300;
      line-height: 2em;
      margin-top: 30px;
      text-align: justify; }
  @media screen and (max-width: 640px) {
    .p-message_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 40px; }
      .p-message_content-img {
        width: 45%; }
      .p-message_content-body {
        width: 100%; }
      .p-message_content-title {
        position: relative;
        font-size: clamp(1.8rem, 1.875vw, 2.4rem);
        font-weight: 600;
        letter-spacing: 0.025em;
        line-height: 1.75em;
        text-align: left; }
      .p-message_content-role {
        position: relative;
        font-size: clamp(1.4rem, 1.25vw, 1.6rem);
        font-weight: 300;
        line-height: 1.35em;
        margin-top: 30px;
        text-align: left; }
      .p-message_content-name {
        position: relative;
        font-size: clamp(2rem, 2.5vw, 3.2rem);
        font-weight: 300;
        line-height: 1.35em;
        margin-top: 10px;
        text-align: left; }
      .p-message_content-description {
        position: relative;
        font-size: clamp(1.4rem, 1.25vw, 1.6rem);
        font-weight: 300;
        line-height: 2em;
        margin-top: 30px;
        text-align: justify; } }

.p-top-group {
  position: relative;
  padding-top: clamp(50px, 10vw, 120px);
  padding-bottom: clamp(200px, 35.15625vw, 450px);
  background: -webkit-gradient(linear, left top, right top, from(#e50012), color-stop(50%, #e50012), color-stop(50%, #7d7d7d), to(#7d7d7d));
  background: -webkit-linear-gradient(left, #e50012 0%, #e50012 50%, #7d7d7d 50%, #7d7d7d 100%);
  background: -o-linear-gradient(left, #e50012 0%, #e50012 50%, #7d7d7d 50%, #7d7d7d 100%);
  background: linear-gradient(to right, #e50012 0%, #e50012 50%, #7d7d7d 50%, #7d7d7d 100%); }
  .p-top-group_heading {
    position: relative;
    text-align: center;
    color: #ffffff;
    margin-bottom: clamp(40px, 6.25vw, 80px); }
    .p-top-group_heading-subtitle {
      font-size: clamp(2.4rem, 3.75vw, 4.8rem);
      position: relative;
      font-weight: bold;
      letter-spacing: 0.225em;
      line-height: 1.35em;
      font-family: "SourceHanSansJP"; }
    .p-top-group_heading-title {
      position: relative;
      font-size: clamp(2.2rem, 3.125vw, 4rem);
      margin-top: 10px;
      font-weight: 600; }
  .p-top-group_body {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 98px; }
  .p-top-group_block {
    position: relative;
    width: calc((100% - 98px) / 2);
    color: #ffffff; }
    .p-top-group_block-img {
      position: relative;
      width: 100%;
      margin-bottom: 50px; }
      .p-top-group_block-img img {
        position: relative;
        z-index: 1; }
      .p-top-group_block-img::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 20px);
        background-color: #ffffff;
        z-index: 0; }
    .p-top-group_block:nth-child(1) .p-top-group_block-img {
      padding-top: 20px; }
      .p-top-group_block:nth-child(1) .p-top-group_block-img::after {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0); }
    .p-top-group_block:nth-child(2) .p-top-group_block-img {
      padding-bottom: 20px; }
      .p-top-group_block:nth-child(2) .p-top-group_block-img::after {
        -webkit-transform: translate3d(20px, 20px, 0);
        transform: translate3d(20px, 20px, 0); }
    .p-top-group_block-copy {
      position: relative;
      font-size: clamp(1.8rem, 1.875vw, 2.4rem);
      line-height: 1.5em;
      font-weight: 600;
      margin-bottom: 10px;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
    .p-top-group_block-name {
      position: relative;
      font-size: clamp(2.2rem, 2.5vw, 3.2rem);
      font-weight: 600;
      line-height: 1.5em;
      margin-bottom: 30px;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
    .p-top-group_block-description {
      position: relative;
      width: 100%;
      text-align: justify;
      font-size: clamp(1.4rem, 1.25vw, 1.6rem);
      line-height: 2em;
      letter-spacing: 0.025em;
      margin-bottom: 30px;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
    .p-top-group_block-hr {
      position: relative;
      width: 100%;
      border: none;
      border-top: solid 1px #ffffff;
      margin-bottom: 30px; }
    .p-top-group_block-features {
      position: relative;
      font-size: clamp(1.4rem, 1.25vw, 1.6rem);
      line-height: 2em;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      .p-top-group_block-features-title {
        position: relative;
        font-weight: 600; }
      .p-top-group_block-features-items {
        position: relative;
        font-weight: 600; }
        .p-top-group_block-features-items ul li {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .p-top-group_block-features-items ul li::before {
            content: '●';
            display: inline-block; }
  @media screen and (max-width: 640px) {
    .p-top-group_heading-subtitle {
      font-size: 2.2rem; }
    .p-top-group_heading-title {
      font-size: 2rem; }
    .p-top-group_body {
      gap: 40px; }
    .p-top-group_block {
      width: calc((100% - 40px) / 2); }
      .p-top-group_block-img {
        margin-bottom: 30px; }
        .p-top-group_block-img::after {
          height: calc(100% - 10px); }
      .p-top-group_block:nth-child(1) .p-top-group_block-img {
        padding-top: 10px; }
        .p-top-group_block:nth-child(1) .p-top-group_block-img::after {
          -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0); }
      .p-top-group_block:nth-child(2) .p-top-group_block-img {
        padding-bottom: 10px; }
        .p-top-group_block:nth-child(2) .p-top-group_block-img::after {
          -webkit-transform: translate3d(10px, 10px, 0);
          transform: translate3d(10px, 10px, 0); }
      .p-top-group_block-copy {
        font-size: 1.6rem; }
      .p-top-group_block-name {
        font-size: 2rem;
        margin-bottom: 20px; }
      .p-top-group_block-description {
        font-size: 1.4rem;
        margin-bottom: 20px; }
      .p-top-group_block-hr {
        margin-bottom: 20px; }
      .p-top-group_block-features {
        font-size: 1.4rem; } }

.p-top-introduction {
  position: relative;
  margin-top: clamp(-350px, -27.34375vw, -200px);
  padding-bottom: clamp(100px, 14.0625vw, 180px);
  background-image: url("../img/deco-01.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: clamp(160px, 37.8125vw, 484px); }
  .p-top-introduction_heading {
    position: relative;
    text-align: center;
    color: #ffffff;
    margin-bottom: clamp(40px, 6.25vw, 80px); }
    .p-top-introduction_heading-subtitle {
      font-size: clamp(2.4rem, 3.75vw, 4.8rem);
      position: relative;
      font-weight: bold;
      letter-spacing: 0.225em;
      line-height: 1.35em;
      font-family: "SourceHanSansJP"; }
    .p-top-introduction_heading-title {
      position: relative;
      font-size: clamp(2.2rem, 3.125vw, 4rem);
      margin-top: 10px;
      font-weight: 600; }
  .p-top-introduction_body .swiper {
    width: 100%;
    height: 100%;
    overflow: visible !important; }
    .p-top-introduction_body .swiper .swiper-wrapper {
      padding-bottom: 80px; }
    .p-top-introduction_body .swiper-slide {
      width: 34.375vw;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .p-top-introduction_body .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-top-introduction_body .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 15px; }
    .p-top-introduction_body .swiper .swiper-pagination-bullet-active {
      background-color: #e50012; }
  .p-top-introduction-card {
    position: relative;
    width: 100%; }
    .p-top-introduction-card_img {
      position: relative;
      width: 100%;
      height: auto;
      margin-bottom: 20px; }
      .p-top-introduction-card_img img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-position: center center;
        object-position: center center;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        left: 0; }
      .p-top-introduction-card_img::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 56.818%;
        position: relative; }
    .p-top-introduction-card_company {
      position: relative;
      font-size: clamp(1.4rem, 1.25vw, 1.6rem);
      font-weight: 600;
      color: #000000;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      margin-bottom: 20px; }
    .p-top-introduction-card_occupation {
      position: relative;
      font-size: clamp(1.8rem, 1.875vw, 2.4rem);
      font-weight: 600;
      color: #e50012;
      letter-spacing: 0.025em;
      margin-bottom: 30px; }
    .p-top-introduction-card_description {
      position: relative;
      font-size: clamp(1.4rem, 1.25vw, 1.6rem);
      font-weight: 300;
      color: #000000;
      letter-spacing: 0.025em;
      line-height: 2em;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .p-top-introduction {
      margin-top: clamp(-300px, -27.34375vw, -100px); }
      .p-top-introduction_heading {
        margin-bottom: 30px; }
        .p-top-introduction_heading-subtitle {
          font-size: 2.2rem; }
        .p-top-introduction_heading-title {
          font-size: 2rem; }
      .p-top-introduction_body .swiper .swiper-wrapper {
        padding-bottom: 40px; }
      .p-top-introduction_body .swiper-slide {
        width: 50vw; }
      .p-top-introduction_body .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-top-introduction_body .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px; }
      .p-top-introduction-card_company {
        font-size: 1.4rem; }
      .p-top-introduction-card_occupation {
        font-size: 1.6rem;
        margin-bottom: 20px; }
      .p-top-introduction-card_description {
        font-size: 1.4rem; } }

.p-faq {
  position: relative;
  padding-top: clamp(50px, 10vw, 120px);
  padding-bottom: clamp(90px, 14.0625vw, 180px);
  background-image: url("../img/deco-03.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: clamp(120px, 14.818vw, 163px); }
  .p-faq_heading {
    position: relative;
    text-align: center;
    color: #000000;
    margin-bottom: clamp(40px, 6.25vw, 80px); }
    .p-faq_heading-subtitle {
      font-size: clamp(2.4rem, 3.75vw, 4.8rem);
      position: relative;
      font-weight: bold;
      letter-spacing: 0.225em;
      line-height: 1.35em;
      font-family: "SourceHanSansJP"; }
    .p-faq_heading-title {
      position: relative;
      font-size: clamp(2.2rem, 2.5vw, 3.2rem);
      margin-top: 10px;
      font-weight: 600; }
  .p-faq_list {
    position: relative;
    width: 100%;
    border-top: solid 1px #6F7070; }
    .p-faq_list-question {
      font-size: 2.4rem;
      line-height: 1.5em;
      font-weight: bold;
      color: #000000;
      position: relative;
      padding-top: clamp(15px, 3.125vw, 40px);
      padding-bottom: clamp(15px, 2.34vw, 30px);
      padding-right: clamp(15px, 3.125vw, 40px); }
      .p-faq_list-question::after {
        content: '';
        display: block;
        width: 25px;
        height: 13px;
        background-image: url("../img/accordion-arw.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        transition: -webkit-transform 0.5s ease-in-out;
        -o-transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
      .p-faq_list-question:not(.active)::after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }
    .p-faq_list-answer {
      padding-top: 0;
      padding-right: clamp(15px, 3.125vw, 40px);
      padding-left: clamp(15px, 2.34vw, 30px);
      padding-bottom: clamp(15px, 3.125vw, 40px);
      border-bottom: solid 1px #6F7070;
      font-size: 1.6rem;
      line-height: 1.5em;
      text-align: justify;
      max-height: 500px;
      /* 開いた状態 */
      overflow: hidden;
      -webkit-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
      -o-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
      transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
      opacity: 1; }
      .p-faq_list-answer.hidden {
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, padding 0.5s ease-in-out; }
  @media screen and (max-width: 640px) {
    .p-faq_heading {
      margin-bottom: 30px; }
      .p-faq_heading-subtitle {
        font-size: 2.2rem; }
      .p-faq_heading-title {
        font-size: 2rem; }
        .p-faq_heading-title span {
          display: inline-block; }
    .p-faq_list-question {
      font-size: 2rem; }
    .p-faq_list-answer {
      font-size: 1.4rem; } }

.p-staff {
  position: relative;
  padding-top: clamp(50px, 6.25vw, 80px);
  padding-bottom: clamp(100px, 14.0625vw, 180px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f2f2f2; }
  .p-staff_heading {
    position: relative;
    text-align: center;
    color: #000000;
    margin-bottom: clamp(40px, 6.25vw, 80px); }
    .p-staff_heading-subtitle {
      font-size: clamp(2.4rem, 3.75vw, 4.8rem);
      position: relative;
      font-weight: bold;
      letter-spacing: 0.225em;
      line-height: 1.35em;
      font-family: "SourceHanSansJP"; }
    .p-staff_heading-title {
      position: relative;
      font-size: clamp(2rem, 1.875vw, 2.4rem);
      letter-spacing: 0.2em;
      line-height: 1.35em;
      margin-top: 10px;
      font-weight: 600; }
  .p-staff-card {
    position: relative;
    width: 100%; }
    .p-staff-card_bottom {
      position: absolute;
      width: 100%;
      height: auto;
      bottom: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      z-index: 3;
      color: #ffffff;
      padding-left: 30px;
      padding-bottom: 20px;
      padding-right: 20px; }
      .p-staff-card_bottom-name {
        position: relative;
        font-size: clamp(2.4rem, 2.5vw, 3.2rem);
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"; }
        .p-staff-card_bottom-name span {
          font-size: clamp(1.4rem, 1.25vw, 1.6rem); }
      .p-staff-card_bottom-arw {
        position: relative;
        width: 60px;
        height: 60px;
        background-color: #ffffff;
        border-radius: 30px;
        background-image: url("../img/btn-arw--red.png");
        background-size: 17px 17px;
        background-repeat: no-repeat;
        background-position: center center; }
    .p-staff-card_img {
      position: relative;
      width: 100%;
      height: auto;
      margin-bottom: 20px; }
      .p-staff-card_img::before {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 0;
        padding-top: 56.818%;
        top: 0;
        left: 0;
        background-color: #000000;
        opacity: 0.4;
        z-index: 2; }
      .p-staff-card_img img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        top: 0;
        left: 0; }
      .p-staff-card_img::after {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        padding-top: 56.818%; }
    .p-staff-card:hover {
      opacity: 1; }
      .p-staff-card:hover .p-staff-card_img::before {
        opacity: 0; }
  @media screen and (max-width: 640px) {
    .p-staff {
      padding-bottom: clamp(60px, 7.8125vw, 100px); }
      .p-staff_heading {
        margin-bottom: 30px; }
        .p-staff_heading-subtitle {
          font-size: 2.2rem; }
        .p-staff_heading-title {
          font-size: 2rem; }
          .p-staff_heading-title span {
            display: inline-block; }
      .p-staff_body .swiper .swiper-wrapper {
        padding-bottom: 40px; }
      .p-staff_body .swiper-slide {
        width: 60vw; }
      .p-staff_body .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-staff_body .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px; } }

.p-deta {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  border-bottom: solid 1px #cccccc;
  padding-top: clamp(50px, 6.25vw, 80px);
  padding-bottom: clamp(100px, 14.84375vw, 190px); }
  .p-deta_heading {
    position: relative;
    text-align: center;
    color: #000000;
    margin-bottom: clamp(40px, 6.25vw, 80px); }
    .p-deta_heading-subtitle {
      font-size: clamp(2.4rem, 3.75vw, 4.8rem);
      position: relative;
      font-weight: bold;
      letter-spacing: 0.225em;
      line-height: 1.35em;
      font-family: "SourceHanSansJP"; }
    .p-deta_heading-title {
      position: relative;
      font-size: clamp(2rem, 1.875vw, 2.4rem);
      letter-spacing: 0.2em;
      line-height: 1.35em;
      margin-top: 10px;
      font-weight: 600; }
  .p-deta_body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 46px; }
    .p-deta_body-col {
      width: calc((100% - 92px) / 3); }
  .p-deta_bottom {
    position: relative;
    background-color: #ffffff;
    padding: 30px 15px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.73%;
    margin-top: 45px; }
    .p-deta_bottom-img {
      width: 23.36%; }
    .p-deta_bottom-body {
      width: 53.46%; }
      .p-deta_bottom-body_head {
        position: relative;
        font-size: clamp(2rem, 1.875vw, 2.4rem);
        font-weight: 600;
        line-height: 2em;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        margin-bottom: 20px; }
      .p-deta_bottom-body_title {
        position: relative;
        font-size: clamp(1.4rem, 1.25vw, 1.6rem);
        font-weight: 600;
        line-height: 2em;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        letter-spacing: 0.025em;
        margin-bottom: 10px; }
      .p-deta_bottom-body_description {
        position: relative;
        font-size: clamp(1.4rem, 1.25vw, 1.6rem);
        font-weight: 300;
        line-height: 2em;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        letter-spacing: 0.025em; }
  @media screen and (max-width: 640px) {
    .p-deta_heading {
      margin-bottom: 30px; }
      .p-deta_heading-subtitle {
        font-size: 2.2rem; }
      .p-deta_heading-title {
        font-size: 2rem; }
        .p-deta_heading-title span {
          display: inline-block; }
    .p-deta_body {
      gap: 30px; }
      .p-deta_body-col {
        width: calc((100% - 30px) / 2); }
    .p-deta_bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 30px; }
      .p-deta_bottom-img {
        width: 50%; }
      .p-deta_bottom-body {
        width: 100%; }
        .p-deta_bottom-body_head {
          font-size: 1.8rem; }
        .p-deta_bottom-body_title {
          font-size: 1.4rem; }
        .p-deta_bottom-body_description {
          font-size: 1.4rem; } }

.p-welfare {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  padding-top: clamp(50px, 6.25vw, 80px);
  padding-bottom: clamp(100px, 14.84375vw, 190px);
  background-image: url("../img/deco-02.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: clamp(128px, 22.54545vw, 248px); }
  .p-welfare_heading {
    position: relative;
    text-align: center;
    color: #000000;
    margin-bottom: clamp(40px, 6.25vw, 80px); }
    .p-welfare_heading-subtitle {
      font-size: clamp(2.4rem, 3.75vw, 4.8rem);
      position: relative;
      font-weight: bold;
      letter-spacing: 0.225em;
      line-height: 1.35em;
      font-family: "SourceHanSansJP"; }
    .p-welfare_heading-title {
      position: relative;
      font-size: clamp(2rem, 1.875vw, 2.4rem);
      letter-spacing: 0.2em;
      line-height: 1.35em;
      margin-top: 10px;
      font-weight: 600; }
  .p-welfare_body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 90px calc(100% - (45.45% * 2)); }
    .p-welfare_body-col {
      width: 45.45%; }
  .p-welfare_bottom {
    position: relative;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 110px; }
    .p-welfare_bottom-imgs {
      position: relative;
      width: 48.235%; }
      .p-welfare_bottom-imgs-item {
        width: 85.36%;
        height: auto;
        background-color: #ffffff;
        border-radius: 10px;
        padding: 10px; }
        .p-welfare_bottom-imgs-item:nth-child(1) {
          margin-left: auto; }
        .p-welfare_bottom-imgs-item:nth-child(2) {
          margin-right: auto;
          margin-top: -45px; }
    .p-welfare_bottom-body {
      position: relative;
      width: 39.313725%; }
      .p-welfare_bottom-body_title {
        position: relative;
        font-size: clamp(2.4rem, 2.5vw, 3.2rem);
        font-weight: 600;
        line-height: 1.5em;
        letter-spacing: 0.1em;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        margin-bottom: 20px; }
      .p-welfare_bottom-body_description {
        position: relative;
        font-size: clamp(1.4rem, 1.25vw, 1.6rem);
        font-weight: 300;
        line-height: 2em;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        letter-spacing: 0.05em; }
  @media screen and (max-width: 640px) {
    .p-welfare_heading {
      margin-bottom: 30px; }
      .p-welfare_heading-subtitle {
        font-size: 2.2rem; }
      .p-welfare_heading-title {
        font-size: 2rem; }
        .p-welfare_heading-title span {
          display: inline-block; }
    .p-welfare_body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 30px; }
      .p-welfare_body-col {
        width: 100%; }
    .p-welfare_bottom {
      padding: 0 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 30px;
      gap: 30px; }
      .p-welfare_bottom-imgs {
        width: 100%; }
      .p-welfare_bottom-body {
        width: 100%; }
        .p-welfare_bottom-body_title {
          font-size: 2.2rem; }
        .p-welfare_bottom-body_description {
          font-size: 1.4rem; } }

.p-page-block {
  position: relative;
  width: 100%; }
  .p-page-block + .p-page-block {
    margin-top: clamp(15px, 2.34375vw, 30px); }

.p-page-h2 {
  position: relative;
  font-size: clamp(2rem, 2.5vw, 3.2rem);
  font-weight: bold;
  color: #e50012;
  padding-bottom: 4px;
  margin-bottom: clamp(15px, 2.34375vw, 30px); }
  .p-page-h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #e50012;
    position: relative; }

.p-page-title {
  position: relative;
  font-size: clamp(2.4rem, 2.8125vw, 3.6rem);
  font-weight: bold;
  color: #ffffff;
  line-height: 1em; }

.p-page-title-en {
  position: relative;
  font-size: clamp(1.6rem, 1.875vw, 2.4rem);
  font-weight: bold;
  color: #ffffff;
  line-height: 1em;
  margin-top: 20px; }

.p-page-heading {
  position: relative;
  width: 100%;
  padding-top: clamp(70px, 10.15625vw, 130px);
  padding-bottom: clamp(80px, 11.32812vw, 145px);
  background-color: #e50012; }

.p-page-body {
  position: relative;
  width: 100%;
  padding-top: clamp(70px, 10.15625vw, 130px);
  padding-bottom: clamp(100px, 19.53125vw, 250px); }

@media screen and (max-width: 640px) {
  .p-page-heading {
    padding-top: 40px;
    padding-bottom: 40px; }
  .p-page-title {
    font-size: 2.2rem; }
  .p-page-title-en {
    font-size: 1.6rem;
    margin-top: 15px; } }

.p-privacy-beginning {
  font-size: 1.6rem;
  line-height: 2.1em;
  letter-spacing: 0.005em;
  position: relative;
  margin-bottom: clamp(40px, 7.8125vw, 100px);
  text-align: justify; }

.p-privacy-txt {
  font-size: 1.6rem;
  line-height: 2.1em;
  letter-spacing: 0.005em;
  position: relative;
  text-align: justify; }

@media screen and (max-width: 640px) {
  .p-privacy-beginning {
    font-size: 1.4rem; }
  .p-privacy-txt {
    font-size: 1.4rem; } }

.p-interview {
  position: relative;
  width: 100%; }
  .p-interview_kv {
    position: relative;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 100px); }
    .p-interview_kv::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 33.75%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
      background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
      background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
      z-index: 2; }
    .p-interview_kv img {
      position: relative;
      width: 100%;
      height: 100%;
      max-height: calc(100vh - 100px);
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center top;
      object-position: center top;
      z-index: 0; }
    .p-interview_kv-info {
      position: absolute;
      z-index: 3;
      bottom: clamp(20px, 3.90625vw, 50px);
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%;
      max-width: 1030px;
      padding-left: 15px;
      padding-right: 15px; }
  .p-interview_role {
    position: relative;
    display: inline-block;
    font-size: clamp(1.4rem, 1.25vw, 1.6rem);
    line-height: 1.45em;
    color: #ffffff;
    font-weight: bold; }
  .p-interview_detail {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #000000;
    padding: 8px 8px 4px;
    gap: 6px;
    background-color: #ffffff;
    margin-top: 30px; }
    .p-interview_detail-year {
      font-weight: bold;
      font-size: clamp(1.4rem, 1.25vw, 1.6rem); }
    .p-interview_detail-name {
      font-weight: bold;
      font-size: clamp(1.8rem, 1.875vw, 2.4rem); }
  .p-interview_copy {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
    z-index: 1; }
    .p-interview_copy .copy-item {
      position: relative;
      display: inline-block;
      font-size: clamp(2.8rem, 3.75vw, 4.8rem);
      line-heigt: 1.66em;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      color: #fff;
      padding: 6px 8px;
      overflow: hidden;
      font-weight: bold; }
  .p-interview_body {
    position: relative;
    width: 100%;
    padding-top: clamp(90px, 11.71875vw, 150px);
    background-color: #f2f2f2; }
  .p-interview_block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
    .p-interview_block + .p-interview_block {
      margin-top: clamp(50px, 7.8125vw, 100px); }
    .p-interview_block-img {
      position: relative;
      width: 44.79166vw;
      margin-top: 50px;
      z-index: 2; }
      .p-interview_block-img::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 69.767442%;
        position: relative; }
      .p-interview_block-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .p-interview_block-texts {
      position: relative;
      width: 44.270833vw;
      min-width: 400px;
      min-height: 500px;
      z-index: 1;
      background-color: #fff; }
    .p-interview_block-heading {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 10px; }
      .p-interview_block-heading_num {
        position: relative;
        height: auto; }
      .p-interview_block-heading_title {
        font-size: clamp(2.2rem, 2.5vw, 3.2rem);
        position: relative;
        line-height: 1.875em;
        font-weight: 600;
        color: #e50012;
        margin-top: -4px;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"; }
    .p-interview_block-body {
      position: relative;
      width: 100%;
      margin-top: 40px;
      font-size: clamp(1.4rem, 1.25vw, 1.6rem);
      line-height: 2em;
      letter-spacing: 0.005em;
      text-align: justify;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
    .p-interview_block.blk01 .p-interview_block-heading_num {
      width: 76px; }
    .p-interview_block.blk01 .p-interview_block-heading_title {
      width: calc(100% - 10px - 76px); }
    .p-interview_block.blk02 .p-interview_block-heading_num {
      width: 80px; }
    .p-interview_block.blk02 .p-interview_block-heading_title {
      width: calc(100% - 10px - 80px); }
    .p-interview_block.blk03 .p-interview_block-heading_num {
      width: 76px; }
    .p-interview_block.blk03 .p-interview_block-heading_title {
      width: calc(100% - 10px - 76px); }
    .p-interview_block.blk04 .p-interview_block-heading_num {
      width: 80px; }
    .p-interview_block.blk04 .p-interview_block-heading_title {
      width: calc(100% - 10px - 80px); }
    .p-interview_block:nth-child(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .p-interview_block:nth-child(odd) .p-interview_block-texts {
        margin-left: -10.41666vw;
        padding-top: 58px;
        padding-bottom: 50px;
        padding-left: 13.020833vw;
        padding-right: 3.90625vw; }
    .p-interview_block:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .p-interview_block:nth-child(even) .p-interview_block-texts {
        margin-right: -10.41666vw;
        padding-top: 58px;
        padding-bottom: 50px;
        padding-right: 13.020833vw;
        padding-left: 3.90625vw; }
  @media screen and (max-width: 640px) {
    .p-interview_kv {
      min-height: 320px; }
      .p-interview_kv img {
        position: absolute; }
      .p-interview_kv-info {
        bottom: 15px;
        padding-left: 12px;
        padding-right: 12px; }
    .p-interview_role {
      font-size: 1.4rem; }
    .p-interview_detail {
      margin-top: 10px; }
      .p-interview_detail-year {
        font-size: 1.2rem; }
      .p-interview_detail-name {
        font-size: 1.4rem; }
    .p-interview_copy {
      margin-top: 10px; }
      .p-interview_copy .copy-item {
        font-size: 1.8rem;
        padding: 0; }
    .p-interview_body {
      padding-top: 60px;
      padding-bottom: 60px; }
    .p-interview_block + .p-interview_block {
      margin-top: 40px; }
    .p-interview_block-img {
      width: 85%;
      margin-top: 0; }
      .p-interview_block-img::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 69.767442%;
        position: relative; }
      .p-interview_block-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .p-interview_block-texts {
      width: 90%;
      min-width: auto;
      min-height: auto;
      margin-top: -30px; }
    .p-interview_block-heading_title {
      font-size: 2rem; }
    .p-interview_block-body {
      margin-top: 15px;
      font-size: clamp(1.4rem, 1.25vw, 1.6rem); }
    .p-interview_block.blk01 .p-interview_block-heading_num {
      width: 57px; }
    .p-interview_block.blk01 .p-interview_block-heading_title {
      width: calc(100% - 10px - 57px); }
    .p-interview_block.blk02 .p-interview_block-heading_num {
      width: 60px; }
    .p-interview_block.blk02 .p-interview_block-heading_title {
      width: calc(100% - 10px - 60px); }
    .p-interview_block.blk03 .p-interview_block-heading_num {
      width: 57px; }
    .p-interview_block.blk03 .p-interview_block-heading_title {
      width: calc(100% - 10px - 57px); }
    .p-interview_block.blk04 .p-interview_block-heading_num {
      width: 60px; }
    .p-interview_block.blk04 .p-interview_block-heading_title {
      width: calc(100% - 10px - 60px); }
    .p-interview_block:nth-child(odd) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .p-interview_block:nth-child(odd) .p-interview_block-texts {
        margin-left: auto;
        padding-top: 60px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px; }
    .p-interview_block:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .p-interview_block:nth-child(even) .p-interview_block-texts {
        margin-left: auto;
        margin-right: 0;
        padding-top: 60px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px; } }

.p-staff-more {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  padding-top: clamp(80px, 11.71875vw, 150px);
  padding-bottom: clamp(80px, 11.71875vw, 150px); }
  .p-staff-more_heading {
    position: relative;
    text-align: center;
    color: #e50012;
    margin-bottom: clamp(80px, 4.29688vw, 55px); }
    .p-staff-more_heading-subtitle {
      font-size: clamp(2.4rem, 3.75vw, 4.8rem);
      position: relative;
      font-weight: bold;
      letter-spacing: 0.225em;
      line-height: 1.35em;
      font-family: "SourceHanSansJP"; }
  @media screen and (max-width: 640px) {
    .p-staff-more {
      padding-top: 60px;
      padding-bottom: 60px; }
      .p-staff-more_heading {
        margin-bottom: 30px; }
        .p-staff-more_heading-subtitle {
          font-size: 2.2rem; } }

.p-interview-more-block {
  position: relative;
  width: 100%;
  height: auto;
  display: block; }
  .p-interview-more-block_info {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 2; }
  .p-interview-more-block_role {
    position: relative;
    border: solid 1px #e50012;
    display: inline-block;
    font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
    line-height: 1.45em;
    padding: 6px 12px 0;
    color: #e50012;
    font-weight: bold; }
  .p-interview-more-block_year {
    position: relative;
    margin-top: 20px;
    font-weight: bold;
    font-size: clamp(1.4rem, 1.25vw, 1.6rem); }
  .p-interview-more-block_name {
    position: relative;
    margin-top: 4px;
    font-weight: bold;
    font-size: clamp(2rem, 2.34375vw, 3rem); }
  .p-interview-more-block_img {
    position: relative;
    z-index: 1; }
  .p-interview-more-block_badge {
    position: absolute;
    width: clamp(50px, 12.65625%, 81px);
    height: auto;
    z-index: 2;
    top: clamp(6px, 1.5625%, 10px);
    right: clamp(6px, 1.5625%, 10px); }

.p-archive-body {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 48px; }
  .p-archive-body_main {
    position: relative;
    width: calc(100% - 48px - 268px); }
  .p-archive-body_sidebar {
    width: 268px; }
  @media screen and (max-width: 640px) {
    .p-archive-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 60px; }
      .p-archive-body_main {
        width: 100%; }
      .p-archive-body_sidebar {
        width: 100%;
        border: solid 1px rgba(0, 69, 148, 0.1);
        padding: 20px 15px;
        border-radius: 9px; } }

.p-aside {
  position: relative;
  width: 100%; }
  .p-aside_submit {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 204px;
    height: 46px;
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 28px;
    background-color: #1eaa0a;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #ffffff; }
    .p-aside_submit:hover {
      opacity: 0.8;
      -webkit-transition: opacity .4s ease;
      -o-transition: opacity .4s ease;
      transition: opacity .4s ease; }
    .p-aside_submit::after {
      content: '';
      width: 10px;
      height: 16px;
      background-image: url("../img/circle-btn-arw.png");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      right: 7px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .p-aside_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px; }
  .p-aside-block {
    width: 100%; }
    .p-aside-block_heading {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 12px;
      padding: 10px 15px;
      margin-bottom: 14px;
      background-color: #f2f2f2; }
      .p-aside-block_heading-title {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.45em;
        color: #000000;
        margin-bottom: -4px; }
    .p-aside-block_body {
      position: relative;
      width: 100%; }
      .p-aside-block_body .check_item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 6px; }
        .p-aside-block_body .check_item label {
          font-size: 1.8rem;
          line-height: 2em;
          font-weight: 600;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: 6px; }
        .p-aside-block_body .check_item + .check_item {
          margin-top: 10px; }
        .p-aside-block_body .check_item input {
          -webkit-appearance: menulist-button;
          -moz-appearance: menulist-button;
          appearance: menulist-button; }
        .p-aside-block_body .check_item a {
          font-size: 1.8rem;
          line-height: 2em;
          font-weight: 600;
          position: relative;
          margin-bottom: -4px; }
  @media screen and (max-width: 640px) {
    .p-aside_inner {
      gap: 20px; }
    .p-aside-block_heading {
      gap: 8px;
      padding: 6px 10px;
      margin-bottom: 10px; }
      .p-aside-block_heading-icon {
        height: 16px;
        width: 16px; }
      .p-aside-block_heading-title {
        font-size: 1.6rem; }
    .p-aside-block_body .check_item a {
      font-size: 1.6rem; } }

.p-archives {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px; }
  .p-archives_no-result {
    position: relative;
    width: 100%;
    background-color: #F0F0F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 30px 15px; }

.p-recruit-card {
  position: relative; }
  .p-recruit-card_heading {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: solid 1px #000000;
    margin-bottom: 20px; }
  .p-recruit-card_area {
    position: relative;
    background-color: #000000;
    color: #ffffff;
    display: inline-block;
    font-size: 1.4rem;
    padding: 2px 8px 0;
    line-height: 1.65em;
    letter-spacing: 0.1em;
    border-radius: 10px; }
  .p-recruit-card_title {
    position: relative;
    margin-top: 10px;
    font-size: clamp(2rem, 2.10938vw, 2.7rem);
    font-weight: bold;
    line-height: 1.5em;
    color: #000000; }
  .p-recruit-card_body {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px; }
    .p-recruit-card_body_eyecatch {
      position: relative;
      width: 39%; }
      .p-recruit-card_body_eyecatch img {
        position: relative;
        width: 100%;
        height: auto; }
    .p-recruit-card_body_detail {
      position: relative;
      width: calc(100% - 39% - 20px); }
    .p-recruit-card_body_address {
      position: relative;
      font-size: 2rem;
      line-height: 1.45em; }
    .p-recruit-card_body_btn {
      position: relative;
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      max-width: 258px;
      height: 55px;
      padding-left: 24px;
      padding-right: 24px;
      border-radius: 28px;
      background-color: #1eaa0a;
      font-size: 1.8rem;
      font-weight: bold;
      letter-spacing: 0.1em;
      line-height: 1.0em;
      color: #ffffff; }
      .p-recruit-card_body_btn::after {
        content: '';
        width: 13px;
        height: 23px;
        background-image: url("../img/circle-btn-arw.png");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        right: 13px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  @media screen and (max-width: 640px) {
    .p-recruit-card_heading {
      padding-bottom: 6px; }
    .p-recruit-card_area {
      font-size: 1.2rem; }
    .p-recruit-card_title {
      font-size: 2rem;
      margin-top: 6px; }
    .p-recruit-card_body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .p-recruit-card_body_eyecatch {
        width: 30%;
        min-width: 240px; }
      .p-recruit-card_body_detail {
        width: 100%; }
      .p-recruit-card_body_address {
        font-size: 1.6rem; }
      .p-recruit-card_body_btn {
        height: 46px;
        max-width: 204px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 1.6rem; }
        .p-recruit-card_body_btn::after {
          width: 10px;
          height: 16px;
          right: 10px; } }

.p-recruit-single_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 398px;
  height: 55px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 28px;
  background-color: #1eaa0a;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.0em;
  color: #ffffff; }
  .p-recruit-single_btn::after {
    content: '';
    width: 13px;
    height: 23px;
    background-image: url("../img/circle-btn-arw.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.p-recruit-single_heading {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px 15px;
  margin-bottom: 15px; }
  .p-recruit-single_heading_area {
    position: relative;
    background-color: #e50012;
    color: #ffffff;
    display: inline-block;
    font-size: clamp(1.4rem, 1.40125vw, 1.8rem);
    font-weight: bold;
    padding: clamp(6px, 0.78125vw, 10px) clamp(12px, 1.95312vw, 25px) clamp(4px, 0.625vw, 8px);
    line-height: 1.5em;
    letter-spacing: 0.1em;
    border-radius: 10px; }
  .p-recruit-single_heading_place {
    font-size: clamp(2rem, 2.8125vw, 3.6rem);
    line-height: 1.5em;
    font-weight: bold;
    color: #e50012;
    position: relative;
    padding-left: 15px; }
  .p-recruit-single_heading_location {
    font-size: clamp(1.6rem, 1.875vw, 2.4rem);
    line-height: 1.45em;
    letter-spacing: 0.005em;
    position: relative;
    padding-top: 2px; }

.p-recruit-single_block {
  position: relative;
  background-color: #F5F5F5;
  padding: clamp(20px, 3.90625vw, 50px);
  border-top: solid 2px #e50012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: clamp(15px, 3.125vw, 40px); }
  .p-recruit-single_block-img {
    position: relative;
    width: calc((100% - clamp(15px, 3.125vw, 40px)) / 2); }
    .p-recruit-single_block-img img {
      position: relative;
      width: 100%;
      height: auto; }
  .p-recruit-single_block-map {
    position: relative;
    width: calc((100% - clamp(15px, 3.125vw, 40px)) / 2);
    height: auto; }
    .p-recruit-single_block-map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media screen and (max-width: 640px) {
  .p-recruit-single_btn {
    height: 46px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.6rem; }
    .p-recruit-single_btn::after {
      width: 10px;
      height: 16px;
      right: 10px; }
  .p-recruit-single_heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .p-recruit-single_heading_area {
      font-size: 1.2rem; }
    .p-recruit-single_heading_place {
      font-size: 2rem;
      padding-left: 0; }
    .p-recruit-single_heading_location {
      font-size: 1.4rem;
      width: 100%; }
  .p-recruit-single_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px; }
    .p-recruit-single_block-img {
      width: 100%; }
    .p-recruit-single_block-map {
      width: 100%;
      padding-top: 65%; }
      .p-recruit-single_block-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

.p-entry {
  position: relative; }
  .p-entry .select-box.no-arw:not(.birth) {
    max-width: none; }
  .p-entry .select-box.no-arw::after {
    display: none; }
  .p-entry .p-entry_submit.row {
    gap: 20px; }
    .p-entry .p-entry_submit.row .p-entry_prev-btn, .p-entry .p-entry_submit.row .p-entry_submit-btn {
      width: 45%; }
  .p-entry .p-entry_submit .p-entry_prev-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 334px;
    height: 70px;
    color: #ffffff; }
    .p-entry .p-entry_submit .p-entry_prev-btn input[type="button"], .p-entry .p-entry_submit .p-entry_prev-btn button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      width: 100%;
      border-radius: 35px;
      background-color: #aaaaaa;
      padding-left: 24px;
      padding-right: 24px;
      border: none;
      font-size: 1.8rem;
      font-weight: bold;
      letter-spacing: 0.1em;
      line-height: 1.0em;
      color: #fff; }
  .p-entry .p-entry_submit .p-entry_submit-btn {
    margin-left: 0;
    margin-right: 0; }
  .p-entry .select-box.check,
  .p-entry .p-entry_input.check {
    font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
    line-height: 1em;
    font-weight: bold; }
  .p-entry_input-items {
    position: relative;
    width: 100%;
    background-color: #F5F5F5; }
  .p-entry_row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 20px; }
    .p-entry_row + .p-entry_row {
      border-top: solid 1px #D8D8D8; }
  .p-entry_label {
    position: relative;
    width: clamp(180px, 22.03125vw, 282px);
    font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
    font-weight: bold;
    line-height: 1.5em;
    padding-left: clamp(15px, 2.34vw, 30px); }
    .p-entry_label label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: clamp(4px, 0.78125vw, 10px); }
    .p-entry_label .require {
      position: relative;
      background-color: #e50012;
      color: #ffffff;
      display: inline-block;
      font-size: 12px;
      font-weight: bold;
      padding: 3px clamp(6px, 0.78125vw, 10px) 2px;
      border: solid 1px #707070;
      line-height: 1.5em;
      letter-spacing: 0.1em;
      border-radius: 10px; }
  .p-entry .select-box {
    position: relative;
    width: 100%;
    max-width: 550px; }
    .p-entry .select-box.gender {
      max-width: 201px; }
    .p-entry .select-box.birth {
      max-width: 154px;
      width: 25%; }
    .p-entry .select-box input {
      width: 100%; }
    .p-entry .select-box::after {
      content: '';
      display: block;
      width: 15px;
      /* ベースの幅 */
      height: 13px;
      /* ベースの高さ */
      background: #878787;
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
      position: absolute;
      right: clamp(6px, 0.78125vw, 10px);
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .p-entry_input {
    position: relative;
    width: calc(100% - clamp(180px, 22.03125vw, 282px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(4px, 0.85938vw, 11px);
    padding-right: clamp(15px, 2.34vw, 30px); }
    .p-entry_input-select {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .p-entry_input-select:nth-of-type(4), .p-entry_input-select:nth-of-type(6) {
        margin-left: clamp(0px, 1.09375vw, 14px); }
    .p-entry_input-txt {
      white-space: nowrap;
      position: relative;
      font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
      line-height: 1em;
      width: 34px;
      text-align: center; }
    .p-entry_input input {
      position: relative;
      width: 100%;
      max-width: 550px;
      border: solid 1px #B5B5B5;
      background-color: #ffffff;
      height: 56px;
      border-radius: 10px;
      font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
      padding-left: 12px;
      padding-right: 12px; }
    .p-entry_input select {
      position: relative;
      width: 100%;
      max-width: 550px;
      border: solid 1px #B5B5B5;
      background-color: #ffffff;
      height: 56px;
      border-radius: 10px;
      font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
      line-height: 1.5;
      padding-left: 12px;
      padding-right: 12px; }
  .p-entry_privacy {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: clamp(50px, 7.8125vw, 100px); }
    .p-entry_privacy label {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 10px;
      color: #707070;
      font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
      line-height: 1em; }
      .p-entry_privacy label input[type="checkbox"] {
        position: relative;
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
        border-color: #707070;
        top: -2px; }
    .p-entry_privacy a {
      color: #e50012;
      text-decoration: underline; }
  .p-entry_submit {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: clamp(15px, 2.34vw, 30px);
    width: 100%;
    max-width: 334px;
    height: 70px;
    margin-left: auto;
    margin-right: auto; }
    .p-entry_submit-btn {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      max-width: 334px;
      height: 70px;
      margin-left: auto;
      margin-right: auto;
      color: #ffffff; }
      .p-entry_submit-btn .wpcf7-spinner {
        position: absolute !important;
        top: 50% !important;
        left: 13px !important;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        margin: 0 !important; }
      .p-entry_submit-btn::after {
        display: block;
        content: '';
        width: 13px;
        height: 23px;
        background-image: url("../img/circle-btn-arw.png");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        right: 13px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .p-entry_submit button, .p-entry_submit input[type="submit"] {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      max-width: 334px;
      height: 70px;
      padding-left: 24px;
      padding-right: 24px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 35px;
      background-color: #1eaa0a;
      font-size: 1.8rem;
      font-weight: bold;
      letter-spacing: 0.1em;
      line-height: 1.0em;
      color: #ffffff; }
      .p-entry_submit button:hover, .p-entry_submit input[type="submit"]:hover {
        opacity: 0.8; }
  @media screen and (max-width: 640px) {
    .p-entry_row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .p-entry_label {
      width: 100%;
      margin-bottom: 10px; }
    .p-entry .select-box {
      max-width: none; }
      .p-entry .select-box input {
        width: 100%; }
    .p-entry_input {
      width: 100%;
      padding-left: clamp(15px, 2.34vw, 30px); }
      .p-entry_input-select {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .p-entry_input-select:nth-of-type(4), .p-entry_input-select:nth-of-type(6) {
          margin-left: clamp(0px, 1.09375vw, 14px); }
      .p-entry_input-txt {
        white-space: nowrap;
        position: relative;
        font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
        line-height: 1em;
        width: 34px;
        text-align: center; }
      .p-entry_input input {
        max-width: none; }
      .p-entry_input select {
        max-width: none; }
    .p-entry_privacy {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: clamp(50px, 7.8125vw, 100px); }
      .p-entry_privacy label {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        color: #707070;
        font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
        line-height: 1em; }
        .p-entry_privacy label input[type="checkbox"] {
          position: relative;
          -webkit-appearance: auto;
          -moz-appearance: auto;
          appearance: auto;
          border-color: #707070;
          top: -2px; }
    .p-entry_submit {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: clamp(15px, 2.34vw, 30px); }
      .p-entry_submit button {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 334px;
        height: 70px;
        padding-left: 24px;
        padding-right: 24px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 35px;
        background-color: #1eaa0a;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        line-height: 1.0em;
        color: #ffffff; }
        .p-entry_submit button:hover {
          opacity: 0.8; }
        .p-entry_submit button::after {
          content: '';
          width: 13px;
          height: 23px;
          background-image: url("../img/circle-btn-arw.png");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          position: absolute;
          right: 13px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
  .p-entry_thanks {
    position: relative;
    width: 100%;
    background-color: #F5F5F5;
    padding-top: clamp(30px, 4vw, 50px);
    padding-bottom: clamp(30px, 4vw, 50px);
    padding-left: clamp(15px, 2.3vw, 30px);
    padding-right: clamp(15px, 2.3vw, 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px; }
    .p-entry_thanks div {
      font-size: 1.6rem;
      line-height: 1.5em;
      text-align: center; }
      .p-entry_thanks div span {
        display: inline-block; }
    @media screen and (max-width: 640px) {
      .p-entry_thanks div {
        font-size: 1.4rem; } }

.u-half-bg {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F5F5F5), color-stop(50%, #EBEBEB));
  background: -webkit-linear-gradient(left, #F5F5F5 50%, #EBEBEB 50%);
  background: -o-linear-gradient(left, #F5F5F5 50%, #EBEBEB 50%);
  background: linear-gradient(to right, #F5F5F5 50%, #EBEBEB 50%); }

/* 初期状態: 不透明度ゼロ + 下方向に少しズレ */
.js-fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out; }

/* スクロールで表示されると適用 */
.js-fade-in.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.glide__arrow {
  background-color: #e50012;
  color: #fff;
  border: none;
  width: 10px;
  height: 12px;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  z-index: 10; }

.glide__arrow--left {
  -webkit-clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
  position: relative; }

.glide__arrow--right {
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: relative; }

.glide__bullets {
  text-align: center; }

.glide__bullet {
  width: 9px;
  height: 9px;
  margin-left: 10px;
  margin-right: 10px;
  background: #b3b3b3;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer; }

.glide__bullet--active {
  opacity: 1;
  background: #e50012; }

.p-interview-more_controller {
  padding-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 9px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

  .wpcf7-form-control-wrap {
    width: 100%;
  }