@charset "UTF-8";
/*================================================================
 *FILE          :page.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* 共通パーツ
-----------------------------------------------------------------*/
/*
next 矢印
------------------------------------*/
/*
ボタン
------------------------------------*/
/*
タグ
------------------------------------*/
/*
card
------------------------------------*/
/*
モーダル
------------------------------------*/
/*
チェックボックス
------------------------------------*/
/*
ページャー
------------------------------------*/
/*
jobカード
------------------------------------*/
/*
スワイパー ページャー
------------------------------------*/
/*
アーカイブ記事
------------------------------------*/
/*
シングル記事
------------------------------------*/
/*
 banner
------------------------------------*/
/*
 pickup_icon
------------------------------------*/
/*================================================================
 *FILE          :page.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* 共通パーツ
-----------------------------------------------------------------*/
/*
next 矢印
------------------------------------*/
/*
ボタン
------------------------------------*/
/*
タグ
------------------------------------*/
/*
card
------------------------------------*/
/*
モーダル
------------------------------------*/
/*
チェックボックス
------------------------------------*/
/*
ページャー
------------------------------------*/
/*
jobカード
------------------------------------*/
/*
スワイパー ページャー
------------------------------------*/
/*
アーカイブ記事
------------------------------------*/
/*
シングル記事
------------------------------------*/
/*
 banner
------------------------------------*/
/*
 pickup_icon
------------------------------------*/
.c-arrow {
  -webkit-transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  background-color: rgba(var(--changing-color), 1);
  --color-primary: rgba(var(--changing-color), $opacity);
  --color-secondary: rgba(var(--changing-color), $opacity);
  border-radius: 50%;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-arrow {
      width: 30px;
      height: 30px; }
      .c-arrow.c-arrow-big {
        width: 41px;
        height: 41px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-arrow {
      width: 41px;
      height: 41px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-arrow.c-arrow-small {
      width: 20px;
      height: 20px; } }
  .c-arrow.c-arrow-blackStraight {
    background-color: #1A1A1A; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .c-arrow.c-arrow-blackStraight {
        width: 41px;
        height: 41px; } }
  .c-arrow.c-arrow_big {
    width: 41px;
    height: 41px; }

.c-arrow_svg {
  fill: #1A1A1A; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-arrow_svg {
      width: 12px;
      height: 9px; }
      .c-arrow-big .c-arrow_svg {
        width: 14px;
        height: 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-arrow_svg {
      width: 14px;
      height: 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-arrow-small .c-arrow_svg {
      width: 10px;
      height: 7px; } }
  .c-arrow-blackStraight .c-arrow_svg {
    fill: #fff; }

.c-arrow_send {
  width: 15px;
  height: 15px;
  fill: #1A1A1A;
  translate: -1px 1px; }

.c-button {
  background-color: #1A1A1A;
  position: relative;
  text-align: center;
  padding: 21px 21px 20px;
  display: block;
  cursor: pointer; }
  .c-button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease; }
  .c-button.c-buttonHoverWhite::before {
    background-color: #fff; }
  .c-button.c-buttonHoverBlue::before {
    background-color: rgba(var(--changing-color), 1); }
  @media (hover: hover) {
    .c-button:hover::before {
      height: 100%; }
    .c-button:hover.c-buttonHoverWhite .c-button_text {
      color: #1A1A1A !important; }
    .c-button:hover.c-buttonHoverWhite .c-button_icon {
      fill: #1A1A1A !important; }
    .c-button:hover.c-buttonHoverBlue .c-button_text {
      color: #1A1A1A !important; }
    .c-button:hover.c-buttonHoverBlue .c-button_icon {
      fill: #1A1A1A !important; } }
  .c-button.c-button-blue {
    -webkit-transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    background-color: rgba(var(--changing-color), 1);
    --color-primary: rgba(var(--changing-color), $opacity);
    --color-secondary: rgba(var(--changing-color), $opacity); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .c-button.c-button-blue {
        padding: 15px 20px; } }
  .c-button.c-button-white {
    background-color: #fff;
    border: 1px solid #1A1A1A; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .c-button.c-button-white {
        padding: 15px 20px; } }
  .c-button.c-button_small {
    padding: 15px 20px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-button.c-button_thin {
      padding: 10px 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-button.c-button_thin {
      padding: 12px 20px; } }

.c-button_text {
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  z-index: 10; }
  .c-button-blue .c-button_text,
  .c-button-white .c-button_text {
    color: #1A1A1A; }
  .c-button_small .c-button_text {
    font-size: 14px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-button_thin .c-button_text {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-button_thin .c-button_text {
      font-size: 16px; } }

.c-button_icon {
  position: absolute;
  right: 21px;
  top: 50%;
  translate: 0 -50%;
  fill: #fff;
  width: 14px;
  height: 10px;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  z-index: 20; }
  .c-button-blue .c-button_icon,
  .c-button-white .c-button_icon {
    fill: #1A1A1A; }
  .c-button_icon.c-button_icon_prev {
    left: 21px; }

.c-tag_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-tag_wrap {
      gap: 8px 8px;
      margin-top: 19px;
      position: relative;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .c-tag_wrap.is-hidden {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-tag_wrap {
      gap: 7px 9px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .c-tag_wrap.c-tag_wrap_card {
    margin-top: 16px; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .c-tags_wrap-top {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 calc(20 / 375 * 100vw);
    margin-inline: calc(-20 / 375 * 100vw);
    overflow-x: auto;
    scrollbar-width: none; }
    .c-tags_wrap-top::-webkit-scrollbar {
      display: none; } }

.c-tag {
  border: 1px solid #1A1A1A;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer; }
  .c-tag.c-tag-blue {
    border: 1px solid;
    -webkit-transition: border-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition: border-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    border-color: rgba(var(--changing-color), 1);
    --color-primary: rgba(var(--changing-color), $opacity);
    --color-secondary: rgba(var(--changing-color), $opacity);
    background-color: #fff;
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease; }
    @media (hover: hover) {
      .c-tag.c-tag-blue:hover {
        -webkit-transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
        transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
        background-color: rgba(var(--changing-color), 1);
        --color-primary: rgba(var(--changing-color), $opacity);
        --color-secondary: rgba(var(--changing-color), $opacity); }
        .c-tag.c-tag-blue:hover .c-tag_text {
          color: #1A1A1A; }
        .c-tag.c-tag-blue:hover .c-tag_close_icon::before, .c-tag.c-tag-blue:hover .c-tag_close_icon::after {
          background-color: #1A1A1A; } }
  @media (hover: hover) {
    .c-tag.c-tag-hoverBlack:hover {
      background-color: #1A1A1A; }
      .c-tag.c-tag-hoverBlack:hover .c-tag_text {
        color: #fff; } }
  .c-tag.is-click {
    background-color: #1A1A1A; }
  .c-tag.c-tag-blueBlack {
    -webkit-transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    background-color: rgba(var(--changing-color), 1);
    --color-primary: rgba(var(--changing-color), $opacity);
    --color-secondary: rgba(var(--changing-color), $opacity);
    border: none; }
  .c-tag.is-hidden {
    display: none; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .c-tag_inner {
    padding: 5px 12px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .c-tag_inner {
    padding: 3px 17px 4px 16px; } }

.c-tag_inner.c-tag_inner_large {
  padding: 6px 20px 7px; }

.c-tag_close .c-tag_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px; }

.c-tag_text {
  letter-spacing: 0.1em;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  white-space: nowrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-tag_text {
      font-size: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-tag_text {
      font-size: 12px; } }
  .c-tag_text.c-tag_text-wrap {
    white-space: normal; }
  .c-tag-blue .c-tag_text {
    -webkit-transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    color: rgba(var(--changing-color), 1);
    --color-primary: rgba(var(--changing-color), $opacity);
    --color-secondary: rgba(var(--changing-color), $opacity); }
  .is-click .c-tag_text {
    color: #fff; }
  .c-tag-blueBlack .c-tag_text {
    color: #1A1A1A;
    font-weight: 900; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .c-tag-blueBlack .c-tag_text {
        font-size: 12px; } }

.c-tag_close_icon {
  width: 9px;
  height: 9px;
  position: relative; }
  .c-tag_close_icon::before, .c-tag_close_icon::after {
    background-color: #1A1A1A;
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    top: 50%;
    left: 50%;
    translate: -50% -50%; }
  .c-tag_close_icon::before {
    rotate: 45deg; }
  .c-tag_close_icon::after {
    rotate: -45deg; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .c-tagsContent {
    position: relative; }
    .c-tagsContent::after {
      content: "";
      position: absolute;
      width: calc(20 / 375 * 100vw);
      height: 37px;
      top: 0;
      z-index: 10;
      right: calc(-20 / 375 * 100vw);
      background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #F1F1F1));
      background: -webkit-linear-gradient(left, transparent 0%, #F1F1F1 50%);
      background: linear-gradient(to right, transparent 0%, #F1F1F1 50%); }
    .c-tagsContent::before {
      content: "";
      position: absolute;
      width: calc(20 / 375 * 100vw);
      height: 37px;
      top: 0;
      z-index: 10;
      left: calc(-20 / 375 * 100vw);
      background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #F1F1F1));
      background: -webkit-linear-gradient(right, transparent 0%, #F1F1F1 50%);
      background: linear-gradient(to left, transparent 0%, #F1F1F1 50%); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .c-tags_wrap {
    margin-top: 32px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .c-tags_wrap {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 87px; } }

.c-tags_title {
  font-family: Arial, sans-serif;
  font-weight: 900;
  -webkit-transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  color: rgba(var(--changing-color), 1);
  --color-primary: rgba(var(--changing-color), $opacity);
  --color-secondary: rgba(var(--changing-color), $opacity);
  font-size: 30px;
  letter-spacing: 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-tags_title {
      margin-top: -7px; } }

.c-tag_show,
.c-tag_hidden {
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-tag_show,
    .c-tag_hidden {
      font-size: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-tag_show,
    .c-tag_hidden {
      font-size: 15px; } }
  .c-tag_show.is-hidden,
  .c-tag_hidden.is-hidden {
    display: none; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .is-hidden .c-tag_show {
    white-space: nowrap; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .c-tag_hidden {
    margin-top: 32px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .c-tag_hidden {
    margin-top: 24px; } }

.c-title_main {
  display: block;
  line-height: 1;
  font-family: Arial, sans-serif;
  font-weight: 900;
  -webkit-transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  color: rgba(var(--changing-color), 1);
  --color-primary: rgba(var(--changing-color), $opacity);
  --color-secondary: rgba(var(--changing-color), $opacity); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-title_main {
      font-size: 50px; }
      .c-title_main.c-title_main_big {
        font-size: 60px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-title_main {
      font-size: 100px;
      letter-spacing: 0; } }
  .c-title-black .c-title_main {
    color: #1A1A1A; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-title_main.c-title_main_br {
      line-height: 0.8; } }

.c-title_sub {
  display: block;
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-title_sub {
      font-size: 13px;
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-title_sub {
      font-size: 16px;
      letter-spacing: 0;
      margin-top: 14px; } }

.c-archivePager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-archivePager {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-archivePager {
      margin-top: 40px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .c-archivePager > .c-archivePager_button_wrap:nth-child(2) {
        left: 0; }
      .c-archivePager > .c-archivePager_button_wrap:nth-child(3) {
        right: 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .c-archivePager_button_wrap {
    position: absolute;
    top: 50%;
    translate: 0 -50%; } }

.c-archivePager_button_prev,
.c-archivePager_button_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .c-archivePager_button_prev.disabled,
  .c-archivePager_button_next.disabled {
    opacity: 0.2;
    pointer-events: none; }

.c-archivePager_button_next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.c-archivePager_button_text {
  font-family: Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 900; }

.c-archivePager_numbers {
  font-family: Arial, sans-serif;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 900; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-archivePager_numbers {
      font-size: 24px;
      gap: 22px;
      margin: 34px auto 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-archivePager_numbers {
      font-size: 20px;
      gap: 20px; } }

.c-archivePager_numbers .current {
  -webkit-transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  color: rgba(var(--changing-color), 1);
  --color-primary: rgba(var(--changing-color), $opacity);
  --color-secondary: rgba(var(--changing-color), $opacity); }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .c-archivePager_button_wrap {
    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;
    gap: 40px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .c-archivePager_button_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .c-archivePager_button_group .c-archivePager_button_wrap:nth-child(1) {
    left: 0; }
  .c-archivePager_button_group .c-archivePager_button_wrap:nth-child(2) {
    right: 0; } }

.c-checkbox {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer; }
  .c-checkbox:has(input:checked) {
    font-weight: 800; }
  .c-checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #1A1A1A;
    background-color: #fff;
    position: relative; }
    .c-checkbox input:checked {
      -webkit-transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
      transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
      background-color: rgba(var(--changing-color), 1);
      --color-primary: rgba(var(--changing-color), $opacity);
      --color-secondary: rgba(var(--changing-color), $opacity); }
      .c-checkbox input:checked::before {
        content: '';
        position: absolute;
        background-image: url("../images/svg/check.svg");
        width: 10px;
        height: 8px;
        background-size: 10px 8px;
        background-repeat: no-repeat;
        background-position: center;
        top: 50%;
        left: 50%;
        translate: -50% -50%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .contactForm .c-checkbox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      gap: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .wrapper {
    max-width: none; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .jobSearch {
    padding-bottom: 119px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .jobSearch {
    padding-bottom: 146px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .jobSearch_inner {
    padding: 0 calc(20 / 375 * 100vw); }
    .post-type-archive-job .jobSearch_inner {
      padding-top: 68px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .jobSearch_inner {
    padding: 0 80px; }
    .post-type-archive-job .jobSearch_inner {
      padding-top: 120px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .jobSearch_top_wrap {
    margin-top: 40px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .jobSearch_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .jobSearch_top_all {
    text-align: center; } }

.jobSearch_top_all_text {
  letter-spacing: 0;
  display: block;
  font-weight: 900; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .jobSearch_top_all_text {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .jobSearch_top_all_text {
      font-size: 20px; } }
  .jobSearch_top_all_text i {
    font-size: 30px;
    font-weight: 900; }
  .jobSearch_top_all_text span {
    font-weight: 400; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .jobSearch_top_all_text span:nth-of-type(1) {
        margin-inline: 4px; }
      .jobSearch_top_all_text span:nth-of-type(2) {
        margin-left: 5px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .jobSearch_top_all_text span:nth-of-type(1) {
        margin-inline: 12px; }
      .jobSearch_top_all_text span:nth-of-type(2) {
        font-size: 14px;
        margin-left: 5px; } }

.jobSearch_form_follow_search {
  border: none;
  letter-spacing: 0.1em;
  font-weight: 900;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .jobSearch_form_follow_search {
      font-size: 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .jobSearch_form_follow_search {
      font-size: 14px; } }

.jobSearch_button {
  margin-top: 19px;
  width: 240px; }

.jobSearch_form {
  margin-top: 80px; }

.jobSearch_form_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.jobSearch_form_follow_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(26, 26, 26, 0.8); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .jobSearch_form_follow_inner {
      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;
      gap: 29px;
      padding: 10px calc(20 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .jobSearch_form_follow_inner {
      padding: 18px 80px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 324px 1fr;
      grid-template-columns: 1fr 324px 1fr; } }
  .jobInfo_modal .jobSearch_form_follow_inner {
    background-color: rgba(0, 0, 0, 0.8); }

.jobSearch_form_follow_reset {
  color: #fff;
  letter-spacing: 0.1em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .jobSearch_form_follow_reset {
      font-size: 10px;
      margin-left: 20px;
      text-align: center;
      white-space: nowrap; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .jobSearch_form_follow_reset {
      font-size: 14px; } }

.jobSearch_form_follow_reset_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (hover: hover) {
    .jobSearch_form_follow_reset_text:hover {
      opacity: 0.6; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .jobSearch_filter + .jobSearch_filter {
    margin-top: 40px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .jobSearch_filter + .jobSearch_filter {
    margin-top: 80px; } }

.jobSearch_filter_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 2px solid #1A1A1A;
  padding-bottom: 11px;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .jobSearch_filter_head {
      gap: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .jobSearch_filter_head {
      gap: 40px; } }

.jobSearch_filter_parent {
  font-weight: bold; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .jobSearch_filter_parent {
      font-size: 20px;
      letter-spacing: 0; } }

.jobSearch_filter_headLabel {
  letter-spacing: 0;
  font-weight: 800;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .jobSearch_filter_headLabel {
      font-size: 18px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .jobSearch_filter_headLabel {
      font-size: 30px; } }

.jobSearch_filter_head_cancel {
  opacity: 0.65;
  letter-spacing: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .jobSearch_filter_head_cancel {
      font-size: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .jobSearch_filter_head_cancel {
      font-size: 12px; } }
  @media (hover: hover) {
    .jobSearch_filter_head_cancel:hover {
      opacity: 0.5; } }

.jobSearch_filter_head_icon {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  cursor: pointer; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .jobSearch_filter_head_icon {
      height: 40px;
      margin-top: -20px;
      translate: 0 10px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .jobSearch_filter_head_icon {
      height: 26px;
      translate: 0 7px; } }
  .jobSearch_filter_head_icon::after, .jobSearch_filter_head_icon::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #1A1A1A;
    top: 50%;
    right: 0;
    translate: -50% -50%;
    -webkit-transition: rotate 0.5s ease;
    transition: rotate 0.5s ease; }
  .is-open .jobSearch_filter_head_icon::after {
    rotate: 90deg; }

@media print, screen and (max-width: 767px) {
  .jobSearch_filter_content {
    padding: 24px 0 0;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .jobSearch_filter_content {
    padding: 40px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px; } }

@media print, screen and (min-width: 1024px) {
  .jobSearch_filter_content {
    padding: 40px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px; } }

@media screen and (min-width: 1280px) {
  .jobSearch_filter_content {
    padding: 40px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px; } }

.jobSearch_filter_head_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer;
  position: relative; }
  .jobSearch_filter_head_parent::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    background-image: url(../images/svg/border_dotted_black.svg);
    background-position: left;
    background-repeat: repeat-x;
    height: 3px;
    width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .jobSearch_filter_head_parent {
      gap: 12px;
      padding: 20px 0 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .jobSearch_filter_head_parent {
      gap: 40px;
      padding: 40px 0 12px; } }

.c-tag_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-tag_wrap {
      gap: 8px 8px;
      margin-top: 19px;
      position: relative;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .c-tag_wrap.is-hidden {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-tag_wrap {
      gap: 7px 9px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .c-tag_wrap.c-tag_wrap_card {
    margin-top: 16px; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .c-tags_wrap-top {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 calc(20 / 375 * 100vw);
    margin-inline: calc(-20 / 375 * 100vw);
    overflow-x: auto;
    scrollbar-width: none; }
    .c-tags_wrap-top::-webkit-scrollbar {
      display: none; } }

.c-tag {
  border: 1px solid #1A1A1A;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer; }
  .c-tag.c-tag-blue {
    border: 1px solid;
    -webkit-transition: border-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition: border-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    border-color: rgba(var(--changing-color), 1);
    --color-primary: rgba(var(--changing-color), $opacity);
    --color-secondary: rgba(var(--changing-color), $opacity);
    background-color: #fff;
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease; }
    @media (hover: hover) {
      .c-tag.c-tag-blue:hover {
        -webkit-transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
        transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
        background-color: rgba(var(--changing-color), 1);
        --color-primary: rgba(var(--changing-color), $opacity);
        --color-secondary: rgba(var(--changing-color), $opacity); }
        .c-tag.c-tag-blue:hover .c-tag_text {
          color: #1A1A1A; }
        .c-tag.c-tag-blue:hover .c-tag_close_icon::before, .c-tag.c-tag-blue:hover .c-tag_close_icon::after {
          background-color: #1A1A1A; } }
  @media (hover: hover) {
    .c-tag.c-tag-hoverBlack:hover {
      background-color: #1A1A1A; }
      .c-tag.c-tag-hoverBlack:hover .c-tag_text {
        color: #fff; } }
  .c-tag.is-click {
    background-color: #1A1A1A; }
  .c-tag.c-tag-blueBlack {
    -webkit-transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    background-color: rgba(var(--changing-color), 1);
    --color-primary: rgba(var(--changing-color), $opacity);
    --color-secondary: rgba(var(--changing-color), $opacity);
    border: none; }
  .c-tag.is-hidden {
    display: none; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .c-tag_inner {
    padding: 5px 12px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .c-tag_inner {
    padding: 3px 17px 4px 16px; } }

.c-tag_inner.c-tag_inner_large {
  padding: 6px 20px 7px; }

.c-tag_close .c-tag_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px; }

.c-tag_text {
  letter-spacing: 0.1em;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  white-space: nowrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-tag_text {
      font-size: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-tag_text {
      font-size: 12px; } }
  .c-tag_text.c-tag_text-wrap {
    white-space: normal; }
  .c-tag-blue .c-tag_text {
    -webkit-transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    color: rgba(var(--changing-color), 1);
    --color-primary: rgba(var(--changing-color), $opacity);
    --color-secondary: rgba(var(--changing-color), $opacity); }
  .is-click .c-tag_text {
    color: #fff; }
  .c-tag-blueBlack .c-tag_text {
    color: #1A1A1A;
    font-weight: 900; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .c-tag-blueBlack .c-tag_text {
        font-size: 12px; } }

.c-tag_close_icon {
  width: 9px;
  height: 9px;
  position: relative; }
  .c-tag_close_icon::before, .c-tag_close_icon::after {
    background-color: #1A1A1A;
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    top: 50%;
    left: 50%;
    translate: -50% -50%; }
  .c-tag_close_icon::before {
    rotate: 45deg; }
  .c-tag_close_icon::after {
    rotate: -45deg; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .c-tagsContent {
    position: relative; }
    .c-tagsContent::after {
      content: "";
      position: absolute;
      width: calc(20 / 375 * 100vw);
      height: 37px;
      top: 0;
      z-index: 10;
      right: calc(-20 / 375 * 100vw);
      background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #F1F1F1));
      background: -webkit-linear-gradient(left, transparent 0%, #F1F1F1 50%);
      background: linear-gradient(to right, transparent 0%, #F1F1F1 50%); }
    .c-tagsContent::before {
      content: "";
      position: absolute;
      width: calc(20 / 375 * 100vw);
      height: 37px;
      top: 0;
      z-index: 10;
      left: calc(-20 / 375 * 100vw);
      background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #F1F1F1));
      background: -webkit-linear-gradient(right, transparent 0%, #F1F1F1 50%);
      background: linear-gradient(to left, transparent 0%, #F1F1F1 50%); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .c-tags_wrap {
    margin-top: 32px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .c-tags_wrap {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 87px; } }

.c-tags_title {
  font-family: Arial, sans-serif;
  font-weight: 900;
  -webkit-transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  color: rgba(var(--changing-color), 1);
  --color-primary: rgba(var(--changing-color), $opacity);
  --color-secondary: rgba(var(--changing-color), $opacity);
  font-size: 30px;
  letter-spacing: 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-tags_title {
      margin-top: -7px; } }

.c-tag_show,
.c-tag_hidden {
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-tag_show,
    .c-tag_hidden {
      font-size: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-tag_show,
    .c-tag_hidden {
      font-size: 15px; } }
  .c-tag_show.is-hidden,
  .c-tag_hidden.is-hidden {
    display: none; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .is-hidden .c-tag_show {
    white-space: nowrap; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .c-tag_hidden {
    margin-top: 32px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .c-tag_hidden {
    margin-top: 24px; } }

.c-arrow {
  -webkit-transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  background-color: rgba(var(--changing-color), 1);
  --color-primary: rgba(var(--changing-color), $opacity);
  --color-secondary: rgba(var(--changing-color), $opacity);
  border-radius: 50%;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-arrow {
      width: 30px;
      height: 30px; }
      .c-arrow.c-arrow-big {
        width: 41px;
        height: 41px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-arrow {
      width: 41px;
      height: 41px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-arrow.c-arrow-small {
      width: 20px;
      height: 20px; } }
  .c-arrow.c-arrow-blackStraight {
    background-color: #1A1A1A; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .c-arrow.c-arrow-blackStraight {
        width: 41px;
        height: 41px; } }
  .c-arrow.c-arrow_big {
    width: 41px;
    height: 41px; }

.c-arrow_svg {
  fill: #1A1A1A; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-arrow_svg {
      width: 12px;
      height: 9px; }
      .c-arrow-big .c-arrow_svg {
        width: 14px;
        height: 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-arrow_svg {
      width: 14px;
      height: 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-arrow-small .c-arrow_svg {
      width: 10px;
      height: 7px; } }
  .c-arrow-blackStraight .c-arrow_svg {
    fill: #fff; }

.c-arrow_send {
  width: 15px;
  height: 15px;
  fill: #1A1A1A;
  translate: -1px 1px; }

.c-modal {
  width: 100vw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .c-modal.is-modal-open {
    opacity: 1;
    visibility: visible; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-modal.c-modal_secondary {
      height: calc(100dvh - 56px);
      padding: 20px 20px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-modal.c-modal_secondary {
      height: calc(100dvh - 80px);
      padding: 20px 20px 0; } }

.c-modal_inner {
  width: 100%;
  height: 100%;
  background-color: #F1F1F1;
  position: relative;
  overflow-y: auto;
  scrollbar-width: none; }
  .c-modal_inner::-webkit-scrollbar {
    display: none; }

.c-modal_close {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-modal_close {
      top: 30px;
      right: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-modal_close {
      top: 60px;
      right: 60px; } }

.c-modal_close_text {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 900; }

.c-modal_close_icon {
  -webkit-transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  background-color: rgba(var(--changing-color), 1);
  --color-primary: rgba(var(--changing-color), $opacity);
  --color-secondary: rgba(var(--changing-color), $opacity);
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%; }
  .c-modal_close_icon::after, .c-modal_close_icon::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #1A1A1A;
    top: 50%;
    left: 50%;
    translate: -50% -50%; }
  .c-modal_close_icon::after {
    rotate: 45deg; }
  .c-modal_close_icon::before {
    rotate: -45deg; }

.c-checkbox {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer; }
  .c-checkbox:has(input:checked) {
    font-weight: 800; }
  .c-checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #1A1A1A;
    background-color: #fff;
    position: relative; }
    .c-checkbox input:checked {
      -webkit-transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
      transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
      background-color: rgba(var(--changing-color), 1);
      --color-primary: rgba(var(--changing-color), $opacity);
      --color-secondary: rgba(var(--changing-color), $opacity); }
      .c-checkbox input:checked::before {
        content: '';
        position: absolute;
        background-image: url("../images/svg/check.svg");
        width: 10px;
        height: 8px;
        background-size: 10px 8px;
        background-repeat: no-repeat;
        background-position: center;
        top: 50%;
        left: 50%;
        translate: -50% -50%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .contactForm .c-checkbox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      gap: 20px; } }

.contact_confirmArea,
.wpcf7-response-output,
.contact_confirmArea .wpcf7-spinner {
  display: none; }

.form-input-note {
  letter-spacing: 0.1em;
  font-weight: bold; }
  .form-input-note span {
    color: #EB1E1E; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .form-input-note {
      font-size: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .form-input-note {
      font-size: 12px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .form-input-wrap {
    margin-top: 24px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .form-input-wrap {
    margin-top: 31px; } }

.contactForm_title {
  letter-spacing: 0;
  font-weight: 900; }
  @media print, screen and (max-width: 1023px) {
    .contactForm_title {
      font-size: 25px; } }
  @media print, screen and (min-width: 1024px) {
    .contactForm_title {
      font-size: 45px; } }

@media print, screen and (max-width: 767px) {
  .contactForm_inner {
    padding: 0 calc(20 / 375 * 100vw); } }

@media print, screen and (min-width: 768px) {
  .contactForm_inner {
    padding: 0 clamp(40px, calc(80 / 1280 * 100vw), 80px); } }

@media print, screen and (max-width: 767px) {
  .contactForm_container {
    margin-top: 80px; } }

@media print, screen and (min-width: 768px) {
  .contactForm_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.45fr;
    grid-template-columns: 1fr 1.45fr;
    gap: 160px;
    margin-top: 127px; } }

@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .contactForm_container {
    margin-top: 80px;
    gap: calc(70 / 1280 * 100vw);
    -ms-grid-columns: 1fr 1.25fr;
    grid-template-columns: 1fr 1.25fr; } }

@media print, screen and (max-width: 767px) {
  .contactForm_job_wrap {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-grid-columns: 1fr calc(120 / 375 * 100vw);
    grid-template-columns: 1fr calc(120 / 375 * 100vw); } }

.contactForm_job_image {
  aspect-ratio: 1.65975;
  overflow: hidden; }
  .contactForm_job_image img,
  .contactForm_job_image svg,
  .contactForm_job_image iframe,
  .contactForm_job_image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 767px) {
    .contactForm_job_image {
      width: calc(120 / 375 * 100vw);
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  @media print, screen and (min-width: 768px) {
    .contactForm_job_image {
      width: 100%; } }

.contactForm_job_tag_wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.contactForm_job_title {
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-top: 20px; }
  @media print, screen and (max-width: 767px) {
    .contactForm_job_title {
      font-size: 15px;
      line-height: 1.7; } }
  @media print, screen and (min-width: 768px) {
    .contactForm_job_title {
      font-size: 20px;
      line-height: 1.75; } }

.contactForm_job_detail_wrap {
  margin-top: 21px; }

.contactForm_job_detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr;
  grid-template-columns: 80px 1fr; }
  .contactForm_job_detail + .contactForm_job_detail {
    margin-top: 12px; }

.contactForm_job_tags_wrap {
  margin-top: 20px; }

.contactForm_job_detail_label,
.contactForm_job_detail_value {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.3; }

.contactForm_job_detail_label {
  font-weight: 900; }

.contactForm_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  @media print, screen and (max-width: 767px) {
    .contactForm_link {
      gap: 16px; } }
  @media print, screen and (min-width: 768px) {
    .contactForm_link {
      gap: 20px; } }
  .contactForm_link.is-confirm {
    display: none; }

.contactForm_link_text {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 15px; }
  @media print, screen and (max-width: 767px) {
    .contactForm_link_text {
      line-height: 1.6; } }
  @media print, screen and (min-width: 768px) {
    .contactForm_link_text {
      line-height: 2; } }

@media print, screen and (max-width: 767px) {
  .contactForm_body {
    margin-top: 40px; } }

@media print, screen and (max-width: 767px) {
  .form_group + .form_group {
    margin-top: 32px; }
  .form_group + .form_grid_wrap {
    margin-top: 32px; } }

@media print, screen and (min-width: 768px) {
  .form_group + .form_group {
    margin-top: 48px; }
  .form_group + .form_grid_wrap {
    margin-top: 48px; } }

.form_group label,
.form_group .form_group_label {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 900; }

.form_group input,
.form_group select,
.form_group textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.8; }

.form_group input::-webkit-input-placeholder {
  color: rgba(26, 26, 26, 0.5);
  letter-spacing: 0.1em; }

.form_group input::-moz-placeholder {
  color: rgba(26, 26, 26, 0.5);
  letter-spacing: 0.1em; }

.form_group input:-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.5);
  letter-spacing: 0.1em; }

.form_group input::-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.5);
  letter-spacing: 0.1em; }

.form_group input::placeholder {
  color: rgba(26, 26, 26, 0.5);
  letter-spacing: 0.1em; }

.form_group input,
.form_group textarea {
  background-color: transparent;
  border: 1px solid rgba(26, 26, 26, 0.5); }
  @media print, screen and (max-width: 1023px) {
    .form_group input,
    .form_group textarea {
      margin-top: 20px;
      padding: 13px 20px;
      width: 100%; } }
  @media print, screen and (min-width: 1024px) {
    .form_group input,
    .form_group textarea {
      padding: 18px 20px;
      margin-top: 20px;
      width: 100%; } }

.form_group textarea {
  height: 156px; }

.form_group select {
  color: #1A1A1A;
  letter-spacing: 0.1em;
  font-size: 16px;
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid rgba(26, 26, 26, 0.5); }
  .form_group select:has(option.placeholder-option:checked) {
    color: rgba(26, 26, 26, 0.5); }
  @media print, screen and (max-width: 1023px) {
    .form_group select {
      padding: 13px 28px 13px 16px; } }
  @media print, screen and (min-width: 1024px) {
    .form_group select {
      padding: 15px 43px 15px 20px; }
      .form_group select:checked::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #fff; }
      .form_group select:checked::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #fff; } }
  .form_group select option:first-child {
    color: rgba(26, 26, 26, 0.5); }

.form_groupPrivacy {
  padding-bottom: 80px;
  border-bottom: 2px solid #1A1A1A; }
  @media print, screen and (max-width: 1023px) {
    .form_groupPrivacy {
      margin-top: 80px !important; } }
  @media print, screen and (min-width: 1024px) {
    .form_groupPrivacy {
      margin-top: 120px !important; } }
  .form_groupPrivacy .form_radio_style {
    margin-top: 40px; }
  .form_groupPrivacy label {
    font-weight: 900; }

.form_groupPrivacy_title {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 900; }

.form_groupPrivacy_text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 40px; }

.form_required {
  color: #EB1E1E;
  margin-left: 8px; }

.form_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 10px; }

.form-select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/svg/arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px 7px; }
  @media print, screen and (max-width: 767px) {
    .form-select-box {
      background-position: right 11px top 24px; } }
  @media print, screen and (min-width: 768px) {
    .form-select-box {
      min-width: 110px;
      background-position: right 16px center; } }
  @media print, screen and (min-width: 768px) and (max-width: 1023px) {
    .form-select-box {
      min-width: 80px; } }

.form_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  gap: 20px; }
  .form_item_wrap select {
    margin-top: 0; }

.form_select_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 767px) {
    .form_select_wrap {
      gap: 4px; } }
  @media print, screen and (min-width: 768px) {
    .form_select_wrap {
      gap: 10px; } }

.form_select_text {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 900; }

.form_column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }
  @media print, screen and (max-width: 767px) {
    .form_column {
      gap: 15px; }
      .form_column + .form_group {
        margin-top: 32px; } }
  @media print, screen and (min-width: 768px) {
    .form_column {
      gap: 20px; }
      .form_column + .form_group {
        margin-top: 48px; } }
  .form_column .form_group + .form_group {
    margin-top: 0; }
  .form_column .form-select-box {
    width: 100%; }

.form_radio_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }
  @media print, screen and (max-width: 767px) {
    .form_radio_wrap {
      gap: 40px; } }
  @media print, screen and (min-width: 768px) {
    .form_radio_wrap {
      gap: 20px; } }

.form_radio_style [type="radio"],
.form_radio_style [type="checkbox"] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden; }
  .form_radio_style [type="radio"]:checked + .wpcf7-list-item-label::after,
  .form_radio_style [type="checkbox"]:checked + .wpcf7-list-item-label::after {
    background-color: #1A1A1A; }
  .form_radio_style [type="radio"]:checked + .wpcf7-list-item-label::before,
  .form_radio_style [type="checkbox"]:checked + .wpcf7-list-item-label::before {
    -webkit-transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    background-color: rgba(var(--changing-color), 1);
    --color-primary: rgba(var(--changing-color), $opacity);
    --color-secondary: rgba(var(--changing-color), $opacity); }

.form_radio_style .wpcf7-list-item-label {
  padding-left: 38px;
  position: relative; }
  .form_radio_style .wpcf7-list-item-label::after, .form_radio_style .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    border-radius: 50%; }
  .form_radio_style .wpcf7-list-item-label::before {
    width: 30px;
    height: 30px;
    -webkit-transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    background-color: rgba(var(--changing-color), 0.2);
    --color-primary: rgba(var(--changing-color), $opacity);
    --color-secondary: rgba(var(--changing-color), $opacity);
    left: 0; }
  .form_radio_style .wpcf7-list-item-label::after {
    width: 6px;
    height: 6px;
    background-color: #fff;
    left: 12px; }

.form_radio_style .wpcf7-list-item {
  margin-left: 0; }

.form_group_checkbox {
  margin-top: 20px;
  cursor: pointer;
  position: relative; }
  .form_group_checkbox::after, .form_group_checkbox::before {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 12px;
    height: 2px;
    background-color: #1A1A1A;
    right: 20px; }
  .form_group_checkbox::before {
    rotate: 90deg; }
  .form_group_checkbox input {
    margin-top: 0;
    cursor: default;
    padding: 18px 40px 18px 20px;
    pointer-events: none; }

.form_button_wrap {
  margin: 80px auto 0;
  width: 240px; }

.form_button {
  position: relative;
  cursor: pointer; }
  .form_button input {
    width: 240px; }
    @media print, screen and (max-width: 767px) {
      .contact_confirmArea .form_button input {
        width: 100%; } }
  .form_button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    background-color: rgba(var(--changing-color), 1);
    z-index: 10;
    pointer-events: none; }
  .form_button::after {
    content: "入力内容を確認";
    position: absolute;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    left: 50%;
    z-index: 20;
    cursor: pointer; }
  .form_button input {
    color: transparent;
    margin-top: 0;
    padding: 15px 20px;
    border: none;
    position: relative; }
  @media (hover: hover) {
    .form_button:hover::before {
      height: 100%; }
    .form_button:hover::after {
      color: #1A1A1A; }
    .form_button:hover .c-button_icon {
      fill: #1A1A1A; }
    .form_button:hover.form_button-black::after {
      color: #1A1A1A; }
    .form_button:hover.form_button-white {
      border-color: rgba(var(--changing-color), 1); } }
  .form_button.form_button-white {
    border: 2px solid #1A1A1A;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
    .form_button.form_button-white input {
      background-color: #F1F1F1; }
    .form_button.form_button-white .c-button_icon {
      fill: #1A1A1A; }
    .form_button.form_button-white::before {
      background-color: rgba(var(--changing-color), 1); }
    .form_button.form_button-white::after {
      content: "戻る";
      color: #1A1A1A;
      font-size: 14px;
      font-family: "Noto Sans JP", sans-serif;
      letter-spacing: 0.1em;
      font-weight: 900;
      position: absolute;
      top: 50%;
      translate: -50% -50%;
      left: 50%;
      cursor: pointer; }
  .form_button.form_button-black {
    background-color: #1A1A1A; }
    .form_button.form_button-black input {
      background-color: #1A1A1A;
      color: transparent;
      cursor: pointer; }
    .form_button.form_button-black::after {
      content: "入力内容を送信";
      color: #fff;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      font-size: 14px;
      font-family: "Noto Sans JP", sans-serif;
      letter-spacing: 0.1em;
      font-weight: 900;
      position: absolute;
      top: 50%;
      translate: -50% -50%;
      left: 50%;
      pointer-events: none; }
    .form_button.form_button-black::before {
      background-color: rgba(var(--changing-color), 1); }

.form_item_error {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #EB1E1E;
  margin-top: 10px; }

.form_recaptcha_textWrap {
  margin-top: 40px; }

.form_recaptcha_text {
  font-size: 11px;
  text-align: center;
  line-height: 1.5; }
  .form_recaptcha_text + .form_recaptcha_text {
    margin-top: 10px; }
  .form_recaptcha_text a {
    color: #0BCECB;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media (hover: hover) {
      .form_recaptcha_text a:hover {
        opacity: 0.5; } }

@media print, screen and (max-width: 767px) {
  .form_modal {
    padding: 70px calc(20 / 375 * 100vw); } }

@media print, screen and (min-width: 768px) {
  .form_modal {
    padding: 70px 60px; } }

.form_modal_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8); }
  @media print, screen and (max-width: 767px) {
    .form_modal_bottom {
      padding: 8px 20px; } }
  @media print, screen and (min-width: 768px) {
    .form_modal_bottom {
      padding: 16px 20px; } }

@media print, screen and (max-width: 767px) {
  .form_modal_bottomButton {
    width: calc(184 / 375 * 100vw);
    margin: 0 auto; } }

@media print, screen and (min-width: 768px) {
  .form_modal_bottomButton {
    width: 110px;
    margin: 0 auto; } }

.form_modal_title {
  letter-spacing: 0;
  font-weight: 900;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  color: rgba(var(--changing-color), 1);
  --color-primary: rgba(var(--changing-color), $opacity);
  --color-secondary: rgba(var(--changing-color), $opacity); }
  @media print, screen and (max-width: 767px) {
    .form_modal_title {
      font-size: 30px; } }
  @media print, screen and (min-width: 768px) {
    .form_modal_title {
      font-size: 45px; } }

@media print, screen and (max-width: 767px) {
  .form_modalContent {
    margin-top: 40px; } }

@media print, screen and (min-width: 768px) {
  .form_modalContent {
    margin-top: 80px; } }

@media print, screen and (max-width: 767px) {
  .form_modalContent_checkbox {
    padding-top: 20px; }
    .form_modalContent_checkbox .wpcf7-list-item {
      margin-left: 0; } }

@media print, screen and (min-width: 768px) {
  .form_modalContent_checkbox {
    padding-top: 40px; } }

@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .form_modalContent_checkbox .wpcf7-form-control {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px; } }

@media print, screen and (min-width: 1024px) {
  .form_modalContent_checkbox .wpcf7-form-control {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px; } }

@media screen and (min-width: 1280px) {
  .form_modalContent_checkbox .wpcf7-form-control {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px; } }

.form_modalContent_checkbox .wpcf7-list-item-label {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.5; }

@media print, screen and (max-width: 767px) {
  .form_modalContent_checkbox .form_radio_style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px; } }

.form_modalContent_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px; }
  @media print, screen and (max-width: 767px) {
    .form_modalContent_checkbox label {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .form_modalContent_checkbox label:has(input:checked) .wpcf7-list-item-label {
    font-weight: 900; }

.error-message,
.general-error {
  color: #EB1E1E;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 10px; }

.general-error {
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
  text-align: center; }

/*--------------------------------
 CONTACT FORM 7のスタイル調整
--------------------------------*/
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none; }

input[name="job-category"] {
  caret-color: transparent; }

.confirm_list {
  border-block: 2px solid #1A1A1A; }

.confirm_item {
  display: -ms-grid;
  display: grid; }
  .confirm_item + .confirm_item {
    border-top: 2px solid #1A1A1A; }
  @media print, screen and (max-width: 1023px) {
    .confirm_item {
      padding: 32px 0;
      -ms-grid-columns: 1fr 2.25fr;
      grid-template-columns: 1fr 2.25fr;
      gap: 10px; } }
  @media print, screen and (min-width: 1024px) {
    .confirm_item {
      padding: 40px 0;
      -ms-grid-columns: 1fr 1.89fr;
      grid-template-columns: 1fr 1.89fr;
      gap: 10px; } }

.confirm_item_label,
.confirm_item_value {
  letter-spacing: 0.1em;
  line-height: 1.8; }
  @media print, screen and (max-width: 1023px) {
    .confirm_item_label,
    .confirm_item_value {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) {
    .confirm_item_label,
    .confirm_item_value {
      font-size: 16px; } }

.confirm_item_label {
  font-weight: 900; }

@media print, screen and (max-width: 767px) {
  .confirm_button_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px; } }

@media print, screen and (min-width: 768px) {
  .confirm_button_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media print, screen and (max-width: 1023px) {
  .confirm_button_wrap {
    margin-top: 56px; } }

@media print, screen and (min-width: 1024px) {
  .confirm_button_wrap {
    margin-top: 80px; } }

.confirm_button {
  position: relative;
  text-align: center;
  cursor: pointer; }
  .confirm_button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    pointer-events: none; }
  @media print, screen and (max-width: 767px) {
    .confirm_button {
      margin: 0 auto;
      width: calc(240 / 375 * 100vw); } }
  @media (hover: hover) {
    .confirm_button:hover {
      border-color: rgba(var(--changing-color), 1); }
      .confirm_button:hover::before {
        height: 100%; }
      .confirm_button:hover .confirm_button_black_next {
        fill: #1A1A1A; }
      .confirm_button:hover.confirm_button_black::after {
        pointer-events: none;
        color: #1A1A1A !important; }
      .confirm_button:hover.confirm_button_black input {
        background-color: rgba(var(--changing-color), 1); } }
  .confirm_button.is-submit {
    pointer-events: none;
    opacity: 0.5; }

.confirm_button_node {
  border: 2px solid #1A1A1A;
  padding: 15px 20px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), border-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), border-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  background-color: #fff; }
  @media print, screen and (max-width: 767px) {
    .confirm_button_node {
      width: calc(240 / 375 * 100vw); } }
  @media print, screen and (min-width: 768px) and (max-width: 1023px) {
    .confirm_button_node {
      width: 216px; } }
  @media print, screen and (min-width: 1024px) {
    .confirm_button_node {
      width: 240px; } }
  .confirm_button_black .confirm_button_node {
    color: #fff;
    background-color: #1A1A1A;
    -webkit-transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), border-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), border-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1); }

.confirm_button_white_prev {
  fill: #1A1A1A; }

.confirm_button_black_next {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #fff; }

.confirm_button_loading {
  width: 40px;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  left: 50%;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .confirm_button_loading img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .is-submit .confirm_button_loading {
    opacity: 1;
    visibility: visible; }
