@charset "UTF-8";
/* Foundation
 * 変数、関数、mixinを定義
 * サイト全体のデフォルトスタイルを管理
======================================*/
/****** 変数定義 ******/
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Ubuntu-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Ubuntu-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Ubuntu-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Avenir-Next-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Avenir-Next-Bold.woff2") format("woff2");
}
/*--------------------------------
 *  カスタムプロパティ
--------------------------------*/
:root {
  --swl-pad_container: 20px!important;
  --container_size: 1000px!important;
  --article_size: 932px!important;
  --swl-block-margin: 1.25em!important;
}

/****** mixin定義 ******/
/****** 関数定義 ******/
/****** ベースとなるスタイル ******/
html {
  visibility: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: unset;
}

@media screen and (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: unset;
}

figure {
  line-height: 1;
}

ul li::marker {
  color: var(--color_main);
}

/* Layout
 * 接頭辞：l-
 * 各ページを構成する大枠のエリアに対するレイアウトを定義
======================================*/
/****** ヘッダー ******/
#fix_header.l-fixHeader {
  height: var(--swl-headerH, 0px) !important;
  z-index: -100 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  -webkit-transform: unset;
          transform: unset;
}
#fix_header.l-fixHeader::before {
  content: none;
}

/*--------------------------------
 *  ベース
--------------------------------*/
.l-header {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0px);
  font-size: 16px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 -1px 0 0 #ABBAB9;
          box-shadow: inset 0 -1px 0 0 #ABBAB9;
}
@media screen and (max-width: 599px) {
  .l-header {
    font-size: 4.2666666667vw;
  }
}

.l-header__inner {
  display: block !important;
  padding-left: 2.5em;
  padding-right: 2.5em;
}
@media screen and (max-width: 960px) {
  .l-header__inner {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}

.l-header__body {
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.l-header__col {
  min-width: 0;
}
.l-header__col.--left {
  -ms-flex-preferred-size: fit-content;
      flex-basis: fit-content;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__col.--center {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-right: 2.5em;
}
.l-header__col.--right {
  -ms-flex-preferred-size: fit-content;
      flex-basis: fit-content;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header__col .p-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25em;
     -moz-column-gap: 1.25em;
          column-gap: 1.25em;
  padding: 0.625em 1.25em;
  border-radius: 0.3125em;
  background-color: #E6F2F0;
}
.l-header__col .p-nav-list li {
  font-size: 0.875em;
  margin-bottom: 0 !important;
}

.l-header__foot {
  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;
  padding-top: 1.25em;
}

/****** フッター ******/
.l-footer {
  position: relative;
  z-index: 0;
  font-size: clamp(10px, 1.5384615385vw, 16px);
  color: inherit;
  background-color: transparent;
}
@media screen and (max-width: 599px) {
  .l-footer {
    font-size: 4.2666666667vw;
  }
}

.l-footer__head {
  padding-top: 3.75em;
  padding-bottom: 5em;
  border-top-left-radius: 3.75em;
  border-top-right-radius: 3.75em;
  background-image: url("../img/texture/02.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
}
@media screen and (max-width: 599px) {
  .l-footer__head {
    padding-top: 2.5em;
    padding-bottom: 3.75em;
    border-top-left-radius: 1.875em;
    border-top-right-radius: 1.875em;
    background-image: url("../img/texture/03.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.l-footer__body {
  position: relative;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  background-color: var(--color_footer_bg);
  background-image: url("../img/texture/01.svg");
  background-repeat: no-repeat;
  background-size: 50em auto;
  background-position: bottom 0 right calc(50% + 27.75em);
}

.l-footer__body .__horiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 599px) {
  .l-footer__body .__horiz {
    display: block;
  }
}

.l-footer__body .__horiz > .__col {
  min-width: 0;
}
.l-footer__body .__horiz > .__col.--left {
  -ms-flex-preferred-size: fit-content;
      flex-basis: fit-content;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-footer__body .__horiz > .__col.--right {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 599px) {
  .l-footer__body .__horiz > .__col.--right {
    margin-top: 1.875em;
  }
}

.l-footer__title {
  margin-top: 0.7142857143em;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.8;
}

.l-footer__foot {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  background-color: var(--color_footer_bg);
  border-top: 1px solid #ABBAB9;
}
@media screen and (max-width: 599px) {
  .l-footer__foot {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.l-footer__foot .__horiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .l-footer__foot .__horiz {
    display: block;
  }
}

.l-footer__foot small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .l-footer__foot small {
    margin-top: 20px;
  }
}

/****** コンテンツエリア ******/
#body_wrap {
  padding-top: var(--swl-headerH, 0px) !important;
}

#body_wrap.single-jobs {
  background-color: #E6F2F0;
}

.l-content.--newgrad,
.l-content.--home {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

.l-content.--single.--jobs {
  padding-top: 0 !important;
}

.l-content.--single.--interview {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .l-content.--single.--interview {
    padding-top: 60px;
  }
}

.l-content__bg {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #E6F2F0;
}

/****** セクション ******/
/*--------------------------------
 *  共通
--------------------------------*/
.l-sect {
  font-size: clamp(10px, 1.5384615385vw, 16px);
}
@media screen and (max-width: 599px) {
  .l-sect {
    font-size: 4.2666666667vw;
  }
}

/*--------------------------------
*  ホーム
--------------------------------*/
/*------ キービジュアル -------*/
.l-sect-home-keyVisual {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 599px) {
  .l-sect-home-keyVisual {
    aspect-ratio: 375/560;
  }
}

.l-sect-home-keyVisual .__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr 0 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 0;
  width: 100%;
  height: 100%;
}

.l-sect-home-keyVisual .__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-sect-home-keyVisual .__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.l-sect-home-keyVisual .__grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.l-sect-home-keyVisual .__grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.l-sect-home-keyVisual .__grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.l-sect-home-keyVisual .__grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.l-sect-home-keyVisual .__grid > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.l-sect-home-keyVisual .__grid > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
@media screen and (max-width: 599px) {
  .l-sect-home-keyVisual .__grid {
    -ms-grid-columns: 1fr 1fr 25.3333333333%;
    grid-template-columns: 1fr 1fr 25.3333333333%;
    -ms-grid-rows: (1fr)[4];
    grid-template-rows: repeat(4, 1fr);
  }
  .l-sect-home-keyVisual .__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-sect-home-keyVisual .__grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .l-sect-home-keyVisual .__grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-sect-home-keyVisual .__grid > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .l-sect-home-keyVisual .__grid > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .l-sect-home-keyVisual .__grid > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .l-sect-home-keyVisual .__grid > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-sect-home-keyVisual .__grid > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .l-sect-home-keyVisual .__grid > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .l-sect-home-keyVisual .__grid > *:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .l-sect-home-keyVisual .__grid > *:nth-child(11) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .l-sect-home-keyVisual .__grid > *:nth-child(12) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
}

.l-sect-home-keyVisual .__grid > .__item {
  position: relative;
  z-index: 0;
}
.l-sect-home-keyVisual .__grid > .__item.--01 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.l-sect-home-keyVisual .__grid > .__item.--02 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.l-sect-home-keyVisual .__grid > .__item.--03 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .l-sect-home-keyVisual .__grid > .__item.--03 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
  }
}
.l-sect-home-keyVisual .__grid > .__item.--04 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .l-sect-home-keyVisual .__grid > .__item.--04 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.l-sect-home-keyVisual .__grid > .__item.--05 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media screen and (max-width: 599px) {
  .l-sect-home-keyVisual .__grid > .__item.--05 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.l-sect-home-keyVisual .__grid > .__item.--06 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media screen and (max-width: 599px) {
  .l-sect-home-keyVisual .__grid > .__item.--06 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}
.l-sect-home-keyVisual .__grid > .__item.--07 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media screen and (max-width: 599px) {
  .l-sect-home-keyVisual .__grid > .__item.--07 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
}
@media screen and (max-width: 599px) {
  .l-sect-home-keyVisual .__grid > .__item.--08 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
}
@media screen and (max-width: 599px) {
  .l-sect-home-keyVisual .__grid > .__item.--09 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    background-color: #0DA093;
  }
}
.l-sect-home-keyVisual .__grid > .__item .__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center left;
}
.l-sect-home-keyVisual .__grid > .__item > picture {
  display: block;
  width: 100%;
  height: 100%;
}
.l-sect-home-keyVisual .__grid > .__item > picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-sect-home-keyVisual .p-nav-list {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 1.875em;
  background-color: #fff;
  border-top-left-radius: 1.5em;
}
@media screen and (max-width: 599px) {
  .l-sect-home-keyVisual .p-nav-list {
    padding: 1.25em;
  }
}
.l-sect-home-keyVisual .p-nav-list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 1.5em;
  height: auto;
  aspect-ratio: 1;
  background-image: url("../img/texture/21.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 599px) {
  .l-sect-home-keyVisual .p-nav-list::before {
    width: 0.75em;
  }
}

/*------ メインコンテンツ -------*/
.l-sect-home-mainContent {
  padding-top: 6.25em;
  padding-bottom: 5em;
}
@media screen and (max-width: 599px) {
  .l-sect-home-mainContent {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
}

/*------ お知らせ -------*/
.l-sect-home-news {
  padding-top: 3.75em;
  padding-bottom: 5em;
}
@media screen and (max-width: 599px) {
  .l-sect-home-news {
    padding-bottom: 3.75em;
  }
}

.l-sect-home-news .__horiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.75em;
     -moz-column-gap: 3.75em;
          column-gap: 3.75em;
}
@media screen and (max-width: 599px) {
  .l-sect-home-news .__horiz {
    display: block;
  }
}

.l-sect-home-news .__horiz > .__col {
  min-width: 0;
}
.l-sect-home-news .__horiz > .__col.--left {
  -ms-flex-preferred-size: 15em;
      flex-basis: 15em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-sect-home-news .__horiz > .__col.--right {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.l-sect-home-news__title {
  margin-bottom: 1.3125em;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .l-sect-home-news__title {
    margin-bottom: 1.3636363636em;
    font-size: 1.375em;
  }
}

@media screen and (max-width: 599px) {
  .l-sect-home-news .c-btn-more {
    margin-top: 1.875em;
    margin-right: auto;
    margin-left: auto;
  }
}

/*--------------------------------
*  求人情報一覧
--------------------------------*/
/*------ 検索結果 -------*/
.l-sect-jobSearch-result {
  padding-bottom: 3.75em;
}

.l-sect-jobSearch-result__jump.c-btn-more {
  margin-bottom: 2.5em;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-sect-jobSearch-result__jump.c-btn-more > span {
  min-width: 0;
  -ms-flex-preferred-size: fit-content;
      flex-basis: fit-content;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-sect-jobSearch-result .__range {
  margin-bottom: 1em;
  font-size: inherit;
  font-family: "Ubuntu", "Noto Sans JP", sans-serif;
}
.l-sect-jobSearch-result .__range strong {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color_main);
}

.l-sect-jobSearch-result .c-pagination {
  margin-bottom: 0 !important;
}

/*------ お仕事を探す -------*/
.l-sect-jobSearch-filter {
  position: relative;
  display: block;
}

/*--------------------------------
*  新卒採用
--------------------------------*/
/*------ 共通-------*/
.l-sect-newgrad {
  font-size: clamp(10px, 1.7021276596vw, 16px);
}
@media screen and (max-width: 599px) {
  .l-sect-newgrad {
    font-size: 4.2666666667vw;
  }
}

/*------ ローカルナビゲーション -------*/
.l-sect-newgrad-nav {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  background-color: #E6F2F0;
}
@media screen and (max-width: 599px) {
  .l-sect-newgrad-nav {
    display: block;
    padding-bottom: 1.5625em;
  }
}

.l-sect-newgrad-nav .__horiz {
  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-column-gap: 1.25em;
     -moz-column-gap: 1.25em;
          column-gap: 1.25em;
  width: 100%;
}
.l-sect-newgrad-nav .__horiz > * {
  min-width: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .l-sect-newgrad-nav .__horiz {
    display: block;
  }
}

.l-sect-newgrad-nav__title {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color_main);
}
@media screen and (max-width: 599px) {
  .l-sect-newgrad-nav__title {
    margin-bottom: 0.3125em;
  }
}

/*------ キービジュアル -------*/
.l-sect-newgrad-kv {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  aspect-ratio: 1920/720;
}
@media screen and (max-width: 599px) {
  .l-sect-newgrad-kv {
    aspect-ratio: 375/400;
  }
}

.l-sect-newgrad-kv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}
.l-sect-newgrad-kv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-sect-newgrad-kv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../img/texture/15.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
          animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 599px) {
  .l-sect-newgrad-kv__overlay {
    background-image: url("../img/texture/16.svg");
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-sect-newgrad-kv__title {
  position: relative;
  z-index: 2;
  margin-bottom: 10.9375vw;
  font-family: "Avenir Next";
  font-size: 9.375vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  -webkit-animation-name: slideIn;
          animation-name: slideIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
          animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 599px) {
  .l-sect-newgrad-kv__title {
    margin-bottom: 21.333vw;
    font-size: 16vw;
    line-height: 1.0667;
    letter-spacing: 0.05em;
  }
}

@-webkit-keyframes slideIn {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0);
  }
}

@keyframes slideIn {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0);
  }
}
/*------ 採用メッセージ -------*/
.l-sect-newgrad-message {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 1;
  padding-bottom: 3.75em;
  border-top: 1px solid transparent;
}

.l-sect-newgrad-message .__parallaxObject {
  position: absolute;
  z-index: -1;
  display: block;
  width: 15em;
  height: auto;
}
.l-sect-newgrad-message .__parallaxObject.--circle {
  top: 0;
  right: calc(50% + 360px);
}
.l-sect-newgrad-message .__parallaxObject.--square {
  top: 13.125em;
  left: calc(50% + 360px);
}
.l-sect-newgrad-message .__parallaxObject.--triangle {
  bottom: 4.375em;
  right: calc(50% + 360px);
}

.l-sect-newgrad-message__inner {
  margin-top: -6.25em;
  padding: 2.5em;
  border-radius: 1.5em;
  background-color: #FFFFFF;
}
@media screen and (max-width: 599px) {
  .l-sect-newgrad-message__inner {
    margin-top: -3.75em;
    padding: 1.25em;
  }
}
.l-sect-newgrad-message__inner > *:first-child {
  margin-top: 0 !important;
}
.l-sect-newgrad-message__inner > *:last-child {
  margin-bottom: 0 !important;
}
.l-sect-newgrad-message__inner > * {
  margin-bottom: 1.25em;
}
.l-sect-newgrad-message__inner h2 {
  margin-top: 2em;
}
.l-sect-newgrad-message__inner p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}
.l-sect-newgrad-message__inner ul {
  padding: 1.875em;
  padding-left: 3.75em;
  background-color: #E6F2F0;
  font-size: 1em;
  color: var(--color_main);
  border-radius: 0.625em;
}
@media screen and (max-width: 599px) {
  .l-sect-newgrad-message__inner ul {
    padding: 0.9375em;
    padding-left: 2.8125em;
  }
}
.l-sect-newgrad-message__inner li {
  position: relative;
  margin-bottom: 1em;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.8;
}
.l-sect-newgrad-message__inner li:last-of-type {
  margin-bottom: 0 !important;
}
.l-sect-newgrad-message__inner li::before {
  content: "";
  position: absolute;
  top: 0.257em;
  left: -1.875em;
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-image: url("../img/icon/06.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*------ 先輩社員の声 -------*/
.l-sect-newgrad-interview {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 0;
  padding-top: 3.75em;
  padding-bottom: 5em;
  border-radius: 3.75em;
  background-color: #E6F2F0;
  overflow: hidden;
}
.l-sect-newgrad-interview .__texture {
  position: absolute;
  top: -37.5em;
  left: calc(50% + 10em);
  z-index: -1;
  display: block;
  width: 50em;
  height: auto;
}
@media screen and (max-width: 599px) {
  .l-sect-newgrad-interview {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    border-radius: 1.875em;
  }
}

/*------ 選考について -------*/
.l-sect-newgrad-selection {
  padding-top: 3.75em;
  padding-bottom: 5em;
}
@media screen and (max-width: 599px) {
  .l-sect-newgrad-selection {
    padding-bottom: 3.75em;
  }
}

.l-sect-newgrad-selection .p-cad-flow__unit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .l-sect-newgrad-selection .p-cad-flow__unit {
    width: 19.3125em;
  }
}

.l-sect-newgrad-selection__after {
  display: block;
  width: 100%;
  height: auto;
}
.l-sect-newgrad-selection__after img {
  display: block;
  width: 100%;
  height: auto;
}

/*------ お知らせ -------*/
.l-sect-newgrad-news {
  position: relative;
}

/*--------------------------------
 *  お仕事を探す
--------------------------------*/
.l-sect-pre-search {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 3.75em;
  padding-bottom: 5em;
  background-color: #E6F2F0;
  border-radius: 3.75em;
}
@media screen and (max-width: 599px) {
  .l-sect-pre-search {
    padding-top: 2.5em;
    padding-bottom: 3.75em;
  }
}

.l-sect-pre-search h2 {
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.l-sect-pre-search h2 > img {
  display: block;
  margin-right: auto;
  margin-bottom: 0.3125em;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.9375em;
}
.l-sect-pre-search h2 > span {
  display: block;
}
@media screen and (max-width: 599px) {
  .l-sect-pre-search h2 {
    margin-bottom: 1.5909090909em;
    font-size: 1.375em;
  }
  .l-sect-pre-search h2 > img {
    margin-bottom: 0.4545454545em;
    height: 1em;
  }
}

.l-sect-pre-search h3 {
  position: relative;
  margin-top: 1.6666666667em;
  margin-bottom: 0.8333333333em;
  padding-left: 0.8333333333em;
  padding-bottom: 0.4166666667em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #ABBAB9;
}
.l-sect-pre-search h3::before {
  content: "";
  position: absolute;
  top: 0.5416666667em;
  left: 0;
  display: block;
  width: 0.4166666667em;
  height: 0.4166666667em;
  border-radius: 50%;
  background-color: var(--color_main);
}
@media screen and (max-width: 599px) {
  .l-sect-pre-search h3 {
    margin-top: 2.2222222222em;
    margin-bottom: 1.6666666667em;
    padding-left: 1.1111111111em;
    padding-bottom: 0.5555555556em;
    font-size: 1.125em;
  }
  .l-sect-pre-search h3::before {
    top: 0.5em;
    width: 0.5555555556em;
    height: 0.5555555556em;
  }
}

.l-sect-pre-search .__desc {
  font-size: 1em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .l-sect-pre-search .__desc {
    text-align: start;
  }
}

.l-sect-pre-search .__horiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25em;
     -moz-column-gap: 1.25em;
          column-gap: 1.25em;
}
@media screen and (max-width: 599px) {
  .l-sect-pre-search .__horiz {
    display: block;
  }
}

.l-sect-pre-search .__horiz > .__col {
  min-width: 0;
}
.l-sect-pre-search .__horiz > .__col.--areaMap {
  -ms-flex-preferred-size: 26.25em;
      flex-basis: 26.25em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-sect-pre-search .__horiz > .__col.--list {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 599px) {
  .l-sect-pre-search .__horiz > .__col.--list {
    margin-top: 1.875em;
  }
}

.l-sect-pre-search .p-areaMap {
  margin-left: auto;
  margin-right: auto;
}

.l-sect-pre-search .c-btn-more {
  margin-top: 2.5em;
  margin-right: auto;
  margin-left: auto;
  width: 17.5em;
}
.l-sect-pre-search .c-btn-more span {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: center;
}

/****** タイトルヘッダー ******/
/*--------------------------------
 *  その他
--------------------------------*/
.l-topTitleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 12.5em;
  font-size: 16px;
  background-image: url("../img/texture/11.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea {
    font-size: 4.2666666667vw;
    min-height: 9.375em;
    background-image: url("../img/texture/12.png");
    background-position: center left;
  }
}

.l-topTitleArea::before,
.l-topTitleArea::after {
  content: none !important;
}

.l-topTitleArea__body {
  color: inherit;
  text-shadow: unset;
  position: relative;
  width: 100%;
  z-index: 3;
}

.c-pageTitle {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
}
.c-pageTitle::after {
  content: none;
}
@media screen and (max-width: 599px) {
  .c-pageTitle {
    font-size: 1.375em;
  }
}

.c-pageTitle__subTitle {
  display: block;
  margin: 0 0 0.7142857143em 0;
  padding-left: 1.3571428571em;
  font-size: 0.4375em;
  font-weight: 500;
  line-height: 1;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  letter-spacing: 0;
  color: var(--color_main);
  background-image: url("../img/texture/10.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1em auto;
}
@media screen and (max-width: 599px) {
  .c-pageTitle__subTitle {
    margin: 0 0 0.5714285714em 0;
    font-size: 0.6363636364em;
  }
}

.l-topTitleArea .__parallaxObject {
  position: absolute;
  display: block;
  width: 3.125em;
  height: auto;
}
.l-topTitleArea .__parallaxObject.--circle {
  bottom: 1.25em;
  left: calc(50% + 23.125em);
}
@media screen and (max-width: 599px) {
  .l-topTitleArea .__parallaxObject.--circle {
    left: unset;
    right: 2.5em;
    width: 2.125em;
  }
}
.l-topTitleArea .__parallaxObject.--triangle {
  top: 1.25em;
  left: calc(50% + 29.25em);
  width: 3.4375em;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea .__parallaxObject.--triangle {
    left: unset;
    right: 0;
    width: 2.5em;
  }
}
.l-topTitleArea .__parallaxObject.--square {
  bottom: 3.375em;
  left: calc(50% + 32em);
  width: 3.25em;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea .__parallaxObject.--square {
    bottom: 3.125em;
    left: unset;
    right: -0.75em;
    width: 2em;
  }
}

/*--------------------------------
 *  お仕事紹介
--------------------------------*/
.l-topTitleArea-jobs {
  position: relative;
  z-index: 1;
  font-size: clamp(10px, 1.7167381974vw, 16px);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #FFFFFF), color-stop(70%, #E6F2F0));
  background-image: linear-gradient(180deg, #FFFFFF 70%, #E6F2F0 70%);
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-jobs {
    font-size: 4.2666666667vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #FFFFFF), color-stop(80%, #E6F2F0));
    background-image: linear-gradient(180deg, #FFFFFF 80%, #E6F2F0 80%);
  }
}

.l-topTitleArea-jobs__body {
  padding-top: 3.75em;
  padding-bottom: 3.125em;
  padding-left: var(--swl-pad_post_content, 0);
  padding-right: var(--swl-pad_post_content, 0);
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-jobs__body {
    padding-top: 0.5em;
    padding-bottom: 1.875em;
    min-height: auto;
  }
}

.l-topTitleArea-jobs__body .__horiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25em;
     -moz-column-gap: 1.25em;
          column-gap: 1.25em;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-jobs__body .__horiz {
    display: block;
  }
}

.l-topTitleArea-jobs__body .__horiz .__col {
  min-width: 0;
}
.l-topTitleArea-jobs__body .__horiz .__col.--title {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-jobs__body .__horiz .__col.--title {
    padding-bottom: 2.5em;
  }
}
.l-topTitleArea-jobs__body .__horiz .__col.--thumb {
  -ms-flex-preferred-size: 62.2222222222%;
      flex-basis: 62.2222222222%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.l-topTitleArea-jobs__imgWrapper {
  position: relative;
}

.l-topTitleArea-jobs__imgWrapper .__parallaxObject {
  position: absolute;
  display: block;
  width: auto;
}
.l-topTitleArea-jobs__imgWrapper .__parallaxObject.--triangle {
  top: -1.25em;
  right: -2em;
  height: 3.4375em;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-jobs__imgWrapper .__parallaxObject.--triangle {
    top: -1.25em;
    right: -1.25em;
    height: 2.25em;
  }
}
.l-topTitleArea-jobs__imgWrapper .__parallaxObject.--square {
  bottom: 3.875em;
  left: -2em;
  height: 3.25em;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-jobs__imgWrapper .__parallaxObject.--square {
    bottom: 4.8125em;
    left: -1.25em;
    height: 2.1875em;
  }
}

.l-topTitleArea-jobs__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
  border-radius: 1.5em;
  overflow: hidden;
}
.l-topTitleArea-jobs__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-jobs__img {
    border-radius: 0.75em;
  }
}

.l-topTitleArea-jobs__meta {
  margin-top: 20px;
  font-size: 14px;
}

.l-topTitleArea-jobs__meta .__title {
  display: block;
  margin-bottom: 0.7em;
}

.l-topTitleArea-jobs__meta .__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

/*--------------------------------
 *  先輩社員の声
--------------------------------*/
.l-topTitleArea-interview {
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(63%, #FFFFFF), color-stop(63%, #E6F2F0));
  background-image: linear-gradient(180deg, #FFFFFF 63%, #E6F2F0 63%);
  font-size: clamp(10px, 1.7167381974vw, 16px);
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-interview {
    font-size: 4.2666666667vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, #FFFFFF), color-stop(58%, #E6F2F0));
    background-image: linear-gradient(180deg, #FFFFFF 58%, #E6F2F0 58%);
  }
}

.l-topTitleArea-interview__title {
  font-size: 1.75em;
  margin-bottom: 1.4285714286em;
  padding-left: 1.2142857143em;
  font-weight: 700;
  line-height: 1.5;
  background-image: url(../img/texture/10.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 0.5em auto;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-interview__title {
    font-size: 1.375em;
    margin-bottom: 1.3636363636em;
    padding-left: 1.0909090909em;
    background-size: 0.6363636364em auto;
  }
}

.l-topTitleArea-interview__body {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  padding-left: var(--swl-pad_post_content, 0);
  padding-right: var(--swl-pad_post_content, 0);
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-interview__body {
    padding-top: 0.75em;
    padding-bottom: 1.875em;
  }
}

.l-topTitleArea-interview__body .__horiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 1.25em;
     -moz-column-gap: 1.25em;
          column-gap: 1.25em;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-interview__body .__horiz {
    display: block;
  }
}

.l-topTitleArea-interview__body .__horiz .__col {
  min-width: 0;
}
.l-topTitleArea-interview__body .__horiz .__col.--title {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.l-topTitleArea-interview__body .__horiz .__col.--thumb {
  -ms-flex-preferred-size: 75.5555555556%;
      flex-basis: 75.5555555556%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-interview__body .__horiz .__col.--thumb {
    margin-bottom: 1.25em;
  }
}

.l-topTitleArea-interview__imgWrapper {
  position: relative;
}

.l-topTitleArea-interview__imgWrapper .__parallaxObject {
  position: absolute;
  display: block;
  width: auto;
}
.l-topTitleArea-interview__imgWrapper .__parallaxObject.--triangle {
  top: -1.25em;
  right: -2em;
  height: 3.4375em;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-interview__imgWrapper .__parallaxObject.--triangle {
    top: -1.25em;
    right: -1.25em;
    height: 2.25em;
  }
}
.l-topTitleArea-interview__imgWrapper .__parallaxObject.--square {
  bottom: 8.75em;
  left: -2em;
  height: 3.25em;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-interview__imgWrapper .__parallaxObject.--square {
    bottom: 4.8125em;
    left: -1.25em;
    height: 2.1875em;
  }
}

.l-topTitleArea-interview__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 680/383;
  border-radius: 1.5em;
  overflow: hidden;
}
.l-topTitleArea-interview__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-interview__img {
    border-radius: 0.75em;
  }
}

.l-topTitleArea-interview__affiliation {
  margin-bottom: 1.1111111111em;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-interview__affiliation {
    font-size: 1em;
    margin-bottom: 0.3125em;
  }
}

.l-topTitleArea-interview__meta {
  display: block;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-interview__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.625em;
       -moz-column-gap: 0.625em;
            column-gap: 0.625em;
  }
}

.l-topTitleArea-interview__name {
  font-family: "Ubuntu", sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea-interview__name {
    font-size: 1.75em;
  }
}

.l-topTitleArea-interview__date {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.8;
}

/****** Call To Action ******/
.l-cta-newgrad {
  padding-top: 5em;
  padding-bottom: 5em;
  font-size: clamp(10px, 1.5384615385vw, 16px);
}
@media screen and (max-width: 599px) {
  .l-cta-newgrad {
    font-size: 4.2666666667vw;
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
}

.l-cta-newgrad .c-btn-newgrad {
  margin-left: auto;
  margin-right: auto;
}

/****** フローティング ******/
.l-float {
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0px);
  right: 0;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  z-index: 98;
  padding: 1.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: calc(100% - var(--wp-admin--admin-bar--height, 0px));
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .l-float {
    padding: 0.625em;
  }
}

.l-float > * {
  pointer-events: auto;
}

/* Object > Component
 * 接頭辞：c-
 * 再利用できるパターンとして最小単位のモジュールを定義
======================================*/
/****** 見出し/タイトル ******/
/*--------------------------------
 *  サブタイトル
--------------------------------*/
.c-heading-pageTitle {
  padding-bottom: 5px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #ABBAB9;
}
@media screen and (max-width: 599px) {
  .c-heading-pageTitle {
    font-size: 1.5em;
  }
}

.c-heading-pageTitle .__subTitle {
  display: block;
  margin-bottom: 5px;
  padding-left: calc(1em + 5px);
  font-family: "Ubuntu", sans-serif;
  font-size: 0.35em;
  font-weight: 500;
  line-height: 1;
  background-image: url("../img/texture/10.svg");
  background-repeat: no-repeat;
  background-size: auto 1em;
  background-position: center left;
}
@media screen and (max-width: 599px) {
  .c-heading-pageTitle .__subTitle {
    font-size: 0.5833333333em;
  }
}

/*--------------------------------
 *  新卒採用
--------------------------------*/
.c-heading-icon {
  margin-bottom: 1.4285714286em;
  padding-left: 1.2142857143em;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  background-image: url("../img/texture/10.svg");
  background-repeat: no-repeat;
  background-size: 0.5em auto;
  background-position: center left;
}
@media screen and (max-width: 599px) {
  .c-heading-icon {
    font-size: 1.375em;
    margin-bottom: 1.3636363636em;
    padding-left: 1.0909090909em;
    background-size: 0.6363636364em auto;
  }
}

h3.c-heading-icon {
  font-size: 1.25em;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 1em;
  background-image: url("../img/icon/07.svg");
  background-size: 0.5em auto;
}
@media screen and (max-width: 599px) {
  h3.c-heading-icon {
    font-size: 1.125em;
    margin-top: 2.2222222222em;
    margin-bottom: 1.1111111111em;
    padding-left: 1.1111111111em;
    background-size: 0.5555555556em auto;
  }
}

/****** ラベル ******/
/*--------------------------------
 *  ターム
--------------------------------*/
.c-label-term {
  display: inline-block;
  padding: 0.3333333333em 0.8333333333em;
  width: 8.3333333333em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: var(--color_main);
  text-align: center;
  text-decoration: none;
  border-radius: 100vh;
  background-color: #E6F2F0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*--------------------------------
 *  フッター
--------------------------------*/
.c-label-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  font-size: 14px;
}
.c-label-footer__wrapper hr {
  -ms-flex-preferred-size: 1px;
      flex-basis: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  min-width: 0;
  height: 1em;
  border-width: 0;
  background-color: #ABBAB9;
}

.c-label-footer {
  display: block;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.8;
  white-space: nowrap;
  text-decoration: none;
}
.c-label-footer[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 0.2857142857em;
  margin-top: 0.0714285714em;
  width: 0.8571428571em;
  height: 0.8571428571em;
  background-image: url("../img/icon/01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*--------------------------------
 *  求人情報のメタ
--------------------------------*/
.c-label-meta {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2142857143em 0.3571428571em 0.3571428571em;
  line-height: 1;
  color: #087C6E;
  background-color: #E6F2F0;
  border-radius: 0.2142857143em;
}

/*--------------------------------
 *  インプット
--------------------------------*/
/*------ チェックボックス -------*/
.c-label-checkBox {
  position: relative;
  padding-left: 1.3125em;
}

.c-label-checkBox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0.4em;
  left: 0;
  display: block;
  padding: 0;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid currentColor;
}
.c-label-checkBox input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("../img/icon/04.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  visibility: hidden;
}

.c-label-checkBox input[type=checkbox]:checked {
  border-width: 0;
}
.c-label-checkBox input[type=checkbox]:checked::before {
  visibility: visible;
}

/*--------------------------------
 *  詳しく見る
--------------------------------*/
.c-label-more {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625em;
     -moz-column-gap: 0.625em;
          column-gap: 0.625em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color_main);
}

/****** ボタン ******/
/*--------------------------------
 *  ヘッダー
--------------------------------*/
.c-btn-header {
  position: relative;
  z-index: 0;
  display: block;
  padding: 1.3333333333em 2.6666666667em;
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF9E1D), to(#F73E62));
  background-image: linear-gradient(90deg, #FF9E1D 0%, #F73E62 100%);
  border-radius: 5px;
  overflow: hidden;
}

.c-btn-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#F73E62), to(#FF9E1D));
  background-image: linear-gradient(90deg, #F73E62 0%, #FF9E1D 100%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
}

/*------ ホバーアクション -------*/
.c-btn-header:hover::before {
  opacity: 1;
}

/*--------------------------------
 *  くわしく見る
--------------------------------*/
.c-btn-more {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625em;
     -moz-column-gap: 0.625em;
          column-gap: 0.625em;
  padding: 0.875em 0.625em 0.875em 1.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0DA093), to(#087C6E));
  background-image: linear-gradient(90deg, #0DA093 0%, #087C6E 100%);
  border-radius: 0.3125em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.c-btn-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#087C6E), to(#0DA093));
  background-image: linear-gradient(90deg, #087C6E 0%, #0DA093 100%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
}

.c-btn-more > span {
  min-width: 8.75em;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.c-btn-more > i {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*------ ホバーアクション -------*/
.c-btn-more:hover::before {
  opacity: 1;
}

/*------ カラバリ -------*/
.c-btn-more.--orange {
  background-image: -webkit-gradient(linear, left top, right top, from(#FF9E1D), to(#EC7D15));
  background-image: linear-gradient(90deg, #FF9E1D 0%, #EC7D15 100%);
}
.c-btn-more.--orange::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#EC7D15), to(#FF9E1D));
  background-image: linear-gradient(90deg, #EC7D15 0%, #FF9E1D 100%);
}

/*--------------------------------
*  CTA
--------------------------------*/
.c-btn-cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25em;
}
@media screen and (max-width: 599px) {
  .c-btn-cta__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.c-btn-cta__wrapper > * {
  min-width: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

a.c-btn-cta {
  position: relative;
  z-index: 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.25em;
  padding: 2.5em 1.25em;
  width: 100%;
  border-radius: 0.625em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #005B53;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  a.c-btn-cta {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.25em 0.9375em;
  }
}

a.c-btn-cta > span {
  display: block;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  a.c-btn-cta > span {
    font-size: 1.125em;
  }
}

a.c-btn-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-image: linear-gradient(126deg, #005B53 0%, #002420 100%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
}

a.c-btn-cta > i {
  position: relative;
  display: block;
  width: 2.5em;
  height: 2.5em;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M20 0a20.005 20.005 0 0 1 7.785 38.428 20.005 20.005 0 0 1-15.57-36.856A19.875 19.875 0 0 1 20 0Zm0 39a19.005 19.005 0 0 0 7.4-36.507 19.007 19.007 0 0 0-14.8 35.014A18.881 18.881 0 0 0 20 39Z" fill="%23FFFFFF"/><path d="m18.207 25.707-1.414-1.414L21.086 20l-4.293-4.293 1.414-1.414L23.914 20Z" fill="%23FFFFFF"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  a.c-btn-cta > i {
    width: 1.875em;
    height: 1.875em;
  }
}

a.c-btn-cta > i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
}

/*------ ホバーアクション -------*/
a.c-btn-cta:hover::before {
  opacity: 1;
}
a.c-btn-cta:hover > i {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M20 0a20.005 20.005 0 0 1 7.785 38.428 20.005 20.005 0 0 1-15.57-36.856A19.875 19.875 0 0 1 20 0Zm0 39a19.005 19.005 0 0 0 7.4-36.507 19.007 19.007 0 0 0-14.8 35.014A18.881 18.881 0 0 0 20 39Z" fill="%23FFFFFF"/><path d="m18.207 25.707-1.414-1.414L21.086 20l-4.293-4.293 1.414-1.414L23.914 20Z" fill="%23005B53"/></svg>');
}
a.c-btn-cta:hover > i::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*------ 新卒採用情報 -------*/
a.c-btn-cta.--newgrad::before {
  background: linear-gradient(124deg, #FF9E1D 0%, #F05A46 100%);
}

a.c-btn-cta.--newgrad:hover > i {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M20 0a20.005 20.005 0 0 1 7.785 38.428 20.005 20.005 0 0 1-15.57-36.856A19.875 19.875 0 0 1 20 0Zm0 39a19.005 19.005 0 0 0 7.4-36.507 19.007 19.007 0 0 0-14.8 35.014A18.881 18.881 0 0 0 20 39Z" fill="%23FFFFFF"/><path d="m18.207 25.707-1.414-1.414L21.086 20l-4.293-4.293 1.414-1.414L23.914 20Z" fill="%23F05A46"/></svg>');
}

/*--------------------------------
 *  新卒採用エントリー
--------------------------------*/
.c-btn-newgrad {
  font-size: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  padding: 1.5em 2em;
  padding-right: 3.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background-image: url("../img/icon/05.svg"), -webkit-gradient(linear, left top, right top, from(#FF9E1D), to(#F73E62));
  background-image: url("../img/icon/05.svg"), linear-gradient(90deg, #FF9E1D 0%, #F73E62 100%);
  background-repeat: no-repeat, repeat;
  background-position: center right 1em, 0% 0%;
  background-size: 1em auto, auto auto;
  border-radius: 5px;
}
.c-btn-newgrad small {
  font-size: 0.7em;
}
@media screen and (max-width: 599px) {
  .c-btn-newgrad {
    padding: 1em 2em;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*--------------------------------
 *  新卒採用エントリー(フローティング)
--------------------------------*/
.c-btn-float {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125em;
  padding: 1.25em;
  padding-right: 2.875em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background-image: url("../img/icon/05.svg"), -webkit-gradient(linear, left top, right top, from(#FF9E1D), to(#F73E62));
  background-image: url("../img/icon/05.svg"), linear-gradient(90deg, #FF9E1D 0%, #F73E62 100%);
  background-repeat: no-repeat, repeat;
  background-position: center right 1.25em, 0% 0%;
  background-size: 1em auto, auto auto;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .c-btn-float {
    font-size: 0.875em;
    padding: 1.0714285714em;
    padding-right: 2.7857142857em;
    background-position: center right 1.0714285714em, 0% 0%;
  }
}
.c-btn-float small {
  font-size: 0.875em;
}

/*--------------------------------
 *  ページトップ
--------------------------------*/
.c-btn-pageTop {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0;
  width: 130px;
  height: auto;
  background-color: transparent;
  background-image: url("../img/texture/04.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 599px) {
  .c-btn-pageTop {
    width: 100px;
  }
}

.c-btn-pageTop::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 30.7692307692%;
}

.c-btn-pageTop::after {
  content: "PAGE TOP";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: var(--color_main);
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .c-btn-pageTop::after {
    font-size: 12px;
  }
}

/*--------------------------------
 *  ハンバーガーメニュー
--------------------------------*/
.c-btn-menu {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: inherit;
  background-image: -webkit-gradient(linear, right top, left top, from(#087C6E), to(#0DA093));
  background-image: linear-gradient(270deg, #087C6E 0%, #0DA093 100%);
  border-radius: 0.3125em;
}

.c-btn-menu__icon {
  width: 1.25em;
  height: 0.875em;
  position: relative;
}
.c-btn-menu__icon > span {
  height: 0.125em;
  display: block;
  position: absolute;
  left: 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-menu__icon > span:nth-of-type(1) {
  width: 100%;
  top: 0;
}
.c-btn-menu__icon > span:nth-of-type(2) {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-menu__icon > span:nth-of-type(3) {
  width: 100%;
  bottom: 0;
}

/*------ 展開時 -------*/
[data-spmenu=opened] .c-btn-menu .c-btn-menu__icon > span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-315deg);
          transform: translateY(-50%) rotate(-315deg);
}
[data-spmenu=opened] .c-btn-menu .c-btn-menu__icon > span:nth-of-type(2) {
  width: 0;
}
[data-spmenu=opened] .c-btn-menu .c-btn-menu__icon > span:nth-of-type(3) {
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}
[data-spmenu=opened] .c-btn-menu::after {
  background-position: left top;
}

/*--------------------------------
 *  スマホ開閉メニュー内
--------------------------------*/
.c-btn-spMenu__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  row-gap: 0.625em;
  margin-top: 1.875em;
}

a.c-btn-spMenu {
  padding: 0.9375em 3.4375em 0.9375em 0.9375em;
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  color: #fff;
  background-color: #005B53;
  background-image: url("../img/icon/03.svg");
  background-repeat: no-repeat;
  background-size: 1.875em auto;
  background-position: center right 0.9375em;
  border-radius: 0.3125em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

a.c-btn-spMenu.--newgrad {
  background-color: transparent;
  background-image: url("../img/icon/03.svg"), -webkit-gradient(linear, left top, right top, from(#FF9E1D), to(#F05A46));
  background-image: url("../img/icon/03.svg"), linear-gradient(90deg, #FF9E1D 0%, #F05A46 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 1.875em auto, auto auto;
  background-position: center right 0.9375em, center;
}

/****** サイトロゴ ******/
/*--------------------------------
 *  基本
--------------------------------*/
.c-siteLogo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9375em;
     -moz-column-gap: 0.9375em;
          column-gap: 0.9375em;
}
@media screen and (max-width: 960px) {
  .c-siteLogo__wrapper {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}

.c-siteLogo__wrapper hr {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-preferred-size: 1px;
      flex-basis: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  min-width: 0;
  border-width: 0;
  background-color: #ABBAB9;
}

.c-siteLogo__title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

.c-siteLogo {
  margin: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-siteLogo > img {
  display: block;
  height: 1.875em;
}
@media screen and (max-width: 960px) {
  .c-siteLogo > img {
    height: 1.625em;
  }
}

/*------ ホバーアクション -------*/
.c-siteLogo:hover {
  opacity: 0.6;
}

/*--------------------------------
 *  フッター
--------------------------------*/
.c-siteLogo.--footer > img {
  height: 2.5em;
}
@media screen and (max-width: 960px) {
  .c-siteLogo.--footer > img {
    height: 1.25em;
  }
}

/****** スクロールダウン ******/
.c-scrollDown {
  position: absolute;
  bottom: -22px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 130px;
  aspect-ratio: 130/62;
  background-image: url("../img/texture/08.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.c-scrollDown::before {
  content: attr(title);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.c-scrollDown::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 18px;
  height: 11px;
  background-image: url("../img/texture/09.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(-50%) translateY(-20%);
            transform: translateX(-50%) translateY(-20%);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(20%);
            transform: translateX(-50%) translateY(20%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-20%);
            transform: translateX(-50%) translateY(-20%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(-50%) translateY(-20%);
            transform: translateX(-50%) translateY(-20%);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(20%);
            transform: translateX(-50%) translateY(20%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-20%);
            transform: translateX(-50%) translateY(-20%);
  }
}
/****** アイコン ******/
.c-icon-arrow {
  position: relative;
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23abbab9" d="M12 0a12 12 0 0 1 8.485 20.485 12 12 0 1 1-16.97-16.97A11.921 11.921 0 0 1 12 0Zm0 23a11 11 0 0 0 7.778-18.778A11 11 0 1 0 4.222 19.778 10.928 10.928 0 0 0 12 23Z"/><path fill="%230da093" d="m10.707 16.707-1.414-1.414L12.586 12 9.293 8.707l1.414-1.414L15.414 12Z" /></svg>');
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-icon-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-color: var(--color_main);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
}

a:hover .c-icon-arrow {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="transparent" d="M12 0a12 12 0 0 1 8.485 20.485 12 12 0 1 1-16.97-16.97A11.921 11.921 0 0 1 12 0Zm0 23a11 11 0 0 0 7.778-18.778A11 11 0 1 0 4.222 19.778 10.928 10.928 0 0 0 12 23Z"/><path fill="%23ffffff" d="m10.707 16.707-1.414-1.414L12.586 12 9.293 8.707l1.414-1.414L15.414 12Z" /></svg>');
}
a:hover .c-icon-arrow::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*------ バリエーション｜白 -------*/
.c-icon-arrow.--white {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 0 1 8.485 20.485 12 12 0 1 1-16.97-16.97A11.921 11.921 0 0 1 12 0Zm0 23a11 11 0 0 0 7.778-18.778A11 11 0 1 0 4.222 19.778 10.928 10.928 0 0 0 12 23Z" fill="%23FFFFFF"/><path d="m10.707 16.707-1.414-1.414L12.586 12 9.293 8.707l1.414-1.414L15.414 12Z" fill="%23FFFFFF"/></svg>');
}
.c-icon-arrow.--white::before {
  background-color: #fff;
}

a:hover .c-icon-arrow.--white {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 0 1 8.485 20.485 12 12 0 1 1-16.97-16.97A11.921 11.921 0 0 1 12 0Zm0 23a11 11 0 0 0 7.778-18.778A11 11 0 1 0 4.222 19.778 10.928 10.928 0 0 0 12 23Z" fill="%23FFFFFF"/><path d="m10.707 16.707-1.414-1.414L12.586 12 9.293 8.707l1.414-1.414L15.414 12Z" fill="%23087C6E"/></svg>');
}
a:hover .c-icon-arrow.--white::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

a.--orange:hover .c-icon-arrow.--white {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 0 1 8.485 20.485 12 12 0 1 1-16.97-16.97A11.921 11.921 0 0 1 12 0Zm0 23a11 11 0 0 0 7.778-18.778A11 11 0 1 0 4.222 19.778 10.928 10.928 0 0 0 12 23Z" fill="%23FFFFFF"/><path d="m10.707 16.707-1.414-1.414L12.586 12 9.293 8.707l1.414-1.414L15.414 12Z" fill="%23EC7D15"/></svg>');
}

/*------ バリエーション｜大 -------*/
.c-icon-arrow.--large {
  width: 2.5em;
  height: 2.5em;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path fill="%23abbab9" d="M20 0a20.005 20.005 0 0 1 7.785 38.428 20.005 20.005 0 0 1-15.57-36.856A19.875 19.875 0 0 1 20 0Zm0 39a19.005 19.005 0 0 0 7.4-36.507 19.007 19.007 0 0 0-14.8 35.014A18.881 18.881 0 0 0 20 39Z" /><path fill="%230da093" d="m18.207 25.707-1.414-1.414L21.086 20l-4.293-4.293 1.414-1.414L23.914 20Z" /></svg>');
}

.c-icon-arrow.--large:hover,
a:hover + .c-icon-arrow.--large {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path fill="transparent" d="M20 0a20.005 20.005 0 0 1 7.785 38.428 20.005 20.005 0 0 1-15.57-36.856A19.875 19.875 0 0 1 20 0Zm0 39a19.005 19.005 0 0 0 7.4-36.507 19.007 19.007 0 0 0-14.8 35.014A18.881 18.881 0 0 0 20 39Z" /><path fill="%23ffffff" d="m18.207 25.707-1.414-1.414L21.086 20l-4.293-4.293 1.414-1.414L23.914 20Z" /></svg>');
}
.c-icon-arrow.--large:hover::before,
a:hover + .c-icon-arrow.--large::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*------ バリエーション｜下 -------*/
.c-icon-arrow.--down {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 0 1 8.485 20.485 12 12 0 1 1-16.97-16.97A11.921 11.921 0 0 1 12 0Zm0 23a11 11 0 0 0 7.778-18.778A11 11 0 1 0 4.222 19.778 10.928 10.928 0 0 0 12 23Z" fill="%23ffffff" /><path d="m12 15.414-4.707-4.707 1.414-1.414L12 12.586l3.293-3.293 1.414 1.414Z" fill="%23ffffff" /></svg>');
}
.c-icon-arrow.--down::before {
  background-color: #fff;
}

a:hover .c-icon-arrow.--down {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 0 1 8.485 20.485 12 12 0 1 1-16.97-16.97A11.921 11.921 0 0 1 12 0Zm0 23a11 11 0 0 0 7.778-18.778A11 11 0 1 0 4.222 19.778 10.928 10.928 0 0 0 12 23Z" fill="%23ffffff" /><path d="m12 15.414-4.707-4.707 1.414-1.414L12 12.586l3.293-3.293 1.414 1.414Z" fill="%23087C6E" /></svg>');
}
a:hover .c-icon-arrow.--down::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/****** ページネーション ******/
.c-pagination .page-numbers {
  border-radius: 10px;
  font-family: "Ubuntu", sans-serif;
}

/* Object > Project
 * 接頭辞：p-
 * 再利用できるパターンとしてComponentの集合体を定義
 * もしくはComponentとするには大きすぎるObject（4階層構造以上を目安）を定義
======================================*/
/****** スマホ開閉メニュー ******/
.p-spMenu {
  z-index: 99;
  display: block !important;
  height: 100%;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .p-spMenu {
    font-size: 4.2666666667vw;
  }
}

.-right .p-spMenu__inner {
  padding-top: 0;
  width: 100vw;
  font-size: inherit;
  background-color: #fff !important;
  color: var(--color_text);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.-right .p-spMenu__inner::before {
  content: none;
}

.p-spMenu__body {
  padding-top: calc(1.875em + var(--swl-headerH, 0px) + var(--wp-admin--admin-bar--height, 0px));
  padding-right: 1.875em;
  padding-bottom: 1.875em;
  padding-left: 1.875em;
  height: 100%;
}

/*------ 展開時 -------*/
[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/****** ブログカード ******/
/*--------------------------------
 *  リストタイプ
--------------------------------*/
.p-card-list__unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  border-top: 1px solid #ABBAB9;
}

.p-card-list {
  position: relative;
  padding-top: 1.25em;
  padding-right: 3.125em;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #ABBAB9;
}
@media screen and (max-width: 599px) {
  .p-card-list {
    padding-right: 0;
  }
}

.p-card-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625em;
  margin-bottom: 0.625em;
}

.p-card-list__meta time {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.5;
}

.p-card-list .c-icon-arrow.--large {
  position: absolute;
  top: 1.875em;
  right: 0;
  display: block;
}

.p-card-list__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .p-card-list__title {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 599px) {
  .p-card-list__title {
    font-size: 0.875em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.p-card-list__title:hover {
  color: var(--color_main);
}

/*--------------------------------
 *  求人情報一覧
--------------------------------*/
.p-card-recruit__unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  row-gap: 1.25em;
  font-size: inherit;
}

.p-card-recruit {
  padding: 1.25em;
  border: 1px solid #ABBAB9;
}
@media screen and (max-width: 599px) {
  .p-card-recruit {
    padding: 0;
    padding-bottom: 1.25em;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
  }
}

.p-card-recruit .__horiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25em;
     -moz-column-gap: 1.25em;
          column-gap: 1.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .p-card-recruit .__horiz {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.75em;
  }
}

.p-card-recruit .__horiz > .__col {
  min-width: 0;
}
.p-card-recruit .__horiz > .__col.--thmb {
  -ms-flex-preferred-size: 12.5em;
      flex-basis: 12.5em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .p-card-recruit .__horiz > .__col.--thmb {
    -ms-flex-preferred-size: 5em;
        flex-basis: 5em;
  }
}
.p-card-recruit .__horiz > .__col.--meta {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.p-card-recruit .__horiz > .__col.--link {
  -ms-flex-preferred-size: 9.375em;
      flex-basis: 9.375em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .p-card-recruit .__horiz > .__col.--link {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.p-card-recruit__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  aspect-ratio: 200/122;
}
.p-card-recruit__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .p-card-recruit__img {
    aspect-ratio: 1;
  }
}

.p-card-recruit__title {
  display: block;
  margin-bottom: 0.75em;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .p-card-recruit__title {
    font-size: 0.875em;
    margin-bottom: 1em;
  }
}

.p-card-recruit hr {
  display: block;
  margin-top: 0.8125em;
  margin-bottom: 0.8125em;
  width: 100%;
  height: 1px;
  border-width: 0;
  background-color: #ABBAB9;
}

.p-card-recruit__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25em;
     -moz-column-gap: 1.25em;
          column-gap: 1.25em;
  row-gap: 0.625em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .p-card-recruit__meta {
    display: block;
  }
}

.p-card-recruit__meta .__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.875em;
}
.p-card-recruit__meta .__item strong {
  margin-right: 5px;
}
@media screen and (max-width: 599px) {
  .p-card-recruit__meta .__item strong {
    margin-right: 0;
    font-weight: 400;
    color: #707070;
  }
  .p-card-recruit__meta .__item strong::after {
    content: "：";
  }
}
@media screen and (max-width: 599px) {
  .p-card-recruit__meta .__item {
    font-size: 0.75em;
  }
  .p-card-recruit__meta .__item:not(:first-of-type) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 599px) {
  .p-card-recruit__meta .__item .c-label-meta {
    padding: 0;
    background-color: transparent;
  }
}

.p-card-recruit .c-btn-more {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.625em;
  padding: 0.625em;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-card-recruit .c-btn-more {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.875em;
  }
}
.p-card-recruit .c-btn-more span {
  min-width: 0;
}
.p-card-recruit .c-btn-more:not(:last-of-type) {
  margin-bottom: 0.625em;
}
@media screen and (max-width: 599px) {
  .p-card-recruit .c-btn-more:not(:last-of-type) {
    margin-bottom: 0;
  }
}

/*--------------------------------
 *  ホーム > メインコンテンツ
--------------------------------*/
.p-card-mainContent__unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  row-gap: 40px;
}
@media screen and (max-width: 599px) {
  .p-card-mainContent__unit {
    row-gap: 3.75em;
  }
}

.p-card-mainContent {
  position: relative;
  display: block;
}

.p-card-mainContent .__horiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5em;
     -moz-column-gap: 5em;
          column-gap: 5em;
}
@media screen and (max-width: 599px) {
  .p-card-mainContent .__horiz {
    display: block;
  }
}

.p-card-mainContent .__horiz > .__col {
  position: relative;
  min-width: 0;
}
.p-card-mainContent .__horiz > .__col.--img {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.p-card-mainContent .__horiz > .__col.--txt {
  z-index: 1;
  -ms-flex-preferred-size: 26.25em;
      flex-basis: 26.25em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  row-gap: 2.5em;
}
@media screen and (max-width: 599px) {
  .p-card-mainContent .__horiz > .__col.--txt {
    row-gap: 1.25em;
    margin-top: 2.5em;
  }
}
.p-card-mainContent .__horiz > .__col .__backObject {
  position: absolute;
  top: -5em;
  z-index: 0;
  display: block;
  width: 25em;
  height: auto;
}
.p-card-mainContent .__horiz > .__col .__surfaceObject {
  position: absolute;
  z-index: 2;
  display: block;
  width: 6.25em;
  height: auto;
}

.p-card-mainContent__eyeCatch {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 30em;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .p-card-mainContent__eyeCatch {
    height: 16.625em;
  }
}
.p-card-mainContent__eyeCatch img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------ 奇数 -------*/
.p-card-mainContent:nth-child(odd) {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}
.p-card-mainContent:nth-child(odd) .p-card-mainContent__eyeCatch {
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh;
}
@media screen and (max-width: 599px) {
  .p-card-mainContent:nth-child(odd) .__horiz > .__col.--txt {
    padding-left: var(--swl-pad_container, 20px);
  }
}
.p-card-mainContent:nth-child(odd) .__horiz > .__col .__backObject {
  right: 12.5em;
}
.p-card-mainContent:nth-child(odd) .__horiz > .__col .__surfaceObject {
  bottom: 0;
  right: 1.25em;
}

/*------ 偶数 -------*/
.p-card-mainContent:nth-child(even) {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
.p-card-mainContent:nth-child(even) .__horiz {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-card-mainContent:nth-child(even) .p-card-mainContent__eyeCatch {
  border-top-left-radius: 100vh;
  border-bottom-left-radius: 100vh;
}
@media screen and (max-width: 599px) {
  .p-card-mainContent:nth-child(even) .__horiz > .__col.--txt {
    padding-right: var(--swl-pad_container, 20px);
  }
}
.p-card-mainContent:nth-child(even) .__horiz > .__col .__backObject {
  left: 12.5em;
}
.p-card-mainContent:nth-child(even) .__horiz > .__col .__surfaceObject {
  bottom: -2.5em;
  left: 28.125em;
}

/*--------------------------------
 *  ホーム > お仕事を探す > お仕事内容から探す
--------------------------------*/
.p-card-position__unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.625em 1fr 0.625em 1fr 0.625em 1fr 0.625em 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.625em;
  padding: 1.25em;
  background-color: #CFE6E3;
}
@media screen and (max-width: 599px) {
  .p-card-position__unit {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding: 0.9375em;
  }
}

.p-card-position {
  position: relative;
  z-index: 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875em 0.9375em 0.9375em 0.9375em;
  text-decoration: none;
  border-radius: 0.625em;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px inset var(--color_main);
          box-shadow: 0 0 0 1px inset var(--color_main);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .p-card-position {
    padding: 1.25em 0.3125em 0.625em 0.3125em;
  }
}

.p-card-position__icon {
  display: block;
  width: 3.5em;
  height: 3.5em;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-card-position__title {
  margin-top: 0.625em;
  margin-bottom: 0.3125em;
  font-size: 1em;
  font-weight: 700;
  color: var(--color_main);
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-card-position__title {
    margin-top: 0.2142857143em;
    margin-bottom: 0.3571428571em;
    font-size: 0.875em;
  }
}

/*------ ホバーアクション -------*/
.p-card-position:hover {
  -webkit-box-shadow: 0 0 0 2px inset var(--color_main);
          box-shadow: 0 0 0 2px inset var(--color_main);
}

/*--------------------------------
 *  お仕事紹介
--------------------------------*/
.p-card-jobs__unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.9375em 1fr 0.9375em 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375em;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .p-card-jobs__unit {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .p-card-jobs__unit {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-card-jobs {
  position: relative;
  display: block;
  padding: 0.9375em;
  background-color: #FFFFFF;
  border: 1px solid #ABBAB9;
  border-radius: 0.625em;
  text-decoration: none;
}

.p-card-jobs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.9375em;
  width: 100%;
  height: 100%;
}

.p-card-jobs__thumb {
  display: block;
  aspect-ratio: 280/187;
  overflow: hidden;
}
.p-card-jobs__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover .p-card-jobs__thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-card-jobs__title {
  font-size: 1.125em;
  line-height: 1.5;
  text-align: center;
}

.p-card-jobs__meta {
  font-size: 0.875em;
}

.p-card-jobs__meta .__title {
  display: block;
  margin-bottom: 0.7em;
}

.p-card-jobs__meta .__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.p-card-jobs__more {
  margin-top: auto;
  padding-top: 0.9375em;
  border-top: 1px solid #ABBAB9;
}

.p-card-jobs__more .c-label-more {
  margin-left: auto;
}

/*--------------------------------
 *  先輩社員の声
--------------------------------*/
.p-card-interview__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.3333333333%;
     -moz-column-gap: 3.3333333333%;
          column-gap: 3.3333333333%;
  row-gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .p-card-interview__unit {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-card-interview__unit {
    -webkit-column-gap: 0.9375em;
       -moz-column-gap: 0.9375em;
            column-gap: 0.9375em;
    row-gap: 1.25em;
  }
}

.p-card-interview {
  position: relative;
  z-index: 0;
  display: block;
  padding-bottom: 20px;
  width: 31.1111111111%;
  max-width: 100%;
  text-decoration: none;
  border-bottom: 1px solid #ABBAB9;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .p-card-interview {
    width: 280px;
  }
}
@media screen and (max-width: 599px) {
  .p-card-interview {
    padding-bottom: 0.9375em;
    width: calc((100% - 0.9375em) / 2);
  }
}

.p-card-interview__thumb {
  display: block;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
}
.p-card-interview__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-card-interview__meta {
  position: relative;
  margin-top: 20px;
  padding-right: 50px;
}
@media screen and (max-width: 599px) {
  .p-card-interview__meta {
    margin-top: 0.9375em;
    padding-right: 2.1875em;
  }
}

.p-card-interview__affiliation {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .p-card-interview__affiliation {
    font-size: 0.75em;
  }
}

.p-card-interview__title {
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .p-card-interview__title {
    font-size: 1em;
  }
}

.p-card-interview__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .p-card-interview__date {
    font-size: 0.75em;
  }
}

.p-card-interview__meta .c-icon-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 599px) {
  .p-card-interview__meta .c-icon-arrow {
    width: 1.875em;
    height: 1.875em;
  }
}

/*--------------------------------
 *  選考フロー
--------------------------------*/
.p-cad-flow__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75em;
}
@media screen and (max-width: 599px) {
  .p-cad-flow__unit {
    gap: 0.25em;
  }
}

.p-cad-flow {
  min-width: 0;
  -ms-flex-preferred-size: 9.375em;
      flex-basis: 9.375em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (max-width: 599px) {
  .p-cad-flow {
    -ms-flex-preferred-size: 6.25em;
        flex-basis: 6.25em;
  }
}

.p-cad-flow__title {
  font-size: 0.875em;
  display: block;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.7857142857em;
  font-weight: 500;
  text-align: center;
  color: var(--color_main);
}

.p-cad-flow__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.p-cad-flow__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cad-flow__unit .__sep {
  min-width: 0;
  -ms-flex-preferred-size: 2.875em;
      flex-basis: 2.875em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-top: 1.5625em;
  background-image: url("../img/texture/20.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 599px) {
  .p-cad-flow__unit .__sep {
    -ms-flex-preferred-size: 1.9375em;
        flex-basis: 1.9375em;
  }
}

/****** ナビゲーション ******/
/*--------------------------------
 *  ヘッダー
--------------------------------*/
.p-nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.6666666667em;
     -moz-column-gap: 2.6666666667em;
          column-gap: 2.6666666667em;
  row-gap: 1.3333333333em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 1.8;
}

.p-nav-header .menu-item {
  position: relative;
}
.p-nav-header .menu-item > a {
  position: relative;
  display: block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
  white-space: nowrap;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-nav-header .menu-item::before {
  content: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0.4em;
  height: 0.4em;
  background-color: var(--color_main);
  border-radius: 50%;
}

.p-nav-header .current-menu-item > a {
  color: var(--color_main);
  pointer-events: none;
}
.p-nav-header .current-menu-item::before {
  content: "";
}

.p-nav-header .menu-item a:hover {
  opacity: 0.6;
}

/*--------------------------------
 *  フッター
--------------------------------*/
.p-nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.6666666667em;
     -moz-column-gap: 2.6666666667em;
          column-gap: 2.6666666667em;
  row-gap: 1.3333333333em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .p-nav-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    row-gap: 0.5em;
    font-size: 12px;
  }
}

.p-nav-footer .menu-item {
  position: relative;
}
.p-nav-footer .menu-item > a {
  position: relative;
  display: block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
  white-space: nowrap;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-nav-footer .current-menu-item > a {
  color: var(--color_main);
  pointer-events: none;
}

.p-nav-footer .menu-item a:hover {
  opacity: 0.6;
}

/*--------------------------------
 *  ドロワー
--------------------------------*/
.p-nav-spMenu {
  font-size: inherit;
}

.p-nav-spMenu .menu-item {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  border-bottom: 1px solid #ABBAB9;
}
.p-nav-spMenu .menu-item > a {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
}
.p-nav-spMenu .menu-item:first-of-type {
  padding-top: 0;
}

/*--------------------------------
 *  新卒採用
--------------------------------*/
.p-nav-newgrad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid #ABBAB9;
}
@media screen and (max-width: 599px) {
  .p-nav-newgrad {
    border-left-width: 0;
    -webkit-column-gap: 0.625em;
       -moz-column-gap: 0.625em;
            column-gap: 0.625em;
  }
}

.p-nav-newgrad__item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 12.8571428571em;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.8;
  border-right: 1px solid #ABBAB9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .p-nav-newgrad__item {
    width: calc((100% - 0.7142857143em) / 2);
    padding: 0.3571428571em 0;
    border-right-width: 0;
    border-bottom: 1px solid #ABBAB9;
    text-align: start;
  }
}

.p-nav-newgrad__item:hover {
  color: var(--color_main);
}

/*--------------------------------
 *  雇用形態
--------------------------------*/
.p-nav-list {
  position: relative;
  z-index: 0;
}
.p-nav-list li {
  font-size: 1.125em;
  position: relative;
  padding-left: 2.125em;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color_main);
  white-space: nowrap;
}
.p-nav-list li:not(:last-of-type) {
  margin-bottom: 0.2777777778em;
}
.p-nav-list li .c-icon-arrow {
  position: absolute;
  top: 0.2777777778em;
  left: 0;
  width: 1.3333333333em;
  height: 1.3333333333em;
}
@media screen and (max-width: 599px) {
  .p-nav-list li {
    padding-left: 1.8125em;
    font-size: 0.9375em;
    line-height: 1.6;
  }
  .p-nav-list li .c-icon-arrow {
    top: 0;
    width: 1.6em;
    height: 1.6em;
  }
}
.p-nav-list a {
  text-decoration: none;
}

/****** フォーム ******/
/*--------------------------------
	コンタクトフォーム
--------------------------------*/
form.wpcf7-form {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  font-family: "Noto Sans JP", sans-serif;
}

table.p-form-contact {
  width: 100%;
  line-height: 1.5;
  border-bottom: 1px solid #dcdcdc;
}

table.p-form-contact .p-form-contact__th {
  padding-top: 1em;
  padding-right: 2em;
  white-space: nowrap;
  text-align: left;
  vertical-align: baseline;
  width: 1%;
}
table.p-form-contact .p-form-contact__th sup {
  color: #dc3232;
}
@media screen and (max-width: 599px) {
  table.p-form-contact .p-form-contact__th {
    padding-top: 0.5em;
  }
}
table.p-form-contact .p-form-contact__td input[type=text],
table.p-form-contact .p-form-contact__td input[type=tel],
table.p-form-contact .p-form-contact__td input[type=url],
table.p-form-contact .p-form-contact__td input[type=date],
table.p-form-contact .p-form-contact__td input[type=email],
table.p-form-contact .p-form-contact__td select,
table.p-form-contact .p-form-contact__td textarea {
  padding: 0.5em;
  width: 100%;
  display: block;
}

@media screen and (max-width: 599px) {
  table.p-form-contact .p-form-contact__th {
    padding-right: 0;
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.p-form-contact .p-form-contact__td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
table.p-form-contact .wpcf7-form-control-wrap {
  display: block;
}
table.p-form-contact .wpcf7-checkbox,
table.p-form-contact .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  table.p-form-contact .wpcf7-checkbox,
  table.p-form-contact .wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
table.p-form-contact .wpcf7-list-item {
  margin: 0;
  display: block;
  line-height: 1;
}
table.p-form-contact .wpcf7-list-item > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}

.formError,
.formError * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

select.drop {
  background-image: url("../img/icon/drop.svg");
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: auto 1em;
}

.p-form-contact__postalcode {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form-contact__postalcode span[data-name=your-postalcode] {
  -ms-flex-preferred-size: 7em;
      flex-basis: 7em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 100%;
}

table.p-form-contact .wpcf7-not-valid-tip {
  margin-top: 0.5em;
  font-size: 12px;
}

.p-form-sup {
  margin-bottom: 0.5em;
  font-size: 14px;
  color: #777;
  line-height: 1;
}
.p-form-sup > span {
  color: #dc3232;
  font-weight: bold;
}

/*--------------------------------
    ボックス
--------------------------------*/
.p-form-box {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .p-form-box {
    margin-top: 30px;
  }
}

.p-form-box__title {
  margin-bottom: 1em;
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
}

.p-form-box__note {
  margin: 0 auto;
  padding: 1em;
  max-width: 100%;
  height: 200px;
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.5;
  overflow-y: auto;
  border: 1px solid #ccc;
}

#p-form-box .p-form-box__note * {
  font-size: 0.75rem;
}
#p-form-box .p-form-box__note h2 {
  font-size: 0.875rem;
}

.p-form-box__agree {
  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: 0.5em;
  line-height: 1;
}
.p-form-box__agree .wpcf7-list-item {
  margin: 0;
  display: block;
  line-height: 10px;
}
@media screen and (max-width: 599px) {
  .p-form-box__agree {
    font-size: 0.875rem;
  }
}

/*--------------------------------
    送信ボタン
--------------------------------*/
#submit.c-btn-submit {
  margin: 0 auto;
  margin-top: 40px;
  padding: 0.5em 1em;
  color: #FFF;
  line-height: 1.15;
  display: block;
  width: 200px;
  text-align: center;
  background-color: var(--color_htag);
  border: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#submit.c-btn-submit:focus, #submit.c-btn-submit:hover {
  opacity: 0.8;
}
#submit.c-btn-submit:disabled {
  background-color: #b5b5b5 !important;
  opacity: 1;
}

/****** エリアマップ ******/
/*--------------------------------
 *  マップ表示
--------------------------------*/
.p-areaMap {
  display: block;
  width: auto;
  height: 27.5em;
}
@media screen and (max-width: 599px) {
  .p-areaMap {
    width: 17.5em;
    height: auto;
  }
}

.p-areaMap [data-areamap] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-areaMap [data-areamap] ~ * {
  pointer-events: none !important;
}

.p-areaMap .is-active[data-areamap=kazusa] {
  fill: #FFBF1D;
}
.p-areaMap .is-active[data-areamap=kamogawa] {
  fill: #3775BC;
}
.p-areaMap .is-active[data-areamap=minamiboso-kyonan] {
  fill: #E77980;
}
.p-areaMap .is-active[data-areamap=tateyama] {
  fill: #93CF56;
}

/*--------------------------------
 *  リスト表示
--------------------------------*/
.p-areaMap-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  row-gap: 1.25em;
  padding: 1.25em;
  background-color: #CFE6E3;
}
@media screen and (max-width: 599px) {
  .p-areaMap-list {
    row-gap: 0.625em;
    padding: 0.9375em;
  }
}

.p-areaMap-list .__btn {
  position: relative;
  display: block;
  padding: 0.875em 2.75em 0.875em 1.25em;
  width: 100%;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  color: var(--color_main);
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px inset var(--color_main);
          box-shadow: 0 0 0 1px inset var(--color_main);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-areaMap-list .__btn::after {
  content: "";
  position: absolute;
  right: 0.625em;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%230FA093" d="M12 0A12 12 0 1 1 0 12 12 12 0 0 1 12 0Z" /><path fill="%23FFFFFF" d="M10.414 16.414 9 15l3.293-3.293L9 8.414 10.414 7l4.707 4.707Z" /></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-areaMap-list .is-active {
  color: #fff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #777;
}
.p-areaMap-list .is-active[data-areamap=kazusa] {
  background-color: #FFBF1D;
}
.p-areaMap-list .is-active[data-areamap=kazusa]::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23FFFFFF" d="M12 0A12 12 0 1 1 0 12 12 12 0 0 1 12 0Z" /><path fill="%23FFBF1D" d="M10.414 16.414 9 15l3.293-3.293L9 8.414 10.414 7l4.707 4.707Z" /></svg>');
}
.p-areaMap-list .is-active[data-areamap=kamogawa] {
  background-color: #3775BC;
}
.p-areaMap-list .is-active[data-areamap=kamogawa]::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23FFFFFF" d="M12 0A12 12 0 1 1 0 12 12 12 0 0 1 12 0Z" /><path fill="%233775BC" d="M10.414 16.414 9 15l3.293-3.293L9 8.414 10.414 7l4.707 4.707Z" /></svg>');
}
.p-areaMap-list .is-active[data-areamap=minamiboso-kyonan] {
  background-color: #E77980;
}
.p-areaMap-list .is-active[data-areamap=minamiboso-kyonan]::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23FFFFFF" d="M12 0A12 12 0 1 1 0 12 12 12 0 0 1 12 0Z" /><path fill="%23E77980" d="M10.414 16.414 9 15l3.293-3.293L9 8.414 10.414 7l4.707 4.707Z" /></svg>');
}
.p-areaMap-list .is-active[data-areamap=tateyama] {
  background-color: #93CF56;
}
.p-areaMap-list .is-active[data-areamap=tateyama]::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23FFFFFF" d="M12 0A12 12 0 1 1 0 12 12 12 0 0 1 12 0Z" /><path fill="%2393CF56" d="M10.414 16.414 9 15l3.293-3.293L9 8.414 10.414 7l4.707 4.707Z" /></svg>');
}

/****** ぱんくず ******/
.l-topTitleArea .p-breadcrumb {
  margin-top: 10px;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea .p-breadcrumb {
    margin-top: 8px;
  }
}

.p-breadcrumb__list {
  font-size: 12px;
}

.p-breadcrumb__item {
  line-height: 1;
}

span.p-breadcrumb__text {
  color: #777;
}

.p-breadcrumb__item::after {
  clip-path: unset;
  background-color: transparent;
  background-image: url("../img/texture/13.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-breadcrumb__text {
  display: block;
}

/****** 検索フィルター ******/
.p-searchFilter {
  padding: 2.5em;
  font-size: inherit;
  border-radius: 3.75em;
  background-color: #E6F2F0;
}
@media screen and (max-width: 599px) {
  .p-searchFilter {
    padding: 2.5em 1.25em;
    border-radius: 1.875em;
  }
}

.p-searchFilter__title {
  margin-bottom: 1.6666666667em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-searchFilter__table {
  background-color: #fff;
  border-radius: 0.625em;
}

.p-searchFilter__table th,
.p-searchFilter__table td {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .p-searchFilter__table th,
  .p-searchFilter__table td {
    display: block;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    width: 100% !important;
  }
}

.p-searchFilter__table tr:not(:last-of-type) th, .p-searchFilter__table tr:not(:last-of-type) td {
  border-bottom: 1px solid #ABBAB9;
}

.p-searchFilter__table th {
  padding-left: 1.875em;
  width: 13.75em;
  text-align: start;
}
@media screen and (max-width: 599px) {
  .p-searchFilter__table th {
    padding-right: 1.25em;
    padding-bottom: 0;
    padding-left: 1.25em;
    border-width: 0 !important;
  }
}
.p-searchFilter__table th strong {
  padding-left: 1.25em;
  background-image: url("../img/texture/14.svg");
  background-repeat: no-repeat;
  background-size: 0.625em;
  background-position: center left;
}

.p-searchFilter__table td {
  padding-left: 1.25em;
  padding-right: 1.875em;
}
@media screen and (max-width: 599px) {
  .p-searchFilter__table td {
    padding-right: 1.25em;
  }
}

.p-searchFilter__table td .__horiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625em 1.25em;
}
@media screen and (max-width: 599px) {
  .p-searchFilter__table td .__horiz {
    gap: 0.625em;
  }
}

.p-searchFilter__btn {
  display: block;
  margin-top: 2.5em;
  margin-right: auto;
  margin-left: auto;
  padding: 1em;
  width: 17.5em;
  max-width: 100%;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: var(--color_main);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0;
  border-radius: 0.3125em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-searchFilter__btn:hover {
  opacity: 0.8;
}

/****** スライダー ******/
/*--------------------------------
 *  ホーム > キービジュアル
--------------------------------*/
.p-slider-kv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.p-slider-kv__img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-slider-kv__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

/*--------------------------------
 *  キービジュアル > 新卒採用
--------------------------------*/
.p-slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.p-slider__item {
  height: 100%;
}

.p-slider__img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-slider__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Utility
 * 接頭辞：u-
 * スポットで状態変化させたいmarginなどの補助クラスを定義
======================================*/
/****** マージン ******/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mt0e {
  margin-top: 0em !important;
}

.u-mb0e {
  margin-bottom: 0em !important;
}

.u-mt0_25e {
  margin-top: 0.25em !important;
}

.u-mb0_25e {
  margin-bottom: 0.25em !important;
}

.u-mt0_5e {
  margin-top: 0.5em !important;
}

.u-mb0_5e {
  margin-bottom: 0.5em !important;
}

.u-mt0_75e {
  margin-top: 0.75em !important;
}

.u-mb0_75e {
  margin-bottom: 0.75em !important;
}

.u-mt1e {
  margin-top: 1em !important;
}

.u-mb1e {
  margin-bottom: 1em !important;
}

.u-mt1_25e {
  margin-top: 1.25em !important;
}

.u-mb1_25e {
  margin-bottom: 1.25em !important;
}

.u-mt1_5e {
  margin-top: 1.5em !important;
}

.u-mb1_5e {
  margin-bottom: 1.5em !important;
}

.u-mt1_75e {
  margin-top: 1.75em !important;
}

.u-mb1_75e {
  margin-bottom: 1.75em !important;
}

.u-mt2e {
  margin-top: 2em !important;
}

.u-mb2e {
  margin-bottom: 2em !important;
}

.u-mt2_25e {
  margin-top: 2.25em !important;
}

.u-mb2_25e {
  margin-bottom: 2.25em !important;
}

.u-mt2_5e {
  margin-top: 2.5em !important;
}

.u-mb2_5e {
  margin-bottom: 2.5em !important;
}

@media screen and (min-width: 961px) {
  .l-mt0 {
    margin-top: 0px !important;
  }
  .l-mb0 {
    margin-bottom: 0px !important;
  }
  .l-mt5 {
    margin-top: 5px !important;
  }
  .l-mb5 {
    margin-bottom: 5px !important;
  }
  .l-mt10 {
    margin-top: 10px !important;
  }
  .l-mb10 {
    margin-bottom: 10px !important;
  }
  .l-mt15 {
    margin-top: 15px !important;
  }
  .l-mb15 {
    margin-bottom: 15px !important;
  }
  .l-mt20 {
    margin-top: 20px !important;
  }
  .l-mb20 {
    margin-bottom: 20px !important;
  }
  .l-mt25 {
    margin-top: 25px !important;
  }
  .l-mb25 {
    margin-bottom: 25px !important;
  }
  .l-mt30 {
    margin-top: 30px !important;
  }
  .l-mb30 {
    margin-bottom: 30px !important;
  }
  .l-mt35 {
    margin-top: 35px !important;
  }
  .l-mb35 {
    margin-bottom: 35px !important;
  }
  .l-mt40 {
    margin-top: 40px !important;
  }
  .l-mb40 {
    margin-bottom: 40px !important;
  }
  .l-mt45 {
    margin-top: 45px !important;
  }
  .l-mb45 {
    margin-bottom: 45px !important;
  }
  .l-mt50 {
    margin-top: 50px !important;
  }
  .l-mb50 {
    margin-bottom: 50px !important;
  }
  .l-mt0e {
    margin-top: 0em !important;
  }
  .l-mb0e {
    margin-bottom: 0em !important;
  }
  .l-mt0_25e {
    margin-top: 0.25em !important;
  }
  .l-mb0_25e {
    margin-bottom: 0.25em !important;
  }
  .l-mt0_5e {
    margin-top: 0.5em !important;
  }
  .l-mb0_5e {
    margin-bottom: 0.5em !important;
  }
  .l-mt0_75e {
    margin-top: 0.75em !important;
  }
  .l-mb0_75e {
    margin-bottom: 0.75em !important;
  }
  .l-mt1e {
    margin-top: 1em !important;
  }
  .l-mb1e {
    margin-bottom: 1em !important;
  }
  .l-mt1_25e {
    margin-top: 1.25em !important;
  }
  .l-mb1_25e {
    margin-bottom: 1.25em !important;
  }
  .l-mt1_5e {
    margin-top: 1.5em !important;
  }
  .l-mb1_5e {
    margin-bottom: 1.5em !important;
  }
  .l-mt1_75e {
    margin-top: 1.75em !important;
  }
  .l-mb1_75e {
    margin-bottom: 1.75em !important;
  }
  .l-mt2e {
    margin-top: 2em !important;
  }
  .l-mb2e {
    margin-bottom: 2em !important;
  }
  .l-mt2_25e {
    margin-top: 2.25em !important;
  }
  .l-mb2_25e {
    margin-bottom: 2.25em !important;
  }
  .l-mt2_5e {
    margin-top: 2.5em !important;
  }
  .l-mb2_5e {
    margin-bottom: 2.5em !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .l-mt0 {
    margin-top: 0px !important;
  }
  .l-mb0 {
    margin-bottom: 0px !important;
  }
  .l-mt5 {
    margin-top: 5px !important;
  }
  .l-mb5 {
    margin-bottom: 5px !important;
  }
  .l-mt10 {
    margin-top: 10px !important;
  }
  .l-mb10 {
    margin-bottom: 10px !important;
  }
  .l-mt15 {
    margin-top: 15px !important;
  }
  .l-mb15 {
    margin-bottom: 15px !important;
  }
  .l-mt20 {
    margin-top: 20px !important;
  }
  .l-mb20 {
    margin-bottom: 20px !important;
  }
  .l-mt25 {
    margin-top: 25px !important;
  }
  .l-mb25 {
    margin-bottom: 25px !important;
  }
  .l-mt30 {
    margin-top: 30px !important;
  }
  .l-mb30 {
    margin-bottom: 30px !important;
  }
  .l-mt35 {
    margin-top: 35px !important;
  }
  .l-mb35 {
    margin-bottom: 35px !important;
  }
  .l-mt40 {
    margin-top: 40px !important;
  }
  .l-mb40 {
    margin-bottom: 40px !important;
  }
  .l-mt45 {
    margin-top: 45px !important;
  }
  .l-mb45 {
    margin-bottom: 45px !important;
  }
  .l-mt50 {
    margin-top: 50px !important;
  }
  .l-mb50 {
    margin-bottom: 50px !important;
  }
  .m-mt0e {
    margin-top: 0em !important;
  }
  .m-mb0e {
    margin-bottom: 0em !important;
  }
  .m-mt0_25e {
    margin-top: 0.25em !important;
  }
  .m-mb0_25e {
    margin-bottom: 0.25em !important;
  }
  .m-mt0_5e {
    margin-top: 0.5em !important;
  }
  .m-mb0_5e {
    margin-bottom: 0.5em !important;
  }
  .m-mt0_75e {
    margin-top: 0.75em !important;
  }
  .m-mb0_75e {
    margin-bottom: 0.75em !important;
  }
  .m-mt1e {
    margin-top: 1em !important;
  }
  .m-mb1e {
    margin-bottom: 1em !important;
  }
  .m-mt1_25e {
    margin-top: 1.25em !important;
  }
  .m-mb1_25e {
    margin-bottom: 1.25em !important;
  }
  .m-mt1_5e {
    margin-top: 1.5em !important;
  }
  .m-mb1_5e {
    margin-bottom: 1.5em !important;
  }
  .m-mt1_75e {
    margin-top: 1.75em !important;
  }
  .m-mb1_75e {
    margin-bottom: 1.75em !important;
  }
  .m-mt2e {
    margin-top: 2em !important;
  }
  .m-mb2e {
    margin-bottom: 2em !important;
  }
  .m-mt2_25e {
    margin-top: 2.25em !important;
  }
  .m-mb2_25e {
    margin-bottom: 2.25em !important;
  }
  .m-mt2_5e {
    margin-top: 2.5em !important;
  }
  .m-mb2_5e {
    margin-bottom: 2.5em !important;
  }
}
@media screen and (max-width: 599px) {
  .s-mt0 {
    margin-top: 0px !important;
  }
  .s-mb0 {
    margin-bottom: 0px !important;
  }
  .s-mt5 {
    margin-top: 5px !important;
  }
  .s-mb5 {
    margin-bottom: 5px !important;
  }
  .s-mt10 {
    margin-top: 10px !important;
  }
  .s-mb10 {
    margin-bottom: 10px !important;
  }
  .s-mt15 {
    margin-top: 15px !important;
  }
  .s-mb15 {
    margin-bottom: 15px !important;
  }
  .s-mt20 {
    margin-top: 20px !important;
  }
  .s-mb20 {
    margin-bottom: 20px !important;
  }
  .s-mt25 {
    margin-top: 25px !important;
  }
  .s-mb25 {
    margin-bottom: 25px !important;
  }
  .s-mt30 {
    margin-top: 30px !important;
  }
  .s-mb30 {
    margin-bottom: 30px !important;
  }
  .s-mt35 {
    margin-top: 35px !important;
  }
  .s-mb35 {
    margin-bottom: 35px !important;
  }
  .s-mt40 {
    margin-top: 40px !important;
  }
  .s-mb40 {
    margin-bottom: 40px !important;
  }
  .s-mt45 {
    margin-top: 45px !important;
  }
  .s-mb45 {
    margin-bottom: 45px !important;
  }
  .s-mt50 {
    margin-top: 50px !important;
  }
  .s-mb50 {
    margin-bottom: 50px !important;
  }
  .s-mt0e {
    margin-top: 0em !important;
  }
  .s-mb0e {
    margin-bottom: 0em !important;
  }
  .s-mt0_25e {
    margin-top: 0.25em !important;
  }
  .s-mb0_25e {
    margin-bottom: 0.25em !important;
  }
  .s-mt0_5e {
    margin-top: 0.5em !important;
  }
  .s-mb0_5e {
    margin-bottom: 0.5em !important;
  }
  .s-mt0_75e {
    margin-top: 0.75em !important;
  }
  .s-mb0_75e {
    margin-bottom: 0.75em !important;
  }
  .s-mt1e {
    margin-top: 1em !important;
  }
  .s-mb1e {
    margin-bottom: 1em !important;
  }
  .s-mt1_25e {
    margin-top: 1.25em !important;
  }
  .s-mb1_25e {
    margin-bottom: 1.25em !important;
  }
  .s-mt1_5e {
    margin-top: 1.5em !important;
  }
  .s-mb1_5e {
    margin-bottom: 1.5em !important;
  }
  .s-mt1_75e {
    margin-top: 1.75em !important;
  }
  .s-mb1_75e {
    margin-bottom: 1.75em !important;
  }
  .s-mt2e {
    margin-top: 2em !important;
  }
  .s-mb2e {
    margin-bottom: 2em !important;
  }
  .s-mt2_25e {
    margin-top: 2.25em !important;
  }
  .s-mb2_25e {
    margin-bottom: 2.25em !important;
  }
  .s-mt2_5e {
    margin-top: 2.5em !important;
  }
  .s-mb2_5e {
    margin-bottom: 2.5em !important;
  }
}
/****** パディング ******/
.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pt0e {
  margin-top: 0em !important;
}

.u-pb0e {
  margin-bottom: 0em !important;
}

.u-pt0_25e {
  margin-top: 0.25em !important;
}

.u-pb0_25e {
  margin-bottom: 0.25em !important;
}

.u-pt0_5e {
  margin-top: 0.5em !important;
}

.u-pb0_5e {
  margin-bottom: 0.5em !important;
}

.u-pt0_75e {
  margin-top: 0.75em !important;
}

.u-pb0_75e {
  margin-bottom: 0.75em !important;
}

.u-pt1e {
  margin-top: 1em !important;
}

.u-pb1e {
  margin-bottom: 1em !important;
}

.u-pt1_25e {
  margin-top: 1.25em !important;
}

.u-pb1_25e {
  margin-bottom: 1.25em !important;
}

.u-pt1_5e {
  margin-top: 1.5em !important;
}

.u-pb1_5e {
  margin-bottom: 1.5em !important;
}

.u-pt1_75e {
  margin-top: 1.75em !important;
}

.u-pb1_75e {
  margin-bottom: 1.75em !important;
}

.u-pt2e {
  margin-top: 2em !important;
}

.u-pb2e {
  margin-bottom: 2em !important;
}

.u-pt2_25e {
  margin-top: 2.25em !important;
}

.u-pb2_25e {
  margin-bottom: 2.25em !important;
}

.u-pt2_5e {
  margin-top: 2.5em !important;
}

.u-pb2_5e {
  margin-bottom: 2.5em !important;
}

@media screen and (min-width: 961px) {
  .l-pt0 {
    padding-top: 0px !important;
  }
  .l-pb0 {
    padding-bottom: 0px !important;
  }
  .l-pt5 {
    padding-top: 5px !important;
  }
  .l-pb5 {
    padding-bottom: 5px !important;
  }
  .l-pt10 {
    padding-top: 10px !important;
  }
  .l-pb10 {
    padding-bottom: 10px !important;
  }
  .l-pt15 {
    padding-top: 15px !important;
  }
  .l-pb15 {
    padding-bottom: 15px !important;
  }
  .l-pt20 {
    padding-top: 20px !important;
  }
  .l-pb20 {
    padding-bottom: 20px !important;
  }
  .l-pt25 {
    padding-top: 25px !important;
  }
  .l-pb25 {
    padding-bottom: 25px !important;
  }
  .l-pt30 {
    padding-top: 30px !important;
  }
  .l-pb30 {
    padding-bottom: 30px !important;
  }
  .l-pt35 {
    padding-top: 35px !important;
  }
  .l-pb35 {
    padding-bottom: 35px !important;
  }
  .l-pt40 {
    padding-top: 40px !important;
  }
  .l-pb40 {
    padding-bottom: 40px !important;
  }
  .l-pt45 {
    padding-top: 45px !important;
  }
  .l-pb45 {
    padding-bottom: 45px !important;
  }
  .l-pt50 {
    padding-top: 50px !important;
  }
  .l-pb50 {
    padding-bottom: 50px !important;
  }
  .l-pt0e {
    margin-top: 0em !important;
  }
  .l-pb0e {
    margin-bottom: 0em !important;
  }
  .l-pt0_25e {
    margin-top: 0.25em !important;
  }
  .l-pb0_25e {
    margin-bottom: 0.25em !important;
  }
  .l-pt0_5e {
    margin-top: 0.5em !important;
  }
  .l-pb0_5e {
    margin-bottom: 0.5em !important;
  }
  .l-pt0_75e {
    margin-top: 0.75em !important;
  }
  .l-pb0_75e {
    margin-bottom: 0.75em !important;
  }
  .l-pt1e {
    margin-top: 1em !important;
  }
  .l-pb1e {
    margin-bottom: 1em !important;
  }
  .l-pt1_25e {
    margin-top: 1.25em !important;
  }
  .l-pb1_25e {
    margin-bottom: 1.25em !important;
  }
  .l-pt1_5e {
    margin-top: 1.5em !important;
  }
  .l-pb1_5e {
    margin-bottom: 1.5em !important;
  }
  .l-pt1_75e {
    margin-top: 1.75em !important;
  }
  .l-pb1_75e {
    margin-bottom: 1.75em !important;
  }
  .l-pt2e {
    margin-top: 2em !important;
  }
  .l-pb2e {
    margin-bottom: 2em !important;
  }
  .l-pt2_25e {
    margin-top: 2.25em !important;
  }
  .l-pb2_25e {
    margin-bottom: 2.25em !important;
  }
  .l-pt2_5e {
    margin-top: 2.5em !important;
  }
  .l-pb2_5e {
    margin-bottom: 2.5em !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .m-pt0 {
    padding-top: 0px !important;
  }
  .m-pb0 {
    padding-bottom: 0px !important;
  }
  .m-pt5 {
    padding-top: 5px !important;
  }
  .m-pb5 {
    padding-bottom: 5px !important;
  }
  .m-pt10 {
    padding-top: 10px !important;
  }
  .m-pb10 {
    padding-bottom: 10px !important;
  }
  .m-pt15 {
    padding-top: 15px !important;
  }
  .m-pb15 {
    padding-bottom: 15px !important;
  }
  .m-pt20 {
    padding-top: 20px !important;
  }
  .m-pb20 {
    padding-bottom: 20px !important;
  }
  .m-pt25 {
    padding-top: 25px !important;
  }
  .m-pb25 {
    padding-bottom: 25px !important;
  }
  .m-pt30 {
    padding-top: 30px !important;
  }
  .m-pb30 {
    padding-bottom: 30px !important;
  }
  .m-pt35 {
    padding-top: 35px !important;
  }
  .m-pb35 {
    padding-bottom: 35px !important;
  }
  .m-pt40 {
    padding-top: 40px !important;
  }
  .m-pb40 {
    padding-bottom: 40px !important;
  }
  .m-pt45 {
    padding-top: 45px !important;
  }
  .m-pb45 {
    padding-bottom: 45px !important;
  }
  .m-pt50 {
    padding-top: 50px !important;
  }
  .m-pb50 {
    padding-bottom: 50px !important;
  }
  .m-pt0e {
    margin-top: 0em !important;
  }
  .m-pb0e {
    margin-bottom: 0em !important;
  }
  .m-pt0_25e {
    margin-top: 0.25em !important;
  }
  .m-pb0_25e {
    margin-bottom: 0.25em !important;
  }
  .m-pt0_5e {
    margin-top: 0.5em !important;
  }
  .m-pb0_5e {
    margin-bottom: 0.5em !important;
  }
  .m-pt0_75e {
    margin-top: 0.75em !important;
  }
  .m-pb0_75e {
    margin-bottom: 0.75em !important;
  }
  .m-pt1e {
    margin-top: 1em !important;
  }
  .m-pb1e {
    margin-bottom: 1em !important;
  }
  .m-pt1_25e {
    margin-top: 1.25em !important;
  }
  .m-pb1_25e {
    margin-bottom: 1.25em !important;
  }
  .m-pt1_5e {
    margin-top: 1.5em !important;
  }
  .m-pb1_5e {
    margin-bottom: 1.5em !important;
  }
  .m-pt1_75e {
    margin-top: 1.75em !important;
  }
  .m-pb1_75e {
    margin-bottom: 1.75em !important;
  }
  .m-pt2e {
    margin-top: 2em !important;
  }
  .m-pb2e {
    margin-bottom: 2em !important;
  }
  .m-pt2_25e {
    margin-top: 2.25em !important;
  }
  .m-pb2_25e {
    margin-bottom: 2.25em !important;
  }
  .m-pt2_5e {
    margin-top: 2.5em !important;
  }
  .m-pb2_5e {
    margin-bottom: 2.5em !important;
  }
}
@media screen and (max-width: 599px) {
  .s-pt0 {
    padding-top: 0px !important;
  }
  .s-pb0 {
    padding-bottom: 0px !important;
  }
  .s-pt5 {
    padding-top: 5px !important;
  }
  .s-pb5 {
    padding-bottom: 5px !important;
  }
  .s-pt10 {
    padding-top: 10px !important;
  }
  .s-pb10 {
    padding-bottom: 10px !important;
  }
  .s-pt15 {
    padding-top: 15px !important;
  }
  .s-pb15 {
    padding-bottom: 15px !important;
  }
  .s-pt20 {
    padding-top: 20px !important;
  }
  .s-pb20 {
    padding-bottom: 20px !important;
  }
  .s-pt25 {
    padding-top: 25px !important;
  }
  .s-pb25 {
    padding-bottom: 25px !important;
  }
  .s-pt30 {
    padding-top: 30px !important;
  }
  .s-pb30 {
    padding-bottom: 30px !important;
  }
  .s-pt35 {
    padding-top: 35px !important;
  }
  .s-pb35 {
    padding-bottom: 35px !important;
  }
  .s-pt40 {
    padding-top: 40px !important;
  }
  .s-pb40 {
    padding-bottom: 40px !important;
  }
  .s-pt45 {
    padding-top: 45px !important;
  }
  .s-pb45 {
    padding-bottom: 45px !important;
  }
  .s-pt50 {
    padding-top: 50px !important;
  }
  .s-pb50 {
    padding-bottom: 50px !important;
  }
  .s-pt0e {
    margin-top: 0em !important;
  }
  .s-pb0e {
    margin-bottom: 0em !important;
  }
  .s-pt0_25e {
    margin-top: 0.25em !important;
  }
  .s-pb0_25e {
    margin-bottom: 0.25em !important;
  }
  .s-pt0_5e {
    margin-top: 0.5em !important;
  }
  .s-pb0_5e {
    margin-bottom: 0.5em !important;
  }
  .s-pt0_75e {
    margin-top: 0.75em !important;
  }
  .s-pb0_75e {
    margin-bottom: 0.75em !important;
  }
  .s-pt1e {
    margin-top: 1em !important;
  }
  .s-pb1e {
    margin-bottom: 1em !important;
  }
  .s-pt1_25e {
    margin-top: 1.25em !important;
  }
  .s-pb1_25e {
    margin-bottom: 1.25em !important;
  }
  .s-pt1_5e {
    margin-top: 1.5em !important;
  }
  .s-pb1_5e {
    margin-bottom: 1.5em !important;
  }
  .s-pt1_75e {
    margin-top: 1.75em !important;
  }
  .s-pb1_75e {
    margin-bottom: 1.75em !important;
  }
  .s-pt2e {
    margin-top: 2em !important;
  }
  .s-pb2e {
    margin-bottom: 2em !important;
  }
  .s-pt2_25e {
    margin-top: 2.25em !important;
  }
  .s-pb2_25e {
    margin-bottom: 2.25em !important;
  }
  .s-pt2_5e {
    margin-top: 2.5em !important;
  }
  .s-pb2_5e {
    margin-bottom: 2.5em !important;
  }
}
/****** その他 ******/
/*--------------------------------
 *  デバイス別 表示/非表示
 *  sm　：スマートフォン幅、モバイル幅のみ表示
 *  md　：タブレット幅のみ表示
 *  lg　：PC幅のみ表示
 *  mdlg：デスクトップ幅のみ表示
--------------------------------*/
@media screen and (min-width: 961px) {
  .md {
    display: none !important;
  }
  .sm {
    display: none !important;
  }
  .smmd {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .lg {
    display: none !important;
  }
  .sm {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .lg {
    display: none !important;
  }
  .md {
    display: none !important;
  }
  .mdlg {
    display: none !important;
  }
}
/*--------------------------------
 *  フロート・クリアフィックス
--------------------------------*/
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/*--------------------------------
 *  WPブロックエディター
--------------------------------*/
h2.wp-block-heading:not(.is-style-section_ttl) {
  position: relative;
  margin: 2em auto 1.25em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5833333333em;
  padding-bottom: 0.4166666667em;
  font-size: 1.5em;
  color: var(--color_main);
  border-bottom: 1px solid currentColor;
}
h2.wp-block-heading:not(.is-style-section_ttl):before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
  width: 4px;
  height: 1em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--color_main)), color-stop(50%, #087C6E));
  background: linear-gradient(180deg, var(--color_main) 50%, #087C6E 50%);
}
@media screen and (max-width: 599px) {
  h2.wp-block-heading:not(.is-style-section_ttl) {
    font-size: 1.2em;
  }
  h2.wp-block-heading:not(.is-style-section_ttl):before {
    width: 3px;
  }
}

h3.wp-block-heading:not(.is-style-section_ttl) {
  margin: 2em auto 1.25em;
  padding-bottom: 0.5em;
  font-size: 1.25em;
  color: var(--color_main);
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 599px) {
  h3.wp-block-heading:not(.is-style-section_ttl) {
    font-size: 1.1em;
  }
}

h4.wp-block-heading:not(.is-style-section_ttl) {
  margin: 2em auto 1.25em;
  color: var(--color_main);
}

.wp-block-media-text.is-style-default .wp-block-media-text__media img {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
}

.embed-google-map {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
}

.is-style-small .swell-block-step__number .__label {
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.1em;
  font-weight: 700;
  line-height: 1.33;
  color: #fff;
  background-color: #087C6E;
  border-radius: 100vh;
}

.is-style-small .swell-block-step__item:before {
  border-color: #CFE6E3;
}

.wp-block-group.has-white-background-color.has-background {
  border-radius: 0.625em;
}

/*------ メディアとテキスト -------*/
.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (min-width: 961px) {
  .wp-block-media-text {
    -webkit-column-gap: 3.75em;
       -moz-column-gap: 3.75em;
            column-gap: 3.75em;
  }
}

/*--------------------------------
 *  その他
--------------------------------*/
@media screen and (max-width: 599px) {
  .sm-ta-l {
    text-align: left !important;
  }
}
#autozip {
  display: none !important;
}

[data-object] {
  position: relative;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  pointer-events: none;
}

[data-spmenu=opened] #wpadminbar {
  z-index: 99999;
}