@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

svg,
img {
  max-width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: inherit;
}

article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

:root {
  --sans: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  --serif: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
  --font: var(--sans);
  --IBM: "IBM Plex Mono", monospace;
  --Inter: "Inter", var(--sans);
  --color: #162532;
  --color-inverse: #fff;
  --color-gray: #7C7C7C;
  --color-accent: #EB322D;
  --header-height: 3.75rem;
  --border: 1px solid var(--color);
  --border-accent: 1px solid var(--color-accent);
  --border-menu: 1.5px solid var(--color-accent);
  --border-status: 1.5px solid #fff;
  --border-gray: 1px solid #D9D9D9;
  --border-gray-dark: 1px solid #7c7c7c;
  --border-wh: 1px solid #fff;
  --padding-block-sm: 2rem;
  --padding-block: 2.5rem;
  --padding-section: 3.125rem;
  --padding-section-lg: 4rem;
  --padding-wrap-bg-sm: 1.625rem 1rem;
  --padding-wrap-bg: 3.75rem 1rem;
  --padding-page: 4.75rem;
}
@media screen and (min-width: 1024px) {
  :root {
    --header-height: 4.375rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --padding-block-sm: 2rem;
    --padding-block: 2.5rem;
    --padding-section: 4rem;
    --padding-section-lg: 5.75rem;
    --padding-wrap-bg-sm: 4rem 5.5rem;
    --padding-wrap-bg: 6.25rem 5.5rem;
    --padding-page: 5.875rem;
  }
}

:root {
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-section-dark {
  --color: #fff;
  color: var(--color);
}

/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

input,
select,
label {
  vertical-align: middle;
  color: var(--color);
}

[type=text] {
  line-height: normal;
}

input[type=text],
input[type=email],
input[type=tel],
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--color);
  font-family: var(--font);
  font-size: 16px;
}

select {
  font-size: 16px;
}

input[type=submit],
button {
  cursor: pointer;
  border: none;
}

button {
  padding: 0;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  outline: none;
  background: transparent;
  color: var(--color);
  font-family: var(--font);
  font-size: 16px;
}

*:focus {
  outline: none;
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
  font-size: 16px;
}
@media screen and (max-width: 639px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  html {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1681px) {
  html {
    font-size: 18.6666666667px;
  }
}

body {
  font-family: var(--font);
  font-weight: 500;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: var(--color);
}

.serif {
  font-family: var(--serif);
}

/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
@media screen and (min-width: 640px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab {
    display: none;
  }
}

@media (hover: none) {
  .is-hover {
    display: none !important;
  }
}

@media (hover: hover) {
  .is-touch {
    display: none !important;
  }
}

/*----------------------------------------------------
	リンク
----------------------------------------------------*/
button,
a {
  color: var(--color);
  text-decoration: none;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
  cursor: pointer;
}
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: none) {
  a, button {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}
[data-scroll-target] {
  content: "";
  display: block;
  position: relative;
  pointer-events: none;
  top: calc(-1 * var(--header-height));
}

/*----------------------------------------------------
	コンテナ
----------------------------------------------------*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1680px;
}
@media screen and (max-width: 639px) {
  .l-container {
    padding-left: 8.2051282051vw;
    padding-right: 8.2051282051vw;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .l-container {
    padding-left: 8.2051282051vw;
    padding-right: 8.2051282051vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-left: 2.2222222222vw;
    padding-right: 2.2222222222vw;
  }
}
@media screen and (min-width: 1681px) {
  .l-container {
    padding-left: 37.3333333333px;
    padding-right: 37.3333333333px;
  }
}

@media screen and (min-width: 1024px) {
  .l-container--lg {
    padding-left: 3.625rem;
    padding-right: 3.625rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-container--md {
    padding-left: 7.25rem;
    padding-right: 7.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-container--sm {
    padding-left: 12.5625rem;
    padding-right: 12.5625rem;
  }
}

/*----------------------------------------------------
	body
----------------------------------------------------*/
html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  -webkit-animation: fadeIn 2s var(--easeOutQuart) forwards;
          animation: fadeIn 2s var(--easeOutQuart) forwards;
  will-change: opacity;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-body-wrap {
  width: 100%;
  min-height: 100%;
}
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.l-header__bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 400;
  background: rgba(22, 37, 50, 0.6);
  backdrop-filter: blur(3.125rem);
  opacity: 0;
  will-change: opacity;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
.is-mega-open .l-header__bg {
  opacity: 1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.l-header-outside {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  pointer-events: none;
}
.is-mega-open .l-header-outside {
  pointer-events: auto;
}

.l-header__wrap {
  position: fixed;
  z-index: 500;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  height: var(--header-height);
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .l-header__wrap {
    top: 1.5rem;
    left: 1.75rem;
    right: 1.75rem;
  }
}

.l-header__mega .cm-nav-mega {
  position: fixed;
  z-index: 450;
  top: calc(1.5rem + var(--header-height) + 0.5rem);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
  will-change: opacity;
}
.l-header__mega .cm-nav-mega.is-open {
  opacity: 1;
  pointer-events: auto;
}
.l-header__mega .cm-nav-mega[data-content=menu-company] {
  left: calc(50% - 20.8125rem);
}
.l-header__mega .cm-nav-mega[data-content=menu-business] {
  left: calc(50% - 17.0625rem);
}
.l-header__mega .cm-nav-mega[data-content=menu-recruit] {
  left: calc(50% - 43rem);
  width: calc(100% - 4rem);
  max-width: none;
}
@media screen and (min-width: 1681px) {
  .l-header__mega .cm-nav-mega[data-content=menu-recruit] {
    width: 1605.3333333333px;
    left: calc(50% - 802.6666666667px);
  }
}
.l-header__mega .cm-nav-mega[data-content=menu-ir] {
  left: calc(50% - 9.5625rem);
}

.l-header-logo {
  position: absolute;
  left: 0.75rem;
  top: 1.1875rem;
  line-height: 0;
}
.l-header-logo img {
  width: 8.03rem;
}
@media screen and (min-width: 1024px) {
  .l-header-logo {
    left: 1.5rem;
  }
  .l-header-logo img {
    width: 11.6875rem;
  }
}

.page-entry-form .l-header-nav,
.page-entry-form .l-header-menu {
  display: none;
}
.page-entry-form .l-header__wrap {
  background: transparent;
}

.l-header-nav {
  position: absolute;
  right: 3.375rem;
  top: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.3125rem;
}
@media screen and (min-width: 1024px) {
  .l-header-nav {
    top: 0.5rem;
    right: 4.5625rem;
  }
}

.l-header-nav__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.l-header-nav__nav a, .l-header-nav__nav button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 1023px) {
  .l-header-nav__nav {
    display: none;
  }
}

.l-header-nav__link {
  padding: 0;
  font-size: 0.75rem;
  font-weight: 700;
}
.l-header-nav__link.is-current, .l-header-nav__link.is-open {
  color: var(--color-accent);
}
@media (hover: hover) {
  .l-header-nav__link:hover, a:hover .l-header-nav__link {
    color: var(--color-accent);
  }
}

.l-header-menu.l-header-menu {
  position: absolute;
  right: 0.5rem;
  top: 0.5625rem;
  z-index: 700;
}
@media screen and (min-width: 1024px) {
  .l-header-menu.l-header-menu {
    top: 0.5rem;
  }
}

/*----------------------------------------------------
	l-header-drawer
----------------------------------------------------*/
.l-header-drawer {
  width: 100%;
  position: fixed;
  inset: 0;
  z-index: 550;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
.is-nav-open .l-header-drawer {
  opacity: 1;
  pointer-events: auto;
}
.l-header-drawer__bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: rgba(22, 37, 50, 0.6);
  backdrop-filter: blur(3.125rem);
}

.l-header-drawer__wrap {
  position: relative;
  padding: 6.25rem 2rem;
  background: #F2F7FF;
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
@media screen and (min-width: 1024px) {
  .l-header-drawer__wrap {
    margin: 1.625rem 1.75rem;
    height: calc(100% - 2.5rem);
    padding: 3.75rem 5rem;
    background: #fff;
    border-radius: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-header-drawer__inner {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "nav entry" "nav media" "nav sns";
    -ms-grid-columns: 1fr 5rem 24.5rem;
    grid-template-columns: 1fr 24.5rem;
    -ms-grid-rows: auto 0 auto 0 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 0 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-header-drawer__nav {
    grid-area: nav;
  }
}

.l-header-drawer__entry {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .l-header-drawer__entry {
    margin-top: 0;
    grid-area: entry;
    gap: 1.5rem;
  }
}

.l-header-drawer__media {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: var(--border-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .l-header-drawer__media {
    grid-area: media;
    gap: 1rem;
  }
}

.l-header-drawer__sns {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .l-header-drawer__sns {
    margin-top: 1.75rem;
  }
}
.l-header-drawer__sns a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.l-header-drawer__sns a img {
  width: 1.25rem;
}
.l-header-drawer__sns a ._note {
  width: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .l-header-drawer__sns {
    grid-area: sns;
  }
}
@media screen and (min-width: 1024px){
  .l-header-drawer__nav {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .l-header-drawer__entry {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-header-drawer__media {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .l-header-drawer__sns {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
.l-main__bg {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  background: url(../img/bg-main.webp) center center/11.1875rem 1.25rem;
}

.l-main__wrap {
  position: relative;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.l-footer {
  position: relative;
  padding: 2.5rem 0;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding: 3.25rem 0;
  }
}

.l-footer__type {
  margin-top: 2.5rem;
  line-height: 0;
}
.l-footer__type svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .l-footer__type {
    margin-inline: calc(50% - 50cqi);
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__type {
    margin-top: 1rem;
  }
}

.l-footer__pagetop {
  margin-top: -0.5rem;
  position: relative;
  font-size: 0.875rem;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .l-footer__pagetop {
    margin-top: -1.25rem;
  }
}

.page-entry-form .l-footer {
  display: none;
}

/*----------------------------------------------------
	...
----------------------------------------------------*/
.l-aside__bnr {
  position: fixed;
  z-index: 100;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
.is-footer-show .l-aside__bnr {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .l-aside__bnr:has(.is-1col) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-aside__bnr .is-1col {
    width: 20rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-aside__bnr {
    width: 16.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: auto;
    right: 1.75rem;
    bottom: 1.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-btn
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-arrow, .c-card-news__arrow, .c-card-company__arrow, .cm-nav-main-lv2-block-parent__arrow, .cm-nav-mega-parent__arrow, .cm-nav-mega-link__arrow, .p-top-recruit-system-link__title i, .c-btn-index-recruit__arrow, .c-btn-index__arrow, .c-btn-image__arrow, .c-btn-square--accentOutline .c-btn-square__arrow, .c-btn-square--accent .c-btn-square__arrow, .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button .wp-block-button__link .c-btn-square__arrow,
.cm-editor .wp-block-button .wp-block-button__link .c-btn-square__arrow, .c-btn-square__arrow, .c-btn-link-arrow__arrow {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5625rem;
  height: 1.5625rem;
  gap: 0.3125rem;
}
.c-btn-arrow svg, .c-card-news__arrow svg, .c-card-company__arrow svg, .cm-nav-main-lv2-block-parent__arrow svg, .cm-nav-mega-parent__arrow svg, .cm-nav-mega-link__arrow svg, .p-top-recruit-system-link__title i svg, .c-btn-index-recruit__arrow svg, .c-btn-index__arrow svg, .c-btn-image__arrow svg, .c-btn-square--accentOutline .c-btn-square__arrow svg, .c-btn-square--accent .c-btn-square__arrow svg, .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button .wp-block-button__link .c-btn-square__arrow svg,
.cm-editor .wp-block-button .wp-block-button__link .c-btn-square__arrow svg, .c-btn-square__arrow svg, .c-btn-link-arrow__arrow svg {
  position: relative;
  width: 40%;
  height: auto;
  fill: var(--color);
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
.c-btn-arrow:before, .c-card-news__arrow:before, .c-card-company__arrow:before, .cm-nav-main-lv2-block-parent__arrow:before, .cm-nav-mega-parent__arrow:before, .cm-nav-mega-link__arrow:before, .p-top-recruit-system-link__title i:before, .c-btn-index-recruit__arrow:before, .c-btn-index__arrow:before, .c-btn-image__arrow:before, .c-btn-square--accentOutline .c-btn-square__arrow:before, .c-btn-square--accent .c-btn-square__arrow:before, .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button .wp-block-button__link .c-btn-square__arrow:before,
.cm-editor .wp-block-button .wp-block-button__link .c-btn-square__arrow:before, .c-btn-square__arrow:before, .c-btn-link-arrow__arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 100%;
  background: var(--Main, #EB322D);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
@media (hover: hover) {
  .c-btn-arrow:hover svg, .c-card-news__arrow:hover svg, .c-card-company__arrow:hover svg, .cm-nav-main-lv2-block-parent__arrow:hover svg, .cm-nav-mega-parent__arrow:hover svg, .cm-nav-mega-link__arrow:hover svg, .p-top-recruit-system-link__title i:hover svg, .c-btn-index-recruit__arrow:hover svg, .c-btn-index__arrow:hover svg, .c-btn-image__arrow:hover svg, .c-btn-square__arrow:hover svg, .c-btn-link-arrow__arrow:hover svg, a:hover .c-btn-arrow svg, a:hover .c-card-news__arrow svg, a:hover .c-card-company__arrow svg, a:hover .cm-nav-main-lv2-block-parent__arrow svg, a:hover .cm-nav-mega-parent__arrow svg, a:hover .cm-nav-mega-link__arrow svg, a:hover .p-top-recruit-system-link__title i svg, .p-top-recruit-system-link__title a:hover i svg, a:hover .c-btn-index-recruit__arrow svg, a:hover .c-btn-index__arrow svg, a:hover .c-btn-image__arrow svg, a:hover .c-btn-square__arrow svg, a:hover .c-btn-link-arrow__arrow svg {
    fill: #fff;
  }
  .c-btn-arrow:hover:before, .c-card-news__arrow:hover:before, .c-card-company__arrow:hover:before, .cm-nav-main-lv2-block-parent__arrow:hover:before, .cm-nav-mega-parent__arrow:hover:before, .cm-nav-mega-link__arrow:hover:before, .p-top-recruit-system-link__title i:hover:before, .c-btn-index-recruit__arrow:hover:before, .c-btn-index__arrow:hover:before, .c-btn-image__arrow:hover:before, .c-btn-square__arrow:hover:before, .c-btn-link-arrow__arrow:hover:before, a:hover .c-btn-arrow:before, a:hover .c-card-news__arrow:before, a:hover .c-card-company__arrow:before, a:hover .cm-nav-main-lv2-block-parent__arrow:before, a:hover .cm-nav-mega-parent__arrow:before, a:hover .cm-nav-mega-link__arrow:before, a:hover .p-top-recruit-system-link__title i:before, .p-top-recruit-system-link__title a:hover i:before, a:hover .c-btn-index-recruit__arrow:before, a:hover .c-btn-index__arrow:before, a:hover .c-btn-image__arrow:before, a:hover .c-btn-square__arrow:before, a:hover .c-btn-link-arrow__arrow:before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-arrow, .c-card-news__arrow, .c-card-company__arrow, .cm-nav-main-lv2-block-parent__arrow, .cm-nav-mega-parent__arrow, .cm-nav-mega-link__arrow, .p-top-recruit-system-link__title i, .c-btn-index-recruit__arrow, .c-btn-index__arrow, .c-btn-image__arrow, .c-btn-square--accentOutline .c-btn-square__arrow, .c-btn-square--accent .c-btn-square__arrow, .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button .wp-block-button__link .c-btn-square__arrow,
  .cm-editor .wp-block-button .wp-block-button__link .c-btn-square__arrow, .c-btn-square__arrow, .c-btn-link-arrow__arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.c-btn-arrow--accent svg, .cm-nav-mega-link__arrow svg, .c-btn-image__arrow svg, .c-btn-square--arrowAccent .c-btn-square__arrow svg {
  fill: var(--color-accent);
}

.c-btn-arrow--reverse svg, .c-card-company__arrow svg, .cm-nav-main-lv2-block-parent__arrow svg, .cm-nav-mega-parent__arrow svg, .p-top-recruit-system-link__title i svg, .c-btn-image--casual .c-btn-image__arrow svg, .c-btn-link-arrow__arrow svg {
  fill: #fff;
}
.c-btn-arrow--reverse:before, .c-card-company__arrow:before, .cm-nav-main-lv2-block-parent__arrow:before, .cm-nav-mega-parent__arrow:before, .p-top-recruit-system-link__title i:before, .c-btn-image--casual .c-btn-image__arrow:before, .c-btn-link-arrow__arrow:before {
  background: var(--Main, #EB322D);
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (hover: hover) {
  .c-btn-arrow--reverse:hover svg, .c-card-company__arrow:hover svg, .cm-nav-main-lv2-block-parent__arrow:hover svg, .cm-nav-mega-parent__arrow:hover svg, .p-top-recruit-system-link__title i:hover svg, .c-btn-image--casual .c-btn-image__arrow:hover svg, .c-btn-link-arrow__arrow:hover svg, a:hover .c-btn-arrow--reverse svg, a:hover .c-card-company__arrow svg, a:hover .cm-nav-main-lv2-block-parent__arrow svg, a:hover .cm-nav-mega-parent__arrow svg, a:hover .p-top-recruit-system-link__title i svg, .p-top-recruit-system-link__title a:hover i svg, a:hover .c-btn-image--casual .c-btn-image__arrow svg, .c-btn-image--casual a:hover .c-btn-image__arrow svg, a:hover .c-btn-link-arrow__arrow svg {
    fill: var(--color);
  }
  .c-btn-arrow--reverse:hover:before, .c-card-company__arrow:hover:before, .cm-nav-main-lv2-block-parent__arrow:hover:before, .cm-nav-mega-parent__arrow:hover:before, .p-top-recruit-system-link__title i:hover:before, .c-btn-image--casual .c-btn-image__arrow:hover:before, .c-btn-link-arrow__arrow:hover:before, a:hover .c-btn-arrow--reverse:before, a:hover .c-card-company__arrow:before, a:hover .cm-nav-main-lv2-block-parent__arrow:before, a:hover .cm-nav-mega-parent__arrow:before, a:hover .p-top-recruit-system-link__title i:before, .p-top-recruit-system-link__title a:hover i:before, a:hover .c-btn-image--casual .c-btn-image__arrow:before, .c-btn-image--casual a:hover .c-btn-image__arrow:before, a:hover .c-btn-link-arrow__arrow:before {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.c-btn-arrow--color svg, .c-btn-image--recruit .c-btn-image__arrow svg {
  fill: #fff;
}
.c-btn-arrow--color:before, .c-btn-image--recruit .c-btn-image__arrow:before {
  background: var(--color);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-btn-arrow--member {
  width: 2.5rem;
  height: 2.5rem;
}

.c-btn-arrow--sm, .cm-nav-main-lv2-block-parent__arrow, .cm-nav-mega-parent__arrow, .cm-nav-mega-link__arrow {
  width: 1.25rem;
  height: 1.25rem;
}

.c-btn-arrow--index, .c-btn-index__arrow {
  width: 1.5rem;
  height: 1.5rem;
  border: var(--border);
  border-radius: 100%;
}
.c-btn-arrow--index svg, .c-btn-index__arrow svg {
  fill: var(--color-accent);
}
@media (hover: hover) {
  .c-btn-arrow--index:hover, .c-btn-index__arrow:hover, a:hover .c-btn-arrow--index, a:hover .c-btn-index__arrow {
    border-color: transparent;
  }
  .c-btn-arrow--index:hover:before, .c-btn-index__arrow:hover:before, a:hover .c-btn-arrow--index:before, a:hover .c-btn-index__arrow:before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.c-btn-arrow--index-recruit, .c-btn-index-recruit__arrow {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
}
.c-btn-arrow--index-recruit svg, .c-btn-index-recruit__arrow svg {
  width: 60%;
  fill: var(--color-accent);
}
@media (hover: hover) {
  .c-btn-arrow--index-recruit:hover, .c-btn-index-recruit__arrow:hover, a:hover .c-btn-arrow--index-recruit, a:hover .c-btn-index-recruit__arrow {
    border-color: transparent;
  }
  .c-btn-arrow--index-recruit:hover:before, .c-btn-index-recruit__arrow:hover:before, a:hover .c-btn-arrow--index-recruit:before, a:hover .c-btn-index-recruit__arrow:before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-status, .cm-block-recruitment-btn__status,
.cm-block-faq-btn__status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background: var(--Main, #EB322D);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-btn-status, .cm-block-recruitment-btn__status,
  .cm-block-faq-btn__status {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.c-btn-status i, .cm-block-recruitment-btn__status i,
.cm-block-faq-btn__status i {
  width: 0.625rem;
  height: 0;
  border-top: var(--border-status);
  position: absolute;
}
.c-btn-status i:nth-child(2), .cm-block-recruitment-btn__status i:nth-child(2),
.cm-block-faq-btn__status i:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s var(--easeOutQuart);
  transition: 0.3s var(--easeOutQuart);
}
.is-open .c-btn-status i:nth-child(2), .is-open .cm-block-recruitment-btn__status i:nth-child(2),
.is-open .cm-block-faq-btn__status i:nth-child(2) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (min-width: 1024px) {
  .c-btn-status i, .cm-block-recruitment-btn__status i,
  .cm-block-faq-btn__status i {
    width: 1.25rem;
    border-width: 0.125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-link-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-btn-link-arrow {
    gap: 1.5rem;
    font-size: 1.125rem;
  }
}

@media (hover: hover) {
  .c-btn-link-arrow__arrow:hover svg, a:hover .c-btn-link-arrow__arrow svg {
    fill: var(--color);
  }
}

@media (hover: hover) {
  .c-btn-link-arrow--wh:hover .c-btn-link-arrow__arrow svg, a:hover .c-btn-link-arrow--wh .c-btn-link-arrow__arrow svg {
    fill: #fff;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-square, .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button .wp-block-button__link,
.cm-editor .wp-block-button .wp-block-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 3.75rem;
  gap: 0.25rem;
  padding: 0.75rem 0.375rem 0.75rem 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.125rem;
  border: var(--border);
  background: var(--white, #FFF);
  font-size: 0.75rem;
  font-weight: bold;
  text-decoration: none;
}
@media (hover: hover) {
  .c-btn-square:hover, .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover,
  .cm-editor .wp-block-button .wp-block-button__link:hover, a:hover .c-btn-square, a:hover .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button .wp-block-button__link, .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button a:hover .wp-block-button__link,
  a:hover .cm-editor .wp-block-button .wp-block-button__link,
  .cm-editor .wp-block-button a:hover .wp-block-button__link {
    color: var(--color-accent);
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-square, .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button .wp-block-button__link,
  .cm-editor .wp-block-button .wp-block-button__link {
    height: 4rem;
    padding: 0.75rem 0.375rem 0.75rem 1.25rem;
    border-radius: 0.25rem;
    font-size: 1rem;
  }
}

.c-btn-square__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-btn-square__arrow {
  margin-left: auto;
}

.c-btn-square__ico {
  width: 1.25rem;
  margin-right: 1.25rem;
}
.c-btn-square__ico svg {
  width: 100%;
  height: auto;
}

.c-btn-square.is-current, .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button .is-current.wp-block-button__link,
.cm-editor .wp-block-button .is-current.wp-block-button__link {
  border-color: #7C7C7C;
  color: var(--gray01, #7C7C7C);
  pointer-events: none;
}
.c-btn-square.is-current .c-btn-square__arrow svg, .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button .is-current.wp-block-button__link .c-btn-square__arrow svg,
.cm-editor .wp-block-button .is-current.wp-block-button__link .c-btn-square__arrow svg {
  fill: #7C7C7C;
}

/* .c-btn-square--arrowAccent */
/* .c-btn-square--sm */
.c-btn-square--sm {
  gap: 0;
  height: 3.125rem;
  padding: 0.75rem 0.125rem 0.75rem 0.625rem;
}
@media screen and (min-width: 1024px) {
  .c-btn-square--sm {
    padding: 0.75rem 0.375rem 0.75rem 0.625rem;
    font-size: 0.875rem;
  }
  .c-btn-square--sm .c-btn-square__arrow {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

/* .c-btn-square--recruit */
.c-btn-square--recruit {
  background: transparent;
  border-color: #fff;
}

/* .c-btn-square--accent */
.c-btn-square--accent, .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button .wp-block-button__link,
.cm-editor .wp-block-button .wp-block-button__link {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}
.c-btn-square--accent .c-btn-square__arrow svg, .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button .wp-block-button__link .c-btn-square__arrow svg,
.cm-editor .wp-block-button .wp-block-button__link .c-btn-square__arrow svg {
  fill: #fff;
}
@media (hover: hover) {
  .c-btn-square--accent:hover, .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover,
  .cm-editor .wp-block-button .wp-block-button__link:hover, a:hover .c-btn-square--accent, a:hover .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button .wp-block-button__link, .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button a:hover .wp-block-button__link,
  a:hover .cm-editor .wp-block-button .wp-block-button__link,
  .cm-editor .wp-block-button a:hover .wp-block-button__link {
    background: #fff;
  }
}

.c-btn-square--accentOutline {
  background: var(--color-accent);
  border-color: #fff;
  color: #fff;
}
.c-btn-square--accentOutline .c-btn-square__arrow svg {
  fill: #fff;
}
@media (hover: hover) {
  .c-btn-square--accentOutline:hover, a:hover .c-btn-square--accentOutline {
    background: #fff;
  }
}

/* .c-btn-square--nav */
.c-btn-square--nav {
  height: 5.3125rem;
}
@media screen and (min-width: 1024px) {
  .c-btn-square--nav {
    height: 6.25rem;
    padding: 0.75rem 0.5rem 0.75rem 1.75rem;
  }
}

.c-btn-square__en {
  color: var(--Main, #EB322D);
  font-family: var(--Inter);
  font-size: 0.75rem;
  font-weight: 500;
}
.c-btn-square__title {
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.c-btn-square__pict {
  line-height: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 1.25rem;
  margin-right: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-btn-square__pict svg {
  width: 100%;
  height: auto;
}
.c-btn-square__pict._note {
  width: 0.8125rem;
  margin-right: 0.6875rem;
}
.c-btn-square__pict._youtube {
  width: 1.4375rem;
  margin-inline: -0.125rem 0.1875rem;
}
.c-btn-square__txt2 {
  font-size: 1.125rem;
  font-weight: bold;
}
.c-btn-square__sub {
  margin-left: 0.5em;
  font-size: 0.625rem;
  color: #7C7C7C;
  font-weight: bold;
}
@media (hover: hover) {
  .c-btn-square__sub:hover, a:hover .c-btn-square__sub {
    color: var(--color-accent);
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 100%;
  height: 5rem;
  border-radius: 0.1875rem;
  background: var(--Main, #EB322D);
  padding: 1.25rem 1.25rem;
  color: var(--white, #FFF);
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .c-btn-cta {
    height: 5.8125rem;
    padding: 1.25rem 1.875rem;
    border-radius: 0.25rem;
    font-size: 1.5rem;
  }
}

.c-btn-cta__txt {
  text-align: left;
}
.c-btn-cta__more {
  margin-inline: auto 1.125rem;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--white, #FFF);
  font-family: var(--IBM);
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .c-btn-cta__more {
    display: none;
  }
}

.c-btn-cta__arrow {
  width: 1.5625rem;
  margin-left: auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.c-btn-cta__arrow svg {
  width: 100%;
  height: auto;
  fill: #fff;
}
@media (hover: hover) {
  .c-btn-cta__arrow:hover, a:hover .c-btn-cta__arrow {
    -webkit-animation: btnCtaArrow 0.5s var(--easeOutQuart) forwards;
            animation: btnCtaArrow 0.5s var(--easeOutQuart) forwards;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-cta__arrow {
    width: 2.1875rem;
  }
}

.c-btn-cta__external {
  width: 1.5625rem;
  margin-left: auto;
}
.c-btn-cta__external svg {
  width: 100%;
  height: auto;
  fill: #fff;
}

@-webkit-keyframes btnCtaArrow {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  45% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  45.1% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes btnCtaArrow {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  45% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  45.1% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.c-btn-cta--line {
  background: var(--green, #60BD1D);
}

.c-btn-cta--inverse {
  background: #fff;
  color: var(--color-accent);
}
.c-btn-cta--inverse .c-btn-cta__arrow svg {
  fill: var(--color-accent);
}
.c-btn-cta--entry {
  background: #fff;
  color: var(--color-accent);
}
.c-btn-cta--entry .c-btn-cta__arrow svg {
  fill: var(--color-accent);
}
.c-btn-cta--recruit {
  width: 18.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .c-btn-cta--recruit {
    width: 31.75rem;
  }
}

.c-btn-cta--pending {
  height: 3.75rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
@media screen and (min-width: 1024px) {
  .c-btn-cta--pending {
    height: 4.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 6.25rem;
  border-radius: 0.1875rem;
  overflow: hidden;
  border: var(--border-accent);
  background: var(--Bg02, #E9EEF1);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-accent);
}
@media screen and (min-width: 1024px) {
  .c-btn-image {
    border-radius: 0.25rem;
    height: 7.5rem;
    font-size: 1.3125rem;
  }
}

.c-btn-image__pic {
  width: auto;
  height: 100%;
}
.c-btn-image__pic img {
  height: 100%;
}
.c-btn-image__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-btn-image__arrow {
  margin-right: 0.625rem;
}
.c-btn-image--casual {
  color: var(--white, #FFF);
  background: var(--Main, #EB322D);
  border: none;
}
.c-btn-image--casual .c-btn-image__arrow {
  pointer-events: none;
}
.c-btn-image--casual .c-btn-image__arrow:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media (hover: hover) {
  .c-btn-image--casual:hover .c-btn-image__arrow svg, a:hover .c-btn-image--casual .c-btn-image__arrow svg {
    fill: var(--color);
  }
  .c-btn-image--casual:hover .c-btn-image__arrow:before, a:hover .c-btn-image--casual .c-btn-image__arrow:before {
    background: #fff;
  }
}

.c-btn-image--recruit {
  color: var(--white, #FFF);
  background: var(--color);
  border: none;
}
.c-btn-image--recruit .c-btn-image__arrow {
  pointer-events: none;
}
.c-btn-image--recruit .c-btn-image__arrow:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media screen and (min-width: 1024px) {
  .c-btn-image--recruit .c-btn-image__txt {
    padding-bottom: 0.625rem;
    font-size: 1.75rem;
    line-height: 1.4;
  }
  .c-btn-image--recruit .c-btn-image__txt small {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
@media (hover: hover) {
  .c-btn-image--recruit:hover .c-btn-image__arrow svg, a:hover .c-btn-image--recruit .c-btn-image__arrow svg {
    fill: var(--color);
  }
  .c-btn-image--recruit:hover .c-btn-image__arrow:before, a:hover .c-btn-image--recruit .c-btn-image__arrow:before {
    background: #fff;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-image-ir {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 10rem;
  background: #fff;
  border-radius: 0.25rem;
  background: var(--white, #FFF);
}
@media (hover: hover) {
  .c-btn-image-ir:hover, a:hover .c-btn-image-ir {
    opacity: 0.7;
  }
}
.c-btn-image-ir__pic {
  width: auto;
  height: 100%;
}
.c-btn-image-ir__pic img {
  height: 100%;
}
.c-btn-image-ir__wrap {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.25rem 1.5rem 1.25rem 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;
  text-align: right;
  margin-left: -2.5rem;
}
@media screen and (min-width: 1024px) {
  .c-btn-image-ir__wrap {
    padding: 1.5rem 1.25rem 1.5rem 0;
  }
}

.c-btn-image-ir__title {
  font-size: 1.3095rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-btn-image-ir__title {
    font-size: 1.3125rem;
  }
}

.c-btn-image-ir__txt {
  margin-top: 0.75rem;
  color: var(--gray01, #7C7C7C);
  font-size: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .c-btn-image-ir__txt {
    margin-top: 0;
    font-size: 0.6875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.5rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  background: var(--Main, #EB322D);
  border: var(--border-accent) !important;
  color: var(--white, #FFF);
  font-size: 1rem;
  font-weight: 700;
}
@media (hover: hover) {
  .c-btn-form:hover, a:hover .c-btn-form {
    color: var(--color-accent);
    background: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-form {
    padding: 2rem 2rem;
    font-size: 1.3125rem;
  }
}

.c-btn-form--inverse {
  background: #fff;
  color: var(--color);
  border-color: var(--color) !important;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-header-recruit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.875rem;
  height: 2.625rem;
  padding: 0.625rem 0.625rem;
  border-radius: 0.125rem;
  background: var(--Main, #EB322D);
  border: var(--border-accent);
  color: var(--white, #FFF);
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 700;
}
@media (hover: hover) {
  .c-btn-header-recruit:hover, a:hover .c-btn-header-recruit {
    color: var(--color-accent);
    background: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-header-recruit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 9.9375rem;
    height: 3.375rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-more, .c-card-project__more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.3125rem;
  height: 3.375rem;
  padding: 0.625rem 0.625rem;
  border-radius: 0.25rem;
  background: var(--Main, #EB322D);
  border: var(--border-accent);
  color: var(--white, #FFF);
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
}
@media (hover: hover) {
  .c-btn-more:hover, .c-card-project__more a:hover, a:hover .c-btn-more, a:hover .c-card-project__more a, .c-card-project__more a:hover a {
    color: var(--color-accent);
    background: #fff;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btnGroup-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .c-btnGroup-category {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}

.c-btnGroup-category__title {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-btnGroup-category__title {
    width: 3.5rem;
    padding-top: 0.625rem;
    font-size: 1.125rem;
  }
}

.c-btnGroup-category__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.c-btnGroup-category__select select,
.c-btnGroup-category__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 0.3125rem;
  border: var(--border-gray);
  background: var(--white, #FFF);
}
.c-btnGroup-category__select select.is-current,
.c-btnGroup-category__link.is-current {
  background: var(--color-accent);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-btnGroup-category__select select,
  .c-btnGroup-category__link {
    min-width: 10rem;
    padding: 0.75rem 1.25rem;
    height: 3.125rem;
    font-size: 0.875rem;
  }
}

@media (hover: hover) {
  .c-btnGroup-category__link:hover, a:hover .c-btnGroup-category__link {
    background: var(--color-accent);
    color: #fff;
  }
}

.c-btnGroup-category__select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btnGroup-category__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-btnGroup-category__select svg {
  position: absolute;
  right: 0.375rem;
  width: 0.625rem;
  height: auto;
  fill: var(--color-accent);
}
@media screen and (min-width: 1024px) {
  .c-btnGroup-category__select svg {
    right: 0.625rem;
    width: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-btnGroup-category--recruit .c-btnGroup-category__title {
    width: 5.75rem;
    gap: 0;
  }
}

@media screen and (min-width: 1024px) {
  .c-btnGroup-category--interview .c-btnGroup-category__title {
    width: 5.75rem;
    gap: 0;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-index {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--gray03, #808185);
  font-size: 1rem;
}
.is-current .c-btn-index, .c-btn-index.is-current {
  color: var(--color-accent);
}
@media (hover: hover) {
  .c-btn-index:hover, a:hover .c-btn-index {
    color: var(--color-accent);
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-index-recruit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.625rem;
  font-weight: 700;
}
@media (hover: hover) {
  .c-btn-index-recruit:hover, a:hover .c-btn-index-recruit {
    color: var(--color-accent);
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-index-recruit {
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-menu {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.125rem;
  border: var(--border-accent);
  background: #fff;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.c-btn-menu span {
  display: block;
  position: absolute;
  height: 0;
  width: 0.875rem;
  border-top: var(--border-menu);
  left: 0.875rem;
  will-change: transform, width, top, border-color;
  -webkit-transition: top 0.4s var(--easeOutQuart), border-color 0.4s var(--easeOutQuart), -webkit-transform 0s var(--easeOutQuart);
  transition: top 0.4s var(--easeOutQuart), border-color 0.4s var(--easeOutQuart), -webkit-transform 0s var(--easeOutQuart);
  transition: top 0.4s var(--easeOutQuart), transform 0s var(--easeOutQuart), border-color 0.4s var(--easeOutQuart);
  transition: top 0.4s var(--easeOutQuart), transform 0s var(--easeOutQuart), border-color 0.4s var(--easeOutQuart), -webkit-transform 0s var(--easeOutQuart);
}
.c-btn-menu span:nth-child(1) {
  top: calc(50% - 0.28125rem);
}
.c-btn-menu span:nth-child(2) {
  top: 50%;
}
.c-btn-menu span:nth-child(3) {
  top: calc(50% + 0.28125rem);
}
.c-btn-menu.is-nav-open span {
  -webkit-transition: top 0.2s var(--easeOutQuart), -webkit-transform 0.3s 0.2s var(--easeOutQuart);
  transition: top 0.2s var(--easeOutQuart), -webkit-transform 0.3s 0.2s var(--easeOutQuart);
  transition: top 0.2s var(--easeOutQuart), transform 0.3s 0.2s var(--easeOutQuart);
  transition: top 0.2s var(--easeOutQuart), transform 0.3s 0.2s var(--easeOutQuart), -webkit-transform 0.3s 0.2s var(--easeOutQuart);
}
.c-btn-menu.is-nav-open span:nth-child(1) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(-45deg);
          transform: scale(-1, -1) rotate(-45deg);
}
.c-btn-menu.is-nav-open span:nth-child(2) {
  width: 0;
  left: 50%;
}
.c-btn-menu.is-nav-open span:nth-child(3) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(45deg);
          transform: scale(-1, -1) rotate(45deg);
}
@media (hover: hover) {
  .c-btn-menu:hover, a:hover .c-btn-menu {
    color: var(--color-accent);
    background: var(--color-accent);
  }
  .c-btn-menu:hover span, a:hover .c-btn-menu span {
    border-color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-menu {
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 0.25rem;
  }
  .c-btn-menu span {
    width: 1.125rem;
    left: 1.125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-recruit-mv {
  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;
  gap: 0.25rem;
  height: 2.5rem;
  padding: 0.625rem;
  border-radius: 1.875rem;
  background: #FFF;
  font-size: 0.625rem;
  font-weight: 700;
}
.c-btn-recruit-mv figure {
  position: relative;
  width: 1rem;
  line-height: 0;
}
.c-btn-recruit-mv figure img:nth-child(1) {
  opacity: 1;
}
.c-btn-recruit-mv figure img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.c-btn-recruit-mv img {
  height: 0.75rem;
}
.c-btn-recruit-mv i {
  width: 0.5rem;
  line-height: 0;
}
.c-btn-recruit-mv span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-btn-recruit-mv svg {
  width: 100%;
  height: auto;
  fill: var(--color-accent);
}
@media (hover: hover) {
  .c-btn-recruit-mv:hover, a:hover .c-btn-recruit-mv {
    color: #fff;
    background: var(--color-accent);
  }
  .c-btn-recruit-mv:hover figure img:nth-child(1), a:hover .c-btn-recruit-mv figure img:nth-child(1) {
    opacity: 0;
  }
  .c-btn-recruit-mv:hover figure img:nth-child(2), a:hover .c-btn-recruit-mv figure img:nth-child(2) {
    opacity: 1;
  }
  .c-btn-recruit-mv:hover svg, a:hover .c-btn-recruit-mv svg {
    fill: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .c-btn-recruit-mv span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-recruit-mv {
    font-size: 0.875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5625rem;
  }
  .c-btn-recruit-mv figure {
    width: auto;
  }
  .c-btn-recruit-mv img {
    height: 1.25rem;
  }
  .c-btn-recruit-mv i {
    width: 0.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.bold,
.strong {
  font-weight: bold;
}

.u-hide {
  display: none;
}

.u-breakLine {
  display: inline-block;
}

.u-center {
  text-align: center;
}

.u-only-sp {
  display: block !important;
}
@media screen and (min-width: 640px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-only-pc {
  display: none !important;
}
@media screen and (min-width: 640px) {
  .u-only-pc {
    display: block !important;
  }
}

.u-color-accent {
  color: var(--color-accent);
}

.u-underline-accent, .c-heading-label--reason .c-heading-label__title {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: var(--color-accent);
  text-decoration-thickness: 0.125rem;
}

.u-bold {
  font-weight: bold;
}

.u-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  padding-bottom: 6.25rem;
}
.u-template > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.u-gap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}

.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.u-budoux {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

[data-delay="0.1"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-delay="0.2"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-delay="0.3"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-delay="0.4"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-delay="0.5"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-delay="0.6"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-delay="0.7"] {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-delay="0.8"] {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-delay="0.9"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-delay="1"] {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-delay="1.1"] {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-delay="1.2"] {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-delay="1.3"] {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-delay="1.4"] {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-delay="1.5"] {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-delay="1.6"] {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-delay="1.7"] {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-delay="1.8"] {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-delay="1.9"] {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-delay="2"] {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-delay="2.1"] {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-delay="2.2"] {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-delay="2.3"] {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-delay="2.4"] {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-delay="2.5"] {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-delay="2.6"] {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-delay="2.7"] {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-delay="2.8"] {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-delay="2.9"] {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-delay="3"] {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.__loop {
  -webkit-animation: loopLeft linear 30s infinite;
          animation: loopLeft linear 30s infinite;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__loop img {
  width: auto;
  max-width: none;
  height: 18.75rem;
}
@media screen and (min-width: 1024px) {
  .__loop {
    -webkit-animation: loopLeft linear 50s infinite;
            animation: loopLeft linear 50s infinite;
  }
  .__loop img {
    height: 32.875rem;
  }
}

@-webkit-keyframes loopLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes loopLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes loopRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes loopRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/*----------------------------------------------------
	c-heading
----------------------------------------------------*/
.c-heading-page__ja {
  font-size: 0.75rem;
  color: var(--gray03, #808185);
}
.is-section-dark .c-heading-page__ja {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-heading-page__ja {
    font-size: 1.125rem;
  }
}

.c-heading-page__en {
  font-family: var(--Inter);
  font-size: 3rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.01em;
  margin-right: -1.875rem;
}
.c-heading-page__en ._ja {
  font-size: 0.6875rem;
  font-family: var(--sans);
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .c-heading-page__en {
    font-size: 6.875rem;
    letter-spacing: 0;
  }
}

.c-heading-page__ja2 {
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-heading-page__ja2 {
    font-size: 3rem;
  }
}

.c-heading-page__meta {
  padding-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .c-heading-page__meta {
    padding-bottom: 1.25rem;
    gap: 1.3125rem;
  }
}

.c-heading-page__date {
  color: var(--gray-blue, #8F8F8F);
  font-family: var(--IBM);
  font-size: 0.875rem;
  line-height: 100%; /* 12/16+rem */
}
@media screen and (min-width: 1024px) {
  .c-heading-page__date {
    font-size: 0.875rem;
  }
}

.c-heading-page__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 1.875rem;
  border: var(--border-gray);
  background: var(--white, #FFF);
  position: relative;
  top: 0.05em;
  color: var(--Main, #EB322D);
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-heading-page__category {
    top: 0;
    min-width: 9.375rem;
  }
}

.c-heading-page--business .c-heading-page__en span {
  padding-left: 0.45em;
}
@media screen and (min-width: 1024px) {
  .c-heading-page--business .c-heading-page__en {
    line-height: 0.88;
  }
}

@media screen and (max-width: 1023px) {
  .c-heading-page--performance .c-heading-page__en {
    font-size: 2.5625rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-page-recruit {
  position: relative;
  padding-left: 1.6875rem;
}
.c-heading-page-recruit:before {
  content: "";
  display: block;
  width: 1.125rem;
  height: 2.75rem;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: url(../img/ico-angle-page.svg) center center/contain no-repeat;
}
@media screen and (min-width: 1024px) {
  .c-heading-page-recruit {
    padding-left: 4rem;
  }
  .c-heading-page-recruit:before {
    width: 2.6875rem;
    height: 6.25rem;
  }
}

.c-heading-page-recruit__en {
  color: var(--Main, #EB322D);
  font-family: var(--Inter);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.00375rem;
}
@media screen and (min-width: 1024px) {
  .c-heading-page-recruit__en {
    font-size: 1.5rem;
  }
}

.c-heading-page-recruit__ja {
  margin-top: 0.25rem;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  .c-heading-page-recruit__ja {
    margin-top: 0.625rem;
    font-size: 3.75rem;
  }
}

.c-heading-page-recruit__desc {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .c-heading-page-recruit__desc {
    margin-left: -1.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-heading-page-recruit__desc {
    font-size: 1.125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-heading-section:after {
  margin-top: 1rem;
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  pointer-events: none;
  background: var(--color-accent);
}
.is-section-dark .c-heading-section {
  color: #fff;
}
.is-section-dark .c-heading-section:after {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .c-heading-section:after {
    margin-top: 1.5rem;
  }
}

.c-heading-section__sub {
  color: var(--gray03, #808185);
  font-size: 0.75rem;
  font-weight: 700;
}
.is-section-dark .c-heading-section__sub {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-heading-section__sub {
    font-size: 0.875rem;
  }
}

.c-heading-section__en {
  margin-top: 0.375rem;
  font-family: var(--Inter);
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-heading-section__en {
    margin-top: 0.375rem;
    font-size: 2.5rem;
  }
}

.c-heading-section__ja {
  font-size: 1.4375rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .c-heading-section__ja {
    font-size: 2rem;
  }
}

/* .c-heading-section--investor */
.c-heading-section--investor .c-heading-section__en span {
  padding-left: 1em;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-sectionB__en {
  color: var(--Main, #EB322D);
  font-family: var(--IBM);
  font-size: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .c-heading-sectionB__en {
    font-size: 0.875rem;
  }
}

.c-heading-sectionB__ja {
  margin-top: 0.25rem;
  font-size: 1.625rem;
  font-weight: 700;
}
.c-heading-sectionB__ja small {
  color: var(--gray01, #7C7C7C);
  font-size: 0.6875rem;
}
@media screen and (min-width: 1024px) {
  .c-heading-sectionB__ja {
    margin-top: 0.125rem;
    font-size: 3rem;
  }
  .c-heading-sectionB__ja small {
    font-size: 0.6875rem;
  }
}

.c-heading-sectionB__sub {
  color: var(--gray01, #7C7C7C);
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-heading-sectionB__sub {
    font-size: 1.3125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-top__en {
  color: var(--gray03, #808185);
  font-family: var(--IBM);
  font-size: 0.625rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .c-heading-top__en {
    font-size: 0.875rem;
  }
}

.c-heading-top__title {
  margin-top: 0;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-heading-top__title {
    margin-top: 0;
    font-size: 3rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-label {
  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;
  text-align: center;
}
.c-heading-label__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.375rem 1.25rem;
  height: 1.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.5rem;
  background: var(--Main, #EB322D);
  color: var(--white, #FFF);
  font-family: var(--IBM);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .c-heading-label__label {
    min-width: 7.9375rem;
  }
}

.c-heading-label__title {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-heading-label__title {
    margin-top: 1.25rem;
    font-size: 3.75rem;
  }
}

.c-heading-label__desc {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-heading-label__desc {
    margin-top: 2.25rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .c-heading-label--reason {
    margin-inline: -1rem;
  }
}
.c-heading-label--reason .c-heading-label__title {
  font-size: 1.625rem;
  color: var(--Main, #EB322D);
}
@media screen and (min-width: 1024px) {
  .c-heading-label--reason .c-heading-label__title {
    font-size: 3rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-text {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-heading-text {
    font-size: 2rem;
  }
}

.c-heading-text-lg {
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-heading-text-lg {
    font-size: 3rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-angle, .cm-block-number__title, .p-top-approach-block__title, .p-top-recruit-system-link__label {
  position: relative;
  padding-left: 1.4375rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.c-heading-angle:before, .cm-block-number__title:before, .p-top-approach-block__title:before, .p-top-recruit-system-link__label:before {
  content: "";
  display: block;
  width: 0.875rem;
  height: 1.5625rem;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: url(../img/ico-angle.svg) center center/contain no-repeat;
}

@media screen and (max-width: 1023px) {
  .c-heading-angle--approach, .cm-block-number__title, .p-top-approach-block__title {
    padding-left: 1.25rem;
  }
  .c-heading-angle--approach:before, .cm-block-number__title:before, .p-top-approach-block__title:before {
    width: 0.75rem;
    height: 1.25rem;
    top: 0.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .c-heading-angle--recruit, .p-top-recruit-system-link__label {
    padding-left: 0.75rem;
  }
  .c-heading-angle--recruit:before, .p-top-recruit-system-link__label:before {
    width: 0.5rem;
    height: 0.75rem;
    top: 0.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-heading-angle--recruitMessage {
    padding-left: 2.125rem;
    font-size: 2rem;
  }
  .c-heading-angle--recruitMessage:before {
    width: 1.25rem;
    height: 2.5rem;
    top: 0.1875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-line, .cm-editor h1,
.cm-editor h2 {
  padding-left: 1.25rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-heading-line:before, .cm-editor h1:before,
.cm-editor h2:before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 90%;
  position: absolute;
  left: 0;
  top: 5%;
  pointer-events: none;
  background: var(--Main, #EB322D);
}
@media screen and (min-width: 1024px) {
  .c-heading-line, .cm-editor h1,
  .cm-editor h2 {
    font-size: 2rem;
  }
}

.c-heading-line--sm, .cm-editor--interview h1,
.cm-editor--interview h2 {
  font-size: 1.3125rem;
}
@media screen and (min-width: 1024px) {
  .c-heading-line--sm, .cm-editor--interview h1,
  .cm-editor--interview h2 {
    font-size: 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-border, .cm-editor h3 {
  padding-bottom: 0.625rem;
  font-size: 1.3125rem;
  font-weight: 700;
  border-bottom: var(--border-gray);
}
@media screen and (min-width: 1024px) {
  .c-heading-border, .cm-editor h3 {
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-bar {
  color: var(--white, #FFF);
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .c-heading-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-heading-bar span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.125rem 0.625rem;
    background: var(--Main, #EB322D);
  }
}
@media screen and (min-width: 1024px) {
  .c-heading-bar {
    padding: 0.5rem 1.25rem;
    background: var(--Main, #EB322D);
    font-size: 2rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-ses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-heading-ses {
    gap: 1.5rem;
  }
}

.c-heading-ses__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 2.5rem;
  background: var(--Main, #EB322D);
  font-family: var(--IBM);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 100%; /* 12/16+rem */
  color: #fff;
}
.c-heading-ses__title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-heading-ses__title {
    font-size: 2rem;
  }
}

.c-heading-ses__desc {
  margin-top: -0.375rem;
  color: var(--gray01, #7C7C7C);
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .c-heading-ses__desc {
    margin-top: -0.375rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .c-heading-ses--sm {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-recruit-true {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-heading-recruit-true i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.3125rem;
  gap: 0.3125rem;
  border-radius: 100%;
  background: var(--Dark, #C6231E);
  color: var(--white, #FFF);
  font-family: var(--Inter);
  font-size: 1rem;
  font-style: normal;
}
.c-heading-recruit-true span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .c-heading-recruit-true {
    gap: 1.25rem;
    font-size: 3rem;
  }
  .c-heading-recruit-true i {
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-heading-recruit-true--sm {
    font-size: 2rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-mv {
  position: relative;
  height: 33.9375rem;
}
.p-top-mv:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.75rem;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  background: #292F33;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .p-top-mv {
    height: 35.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-mv {
    height: 61.875rem;
  }
  .p-top-mv:after {
    height: 4.3125rem;
  }
}

.p-top-mv-circle {
  position: absolute;
  width: 26.25rem;
  top: 5.3125rem;
  left: calc(50% - 13.125rem);
}
@media screen and (min-width: 1024px) {
  .p-top-mv-circle {
    width: 53.125rem;
    top: 2.1875rem;
    left: calc(50% - 26.5625rem);
  }
}

.p-top-mv-diagonal {
  position: absolute;
  z-index: 2;
  width: 24.375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-mv-diagonal {
    width: 90rem;
  }
}

.p-top-mv-people {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  visibility: hidden;
  height: 100%;
}
.p-top-mv-people img {
  width: 100vw;
  max-width: none;
}
.p-top-mv-people .swiper-slide {
  -webkit-transition-timing-function: var(--easeOutQuad);
          transition-timing-function: var(--easeOutQuad);
}
@media screen and (max-width: 1023px) {
  .p-top-mv-people .swiper {
    width: 100vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-mv-people {
    left: 0;
  }
  .p-top-mv-people img {
    width: 90rem;
    max-width: 100%;
  }
}

.p-top-mv__wrap {
  padding-top: 21.875rem;
  padding-left: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__wrap {
    padding-top: 35.375rem;
    padding-left: 5.75rem;
  }
}

.p-top-mv-indicator {
  margin-top: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
  margin-left: -1.25rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-top-mv-indicator {
    margin-top: 2.5rem;
    margin-left: 0;
    gap: 0.5rem;
  }
}

.p-top-mv-indicator__dot {
  width: 1.25rem;
  height: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-top-mv-indicator__dot:before {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  position: absolute;
  pointer-events: none;
  background: #B5B6BB;
  border-radius: 100%;
}
.p-top-mv-indicator__dot svg {
  width: 100%;
  height: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-top-mv-indicator__dot svg circle {
  stroke-dasharray: 0 58.09;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  stroke: var(--color-accent);
}
.p-top-mv-indicator__dot.is-active svg circle, .p-top-mv-indicator__dot.__is-past svg circle {
  stroke-dasharray: 58.09 58.09;
  -webkit-transition: linear 5.5s;
  transition: linear 5.5s;
}

.p-top-mv-catch {
  position: relative;
  z-index: 10;
  width: 12.5rem;
}
.p-top-mv-catch svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-mv-catch {
    width: 25.0625rem;
  }
}

.p-top-mv-news {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .p-top-mv-news {
    position: absolute;
    top: calc(100% + 1rem);
    left: 1.25rem;
    right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-mv-news {
    margin-top: 2.75rem;
  }
}

.p-top-mv-news__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .p-top-mv-news__link {
    color: #fff;
  }
}

.p-top-mv-news__meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-mv-news__meta {
    gap: 1.25rem;
  }
}

.p-top-mv-news__date {
  font-family: var(--IBM);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .p-top-mv-news__date {
    font-size: 0.875rem;
  }
}

.p-top-mv-news__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.125rem 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 1.25rem;
  background: var(--white, #FFF);
  color: var(--Main, #EB322D);
  font-size: 0.625rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-top-mv-news__category {
    min-width: 9.375rem;
    padding: 0.375rem 0.625rem;
    font-size: 0.75rem;
  }
}

.p-top-mv-news__title {
  margin-top: 0.25rem;
  font-size: 0.6875rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-top-mv-news__title {
    margin-top: 0.375rem;
    width: 26.25rem;
    font-size: 1.125rem;
  }
}

.p-top-mv__copyright {
  position: absolute;
  z-index: 5;
  right: 0.625rem;
  top: calc(50% + 6.25rem);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  color: #FFF;
  text-align: center;
  font-family: var(--IBM);
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  mix-blend-mode: difference;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__copyright {
    font-size: 0.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top__dark {
  position: relative;
  background: #292F33;
  overflow: hidden;
}

.p-top__dartBg {
  position: absolute;
  right: 0;
  top: 0;
  width: 20.625rem;
}
.p-top__dartBg svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-top__dartBg {
    width: 76.625rem;
    left: calc(50% - 31.625rem);
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-about {
  position: relative;
  padding: 7.5rem 0 0;
}
@media screen and (min-width: 1024px) {
  .p-top-about {
    padding: var(--padding-page) 0 var(--padding-section);
  }
}

.p-top-about__desc {
  padding-top: 1.25rem;
  margin-top: -0.5em;
  font-size: 0.875rem;
  line-height: 220%; /* 30.8/16+rem */
}
@media screen and (min-width: 1024px) {
  .p-top-about__desc {
    padding-top: var(--padding-block);
    font-size: 1.125rem;
  }
}

.p-top-about__more {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
}
.p-top-about__more a {
  width: 10rem;
}
@media screen and (min-width: 1024px) {
  .p-top-about__more {
    gap: 1rem;
  }
  .p-top-about__more a {
    width: 13.75rem;
  }
}

.p-top-about__type {
  margin-top: 2.5rem;
}
.p-top-about__type svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-about__type {
    margin-top: 0;
    width: 42.0625rem;
    position: absolute;
    bottom: -4.5rem;
    left: calc(50% - 0.625rem);
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-approach {
  position: relative;
  padding: var(--padding-page) 0;
}

.p-top-approach__block {
  margin-top: 1.5rem;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-approach__block {
    margin-top: 3rem;
    gap: 1.5rem;
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-top-approach-block {
  padding: 2rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.25rem;
  background: var(--white, #FFF);
}
@media screen and (min-width: 1024px) {
  .p-top-approach-block {
    height: 26.375rem;
    padding: 2rem 2rem;
  }
}

.p-top-approach-block__title {
  margin-right: -0.625rem;
  font-size: 0.9375rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .p-top-approach-block__title {
    font-size: 1rem;
  }
}

.p-top-approach-block__data {
  margin-top: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-approach-block__data {
    margin-top: 1.125rem;
  }
}

.p-top-approach-block-data__title {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-top-approach-block-data__title {
    font-size: 2rem;
  }
}

.p-top-approach-block-data__sub {
  color: var(--gray03, #808185);
  font-size: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-top-approach-block-data__sub {
    font-size: 0.6875rem;
  }
}

.p-top-approach-block-data__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: var(--Inter);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
.p-top-approach-block-data__value ._unit {
  color: var(--text, #162532);
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-top-approach-block-data__value {
    font-size: 5rem;
  }
}

.p-top-approach-block__pic {
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-approach-block__pic {
    display: none;
  }
}

.p-top-approach-block--1 .p-top-approach-block__pic {
  margin-top: -0.625rem;
  width: 12.5rem;
}

.p-top-approach-block--2 .p-top-approach-block__pic {
  margin-top: -2.5rem;
  width: 11.25rem;
}

.p-top-approach-block--3 .p-top-approach-block__pic {
  margin-top: -3.125rem;
  width: 9.6875rem;
}

.p-top-approach-block__more {
  margin-top: 0.75rem;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .p-top-approach-block__more {
    margin-top: auto;
  }
}

.p-top-approach__system {
  margin-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-approach__system {
    margin-top: 1.5rem;
  }
}

.p-top-approach__more {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-top-approach__more {
    margin-top: 2rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-business {
  position: relative;
}

.p-top-business__bg {
  width: 24.0625rem;
  position: absolute;
  left: 0;
  top: -6.875rem;
  pointer-events: none;
}
.p-top-business__bg svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-business__bg {
    top: -3.5rem;
    width: 100%;
  }
}

.p-top-business__wrap {
  position: relative;
  padding: var(--padding-page) 0;
  background: #fff;
}

.p-top-business__head {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-business__head {
    margin-left: -1rem;
  }
}

.p-top-business__items {
  position: relative;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business__items {
    margin-top: 0.75rem;
    gap: 1.5rem;
  }
}

.p-top-business-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item {
    -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;
  }
}

.p-top-business-item__pic {
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .p-top-business-item__pic {
    width: 49.75rem;
    margin-inline: 0 calc(50% - 50vw);
  }
}

.p-top-business-item__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item__wrap {
    padding-left: 5.25rem;
  }
}

.p-top-business-item__label {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.125rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 3.125rem;
  background: var(--Main, #EB322D);
  color: #FFF;
  font-family: var(--IBM);
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item__label {
    width: 5.5rem;
    font-size: 1.125rem;
  }
}

.p-top-business-item__title {
  margin-top: 0.375rem;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item__title {
    margin-top: 0.375rem;
    font-size: 3rem;
  }
}

.p-top-business-item__job {
  margin-top: 0.25rem;
  color: var(--gray03, #808185);
  font-size: 0.6875rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item__job {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-top-business-item__desc {
  margin-top: 0.75rem;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item__desc {
    margin-top: 1.625rem;
    font-size: 1rem;
  }
}

.p-top-business-item__more {
  margin-top: 1.5rem;
  margin-left: auto;
  width: 11.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item__more {
    margin-left: 0;
    margin-top: 2rem;
    width: 16.5rem;
  }
}

.p-top-business-client {
  padding: var(--padding-block) 0;
  overflow: hidden;
}
.p-top-business-client figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-business-client img {
  max-width: none;
  width: 133.125rem;
  mix-blend-mode: multiply;
  will-change: transform;
}
.p-top-business-client figure:nth-child(odd) img {
  -webkit-animation: loopLeft linear 70s infinite;
          animation: loopLeft linear 70s infinite;
}
.p-top-business-client figure:nth-child(even) img {
  -webkit-animation: loopRight linear 70s infinite;
          animation: loopRight linear 70s infinite;
}
@media screen and (min-width: 1024px) {
  .p-top-business-client {
    padding: 4.375rem 0;
  }
  .p-top-business-client img {
    width: 133.125rem;
  }
  .p-top-business-client figure:nth-child(odd) img {
    -webkit-animation-duration: 70s;
            animation-duration: 70s;
  }
  .p-top-business-client figure:nth-child(even) img {
    -webkit-animation-duration: 70s;
            animation-duration: 70s;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-recruit {
  position: relative;
  padding: var(--padding-page) 0;
  background: var(--Bg00, #383431);
}
.p-top-recruit .l-container {
  position: relative;
  z-index: 2;
}

.p-top-recruit__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.p-top-recruit__bg img {
  position: sticky;
  top: 0;
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .p-top-recruit__head {
    margin-left: -1rem;
  }
}

.p-top-recruit__catch {
  margin-top: 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.3125rem;
  font-weight: 700;
}
.p-top-recruit__catch svg {
  position: relative;
  width: 1.375rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit__catch {
    margin-top: 6.25rem;
    padding-left: 5.375rem;
    gap: 1.5rem;
    font-size: 3rem;
  }
  .p-top-recruit__catch svg {
    width: 3.25rem;
    top: 0.625rem;
  }
}

.p-top-recruit__lead {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%; /* 22.4/16+rem */
}
@media screen and (min-width: 1024px) {
  .p-top-recruit__lead {
    margin-top: 1.75rem;
    margin-left: 43.75rem;
    width: 37rem;
    font-size: 1.125rem;
    line-height: 220%; /* 39.6/16+rem */
  }
}

.p-top-recruit__more {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit__more {
    width: 22.9375rem;
    margin-top: 3.75rem;
    margin-left: 43.75rem;
  }
}

.p-top-recruit-system {
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit-system {
    margin-top: 10.3125rem;
    padding: 0 5.25rem;
  }
}

.p-top-recruit-system__head {
  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;
}

.p-top-recruit-system__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.125rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 3.125rem;
  background: var(--Main, #EB322D);
  color: #FFF;
  font-family: var(--IBM);
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit-system__label {
    font-size: 1.125rem;
  }
}

.p-top-recruit-system__title {
  margin-top: 0.25rem;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit-system__title {
    margin-top: 2.375rem;
    font-size: 3rem;
  }
}

.p-top-recruit-system__more {
  margin-top: 1.5rem;
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit-system__more {
    margin-top: 0.875rem;
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.p-top-recruit-system-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit-system-link {
    gap: 1.6875rem;
  }
}

.p-top-recruit-system-link__pic {
  width: 7.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit-system-link__pic {
    width: 15rem;
  }
}

.p-top-recruit-system-link__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-recruit-system-link__label {
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit-system-link__label {
    font-size: 1.125rem;
  }
}

.p-top-recruit-system-link__title {
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit-system-link__title {
    margin-top: 0.875rem;
    font-size: 2rem;
    gap: 1.375rem;
  }
}

.p-top-recruit-system-link__desc {
  margin-top: 0.375rem;
  font-size: 0.6875rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit-system-link__desc {
    margin-top: 2.5rem;
    font-size: 0.75rem;
    line-height: 170%;
  }
}

.p-top-recruit-system__more2 {
  margin-top: var(--padding-section);
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit-system__more2 {
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-relations {
  position: relative;
  padding: var(--padding-section) 0 0;
}

.p-top-relations__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-top-relations__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 1023px) {
  .p-top-relations__head {
    margin-left: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-relations__head {
    width: 22rem;
    margin-top: 0.625rem;
  }
}

.p-top-relations__list {
  margin-top: var(--padding-block-sm);
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-top-relations__list {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-news {
  padding: var(--padding-section) 0;
}

@media screen and (min-width: 1024px) {
  .p-top-news__wrap {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "head list" "more list";
    -ms-grid-columns: 22rem 1fr;
    grid-template-columns: 22rem 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
}

@media screen and (max-width: 1023px) {
  .p-top-news__head {
    margin-left: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-news__head {
    grid-area: head;
  }
}

.p-top-news__list {
  margin-top: var(--padding-block-sm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-news__list {
    margin-top: 0;
    grid-area: list;
  }
}

.p-top-news__more {
  margin-top: var(--padding-block-sm);
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .p-top-news__more {
    margin-top: 4.125rem;
    text-align: left;
    grid-area: more;
  }
}
@media screen and (min-width: 1024px){
  .p-top-news__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-top-news__list {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-top-news__more {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-aside__bnr {
  position: fixed;
  z-index: 100;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-aside__bnr {
    width: 16.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: auto;
    right: 1.75rem;
    bottom: 1.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-company {
  padding-bottom: var(--padding-page);
}
.p-company__main {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  border-radius: 0.25rem;
  background: var(--white, #FFF);
  padding: var(--padding-wrap-bg);
}
@media screen and (max-width: 1023px) {
  .p-company__main {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company__main {
    gap: 2.5rem 1.375rem;
    -ms-grid-columns: 1fr 1.375rem 1fr 1.375rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-member__wrap {
  position: relative;
  padding: var(--padding-wrap-bg);
  border-radius: 0.25rem;
  background: var(--white, #FFF);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .p-member__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-member__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .p-member__aside {
    position: absolute;
    right: 14.375rem;
    top: 5.625rem;
    z-index: 2;
    height: calc(100% - 10rem);
    width: 0;
  }
  .p-member__aside .cm-nav-index {
    white-space: nowrap;
    position: sticky;
    top: calc(1.5rem + var(--header-height) + 1.5rem);
  }
}

.p-member__main {
  margin-top: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-member-section {
    max-width: 63rem;
  }
}

.p-member-section + .p-member-section {
  margin-top: var(--padding-section);
  padding-top: 3.75rem;
  border-top: var(--border-gray);
}
@media screen and (min-width: 1024px) {
  .p-member-section + .p-member-section {
    padding-top: 5rem;
  }
}

.p-member-section__block {
  margin-top: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-member-section__block {
    margin-top: 2rem;
    gap: 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-member-section__block + .p-member-section__block {
  margin-top: var(--padding-section);
  padding-top: var(--padding-section);
  border-top: var(--border-gray);
}
.p-member-section__job {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-member-section__job {
    width: 12.375rem;
    font-size: 1.125rem;
  }
}

.p-member-section__list {
  margin-top: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1rem;
}
@media screen and (min-width: 1024px) {
  .p-member-section__list {
    margin-top: 0;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-paragraph
----------------------------------------------------*/
.c-paragraph, .cm-recruit-feature-item__desc, .cm-recruit-compare-point__body, .cm-block-recruitment__body,
.cm-block-faq__body, .p-reason-salary-unit-reason__body p, .p-attractiveness-compare-feature-point__body, .p-recruit-flow-section__body, .p-message-recruit-s1__desc, .p-message-recruit-card__body, .p-health-message p, .p-health-head__desc, .p-health-plan__body p, .p-message-section__body {
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .c-paragraph, .cm-recruit-feature-item__desc, .cm-recruit-compare-point__body, .cm-block-recruitment__body,
  .cm-block-faq__body, .p-reason-salary-unit-reason__body p, .p-attractiveness-compare-feature-point__body, .p-recruit-flow-section__body, .p-message-recruit-s1__desc, .p-message-recruit-card__body, .p-health-message p, .p-health-head__desc, .p-health-plan__body p, .p-message-section__body {
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-message
----------------------------------------------------*/
.p-message__wrap {
  position: relative;
  padding: var(--padding-wrap-bg);
  border-radius: 0.25rem;
  background: var(--white, #FFF);
}
@media screen and (max-width: 1023px) {
  .p-message__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-message__aside {
    position: absolute;
    right: 14.375rem;
    top: 5.625rem;
    z-index: 2;
    height: calc(100% - 10rem);
    width: 0;
  }
  .p-message__aside .cm-nav-index {
    white-space: nowrap;
    position: sticky;
    top: calc(1.5rem + var(--header-height) + 1.5rem);
  }
}

.p-message__main {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-message__main {
    margin-top: 0.625rem;
    width: 53.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-message-lead {
  padding-bottom: var(--padding-section-lg);
}
.p-message-lead__title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--Main, #EB322D);
}
@media screen and (min-width: 1024px) {
  .p-message-lead__title {
    font-size: 3rem;
  }
}

.p-message-lead__pic {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-message-lead__pic {
    margin-top: 3.375rem;
  }
}

.p-message-section + .p-message-section {
  margin-top: var(--padding-section-lg);
}
.p-message-section__body {
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6em;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-message-section__body {
    margin-top: 1.875rem;
    gap: 1.5em;
    line-height: 1.5;
  }
}

.p-message-section__sign {
  margin-top: 1.25rem;
  width: 15rem;
}
@media screen and (min-width: 1024px) {
  .p-message-section__sign {
    margin-top: 2.5rem;
    width: 20.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-about
----------------------------------------------------*/
.p-about__wrap {
  position: relative;
  padding: var(--padding-wrap-bg);
  border-radius: 0.25rem;
  background: var(--white, #FFF);
}
@media screen and (max-width: 1023px) {
  .p-about__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__aside {
    position: absolute;
    right: 14.375rem;
    top: 5.625rem;
    z-index: 2;
    height: calc(100% - 10rem);
    width: 0;
  }
  .p-about__aside .cm-nav-index {
    white-space: nowrap;
    position: sticky;
    top: calc(1.5rem + var(--header-height) + 1.5rem);
  }
}

.p-about__main {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-about__main {
    margin-top: 0.625rem;
    width: 48rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-mission {
  position: relative;
  z-index: 5;
}
.p-about-mission__body {
  padding-top: var(--padding-block-sm);
}
.p-about-mission__more {
  padding-top: var(--padding-block-sm);
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-about-mission__more {
    font-size: 1.75rem;
  }
}

.p-about-mission-gallery {
  margin-top: var(--padding-section-lg);
  margin-inline: calc(50% - 50vw);
}
.p-about-mission-gallery__wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.p-about-mission-gallery__pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: loopLeft linear 70s infinite;
          animation: loopLeft linear 70s infinite;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about-mission-gallery__pic img {
  max-width: none;
  height: 9.375rem;
}
@media screen and (min-width: 1024px) {
  .p-about-mission-gallery__pic {
    -webkit-animation: loopLeft linear 80s infinite;
            animation: loopLeft linear 80s infinite;
  }
  .p-about-mission-gallery__pic img {
    height: 25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-vision {
  padding-top: var(--padding-section-lg);
}
.p-about-vision__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-about-vision__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: -4rem;
  }
  .p-about-vision__wrap .c-heading-sectionB {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-about-vision__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  padding: 1.875rem 0 0 1.875rem;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-about-vision__body {
    padding: 12.8125rem 0 0;
    width: 43.1875rem;
    font-size: 1.125rem;
    line-height: 1.75;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-value {
  padding-top: var(--padding-section-lg);
}
.p-about-value__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-about-value__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: -4rem;
  }
  .p-about-value__wrap .c-heading-sectionB {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-about-value__body {
  padding: 1.875rem 0 0 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-about-value__body {
    padding: 8.75rem 0 0;
    width: 43.1875rem;
  }
}

.p-about-value-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  border-bottom: var(--border-gray);
}
.p-about-value-item:not(:first-child) {
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-about-value-item {
    padding-bottom: 1.5rem;
  }
  .p-about-value-item:not(:first-child) {
    padding-top: 1.5rem;
  }
}

.p-about-value-item__no {
  padding-top: 0.375rem;
  width: 2.875rem;
  color: var(--Main, #EB322D);
  font-family: var(--IBM);
  font-size: 0.75rem;
  line-height: 100%; /* 12/16+rem */
}
@media screen and (min-width: 1024px) {
  .p-about-value-item__no {
    padding-top: 0.5rem;
    width: 5.5rem;
    font-size: 0.875rem;
  }
}

.p-about-value-item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about-value-item__title {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-about-value-item__title {
    font-size: 1.5rem;
  }
}

.p-about-value-item__desc {
  margin-top: 0.5rem;
  color: var(--gray01, #7C7C7C);
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-about-value-item__desc {
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-profile
----------------------------------------------------*/
.p-profile__wrap {
  position: relative;
  padding: var(--padding-wrap-bg);
  border-radius: 0.25rem;
  background: var(--white, #FFF);
}
@media screen and (max-width: 1023px) {
  .p-profile__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-profile__aside {
    position: absolute;
    right: 14.375rem;
    top: 5.625rem;
    z-index: 2;
    height: calc(100% - 10rem);
    width: 0;
  }
  .p-profile__aside .cm-nav-index {
    white-space: nowrap;
    position: sticky;
    top: calc(1.5rem + var(--header-height) + 1.5rem);
  }
}

.p-profile__main {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-profile__main {
    margin-top: 0.625rem;
    width: 48rem;
  }
}

.p-profile-info__main {
  padding-top: var(--padding-section);
}

.p-profile-address {
  margin-top: var(--padding-page);
}
.p-profile-address__main {
  padding-top: var(--padding-section);
}

.p-profile-address-item {
  padding: 0 0 2rem;
  border-bottom: var(--border-gray);
}
.p-profile-address-item:not(:first-child) {
  padding-top: 1.625rem;
}
@media screen and (min-width: 1024px) {
  .p-profile-address-item {
    padding: 0 0 3.75rem;
  }
  .p-profile-address-item:not(:first-child) {
    padding-top: 3.25rem;
  }
}

.p-profile-address-item__name {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-profile-address-item__name {
    font-size: 1.3125rem;
  }
}

.p-profile-address-item__address {
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  color: var(--gray01, #7C7C7C);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6; /* 22.4/16+rem */
}
@media screen and (min-width: 1024px) {
  .p-profile-address-item__address {
    margin-top: 0.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.625rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-profile-address-item-access {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-profile-address-item-access {
    margin-top: 1.875rem;
  }
}

.p-profile-address-item-access__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.p-profile-address-item-access__title i {
  width: 0.875rem;
}
.p-profile-address-item-access__title svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-profile-address-item-access__title {
    font-size: 1rem;
  }
}

.p-profile-address-item-access__list li {
  position: relative;
  padding-left: 1em;
  font-size: 0.875rem;
}
.p-profile-address-item-access__list li:before {
  content: "・";
  position: absolute;
  left: 0;
  color: var(--color-accent);
}
@media screen and (min-width: 1024px) {
  .p-profile-address-item-access__list li {
    font-size: 1rem;
  }
}

.p-profile-address-item__map {
  margin-top: 1.125rem;
}
.p-profile-address-item__map iframe {
  width: 100%;
  height: 9.25rem;
}
@media screen and (min-width: 1024px) {
  .p-profile-address-item__map {
    margin-top: 2rem;
  }
  .p-profile-address-item__map iframe {
    height: 21.875rem;
  }
}

.p-profile-address__list {
  padding: 2rem 0 0;
  border-top: var(--border-gray);
  display: -ms-grid;
  display: grid;
  gap: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .p-profile-address__list {
    padding: 3.75rem 0 0;
    -ms-grid-columns: 1fr 1.125rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1.125rem;
  }
}

.p-profile-address-item-sm {
  padding: 0.9375rem 0.9375rem;
  border: var(--border-gray);
}
@media screen and (min-width: 1024px) {
  .p-profile-address-item-sm {
    padding: 1.5rem 2rem;
  }
}

.p-profile-address-item-sm__name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.p-profile-address-item-sm__name i {
  width: 0.875rem;
}
.p-profile-address-item-sm__name svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-profile-address-item-sm__name {
    font-size: 1rem;
  }
}

.p-profile-address-item-sm__address {
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  color: var(--gray01, #7C7C7C);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6; /* 22.4/16+rem */
}
@media screen and (min-width: 1024px) {
  .p-profile-address-item-sm__address {
    margin-top: 0.125rem;
    gap: 0.625rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-profile-address-item-sm__map {
  margin-top: 1.125rem;
}
.p-profile-address-item-sm__map iframe {
  width: 100%;
  height: 9.25rem;
}
@media screen and (min-width: 1024px) {
  .p-profile-address-item-sm__map {
    margin-top: 2rem;
  }
  .p-profile-address-item-sm__map iframe {
    height: 9.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-history
----------------------------------------------------*/
.p-history__wrap {
  position: relative;
  padding: var(--padding-wrap-bg);
  border-radius: 0.25rem;
  background: var(--white, #FFF);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .p-history__wrap {
    margin-inline: -1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-history-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: var(--border-gray);
  position: relative;
  padding: 1.25rem 0 1.25rem 1.25rem;
}
.p-history-year:before {
  content: "";
  display: block;
  width: calc(100% - 1.25rem);
  height: 0;
  position: absolute;
  left: 1.25rem;
  top: 0;
  pointer-events: none;
  border-top: var(--border-gray);
}
.p-history-year:after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  position: absolute;
  left: -0.3125rem;
  top: -0.3125rem;
  pointer-events: none;
  background: var(--color-accent);
}
@media screen and (min-width: 1024px) {
  .p-history-year {
    padding: 2rem 0 2rem 1.8125rem;
  }
  .p-history-year:before {
    width: calc(100% - 1.625rem);
    left: 1.625rem;
  }
}

.p-history-year__title {
  width: 4.5rem;
  color: var(--gray03, #808185);
  font-family: var(--Inter);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-history-year__title {
    width: 11.25rem;
    font-size: 3rem;
  }
}

.p-history-year__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-history-year__body {
    padding-top: 0.625rem;
    gap: 1.5rem;
  }
}

.p-history-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
}
@media screen and (min-width: 1024px) {
  .p-history-month {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.p-history-month__title {
  color: var(--text, #162532);
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-history-month__title {
    width: 3.125rem;
    text-align: right;
    font-size: 1.3125rem;
  }
}

.p-history-month__data {
  color: var(--text, #162532);
  /* text-m */
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%; /* 22.4/16+rem */
}
@media screen and (min-width: 1024px) {
  .p-history-month__data {
    padding-top: 0.1875rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-ses {
  padding-bottom: var(--padding-page);
}
.p-ses__wrap {
  position: relative;
  padding: var(--padding-wrap-bg);
  padding-left: 0;
  padding-right: 0;
  border-radius: 0.25rem;
  background: var(--white, #FFF);
}
@media screen and (max-width: 1023px) {
  .p-ses__wrap {
    margin-inline: -1rem;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-ses-lead {
  padding: 0 1rem;
}
@media screen and (min-width: 1024px) {
  .p-ses-lead {
    padding: 0 5.5rem;
  }
}

.p-ses-lead-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-ses-lead-block {
    gap: 5.5rem;
    -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;
  }
}

@media screen and (min-width: 1024px) {
  .p-ses-lead-block__pic {
    width: 44rem;
    margin-right: -5.5rem;
  }
}

.p-ses-lead-block__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-ses-lead-block__body {
    padding-bottom: 1.25rem;
  }
}

.p-ses-lead-block__desc {
  padding-top: 1rem;
}
.p-ses-lead-block2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-ses-lead-block2 {
    margin-top: 2.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-ses-lead-block2__pic {
  margin-inline: -1rem;
}
@media screen and (min-width: 1024px) {
  .p-ses-lead-block2__pic {
    width: 51.25rem;
    margin-inline: -5.5rem 0;
  }
}

.p-ses-lead-block2__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: -1.25rem 0 0 1.375rem;
}
@media screen and (min-width: 1024px) {
  .p-ses-lead-block2__body {
    margin: 0 0 0 -2.25rem;
  }
}

.p-ses-lead-block2__title {
  margin-right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--Main, #EB322D);
  font-size: 1.5rem;
  font-weight: 700;
}
.p-ses-lead-block2__title span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-ses-lead-block2__title svg {
  width: 1.9375rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-ses-lead-block2__title {
    font-size: 2rem;
    gap: 1.5rem;
  }
}

.p-ses-lead-block2__desc {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-ses-lead-block2__desc {
    padding-left: 2.5rem;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-ses-area {
  position: relative;
  z-index: 2;
  padding: 4rem 1rem 0;
}
@media screen and (min-width: 1024px) {
  .p-ses-area {
    margin-top: -3.75rem;
    padding: 0 5.5rem;
  }
}

.p-ses-area__list {
  margin-top: var(--padding-block);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.p-ses-area__list li {
  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;
  height: 4.125rem;
  border-radius: 0.25rem;
  background: var(--Bg02, #E9EEF1);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-ses-area__list {
    gap: 1.0625rem 1.125rem;
    -ms-grid-columns: 1fr 1.125rem 1fr 1.125rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 5.5rem;
  }
  .p-ses-area__list li {
    height: 6.25rem;
    font-size: 1.125rem;
  }
}

.p-ses-area__ex {
  margin-top: 1rem;
  color: var(--gray01, #7C7C7C);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-ses-area__ex {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.p-ses-area__cta {
  margin-top: var(--padding-section-lg);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-ses-professional {
  position: relative;
  padding: var(--padding-section-lg) 1rem 0;
}
.p-ses-professional:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 0.625rem);
  position: absolute;
  left: 0;
  top: -7.5rem;
  pointer-events: none;
  background: var(--Bg02, #E9EEF1);
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .p-ses-professional {
    padding: var(--padding-section-lg) 5.5rem 0;
  }
  .p-ses-professional:before {
    top: -1.25rem;
    height: calc(100% - 13.125rem);
  }
}

.p-ses-professional__wrap {
  position: relative;
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-ses-professional__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-ses-professional-item {
    width: 31.5rem;
  }
}

.p-ses-professional-item__pic {
  text-align: center;
  line-height: 0;
}
.p-ses-professional-item__pic svg {
  height: auto;
}
.p-ses-professional-item__pic svg circle {
  fill: transparent;
  stroke: var(--color-accent);
  stroke-width: 150;
}
.p-ses-professional-item:nth-child(1) .p-ses-professional-item__pic svg,
.p-ses-professional-item:nth-child(1) .p-ses-professional-item__pic img {
  width: 326px;
}
.p-ses-professional-item:nth-child(2) .p-ses-professional-item__pic svg,
.p-ses-professional-item:nth-child(2) .p-ses-professional-item__pic img {
  width: 248px;
}
.p-ses-professional-item__pic #svgData1 circle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 150px 176px;
          transform-origin: 150px 176px;
  -webkit-transition: var(--easeOutQuart) 1s;
  transition: var(--easeOutQuart) 1s;
}
.p-ses-professional-item__pic #svgData1 #text {
  opacity: 0;
  -webkit-transition: var(--easeOutQuart) 0.5s 0.5s;
  transition: var(--easeOutQuart) 0.5s 0.5s;
}
.p-ses-professional-item__pic #svgData1 #annotation {
  opacity: 0;
  -webkit-transition: var(--easeOutQuart) 0.5s 0.5s;
  transition: var(--easeOutQuart) 0.5s 0.5s;
}
.p-ses-professional-item__pic #svgData1 #circle1 {
  stroke-dasharray: 0 471;
  stroke: #eb322d;
}
.p-ses-professional-item__pic #svgData1 #circle2 {
  stroke-dasharray: 0 471;
  stroke: rgba(234, 106, 104, 0.7);
}
.p-ses-professional-item__pic #svgData1 #circle3 {
  stroke-dasharray: 0 471;
  stroke: rgba(234, 106, 104, 0.5);
}
.p-ses-professional-item__pic #svgData1 #circle4 {
  stroke-dasharray: 0 471;
  stroke: rgba(234, 106, 104, 0.3);
}
.p-ses-professional-item__pic #svgData1 #circle5 {
  stroke-dasharray: 0 471;
  stroke: #7c7c7c;
}
.p-ses-professional-item__pic #svgData1 #circle6 {
  stroke-dasharray: 0 471;
  stroke: rgba(124, 124, 124, 0.9);
}
.p-ses-professional-item__pic #svgData1 #circle7 {
  stroke-dasharray: 0 471;
  stroke: rgba(124, 124, 124, 0.7);
}
.p-ses-professional-item__pic #svgData1 #circle8 {
  stroke-dasharray: 0 471;
  stroke: rgba(124, 124, 124, 0.5);
}
.p-ses-professional-item__pic #svgData1 #circle9 {
  stroke-dasharray: 0 471;
  stroke: rgba(124, 124, 124, 0.3);
}
.p-ses-professional-item__pic #svgData1 #circle10 {
  stroke-dasharray: 0 471;
  stroke: rgba(124, 124, 124, 0.1);
}
.p-ses-professional-item__pic.is-visible #svgData1 #text {
  opacity: 1;
}
.p-ses-professional-item__pic.is-visible #svgData1 #annotation {
  opacity: 1;
}
.p-ses-professional-item__pic.is-visible #svgData1 #circle1 {
  stroke-dasharray: 178.98 292.02;
}
.p-ses-professional-item__pic.is-visible #svgData1 #circle2 {
  stroke-dasharray: 0 178.98 89.49 202.53;
}
.p-ses-professional-item__pic.is-visible #svgData1 #circle3 {
  stroke-dasharray: 0 268.47 65.94 136.59;
}
.p-ses-professional-item__pic.is-visible #svgData1 #circle4 {
  stroke-dasharray: 0 334.41 23.55 113.04;
}
.p-ses-professional-item__pic.is-visible #svgData1 #circle5 {
  stroke-dasharray: 0 357.96 28.26 84.78;
}
.p-ses-professional-item__pic.is-visible #svgData1 #circle6 {
  stroke-dasharray: 0 386.22 23.55 61.23;
}
.p-ses-professional-item__pic.is-visible #svgData1 #circle7 {
  stroke-dasharray: 0 409.77 14.13 47.1;
}
.p-ses-professional-item__pic.is-visible #svgData1 #circle8 {
  stroke-dasharray: 0 423.9 4.71 42.39;
}
.p-ses-professional-item__pic.is-visible #svgData1 #circle9 {
  stroke-dasharray: 0 428.61 14.13 28.26;
}
.p-ses-professional-item__pic.is-visible #svgData1 #circle10 {
  stroke-dasharray: 0 442.74 23.55;
}
.p-ses-professional-item__pic #svgData2 circle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 150px 150px;
          transform-origin: 150px 150px;
  -webkit-transition: var(--easeOutQuart) 1s;
  transition: var(--easeOutQuart) 1s;
}
.p-ses-professional-item__pic #svgData2 #text {
  opacity: 0;
  -webkit-transition: var(--easeOutQuart) 0.5s 0.5s;
  transition: var(--easeOutQuart) 0.5s 0.5s;
}
.p-ses-professional-item__pic #svgData2 #circle1 {
  stroke-dasharray: 0 471;
  stroke: #D9D9D9;
}
.p-ses-professional-item__pic #svgData2 #circle2 {
  stroke-dasharray: 0 471;
  stroke: #eb322d;
}
.p-ses-professional-item__pic #svgData2 #circle3 {
  stroke-dasharray: 0 471;
  stroke: rgba(234, 106, 104, 0.7);
}
.p-ses-professional-item__pic.is-visible #svgData2 #text {
  opacity: 1;
}
.p-ses-professional-item__pic.is-visible #svgData2 #circle1 {
  stroke-dasharray: 61.23 409.77;
}
.p-ses-professional-item__pic.is-visible #svgData2 #circle2 {
  stroke-dasharray: 0 61.23 254.34 155.43;
}
.p-ses-professional-item__pic.is-visible #svgData2 #circle3 {
  stroke-dasharray: 0 315.57 160.14;
}
@media screen and (min-width: 1024px) {
  .p-ses-professional-item:nth-child(1) .p-ses-professional-item__pic svg,
  .p-ses-professional-item:nth-child(1) .p-ses-professional-item__pic img {
    width: 435px;
    margin-left: 60px;
  }
  .p-ses-professional-item:nth-child(2) .p-ses-professional-item__pic svg,
  .p-ses-professional-item:nth-child(2) .p-ses-professional-item__pic img {
    margin-top: 20px;
    width: 300px;
  }
}

.p-ses-professional-item__title {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-ses-professional-item__title {
    margin-top: 2.5rem;
    font-size: 2rem;
  }
}

.p-ses-professional-item__desc {
  margin-top: 0.625rem;
  color: var(--gray01, #7C7C7C);
}
@media screen and (min-width: 1024px) {
  .p-ses-professional-item__desc {
    margin-top: 1.5rem;
  }
}

.p-ses-professional__cta {
  position: relative;
  margin-top: var(--padding-section-lg);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-ses-results {
  padding: var(--padding-section-lg) 1rem 0;
}
@media screen and (min-width: 1024px) {
  .p-ses-results {
    padding: var(--padding-section-lg) 5.5rem 0;
  }
}

.p-ses-results-list {
  padding-top: var(--padding-block);
  margin-inline: -1rem;
}
@media screen and (min-width: 1024px) {
  .p-ses-results-list {
    margin-inline: -5.5rem;
  }
}

.p-ses-results-list__wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-ses-results-list__wrap {
    gap: 5rem;
  }
}

.p-ses-results-list__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: loopLeft linear 70s infinite;
          animation: loopLeft linear 70s infinite;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-ses-results-list__item img {
  max-width: none;
  height: 3.25rem;
}
@media screen and (min-width: 1024px) {
  .p-ses-results-list__item {
    -webkit-animation: loopLeft linear 80s infinite;
            animation: loopLeft linear 80s infinite;
  }
  .p-ses-results-list__item img {
    height: 6.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-ses-flow {
  padding: var(--padding-section-lg) 1rem 0;
}
@media screen and (min-width: 1024px) {
  .p-ses-flow {
    padding: var(--padding-section-lg) 5.5rem 0;
  }
}

.p-ses-flow__list {
  padding-top: var(--padding-block);
}
@media screen and (min-width: 1024px) {
  .p-ses-flow__list {
    width: 50.75rem;
    margin-inline: auto;
  }
}

.p-ses-flow-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.p-ses-flow-item:not(:last-child) {
  padding-bottom: 1.25rem;
}
.p-ses-flow-item:not(:last-child):before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 1.5rem;
  top: 0;
  pointer-events: none;
  border-left: 0.0625rem dotted var(--Main, #EB322D);
}
@media screen and (min-width: 1024px) {
  .p-ses-flow-item {
    gap: 4.3125rem;
  }
  .p-ses-flow-item:not(:last-child) {
    padding-bottom: 2.25rem;
  }
  .p-ses-flow-item:not(:last-child):before {
    left: 1.71875rem;
  }
}

.p-ses-flow-item-no {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: var(--Main, #EB322D);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-ses-flow-item-no {
    width: 3.4375rem;
    height: 3.4375rem;
  }
}

.p-ses-flow-item-no__label {
  font-size: 0.375rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-ses-flow-item-no__label {
    font-size: 0.625rem;
  }
}

.p-ses-flow-item-no__no {
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16/16+rem */
  letter-spacing: -0.005rem;
}
@media screen and (min-width: 1024px) {
  .p-ses-flow-item-no__no {
    font-size: 1.5625rem;
  }
}

.p-ses-flow-item__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-ses-flow-item__title {
  padding-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-ses-flow-item__title {
    padding-top: 1rem;
    font-size: 1.5rem;
  }
}

.p-ses-flow-item__desc {
  margin-top: 0.375rem;
  color: var(--gray01, #7C7C7C);
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-ses-flow-item__desc {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}

.p-ses-flow__cta {
  margin-top: var(--padding-section-lg);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-ses-other {
  padding-top: var(--padding-section-lg);
}
.p-ses-other__wrap {
  margin-top: var(--padding-block);
  margin-inline: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-ses-other__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
    margin-inline: 0;
  }
}

.p-ses-other-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
.p-ses-other-card__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem 1.25rem 2rem;
}
@media screen and (min-width: 1024px) {
  .p-ses-other-card__wrap {
    padding: 1.875rem 2.5rem 2.5rem;
  }
}

.p-ses-other-card__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-right: -1rem;
}
@media screen and (min-width: 1024px) {
  .p-ses-other-card__title {
    font-size: 2.5rem;
  }
}

.p-ses-other-card__desc {
  margin-top: 0.75rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-ses-other-card__desc {
    margin-top: 1.25rem;
    padding-bottom: 1.75rem;
  }
}

.p-ses-other-card__more {
  width: 11.25rem;
}
@media screen and (min-width: 1024px) {
  .p-ses-other-card__more {
    margin-top: auto;
    width: 16.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-health
----------------------------------------------------*/
.p-health__wrap {
  position: relative;
  padding: var(--padding-wrap-bg);
  border-radius: 0.25rem;
  background: var(--white, #FFF);
}
@media screen and (max-width: 1023px) {
  .p-health__wrap {
    margin-inline: -1rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-health__aside {
    position: absolute;
    right: 14.375rem;
    top: 5.625rem;
    z-index: 2;
    height: calc(100% - 10rem);
    width: 0;
  }
  .p-health__aside .cm-nav-index {
    white-space: nowrap;
    position: sticky;
    top: calc(1.5rem + var(--header-height) + 1.5rem);
  }
}

.p-health__main {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-health__main {
    margin-top: 0.625rem;
    width: 53.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-health-message__sign {
  margin-top: 1.25rem;
  width: 15rem;
}
@media screen and (min-width: 1024px) {
  .p-health-message__sign {
    margin-top: 2.5rem;
    width: 20.75rem;
  }
}

.p-health-head {
  padding-top: var(--padding-section-lg);
}
.p-health-head__en {
  color: var(--gray03, #808185);
  font-family: var(--IBM);
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .p-health-head__en {
    font-size: 0.875rem;
  }
}

.p-health-head__title {
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-health-head__title {
    font-size: 3rem;
  }
}

.p-health-head__desc {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-health-head__desc {
    margin-top: 1.875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-health-plan {
  padding-top: var(--padding-section);
}
.p-health-plan__body {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-block);
}
.p-health-plan__body figure {
  text-align: center;
}
.p-health-plan__body figcaption {
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .p-health-plan__body figcaption {
    margin-top: 1rem;
    font-size: 0.75rem;
  }
}

.p-health-plan--02 {
  margin-top: var(--padding-section);
  border-top: var(--border-gray);
}
.p-health-plan--03 {
  margin-top: var(--padding-section);
  border-top: var(--border-gray);
}
@media screen and (min-width: 1024px) {
  .p-health-plan--03 ._pic1 img {
    width: 40.3125rem;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-news
----------------------------------------------------*/
.p-news {
  padding-bottom: var(--padding-page);
}
.p-news__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-news__nav {
    gap: 1.5rem;
  }
}

.p-news__list {
  padding-top: var(--padding-section);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-news__pagination {
  padding-top: var(--padding-section);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-news-single {
  padding-bottom: var(--padding-page);
}
.p-news-single__wrap {
  position: relative;
  padding: 2.5rem 1rem;
  border-radius: 0.25rem;
  background: var(--white, #FFF);
}
@media screen and (max-width: 1023px) {
  .p-news-single__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-news-single__wrap {
    padding: 4rem 3.125rem;
  }
}

.p-news-single__back {
  padding-top: var(--padding-section);
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-news-single__back {
    width: 16.5rem;
  }
}

.p-news-single-relative {
  padding-top: var(--padding-section);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-news-single-relative {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 1023px) {
  .p-news-single-relative__head {
    margin-left: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-news-single-relative__head {
    width: 11rem;
  }
}

.p-news-single-relative__list {
  margin-top: var(--padding-block-sm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-news-single-relative__list {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-ir
----------------------------------------------------*/
.p-ir {
  padding-bottom: var(--padding-page);
}
.p-ir__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-ir__nav {
    gap: 1.5rem;
  }
}

.p-ir__list {
  padding-top: var(--padding-section);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-ir__pagination {
  padding-top: var(--padding-section);
}
.p-ir__other {
  margin-top: var(--padding-section);
}
.p-ir__other .cm-nav-page__list {
  border-top: var(--border-gray);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-ir-single {
  padding-bottom: var(--padding-page);
}
.p-ir-single__wrap {
  position: relative;
  padding: 2.5rem 1rem;
  border-radius: 0.25rem;
  background: var(--white, #FFF);
}
@media screen and (max-width: 1023px) {
  .p-ir-single__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-ir-single__wrap {
    padding: 4rem 3.125rem;
  }
}

.p-ir-single__back {
  padding-top: var(--padding-section);
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-ir-single__back {
    width: 16.5rem;
  }
}

.p-ir-single-relative {
  padding-top: var(--padding-section);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-ir-single-relative {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 1023px) {
  .p-ir-single-relative__head {
    margin-left: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-ir-single-relative__head {
    width: 11rem;
  }
}

.p-ir-single-relative__list {
  margin-top: var(--padding-block-sm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-ir-single-relative__list {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-ir-library
----------------------------------------------------*/
.p-ir-library {
  padding-bottom: var(--padding-page);
}

.p-ir-library__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-ir-library__nav {
    gap: 1.5rem;
  }
}

.p-ir-library__list {
  padding-top: var(--padding-section);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-ir-library__pagination {
  padding-top: var(--padding-section);
}

.p-ir-library__other {
  margin-top: var(--padding-section);
}
.p-ir-library__other .cm-nav-page__list {
  border-top: var(--border-gray);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-performance__wrap {
  position: relative;
  padding: var(--padding-wrap-bg);
  border-radius: 0.25rem;
  background: var(--white, #FFF);
}
@media screen and (max-width: 1023px) {
  .p-performance__wrap {
    margin-inline: -1rem;
  }
}

.p-performance__list {
  padding-top: var(--padding-section);
  display: -ms-grid;
  display: grid;
  gap: 3.125rem;
}
@media screen and (min-width: 1024px) {
  .p-performance__list {
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 4rem 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-performance-item {
    padding-right: 1.25rem;
  }
}

.p-performance-item__graph {
  margin-top: 2.5rem;
}
.p-performance-item__data {
  margin-top: 1.25rem;
}
.p-performance-item__data table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.p-performance-item__data th, .p-performance-item__data td {
  padding: 0.25rem 0.125rem;
  height: 2.5rem;
  border: var(--border-gray);
  vertical-align: middle;
}
.p-performance-item__data th {
  background: var(--Bg02, #E9EEF1);
}
.p-performance-item__data th.is-accent {
  background: #F5D4D4;
}
.p-performance-item__data th {
  font-size: 0.67875rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.0135625rem;
}
.p-performance-item__data tr:nth-child(1) th {
  color: #5A6671;
}
.p-performance-item__data tr:not(:nth-child(1)) th {
  font-size: 0.625rem;
}
.p-performance-item__data td {
  font-size: 0.78125rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.0234375rem;
}
.p-performance-item__data td.is-accent {
  color: var(--Main, #EB322D);
}
.p-performance-item__data .month {
  display: block;
  font-size: 0.5625rem;
}
.p-performance-item__data .unit {
  display: block;
  font-size: 0.5625rem;
}
@media screen and (min-width: 1024px) {
  .p-performance-item__data th, .p-performance-item__data td {
    height: 2.75rem;
  }
  .p-performance-item__data th {
    font-size: 0.75rem;
  }
  .p-performance-item__data td {
    font-size: 0.875rem;
  }
  .p-performance-item__data .month {
    margin-top: 0.25rem;
    font-size: 0.5625rem;
  }
  .p-performance-item__data .unit {
    margin-top: 0.25rem;
    font-size: 0.5625rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-privacy {
  padding-bottom: var(--padding-page);
}

.p-privacy__wrap {
  padding: var(--padding-wrap-bg-sm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  background: #FFF;
  font-size: 0.875rem;
}
.p-privacy__wrap ul {
  font-weight: bold;
}
.p-privacy__wrap ._sign {
  width: 15rem;
}
.p-privacy__wrap ._sign svg {
  width: 100%;
  height: auto;
}
.p-privacy__wrap ._indent {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.p-privacy__wrap .c-heading-section {
  margin-top: var(--padding-section);
}
@media screen and (max-width: 1023px) {
  .p-privacy__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-privacy__wrap {
    gap: 1.5em;
    font-size: 1rem;
  }
  .p-privacy__wrap ._sign {
    width: 20.3125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-terms {
  padding-bottom: var(--padding-page);
}

.p-terms__wrap {
  padding: var(--padding-wrap-bg-sm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  background: #FFF;
  font-size: 0.875rem;
}
.p-terms__wrap ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  font-weight: bold;
}
.p-terms__wrap ._sign {
  width: 15rem;
}
.p-terms__wrap ._sign svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-terms__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-terms__wrap {
    gap: 3.625rem;
    font-size: 1rem;
  }
  .p-terms__wrap ol {
    gap: 2.375rem;
    font-size: 1.125rem;
    line-height: 1.75;
  }
  .p-terms__wrap ._sign {
    width: 20.3125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-declaration {
  padding-bottom: var(--padding-page);
}

.p-declaration__wrap {
  padding: var(--padding-wrap-bg-sm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  background: #FFF;
  font-size: 0.875rem;
}
.p-declaration__wrap ul {
  font-weight: bold;
}
.p-declaration__wrap ._sign {
  width: 15rem;
}
.p-declaration__wrap ._sign svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-declaration__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-declaration__wrap {
    gap: 3.625rem;
    font-size: 1rem;
  }
  .p-declaration__wrap ._sign {
    width: 20.3125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-contact {
  padding-bottom: var(--padding-page);
}
.p-contact__wrap {
  border-radius: 0.25rem;
  background: var(--white, #FFF);
  padding: var(--padding-wrap-bg);
}
@media screen and (max-width: 1023px) {
  .p-contact__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__wrap {
    max-width: 75.5rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1024px) {
  .p-contact__form {
    max-width: 53.125rem;
    margin-inline: auto;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-404 {
  padding: 11.25rem 0 var(--padding-page);
}
.p-404__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-404__copy {
  color: var(--Main, #EB322D);
  font-family: var(--Inter);
  font-weight: 600;
  line-height: 1;
  font-size: 2.875rem;
}
.p-404__copy .code {
  font-size: 8.75rem;
}
@media screen and (min-width: 1024px) {
  .p-404__copy {
    font-size: 3.75rem;
  }
  .p-404__copy .code {
    font-size: 11.25rem;
  }
}

.p-404__title {
  padding-top: var(--padding-block);
  font-size: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .p-404__title {
    font-size: 1.5rem;
  }
}

.p-404__desc {
  padding-top: 0.75rem;
  color: var(--gray01, #7C7C7C);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (min-width: 1024px) {
  .p-404__desc {
    padding-top: 0.75rem;
    font-size: 1rem;
    line-height: 150%;
  }
}

.p-404__back {
  padding-top: var(--padding-block-sm);
  width: 10rem;
}
.p-404__back a {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .p-404__back {
    width: 24.1875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-recruit
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-mv {
  position: relative;
  padding-top: 143.5897435897vw;
  background: var(--gray04, #F3F3F3);
}
@media screen and (min-width: 1024px) {
  .p-recruit-mv {
    padding-top: 65.2083333333vw;
  }
}

.p-recruit-mv__bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.p-recruit-mv__bg img {
  width: 100%;
}

.p-recruit-mv__wrap {
  position: absolute;
  top: 0;
  padding: 19.75rem 0 0;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .p-recruit-mv__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-mv__wrap {
    padding: 21.125rem 0 0;
  }
}

.p-recruit-mv__en {
  color: var(--white, #FFF);
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-mv__en {
    padding-left: 0.5rem;
    font-size: 1.875rem;
  }
}

.p-recruit-mv__title {
  width: 14.3125rem;
  margin-top: -0.625rem;
}
.p-recruit-mv__title svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-recruit-mv__title {
    margin-top: -1.875rem;
    width: 34.25rem;
  }
}

.p-recruit-mv__desc {
  margin-top: 1.25rem;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 160%;
}
@media screen and (min-width: 1024px) {
  .p-recruit-mv__desc {
    margin-top: 2.625rem;
    font-size: 1.5rem;
    line-height: 145%;
  }
}

.p-recruit-mv-pickup {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0.625rem;
  border-radius: 0.25rem;
  background: var(--text, #162532);
}
@media screen and (max-width: 1023px) {
  .p-recruit-mv-pickup {
    margin-top: -0.625rem;
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-mv-pickup {
    padding: 1.25rem 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 3.625rem;
    right: 3.625rem;
    bottom: 3.625rem;
  }
}

.p-recruit-mv-pickup__title {
  color: #FFF;
  font-weight: 600;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-mv-pickup__title {
    width: 4.125rem;
    text-align: left;
  }
}

.p-recruit-mv-pickup__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-mv-pickup__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 0.625rem;
    -ms-grid-columns: 1fr 0.625rem 1fr 0.625rem 1fr 0.625rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-reason {
  position: relative;
  padding: 2.8125rem 0 26.6666666667vw;
  background: var(--gray04, #F3F3F3);
}
@media screen and (min-width: 1024px) {
  .p-recruit-reason {
    padding: 7.5rem 0 8.6111111111vw;
  }
}

.p-recruit-reason__bg {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.p-recruit-reason__bg img {
  width: 100%;
}

.p-recruit-reason__wrap {
  position: relative;
}

.p-recruit-reason__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-reason__head {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-reason__head {
    gap: 1rem;
    width: 42rem;
  }
}

.p-recruit-reason__items {
  margin-top: 5.25rem;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.375rem;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-recruit-reason__items {
    margin-top: 6.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.1875rem;
  }
}

.p-recruit-reason-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-recruit-reason-item__no {
  position: absolute;
  left: calc(50% - 1.875rem);
  top: -1.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  background: var(--Dark, #C6231E);
  font-size: 0.9375rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .p-recruit-reason-item__no {
    width: 5rem;
    height: 5rem;
    left: calc(50% - 2.5rem);
    top: -2.5rem;
    font-size: 1.25rem;
  }
}

.p-recruit-reason-item__pic img {
  border-radius: 0.25rem;
}

.p-recruit-reason-item__title {
  margin-top: 0.625rem;
  position: relative;
  font-size: 1.21875rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.0625rem;
}
.p-recruit-reason-item__title strong {
  font-size: 2.375rem;
  font-weight: 600;
}
.p-recruit-reason-item__title ._ex {
  position: absolute;
  right: 0;
  top: 0.25rem;
  font-size: 0.5625rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .p-recruit-reason-item__title {
    margin-top: 1.5rem;
    font-size: 1.625rem;
  }
  .p-recruit-reason-item__title strong {
    font-size: 2.875rem;
  }
  .p-recruit-reason-item__title ._ex {
    font-size: 0.75rem;
  }
}

.p-recruit-reason-item__desc {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (min-width: 1024px) {
  .p-recruit-reason-item__desc {
    margin-top: 1.25rem;
  }
}

.p-recruit-reason__more {
  padding-top: var(--padding-block);
  text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-career {
  position: relative;
  overflow: hidden;
  background: var(--gray04, #F3F3F3);
  padding: var(--padding-section) 0;
}

.p-recruit-career-list {
  position: relative;
  padding-top: var(--padding-block);
}
.p-recruit-career-list .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-recruit-career-list {
    margin-inline: -0.625rem;
  }
  .p-recruit-career-list .swiper {
    overflow: initial;
  }
}
.p-recruit-career-list__ctrl button {
  position: absolute;
  width: 2.5rem;
  top: 13.4375rem;
  z-index: 5;
}
.p-recruit-career-list__ctrl button:nth-child(1) {
  left: -1rem;
}
.p-recruit-career-list__ctrl button:nth-child(2) {
  right: -1rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-career-list__ctrl button {
    width: 3.875rem;
    top: 12.3125rem;
  }
  .p-recruit-career-list__ctrl button:nth-child(1) {
    left: -2.1875rem;
  }
  .p-recruit-career-list__ctrl button:nth-child(2) {
    right: -2.1875rem;
  }
}

.p-recruit-career__more {
  padding-top: var(--padding-block);
  text-align: center;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-benefits {
  position: relative;
  height: 187.1794871795vw;
  padding: 25.641025641vw 0;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .p-recruit-benefits {
    padding-top: 25vw;
    height: 128.125vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-benefits {
    height: 61.8402777778vw;
    padding: 16.6666666667vw 0 12.0138888889vw;
  }
}

.p-recruit-benefits__bg {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.p-recruit-benefits__bg img {
  width: 100%;
}
.p-recruit-benefits__wrap {
  position: relative;
}
.p-recruit-benefits__head {
  color: #fff;
}
.p-recruit-benefits__items {
  margin-top: var(--padding-block);
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-benefits__items {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-benefits__items {
    gap: 1.375rem;
    -ms-grid-columns: 1fr 1.375rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.p-recruit-benefits-item {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "ico no" "ico title" "desc desc";
  -ms-grid-columns: 2.5rem 0.9375rem 1fr;
  grid-template-columns: 2.5rem 1fr;
  -ms-grid-rows: auto 0.375rem 1fr 0.375rem auto;
  grid-template-rows: auto 1fr auto;
  gap: 0.375rem 0.9375rem;
  padding: 1.25rem 1.5625rem;
  border-radius: 0.25rem;
  background: var(--Bg02, #E9EEF1);
}
@media screen and (min-width: 1024px) {
  .p-recruit-benefits-item {
    gap: 0.375rem 1.5rem;
    padding: 1.5625rem 1.5625rem;
    height: 100%;
    -ms-grid-columns: 4.375rem 1.5rem 1fr;
    grid-template-columns: 4.375rem 1fr;
  }
}

.p-recruit-benefits-item__ico {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: ico;
}
.p-recruit-benefits-item__no {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: no;
  color: var(--Main, #EB322D);
  font-family: var(--IBM);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-recruit-benefits-item__no {
    font-size: 0.75rem;
  }
}

.p-recruit-benefits-item__title {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: title;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .p-recruit-benefits-item__title {
    margin-top: 0.5rem;
    font-size: 1.3125rem;
  }
}

.p-recruit-benefits-item__desc {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: desc;
  padding-top: 0.375rem;
  font-size: 0.6875rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .p-recruit-benefits-item__desc {
    padding-top: 0.75rem;
    font-size: 0.75rem;
  }
}

.p-recruit-benefits__more {
  padding-top: var(--padding-block);
  text-align: center;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-numbers {
  position: relative;
  top: -1px;
  padding: var(--padding-section-lg) 0;
  background: var(--text, #162532);
}

.p-recruit-numbers__head {
  padding-bottom: var(--padding-block);
  color: #fff;
  margin-inline: -1rem;
}

.p-recruit-numbers-average {
  margin-top: 2.25rem;
  padding: 1.875rem 1.25rem;
  background: var(--Bg01, #D2DADE);
  border-radius: 0.25rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-numbers-average {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-numbers-average {
    padding: 1.875rem 7rem;
  }
}

.p-recruit-numbers-average__title {
  line-height: 1.3;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-recruit-numbers-average__title {
    font-size: 2rem;
  }
}

.p-recruit-numbers-average__sub {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-recruit-numbers-average__sub {
    font-size: 1rem;
  }
}

.p-recruit-numbers-average__list {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-numbers-average__list {
    margin-top: 1.125rem;
  }
}

.p-recruit-numbers-average-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.125rem;
  padding: 1rem 0.625rem 0.375rem;
  background: #fff;
  border-radius: 0.125rem;
  width: calc(50% - 0.125rem);
  height: 4.5rem;
  line-height: 1;
  font-size: 1.066rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .p-recruit-numbers-average-item {
    padding: 1.25rem 0.625rem 0.375rem;
    width: auto;
    height: 5.625rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.3125rem;
  }
}

.p-recruit-numbers-average-item__no {
  position: relative;
  top: 0.1em;
  color: var(--Main, #EB322D);
  font-size: 2.2843125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-recruit-numbers-average-item__no {
    font-size: 2.8125rem;
  }
}

.p-recruit-numbers-average-item__unit {
  color: var(--gray01, #7C7C7C);
}

.p-recruit-numbers-average__ex {
  margin-top: 1.25rem;
  font-size: 0.6875rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .p-recruit-numbers-average__ex {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    text-align: center;
  }
}

.p-recruit-numbers__more {
  padding-top: var(--padding-block);
  text-align: center;
}

.p-recruit-numbers-project {
  margin-top: var(--padding-section-lg);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-message {
  position: relative;
  padding: var(--padding-section-lg) 0;
}
.p-recruit-message__bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.p-recruit-message__bg img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-recruit-message__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-message__wrap {
    padding-top: 6.875rem;
    min-height: 37.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-recruit-message__pic figure:nth-child(2) {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-message__pic figure {
    position: absolute;
  }
  .p-recruit-message__pic figure:nth-child(1) {
    right: 0;
    top: 7.5rem;
    width: 45.75rem;
  }
  .p-recruit-message__pic figure:nth-child(2) {
    width: 22.25rem;
    top: 28.875rem;
    right: 28.5rem;
  }
}

.p-recruit-message__head {
  margin-top: var(--padding-block-sm);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-recruit-message__head {
    margin-top: 0;
  }
}

.p-recruit-message__title {
  color: var(--Main, #EB322D);
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-recruit-message__title {
    font-size: 1.125rem;
  }
}

.p-recruit-message__catch {
  margin-top: 0.25em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (min-width: 1024px) {
  .p-recruit-message__catch {
    font-size: 3.75rem;
    line-height: 120%;
  }
}

.p-recruit-message__desc {
  padding-top: var(--padding-block-sm);
}
@media screen and (min-width: 1024px) {
  .p-recruit-message__desc {
    width: 26.625rem;
  }
}

.p-recruit-message__more {
  padding-top: var(--padding-block-sm);
  width: 8.75rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-message__more {
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-message__more {
    width: 10rem;
  }
}

.p-recruit-message__document {
  margin-top: 3.125rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-message__document {
    margin-top: 10.625rem;
    width: 61.75rem;
    gap: 2rem;
  }
}

.p-recruit-message__system {
  margin-top: var(--padding-section);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-interview {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: var(--padding-section-lg) 0;
}

.p-recruit-interview-list {
  margin-top: var(--padding-section);
  position: relative;
}
.p-recruit-interview-list .swiper {
  width: 18.1875rem;
  overflow: initial;
}
.p-recruit-interview-list .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview-list .swiper {
    width: 21.25rem;
  }
}

.p-recruit-interview-list__ctrl button {
  position: absolute;
  width: 3.875rem;
  top: 12.875rem;
  z-index: 5;
}
.p-recruit-interview-list__ctrl button:nth-child(1) {
  left: -1.625rem;
}
.p-recruit-interview-list__ctrl button:nth-child(2) {
  right: -1.625rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview-list__ctrl button {
    top: 13.75rem;
  }
  .p-recruit-interview-list__ctrl button:nth-child(1) {
    left: -5.8125rem;
  }
  .p-recruit-interview-list__ctrl button:nth-child(2) {
    right: -5.8125rem;
  }
}

.p-recruit-interview-list__paginate {
  margin-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

.p-recruit-interview__more {
  padding-top: var(--padding-section);
  text-align: center;
}

.p-recruit-interview-research {
  margin-top: var(--padding-section-lg);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-pending {
  position: relative;
  color: #fff;
  background: var(--text, #162532);
  padding-top: 4.3125rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-pending {
    padding-top: 15.4166666667vw;
  }
}

.p-recruit-pending__bg {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  pointer-events: none;
}
.p-recruit-pending__bg img {
  width: 100%;
}

.p-recruit-pending__wrap {
  padding: var(--padding-section-lg) 0;
}

@media screen and (max-width: 1023px) {
  .p-recruit-pending__head {
    margin-inline: -1rem;
  }
}

.p-recruit-pending__items {
  padding-top: var(--padding-section);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  color: #162532;
}
@media screen and (min-width: 1024px) {
  .p-recruit-pending__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-recruit-pending-item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.25rem;
  overflow: hidden;
}

.p-recruit-pending-item__btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-recruit-pending__more {
  padding-top: var(--padding-block);
  text-align: center;
}
.p-recruit-pending__more a {
  color: #fff;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-media {
  position: relative;
  padding: var(--padding-section-lg) 0;
  overflow: hidden;
}

.p-recruit-media__contents {
  padding-top: var(--padding-block-sm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section);
}

.p-recruit-media-item {
  position: relative;
}

.p-recruit-media-item-list {
  margin-top: var(--padding-block-sm);
  position: relative;
}
.p-recruit-media-item-list .swiper {
  width: 18.125rem;
}
.p-recruit-media-item-list .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .p-recruit-media-item-list .swiper {
    overflow: initial;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-media-item-list .swiper {
    width: 100%;
  }
  .p-recruit-media-item-list .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  }
}

.p-recruit-media-item-list__ctrl button {
  position: absolute;
  padding: 0;
  z-index: 5;
  top: 4.75rem;
  width: 2.75rem;
}
.p-recruit-media-item-list__ctrl button:nth-child(1) {
  left: -1.375rem;
}
.p-recruit-media-item-list__ctrl button:nth-child(2) {
  right: -1.375rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-media-item-list__ctrl {
    display: none;
  }
  .p-recruit-media-item-list__ctrl button {
    width: 3.875rem;
  }
  .p-recruit-media-item-list__ctrl button:nth-child(1) {
    left: -1.625rem;
  }
  .p-recruit-media-item-list__ctrl button:nth-child(2) {
    right: -1.625rem;
  }
}

.p-recruit-media-item__more {
  padding-top: var(--padding-block);
  text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-top-flow {
  position: relative;
  background: #fff;
  padding: var(--padding-section-lg) 0;
}

.p-recruit-top-flow__list {
  padding-top: var(--padding-section);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-block-sm);
}
@media screen and (max-width: 1023px) {
  .p-recruit-top-flow__list {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-top-flow__list {
    max-width: 61.75rem;
    margin-inline: auto;
  }
}

.p-recruit-top-flow__more {
  padding-top: var(--padding-section);
  text-align: center;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-message-recruit__wrap {
  position: relative;
  padding: var(--padding-wrap-bg);
  border-radius: 0.25rem;
  background: var(--white, #FFF);
}
@media screen and (max-width: 1023px) {
  .p-message-recruit__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-message-recruit__wrap {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-message-recruit__aside {
    position: absolute;
    right: 20rem;
    top: 5.625rem;
    z-index: 2;
    height: calc(100% - 10rem);
    width: 0;
  }
  .p-message-recruit__aside .cm-nav-index {
    white-space: nowrap;
    position: sticky;
    top: calc(1.5rem + var(--header-height) + 1.5rem);
  }
}

.p-message-recruit__main {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-message-recruit__main {
    margin-top: -1.875rem;
    width: 56.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-message-recruit-s1 {
  padding: 0 0 var(--padding-section) 0;
}

.p-message-recruit-s1__title {
  color: var(--Main, #EB322D);
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-message-recruit-s1__title {
    font-size: 3rem;
  }
}

.p-message-recruit-s1__pic {
  padding-top: var(--padding-block-sm);
}

.p-message-recruit-s1__desc {
  padding-top: var(--padding-block-sm);
}

.p-message-recruit-s1__more {
  padding-top: var(--padding-block-sm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-message-recruit-s1__more {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-message-recruit-s2 {
  padding: var(--padding-section) 0;
  border-top: var(--border-gray);
}

.p-message-recruit-s2__list {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-message-recruit-s3 {
  padding: var(--padding-section) 0;
  border-top: var(--border-gray);
}

.p-message-recruit-s3__list {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-message-recruit-s4 {
  padding-top: var(--padding-section);
  border-top: var(--border-gray);
}

.p-message-recruit-s4__list {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-message-recruit-interview {
  position: relative;
  overflow: hidden;
  padding: var(--padding-page) 0;
}

.p-message-recruit-interview-list {
  margin-top: var(--padding-section);
  position: relative;
}
.p-message-recruit-interview-list .swiper {
  width: 18.1875rem;
  overflow: initial;
}
.p-message-recruit-interview-list .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .p-message-recruit-interview-list .swiper {
    width: 21.25rem;
  }
}

.p-message-recruit-interview-list__ctrl button {
  position: absolute;
  width: 3.875rem;
  top: 12.875rem;
  z-index: 5;
}
.p-message-recruit-interview-list__ctrl button:nth-child(1) {
  left: -1.625rem;
}
.p-message-recruit-interview-list__ctrl button:nth-child(2) {
  right: -1.625rem;
}
@media screen and (min-width: 1024px) {
  .p-message-recruit-interview-list__ctrl button {
    top: 13.75rem;
  }
  .p-message-recruit-interview-list__ctrl button:nth-child(1) {
    left: 0;
  }
  .p-message-recruit-interview-list__ctrl button:nth-child(2) {
    right: 0;
  }
}

.p-message-recruit-interview-list__paginate {
  margin-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

.p-message-recruit-interview__more {
  padding-top: var(--padding-section);
  text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-message-recruit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-message-recruit-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}

.p-message-recruit-card__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.p-message-recruit-card__pic img {
  border-radius: 0.25rem;
}
.p-message-recruit-card__pic figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2em;
}
@media screen and (max-width: 1023px) {
  .p-message-recruit-card__pic {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .p-message-recruit-card__pic {
    gap: 0.75rem;
    width: 18.75rem;
  }
}

.p-message-recruit-card__job {
  font-size: 0.6875rem;
}
@media screen and (min-width: 1024px) {
  .p-message-recruit-card__job {
    font-size: 0.875rem;
  }
}

.p-message-recruit-card__name {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-message-recruit-card__name {
    font-size: 1.3125rem;
  }
}

.p-message-recruit-card__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-message-recruit-card__wrap {
    margin-top: -0.625rem;
  }
}

.p-message-recruit-card__message {
  color: var(--Main, #EB322D);
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-message-recruit-card__message {
    font-size: 2rem;
  }
}

.p-message-recruit-card__body {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-message-recruit-card__body {
    margin-top: 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-recruit-flow {
  padding-bottom: var(--padding-page);
}
.p-recruit-flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.25rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow__wrap {
    gap: 5.3125rem;
    margin-top: 2rem;
  }
}

.p-recruit-flow-section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  border-radius: 0.25rem;
  background: var(--white, #FFF);
  padding: 1.875rem 1rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-flow-section {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section {
    width: 100%;
    max-width: 64.5rem;
    margin-inline: auto;
    padding: 4rem;
  }
}

.p-recruit-flow-section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section__head {
    gap: 2rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-recruit-flow-section__no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: var(--Main, #EB322D);
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
.p-recruit-flow-section__no span:nth-child(1) {
  font-size: 0.4375rem;
  font-weight: 500;
}
.p-recruit-flow-section__no span:nth-child(2) {
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1em;
}
@media screen and (max-width: 1023px) {
  .p-recruit-flow-section__no {
    top: -0.1em;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section__no {
    top: -0.1em;
    font-size: 3rem;
  }
  .p-recruit-flow-section__no span:nth-child(1) {
    font-size: 0.875rem;
  }
  .p-recruit-flow-section__no span:nth-child(2) {
    text-decoration-thickness: 0.125rem;
  }
}

.p-recruit-flow-section__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section__title {
    font-size: 3rem;
  }
}

.p-recruit-flow-section__body {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section__body {
    padding-top: 2rem;
    gap: 2rem;
  }
}

.p-recruit-flow-section__lead {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section__lead {
    font-size: 1.125rem;
    line-height: 1.75;
  }
}

.p-recruit-flow-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  border-radius: 0.25rem;
  background: var(--Bg02, #E9EEF1);
  padding: 1.5rem 1.25rem;
}
.p-recruit-flow-section__box ._sub + *,
.p-recruit-flow-section__box .c-heading-line + * {
  margin-top: -0.625rem;
}
.p-recruit-flow-section__box ._sub {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section__box {
    padding: 2rem 2.5rem;
    gap: 2rem;
  }
  .p-recruit-flow-section__box ._sub + * {
    margin-top: -1.25rem;
  }
  .p-recruit-flow-section__box ._sub {
    font-size: 1.3125rem;
  }
}

.p-recruit-flow-section__faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section__faq {
    gap: 1rem;
  }
}

.p-recruit-flow-section-faq {
  padding: 1rem 1.25rem;
  background: var(--white, #FFF);
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section-faq {
    padding: 1.875rem 1.25rem;
  }
}

.p-recruit-flow-section-faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 0.3em;
  border-bottom: var(--border-gray);
}
.p-recruit-flow-section-faq__head i {
  position: relative;
  top: -0.05em;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  color: var(--color-accent);
}
.p-recruit-flow-section-faq__head span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section-faq__head {
    padding-bottom: 0.6em;
    font-size: 1.5rem;
  }
  .p-recruit-flow-section-faq__head i {
    font-size: 1.5rem;
  }
}

.p-recruit-flow-section-faq__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  font-size: 1rem;
  font-weight: 700;
}
.p-recruit-flow-section-faq__sub i {
  position: relative;
  top: -0.05em;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
}
.p-recruit-flow-section-faq__sub span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section-faq__sub {
    font-size: 1.125rem;
  }
  .p-recruit-flow-section-faq__sub i {
    font-size: 1.125rem;
  }
}

.p-recruit-flow-section-faq__body {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section-faq__body {
    padding-top: 1.5rem;
  }
}

.p-recruit-flow-section__merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section__merit {
    gap: 0.75rem;
  }
}

.p-recruit-flow-section-merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section-merit {
    gap: 0.5rem;
  }
}

.p-recruit-flow-section-merit__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.25rem 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--text, #162532);
  color: var(--white, #FFF);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
.p-recruit-flow-section-merit__label._merit {
  background: var(--color-accent);
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section-merit__label {
    padding: 0.5rem 0.625rem;
    font-size: 1rem;
  }
}

.p-recruit-flow-section-merit__body {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section-merit__body {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75;
  }
}

.p-recruit-flow-section__after {
  position: absolute;
  width: 11.25rem;
  left: calc(50% - 5.625rem);
  top: calc(100% + 1rem);
  pointer-events: none;
}
.p-recruit-flow-section__after svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-recruit-flow-section__after {
    width: 30.125rem;
    left: calc(50% - 15rem);
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-system-theme__wrap {
  position: relative;
  padding: 3.75rem 1rem var(--padding-section);
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .p-system-theme__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-system-theme__wrap {
    margin-top: 2rem;
    padding: 6.25rem 5.5rem var(--padding-section-lg);
    border-radius: 0.25rem 0.25rem 0 0;
  }
}

.p-system-theme__title {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
}
.p-system-theme__title ._strong {
  font-size: 1.75rem;
}
.p-system-theme__title ._line {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-color: var(--color-accent);
  text-decoration-thickness: 0.125rem;
}
@media screen and (min-width: 1024px) {
  .p-system-theme__title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .p-system-theme__title ._strong {
    font-size: 4.25rem;
  }
}

.p-system-theme-nayami {
  margin-top: 0.75rem;
  padding: 1.875rem 1.25rem;
  background: url(../img/bg-dark.webp) center center/90rem auto;
}
@media screen and (min-width: 1024px) {
  .p-system-theme-nayami {
    margin-top: 2rem;
    padding: 3.75rem 5.625rem 4.375rem;
  }
}

.p-system-theme-nayami__title {
  color: var(--white, #FFF);
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-system-theme-nayami__title {
    font-size: 3.125rem;
  }
}

.p-system-theme-nayami__items {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-system-theme-nayami__items {
    margin-top: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-system-theme-nayami-item {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12.125rem;
  gap: 1rem;
  background: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.p-system-theme-nayami-item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-system-theme-nayami-item img {
  width: 8.75rem;
}
@media screen and (min-width: 1024px) {
  .p-system-theme-nayami-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 20.625rem;
    gap: 2.125rem;
    font-size: 1.3125rem;
  }
  .p-system-theme-nayami-item figure {
    height: 10.625rem;
  }
  .p-system-theme-nayami-item img {
    width: 16.25rem;
  }
}

.p-system-theme-solution {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-system-theme-solution {
    margin-top: 1.625rem;
  }
}

.p-system-theme-solution__before {
  margin-bottom: 1rem;
  display: block;
  text-align: center;
}
.p-system-theme-solution__before svg {
  width: 11.296875rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-system-theme-solution__before {
    margin-bottom: 2rem;
  }
  .p-system-theme-solution__before svg {
    width: 30.125rem;
  }
}

.p-system-theme-solution__txt1 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-system-theme-solution__txt1 {
    font-size: 2rem;
  }
}

.p-system-theme__system {
  padding: var(--padding-section-lg) 0;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-system-fairgrit {
  position: relative;
  padding: var(--padding-section-lg) 0 6.25rem;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .p-system-fairgrit {
    padding: var(--padding-section-lg) 0 12.5rem;
  }
}

.p-system-fairgrit__bg {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.p-system-fairgrit__lead {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-system-fairgrit__lead {
    margin-top: 1.125rem;
    font-size: 1.3125rem;
    text-align: center;
  }
}

.p-system-fairgrit__items {
  margin-top: var(--padding-block);
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-system-fairgrit__items {
    -ms-grid-columns: 1fr 2.125rem 1fr 2.125rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.125rem;
  }
}

.p-system-fairgrit-item {
  text-align: center;
}
.p-system-fairgrit-item__title {
  font-size: 1.3125rem;
  font-weight: 700;
}
.p-system-fairgrit-item__pic {
  margin-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-system-fairgrit-item__pic {
    margin-top: 1.125rem;
  }
}

.p-system-fairgrit-item__caption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-system-fairgrit-item__caption {
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-system-movie {
  padding: var(--padding-block) 0 var(--padding-page);
  background: #F2F7FF;
}

.p-system-movie__movie {
  margin-top: var(--padding-block);
}
.p-system-movie__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-system-movie__movie {
    width: 43.3125rem;
    margin-inline: auto;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-project-choice-project {
  position: relative;
  z-index: 2;
}

.p-project-choice-project__wrap {
  position: relative;
  overflow: hidden;
  padding: calc(2.5rem + var(--padding-section-lg)) 0 var(--padding-section-lg);
  background: #fff;
}

.p-project-choice-project__cta {
  padding-top: var(--padding-section);
}

.p-project-choice-difference {
  padding: var(--padding-section-lg) 0;
}

.p-project-choice-ses {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-project-choice-ses {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-project-choice-ses {
    gap: 1.25rem;
    max-width: 64rem;
    margin-inline: auto;
  }
}

.p-project-choice-ses-item {
  background: var(--white, #FFF);
  padding: 1.875rem 1.5625rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-project-choice-ses-item {
    padding: 1.875rem 3.75rem;
  }
}

.p-project-choice-ses-item__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.is-ag .p-project-choice-ses-item__title {
  color: var(--Main, #EB322D);
}
@media screen and (min-width: 1024px) {
  .p-project-choice-ses-item__title {
    font-size: 2rem;
  }
}

.p-project-choice-ses-item__pic {
  margin-top: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-project-choice-ses-item__pic {
    margin-top: 1.5rem;
  }
  .p-project-choice-ses-item__pic img {
    width: 40.875rem;
  }
}

.p-project-choice-ses-item__ex {
  margin-top: 1.25rem;
  padding: 0.5rem 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  border-radius: 0.25rem;
  background: var(--Bg02, #E9EEF1);
  font-size: 0.875rem;
  font-weight: 700;
}
.p-project-choice-ses-item__ex i {
  width: 1.25rem;
}
.p-project-choice-ses-item__ex svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-project-choice-ses-item__ex {
    margin-top: 1.5rem;
    padding: 0.5rem 1.25rem;
    font-size: 1.125rem;
  }
  .p-project-choice-ses-item__ex i {
    width: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-project-choice-ses__point {
    max-width: 54rem;
    margin-inline: auto;
  }
}

/* merit */
.p-project-choice-merit {
  margin-top: var(--padding-section-lg);
}
@media screen and (max-width: 1023px) {
  .p-project-choice-merit {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-project-choice-merit {
    max-width: 63.25rem;
    margin-inline: auto;
  }
}

.p-project-choice-merit__head {
  text-align: center;
}

.p-project-choice-merit__title1 {
  font-weight: 700;
  line-height: 1.75;
  font-size: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .p-project-choice-merit__title1 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-project-choice-merit__title2 {
  font-weight: 700;
  line-height: 1.75;
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-project-choice-merit__title2 {
    font-size: 3rem;
    line-height: 1.5;
  }
}

.p-project-choice-merit__title3 {
  margin-top: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-project-choice-merit__title3 {
    margin-top: 0.75rem;
    font-size: 1.5rem;
  }
}

.p-project-choice-merit__items {
  margin-top: var(--padding-block);
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}

.p-project-choice-merit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white, #FFF);
  padding: 1rem 1.25rem;
  gap: 0.625rem;
  font-weight: 700;
  font-size: 0.875rem;
}
.p-project-choice-merit-item i {
  width: 1.875rem;
  height: 1.875rem;
  background: url(../img/ico-circle-check.svg) center center/contain no-repeat;
}
.p-project-choice-merit-item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-project-choice-merit-item {
    padding: 2.25rem 1.5rem;
    gap: 1.875rem;
    font-size: 1.5rem;
  }
  .p-project-choice-merit-item i {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.p-project-choice-merit__foot {
  position: relative;
  width: 11.25rem;
  margin-inline: auto;
}
.p-project-choice-merit__foot svg {
  position: absolute;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-project-choice-merit__foot {
    width: 30.125rem;
  }
}

/* matching */
.p-project-choice-matching {
  margin-top: var(--padding-section-lg);
}
@media screen and (max-width: 1023px) {
  .p-project-choice-matching {
    margin-inline: -1rem;
  }
}

.p-project-choice-matching__head {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-project-choice-matching__head {
    margin-inline: -1rem;
  }
}

.p-project-choice-matching__title1 {
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-project-choice-matching__title1 {
    font-size: 2rem;
  }
}

.p-project-choice-matching__title2 {
  margin-top: 0.75rem;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-project-choice-matching__title2 {
    margin-top: 1.25rem;
    font-size: 3rem;
  }
}

.p-project-choice-matching__pic {
  margin-top: var(--padding-section);
}
.p-project-choice-matching__pic img {
  width: 100%;
}

.p-project-choice__compare {
  margin-top: var(--padding-section-lg);
}

/*  */
.p-project-choice-movie {
  padding-top: var(--padding-section-lg);
}

.p-project-choice-movie__list {
  padding-top: var(--padding-block);
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
.p-project-choice-movie__list iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .p-project-choice-movie__list {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-project-choice-movie__list {
    gap: 1.25rem;
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.p-project-choice-difference__reason {
  padding-top: var(--padding-section);
}

.p-project-choice-difference__engineer {
  padding-top: var(--padding-section);
}

.p-project-choice-difference__cta {
  padding-top: var(--padding-section-lg);
}

.p-project-choice-difference__compare {
  padding-top: var(--padding-section);
  overflow: hidden;
}

.p-project-choice-flow {
  padding: var(--padding-section-lg) 0;
  background: #fff;
}

.p-project-choice-flow__recruitment,
.p-project-choice-flow__faq {
  padding-top: var(--padding-section);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-block-sm);
}
@media screen and (max-width: 1023px) {
  .p-project-choice-flow__recruitment,
  .p-project-choice-flow__faq {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-project-choice-flow__recruitment,
  .p-project-choice-flow__faq {
    max-width: 61.75rem;
    margin-inline: auto;
  }
}

.p-project-choice-flow__more {
  padding-top: var(--padding-section);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-salary-project {
  position: relative;
  z-index: 2;
}

.p-salary-project__wrap {
  position: relative;
  overflow: hidden;
  padding: calc(2.5rem + var(--padding-section-lg)) 0 var(--padding-section-lg);
  background: #fff;
}

.p-salary-project__cta {
  padding-top: var(--padding-section);
}

.p-salary-feature {
  padding: var(--padding-section-lg) 0 0;
}

.p-salary-feature__list {
  padding-top: var(--padding-block);
}

.p-salary-feature-movie {
  padding-top: var(--padding-section-lg);
}

.p-salary-feature-movie__list {
  padding-top: var(--padding-block);
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
.p-salary-feature-movie__list iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .p-salary-feature-movie__list {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-salary-feature-movie__list {
    gap: 1.25rem;
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.p-salary-feature__cta {
  padding-top: var(--padding-section);
}

.p-salary-difference {
  padding: var(--padding-section-lg) 0;
}

.p-salary-difference__data {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-salary-difference__data {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-salary-difference__data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.0625rem;
  }
}

.p-salary-difference-data-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: var(--white, #FFF);
  padding: 2.5rem 1.5625rem;
}
@media screen and (min-width: 1024px) {
  .p-salary-difference-data-item {
    padding: 1.875rem 3.75rem;
  }
}

.p-salary-difference-data-item__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-salary-difference-data-item__title {
    font-size: 2rem;
  }
}

.p-salary-difference-data-item__pic {
  margin-top: 0.75rem;
  text-align: center;
}
.p-salary-difference-data-item__pic svg,
.p-salary-difference-data-item__pic img {
  width: 17.5rem;
}
@media screen and (min-width: 1024px) {
  .p-salary-difference-data-item__pic {
    margin-top: 1.5rem;
  }
  .p-salary-difference-data-item__pic svg,
  .p-salary-difference-data-item__pic img {
    width: 25rem;
  }
}

.p-salary-difference-data-item__table {
  margin-top: 1.5rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.625rem 0;
  table-layout: fixed;
  text-align: center;
}
.p-salary-difference-data-item__table th, .p-salary-difference-data-item__table td {
  height: 3.75rem;
  vertical-align: middle;
  font-size: 1rem;
  border: var(--border-gray);
}
.p-salary-difference-data-item__table th {
  font-weight: 700;
  background: var(--Bg02, #E9EEF1);
}
.is-ag .p-salary-difference-data-item__table th {
  color: #fff;
  background: var(--Main, #EB322D);
}
@media screen and (min-width: 1024px) {
  .p-salary-difference-data-item__table {
    margin-top: 2rem;
  }
}

.p-salary-difference-data-item__ex {
  margin-top: 1rem;
  color: var(--gray01, #7C7C7C);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 170%;
}

.p-salary-difference__reason {
  padding-top: var(--padding-section);
}

.p-salary-difference__structure {
  padding-top: var(--padding-section);
}

.p-salary-difference__engineer {
  padding-top: var(--padding-section);
}

.p-salary-difference__cta {
  padding-top: var(--padding-section);
}

.p-salary-difference__compare {
  padding-top: var(--padding-section);
  overflow: hidden;
}

.p-salary-flow {
  padding: var(--padding-section-lg) 0;
  background: #fff;
}

.p-salary-flow__recruitment,
.p-salary-flow__faq {
  padding-top: var(--padding-section);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-block-sm);
}
@media screen and (max-width: 1023px) {
  .p-salary-flow__recruitment,
  .p-salary-flow__faq {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-salary-flow__recruitment,
  .p-salary-flow__faq {
    max-width: 61.75rem;
    margin-inline: auto;
  }
}

.p-salary-flow__more {
  padding-top: var(--padding-section);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-attractiveness-theme__wrap {
  position: relative;
  padding: 5.625rem 2rem 0;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .p-attractiveness-theme__wrap {
    margin-inline: -2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-theme__wrap {
    padding: 6.25rem 5.5rem 0;
    border-radius: 0.25rem 0.25rem 0 0;
  }
}

.p-attractiveness-theme__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-theme__title {
    font-size: 3rem;
  }
}

.p-attractiveness-theme-nayami {
  margin-top: 0.75rem;
  padding: 1.875rem 1.25rem;
  background: url(../img/bg-dark.webp) center center/90rem auto;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-theme-nayami {
    margin-top: 2rem;
    padding: 3.75rem 5.625rem 5rem;
  }
}

.p-attractiveness-theme-nayami__title {
  color: var(--white, #FFF);
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-theme-nayami__title {
    font-size: 2.125rem;
  }
}

.p-attractiveness-theme-nayami__items {
  margin-top: 1.25rem;
  padding: 1.875rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-theme-nayami__items {
    margin-top: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 4.375rem 2.5rem 1.875rem;
  }
}

.p-attractiveness-theme-nayami-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.p-attractiveness-theme-nayami-item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-attractiveness-theme-nayami-item img {
  width: 8.75rem;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-theme-nayami-item {
    gap: 2.125rem;
    font-size: 1.3125rem;
  }
  .p-attractiveness-theme-nayami-item figure {
    height: 8.75rem;
  }
  .p-attractiveness-theme-nayami-item img {
    width: 12.5rem;
  }
}

.p-attractiveness-theme-image {
  margin-top: var(--padding-section);
}
.p-attractiveness-theme-image__head {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 175%; /* 31.5/16+rem */
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-theme-image__head {
    font-size: 2.125rem;
    line-height: 150%; /* 51/16+rem */
  }
}

.p-attractiveness-theme-image__items {
  margin-top: var(--padding-block);
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-theme-image__items {
    gap: 1.125rem;
    -ms-grid-columns: 1fr 1.125rem 1fr 1.125rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-attractiveness-theme-image-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.1875rem;
  padding: 0 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 0.25rem;
  background: var(--Bg02, #E9EEF1);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-attractiveness-theme-image-item i {
  background: url(../img/ico-circle-check.svg) center center/contain;
  width: 1.875rem;
  height: 1.875rem;
}
.p-attractiveness-theme-image-item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-theme-image-item {
    height: 8.3125rem;
    padding: 0 1.25rem;
    gap: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.45;
  }
  .p-attractiveness-theme-image-item i {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.p-attractiveness-theme-solution {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-theme-solution {
    margin-top: 2.75rem;
  }
}

.p-attractiveness-theme-solution__before {
  margin-bottom: 1.5rem;
  display: block;
  text-align: center;
}
.p-attractiveness-theme-solution__before svg {
  width: 11.296875rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-theme-solution__before {
    margin-bottom: 2rem;
  }
  .p-attractiveness-theme-solution__before svg {
    width: 30.125rem;
  }
}

.p-attractiveness-theme-solution__txt1 {
  color: var(--text, #162532);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-theme-solution__txt1 {
    font-size: 2rem;
    font-weight: 700;
  }
}

.p-attractiveness-theme-solution__txt2 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
.p-attractiveness-theme-solution__txt2 ._line {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: var(--color-accent);
  text-decoration-thickness: 0.125rem;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-theme-solution__txt2 {
    font-size: 3rem;
    line-height: 1.5;
  }
}

.p-attractiveness-project__cta {
  padding-top: var(--padding-section);
}
@media screen and (max-width: 1023px) {
  .p-attractiveness-project__cta {
    margin-inline: -2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-project__cta {
    margin-inline: -5.625rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-attractiveness-point {
  margin-bottom: 3.625rem;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-point {
    margin-bottom: 8rem;
  }
}

.p-attractiveness-point__wrap {
  padding: var(--padding-section-lg) 1rem var(--padding-section);
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .p-attractiveness-point__wrap {
    margin-inline: -2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-point__wrap {
    padding: var(--padding-section-lg) 5.5rem var(--padding-section);
  }
}

.p-attractiveness-point__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-point__title {
    font-size: 3rem;
    line-height: 1.3;
  }
}

.p-attractiveness-point__txt2 {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: var(--color-accent);
  text-decoration-thickness: 0.125rem;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-point__txt2 {
    text-underline-offset: 0.4em;
  }
}

.p-attractiveness-point__items {
  margin-top: var(--padding-section);
  display: -ms-grid;
  display: grid;
  gap: 1.5rem 1.75rem;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-point__items {
    -ms-grid-columns: 1fr 1.75rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem 1.75rem;
  }
}

.p-attractiveness-point-item {
  padding-bottom: 1.5rem;
  border-bottom: var(--border-gray);
}
.p-attractiveness-point-item:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-point-item {
    padding-bottom: 1.875rem;
  }
  .p-attractiveness-point-item:nth-last-child(2) {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.p-attractiveness-point-item__no {
  color: var(--Main, #EB322D);
  font-family: var(--IBM);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-point-item__no {
    font-size: 0.875rem;
  }
}

.p-attractiveness-point-item__title {
  margin-top: 0.375rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-point-item__title {
    margin-top: 0.75rem;
    font-size: 1.5rem;
  }
}

.p-attractiveness-point-item__desc {
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-point-item__desc {
    margin-top: 1.125rem;
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-attractiveness-feature {
  position: relative;
}
.p-attractiveness-feature:before {
  content: "";
  display: block;
  width: 100%;
  height: 3.625rem;
  position: absolute;
  left: 0;
  top: -3.625rem;
  pointer-events: none;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-feature:before {
    width: calc(100% - 3.5rem);
    max-width: 87.5rem;
    top: -8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 8rem;
  }
}

.p-attractiveness-feature-system {
  padding-top: calc(2rem);
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-feature-system {
    padding-top: calc(3.75rem);
  }
}

.p-attractiveness-feature-system__title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  margin-inline: -1rem;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-feature-system__title {
    font-size: 2.125rem;
  }
}

.p-attractiveness-feature-system__list {
  padding-top: var(--padding-section);
}

.p-attractiveness-feature-movie {
  padding-top: var(--padding-section-lg);
}
.p-attractiveness-feature-movie__movie {
  margin-top: var(--padding-block);
}
.p-attractiveness-feature-movie__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-feature-movie__movie {
    width: 43.3125rem;
    margin-inline: auto;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-attractiveness-compare {
  position: relative;
  overflow: hidden;
  padding-top: var(--padding-section-lg);
}
.p-attractiveness-compare__cta {
  padding-top: var(--padding-section);
}
.p-attractiveness-compare-feature {
  padding-top: var(--padding-section);
}
.p-attractiveness-compare-feature__title {
  text-align: center;
  color: var(--Main, #EB322D);
  font-size: 1.5625rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-compare-feature__title {
    font-size: 3rem;
  }
}

.p-attractiveness-compare-feature__wrap {
  margin-top: var(--padding-block);
  background: var(--white, #FFF);
  padding: 1.875rem 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-attractiveness-compare-feature__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-compare-feature__wrap {
    padding: 3.75rem 5.3125rem 5.3125rem;
  }
}

.p-attractiveness-compare-feature__sub {
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-compare-feature__sub {
    font-size: 1.5rem;
  }
}

.p-attractiveness-compare-feature__items {
  margin-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-compare-feature__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6rem;
  }
}

.p-attractiveness-compare-feature-item {
  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;
  text-align: center;
  position: relative;
}
.p-attractiveness-compare-feature-item:nth-child(2) .p-attractiveness-compare-feature-item__after {
  width: 2.875rem;
  left: calc(50% - 1.4375rem);
  top: calc(100% + 0.75rem);
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-compare-feature-item:nth-child(2) .p-attractiveness-compare-feature-item__after {
    width: 2.875rem;
    top: auto;
    bottom: 4.375rem;
    left: calc(100% + 1.25rem);
  }
}

.p-attractiveness-compare-feature-item.is-current {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-compare-feature-item.is-current {
    margin-top: 0;
  }
}
.p-attractiveness-compare-feature-item.is-current .p-attractiveness-compare-feature-item__label {
  width: 13.0625rem;
  background: var(--color-accent);
}
.p-attractiveness-compare-feature-item.is-current .p-attractiveness-compare-feature-item__num {
  font-size: 2rem;
}
.p-attractiveness-compare-feature-item.is-current .p-attractiveness-compare-feature-item__num span {
  font-size: 3.375rem;
  line-height: 0.8;
}
.p-attractiveness-compare-feature-item__after {
  width: 1.44875rem;
  position: absolute;
  left: calc(50% - 0.71875rem);
  top: calc(100% + 1rem);
  pointer-events: none;
}
.p-attractiveness-compare-feature-item__after svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-compare-feature-item__after {
    width: 1.125rem;
    top: auto;
    bottom: 4.375rem;
    left: calc(100% + 2rem);
  }
  .p-attractiveness-compare-feature-item__after svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.p-attractiveness-compare-feature-item__label {
  width: 6.8125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.375rem 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 2.5rem;
  background: var(--text, #162532);
  color: var(--white, #FFF);
  font-size: 1rem;
  line-height: 1;
}
.p-attractiveness-compare-feature-item__desc {
  margin-top: 0.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-compare-feature-item__desc {
    margin-top: 0.75rem;
  }
}

.p-attractiveness-compare-feature-item__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--Main, #EB322D);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.p-attractiveness-compare-feature-item__pic {
  margin-top: 1rem;
}
.p-attractiveness-compare-feature-point {
  margin-top: 3.4375rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-attractiveness-compare-feature-point {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-compare-feature-point {
    width: 62.375rem;
    margin-inline: auto;
  }
}

.p-attractiveness-compare-feature-point__label {
  position: absolute;
  left: 0.75rem;
  top: -1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  padding: 0 0.625rem;
  background: var(--Main, #EB322D);
  color: var(--white, #FFF);
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-compare-feature-point__label {
    left: 1.75rem;
  }
}

.p-attractiveness-compare-feature-point__body {
  background: var(--white, #FFF);
  padding: 1.875rem 0.75rem 1rem;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-compare-feature-point__body {
    padding: 1.75rem 1.75rem 1.5rem;
  }
}

.p-attractiveness-compare__gallery {
  margin: var(--padding-section-lg) 0 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.p-attractiveness-compare__gallery figure {
  -webkit-animation: loopLeft linear 70s infinite;
          animation: loopLeft linear 70s infinite;
  will-change: transform;
}
.p-attractiveness-compare__gallery img {
  max-width: none;
  height: 9.6875rem;
}
@media screen and (min-width: 1024px) {
  .p-attractiveness-compare__gallery figure {
    -webkit-animation: loopLeft linear 80s infinite;
            animation: loopLeft linear 80s infinite;
  }
  .p-attractiveness-compare__gallery img {
    height: 25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-career {
  padding-bottom: var(--padding-page);
}

.p-career__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-career__nav {
    gap: 1.5rem;
  }
}

.p-career__list {
  position: relative;
  padding-top: var(--padding-block);
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-career__list {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-career__list {
    -ms-grid-columns: 1fr 1.375rem 1fr 1.375rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem 1.375rem;
  }
}

.p-career__pagination {
  padding-top: var(--padding-section);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-project {
  padding-bottom: var(--padding-page);
}
.p-project__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-project__nav {
    gap: 1.5rem;
  }
}

.p-project__list {
  position: relative;
  padding-top: var(--padding-block);
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-project__list {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-project__list {
    -ms-grid-columns: 1fr 1.375rem 1fr 1.375rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem 1.375rem;
  }
}

.p-project__pagination {
  padding-top: var(--padding-section);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-project-single {
  padding-bottom: var(--padding-page);
}
.p-project-single__wrap {
  position: relative;
  padding: 2.5rem 1rem;
  border-radius: 0.25rem;
  background: var(--white, #FFF);
}
@media screen and (max-width: 1023px) {
  .p-project-single__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-project-single__wrap {
    padding: 4rem 3.125rem;
  }
}

.p-project-single__back {
  padding-top: var(--padding-section);
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-project-single__back {
    width: 16.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-project-single__cta {
  padding-top: var(--padding-section);
}

.p-project-single-projects {
  padding-top: var(--padding-section);
  overflow: hidden;
}

.p-project-single-projects-list {
  position: relative;
  padding-top: var(--padding-block);
}
.p-project-single-projects-list .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-project-single-projects-list {
    margin-inline: -0.625rem;
  }
  .p-project-single-projects-list .swiper {
    overflow: initial;
  }
}
.p-project-single-projects-list__ctrl button {
  position: absolute;
  width: 2.5rem;
  top: 11.25rem;
  z-index: 5;
}
.p-project-single-projects-list__ctrl button:nth-child(1) {
  left: -1rem;
}
.p-project-single-projects-list__ctrl button:nth-child(2) {
  right: -1rem;
}
@media screen and (min-width: 1024px) {
  .p-project-single-projects-list__ctrl button {
    width: 3.875rem;
    top: 12.3125rem;
  }
  .p-project-single-projects-list__ctrl button:nth-child(1) {
    left: -2.1875rem;
  }
  .p-project-single-projects-list__ctrl button:nth-child(2) {
    right: -2.1875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-pending {
  padding-bottom: var(--padding-page);
}

@media screen and (min-width: 1024px) {
  .p-pending__wrap {
    margin-top: 2rem;
  }
}

.p-pending-section {
  position: relative;
  border-radius: 0.25rem;
  background: var(--white, #FFF);
  padding: 2.5rem 1rem;
}
@media screen and (max-width: 1023px) {
  .p-pending-section {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-pending-section {
    padding: 3.75rem 5.25rem;
  }
}

.p-pending-section__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-block);
}
.p-pending-section__block:not(:first-child) {
  margin-top: var(--padding-section);
}
.p-pending-section__block .c-heading-line:not(:first-child) {
  margin-top: 1.25rem;
}
.p-pending-section__block .c-heading-bar + p,
.p-pending-section__block .c-heading-bar + .c-heading-line,
.p-pending-section__block .c-heading-line + p {
  margin-top: -1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-pending-section__block .c-heading-bar {
    margin-right: -1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-pending__cta {
  padding: var(--padding-section) 0;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-pending-carrier {
  position: relative;
  overflow: hidden;
  padding: var(--padding-section) 0;
}

.p-pending-carrier-list {
  position: relative;
  padding-top: var(--padding-block);
}
.p-pending-carrier-list .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-pending-carrier-list {
    margin-inline: -0.625rem;
  }
  .p-pending-carrier-list .swiper {
    overflow: initial;
  }
}

.p-pending-carrier-list__ctrl button {
  position: absolute;
  width: 2.5rem;
  top: 14.375rem;
  z-index: 5;
}
.p-pending-carrier-list__ctrl button:nth-child(1) {
  left: -1rem;
}
.p-pending-carrier-list__ctrl button:nth-child(2) {
  right: -1rem;
}
@media screen and (min-width: 1024px) {
  .p-pending-carrier-list__ctrl button {
    width: 3.875rem;
    top: 12.3125rem;
  }
  .p-pending-carrier-list__ctrl button:nth-child(1) {
    left: -2.1875rem;
  }
  .p-pending-carrier-list__ctrl button:nth-child(2) {
    right: -2.1875rem;
  }
}

.p-pending-carrier__more {
  padding-top: var(--padding-block);
  text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-benefit__wrap {
  position: relative;
  padding: 2.5rem 1rem var(--padding-section);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section);
}
@media screen and (max-width: 1023px) {
  .p-benefit__wrap {
    margin-inline: -2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-benefit__wrap {
    margin-top: 2rem;
    padding: var(--padding-section) 1.875rem;
    border-radius: 0.25rem 0.25rem 0 0;
  }
}

.p-benefit-section__wrap {
  margin-top: var(--padding-block-sm);
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-benefit-section__wrap {
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}

.p-benefit-section-item {
  padding: 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  border: var(--border-gray);
}
@media screen and (min-width: 1024px) {
  .p-benefit-section-item {
    padding: 3.125rem 1.5rem 2.5rem;
    gap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-benefit-section-item--lg {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    display: -ms-grid;
    display: grid;
        grid-template-areas: "pic title" "pic desc";
    -ms-grid-columns: 6.75rem 5rem 31.25rem;
    grid-template-columns: 6.75rem 31.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 5rem;
    -ms-grid-rows: auto 0 1fr;
    grid-template-rows: auto 1fr;
  }
  .p-benefit-section-item--lg .p-benefit-section-item__pic {
    grid-area: pic;
    text-align: right;
  }
  .p-benefit-section-item--lg .p-benefit-section-item__pic img {
    width: 100%;
    height: auto;
  }
  .p-benefit-section-item--lg .p-benefit-section-item__title {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: title;
    text-align: left;
  }
  .p-benefit-section-item--lg .p-benefit-section-item__desc {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: desc;
    margin-top: 1.25rem;
  }
  .p-benefit-section-item--lg > .p-recruit-benefits-item__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-benefit-section-item--lg > .p-recruit-benefits-item__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

.p-benefit-section-item__pic img {
  height: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .p-benefit-section-item__pic {
    margin-bottom: 0.75rem;
  }
  .p-benefit-section-item__pic img {
    height: 5rem;
  }
}

.p-benefit-section-item__title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-benefit-section-item__title {
    font-size: 1.5rem;
  }
}

.p-benefit-section-item__desc {
  font-size: 0.875rem;
  line-height: 1.6;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-true {
  padding-bottom: var(--padding-page);
}
.p-true__wrap {
  padding: var(--padding-wrap-bg-sm);
  border-radius: 0.25rem;
  background: var(--white, #FFF);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section-lg);
}
@media screen and (max-width: 1023px) {
  .p-true__wrap {
    margin-inline: -1rem;
  }
}
.p-true__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section-lg);
}
@media screen and (min-width: 1024px) {
  .p-true__col2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.75rem;
  }
  .p-true__col2 .p-true-section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-true__cta {
  margin: var(--padding-section) 0;
}
@media screen and (max-width: 1023px) {
  .p-true__cta {
    margin-inline: -2rem;
  }
}

.p-true-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-block-sm);
}
@media screen and (min-width: 1024px) {
  .p-true-section {
    gap: var(--padding-block);
  }
}

.p-true-section__graph {
  margin-inline: auto;
}
.p-true-section__graph svg {
  height: auto;
}

.p-true-section__caption {
  margin-top: calc(-1 * var(--padding-block));
  padding-top: 0.75rem;
  color: var(--gray01, #7C7C7C);
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-true-section__caption {
    padding-top: 1rem;
    font-size: 0.875rem;
  }
}

.p-true-section__list {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-true-section__list {
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

.p-true-section__message {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-true-section__message {
    gap: 1rem;
    width: 61.75rem;
    margin-inline: auto;
  }
}

.p-true-section__messageGraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  border-radius: 0.25rem;
  padding: 1rem 0.9375rem;
  background: var(--Bg02, #E9EEF1);
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-true-section__messageGraph {
    padding: 1.5rem 2.125rem;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-true-section__ex {
  margin-top: calc(-1 * var(--padding-block));
  padding-top: 0.75rem;
  color: var(--gray01, #7C7C7C);
  font-size: 0.75rem;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .p-true-section__ex {
    padding-top: 1rem;
    font-size: 0.875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-true-section__reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-true-section__reason {
    gap: 1.25rem;
    width: 62.125rem;
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-true-section-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .p-true-section-reason {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
  }
  .p-true-section-reason:before {
    content: "";
    display: block;
    width: calc(100% + 1.25rem);
    height: 50%;
    background: rgba(235, 50, 45, 0.1);
    position: absolute;
    left: -0.625rem;
    bottom: 5%;
    pointer-events: none;
  }
}

.p-true-section-reason__label {
  position: relative;
  width: 3.125rem;
  font-family: var(--Inter);
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-true-section-reason__label {
    width: 7.1875rem;
    font-size: 3rem;
  }
}

.p-true-section-reason__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .p-true-section-reason__body span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(235, 50, 45, 0.1)), color-stop(50%, transparent));
    background: linear-gradient(to top, rgba(235, 50, 45, 0.1) 50%, transparent 50%);
  }
}
@media screen and (min-width: 1024px) {
  .p-true-section-reason__body {
    font-size: 2rem;
  }
}

.p-true-section-reason:nth-child(1) .p-true-section-reason__label {
  color: var(--color-accent);
  font-size: 2rem;
}
.p-true-section-reason:nth-child(1) .p-true-section-reason__label ._unit {
  font-size: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .p-true-section-reason:nth-child(1) .p-true-section-reason__label {
    font-size: 4rem;
  }
  .p-true-section-reason:nth-child(1) .p-true-section-reason__label ._unit {
    font-size: 2.75rem;
  }
}
.p-true-section-reason:nth-child(1) .p-true-section-reason__body {
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-true-section-reason:nth-child(1) .p-true-section-reason__body {
    font-size: 3rem;
  }
}

.p-true-section-reason:nth-child(2) .p-true-section-reason__label {
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-true-section-reason:nth-child(2) .p-true-section-reason__label {
    font-size: 3rem;
  }
}
.p-true-section-reason:nth-child(2) .p-true-section-reason__body {
  font-size: 1.3125rem;
}
@media screen and (min-width: 1024px) {
  .p-true-section-reason:nth-child(2) .p-true-section-reason__body {
    font-size: 2.625rem;
  }
}

.p-true-section-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-true-section-other__label {
  width: 4.0625rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) {
  .p-true-section-other__label {
    width: 7.1875rem;
    font-size: 1.5rem;
  }
}

.p-true-section-other__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) {
  .p-true-section-other__body {
    font-size: 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-true-section__graph {
  width: 250px;
}
.p-true-section__graph circle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 200px 200px;
          transform-origin: 200px 200px;
  -webkit-transition: var(--easeOutQuart) 1s;
  transition: var(--easeOutQuart) 1s;
  fill: transparent;
  stroke: var(--color-accent);
  stroke-width: 200;
}
.p-true-section__graph #text {
  opacity: 0;
  -webkit-transition: var(--easeOutQuart) 0.5s 0.5s;
  transition: var(--easeOutQuart) 0.5s 0.5s;
}
.p-true-section__graph.is-visible #text {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .p-true-section__graph {
    width: 400px;
  }
}

.p-true-section__graph._graph3 circle {
  -webkit-transform-origin: 300px 300px;
          transform-origin: 300px 300px;
  stroke-width: 300;
}
@media screen and (min-width: 1024px) {
  .p-true-section__graph._graph3 {
    width: 37.5rem;
  }
}

.p-true-section__graph._graph1 #circle1 {
  stroke-dasharray: 0 628;
  stroke: #eb322d;
}
.p-true-section__graph._graph1 #circle2 {
  stroke-dasharray: 0 628;
  stroke: rgba(234, 106, 104, 0.8);
}
.p-true-section__graph._graph1 #circle3 {
  stroke-dasharray: 0 628;
  stroke: rgba(234, 106, 104, 0.6);
}
.p-true-section__graph._graph1 #circle4 {
  stroke-dasharray: 0 628;
  stroke: rgba(234, 106, 104, 0.4);
}
.p-true-section__graph._graph1.is-visible #circle1 {
  stroke-dasharray: 502.4 125.6;
}
.p-true-section__graph._graph1.is-visible #circle2 {
  stroke-dasharray: 0 502.4 62.8 62.8;
}
.p-true-section__graph._graph1.is-visible #circle3 {
  stroke-dasharray: 0 565.2 43.96 18.84;
}
.p-true-section__graph._graph1.is-visible #circle4 {
  stroke-dasharray: 0 609.16 18.84 0;
}

.p-true-section__graph._graph2 #circle1 {
  stroke-dasharray: 0 628;
  stroke: #eb322d;
}
.p-true-section__graph._graph2 #circle2 {
  stroke-dasharray: 0 628;
  stroke: rgba(234, 106, 104, 0.8);
}
.p-true-section__graph._graph2 #circle3 {
  stroke-dasharray: 0 628;
  stroke: rgba(234, 106, 104, 0.6);
}
.p-true-section__graph._graph2 #circle4 {
  stroke-dasharray: 0 628;
  stroke: rgba(234, 106, 104, 0.4);
}
.p-true-section__graph._graph2.is-visible #circle1 {
  stroke-dasharray: 282.6 345.4;
}
.p-true-section__graph._graph2.is-visible #circle2 {
  stroke-dasharray: 0 282.6 157 188.4;
}
.p-true-section__graph._graph2.is-visible #circle3 {
  stroke-dasharray: 0 439.6 94.2 94.2;
}
.p-true-section__graph._graph2.is-visible #circle4 {
  stroke-dasharray: 0 533.8 94.2 0;
}

.p-true-section__graph._graph3 #circle1 {
  stroke-dasharray: 0 942;
  stroke: #eb322d;
}
.p-true-section__graph._graph3 #circle2 {
  stroke-dasharray: 0 942;
  stroke: #D9D9D9;
}
.p-true-section__graph._graph3.is-visible #circle1 {
  stroke-dasharray: 894.9 47.1;
}
.p-true-section__graph._graph3.is-visible #circle2 {
  stroke-dasharray: 0 894.9 47.1 0;
}

.p-true-section__graph._graph4 #circle1 {
  stroke-dasharray: 0 628;
  stroke: #eb322d;
}
.p-true-section__graph._graph4.is-visible #circle1 {
  stroke-dasharray: 628 0;
}

.p-true-section__graph._graph5 #circle1 {
  stroke-dasharray: 0 628;
  stroke: #eb322d;
}
.p-true-section__graph._graph5 #circle2 {
  stroke-dasharray: 0 628;
  stroke: rgba(234, 106, 104, 0.8);
}
.p-true-section__graph._graph5 #circle3 {
  stroke-dasharray: 0 628;
  stroke: rgba(234, 106, 104, 0.6);
}
.p-true-section__graph._graph5 #circle4 {
  stroke-dasharray: 0 628;
  stroke: rgba(234, 106, 104, 0.4);
}
.p-true-section__graph._graph5.is-visible #circle1 {
  stroke-dasharray: 282.6 345.4;
}
.p-true-section__graph._graph5.is-visible #circle2 {
  stroke-dasharray: 0 282.6 188.4 157;
}
.p-true-section__graph._graph5.is-visible #circle3 {
  stroke-dasharray: 0 471 94.2 62.8;
}
.p-true-section__graph._graph5.is-visible #circle4 {
  stroke-dasharray: 0 565.2 62.8 0;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-numbers {
  padding-bottom: var(--padding-page);
}
.p-numbers__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section);
  margin-top: var(--padding-block);
}
.p-numbers-section .c-heading-text-lg {
  margin-inline: -0.625rem;
}
.p-numbers-section__wrap {
  margin-top: var(--padding-block-sm);
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-numbers-section__wrap {
    gap: 1rem;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .p-numbers-section--environment .p-numbers-section__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-numbers-section--about .p-numbers-section__wrap {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 1024px) {
  .p-numbers-section--about .p-numbers-section__wrap {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-numbers-card {
  position: relative;
  padding: 1.25rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  border-radius: 0.125rem;
  background: #FFF;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card {
    padding: 2.5rem 1.25rem;
    gap: 1.25rem;
  }
}

.p-numbers-card__head {
  text-align: center;
}
.p-numbers-card__title {
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card__title {
    font-size: 2rem;
  }
}

.p-numbers-card__desc {
  font-size: 0.5625rem;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card__desc {
    font-size: 1.125rem;
  }
}

.p-numbers-card__pic {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-numbers-card__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  line-height: 1;
  font-size: 0.5625rem;
}
.p-numbers-card__num ._num {
  position: relative;
  top: 0.05em;
  line-height: 0.9;
  color: var(--Main, #EB322D);
  font-size: 2.5rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card__num {
    font-size: 1.5rem;
  }
  .p-numbers-card__num ._num {
    font-size: 6.875rem;
  }
}

.p-numbers-card__link {
  text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-numbers-card--salary1 .p-numbers-card__pic,
.p-numbers-card--salary2 .p-numbers-card__pic {
  width: 8rem;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card--salary1 .p-numbers-card__pic,
  .p-numbers-card--salary2 .p-numbers-card__pic {
    width: 13.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-numbers-card--salary1 .p-numbers-card__num,
  .p-numbers-card--salary2 .p-numbers-card__num,
  .p-numbers-card--salary3 .p-numbers-card__num {
    font-size: 0.9375rem;
  }
  .p-numbers-card--salary1 .p-numbers-card__num ._num,
  .p-numbers-card--salary2 .p-numbers-card__num ._num,
  .p-numbers-card--salary3 .p-numbers-card__num ._num {
    font-size: 4.25rem;
  }
}

.p-numbers-card--salary3 .p-numbers-card__pic {
  width: 9.375rem;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card--salary3 .p-numbers-card__pic {
    width: 16.875rem;
  }
}
.p-numbers-card--salary3 .p-numbers-card__num {
  position: absolute;
  top: 6.5625rem;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card--salary3 .p-numbers-card__num {
    top: 13.75rem;
  }
}

.p-numbers-card__bonus dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card__bonus dl {
    gap: 1rem;
  }
}
.p-numbers-card__bonus dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.3125rem;
}
.p-numbers-card__bonus dt ._unit {
  font-size: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card__bonus dt {
    font-size: 1.875rem;
  }
  .p-numbers-card__bonus dt ._unit {
    font-size: 0.875rem;
  }
}
.p-numbers-card__bonus dd {
  position: relative;
  top: 0.1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: var(--Main, #EB322D);
  font-size: 2.75rem;
}
.p-numbers-card__bonus dd ._unit {
  position: relative;
  top: -0.1em;
  font-size: 1.375rem;
  color: var(--color);
}
.p-numbers-card__bonus dd ._num {
  position: relative;
  top: -0.3em;
  margin-left: 0.5em;
  font-size: 13.5px;
  color: var(--color);
}
@media screen and (min-width: 1024px) {
  .p-numbers-card__bonus dd {
    font-size: 3.875rem;
  }
  .p-numbers-card__bonus dd ._unit {
    font-size: 1.9375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-numbers-card--map .p-numbers-card__head {
  position: absolute;
  left: 1.875rem;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card--map .p-numbers-card__head {
    left: 7.5rem;
    top: 5rem;
  }
}
.p-numbers-card--map .p-numbers-card__pic img {
  width: 13.4375rem;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card--map .p-numbers-card__pic img {
    width: 37.5rem;
  }
}
.p-numbers-card__map dl {
  position: absolute;
}
.p-numbers-card__map dt {
  font-size: 0.5rem;
  font-weight: 700;
}
.p-numbers-card__map dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: var(--Main, #EB322D);
  font-size: 1.75rem;
  line-height: 1;
}
.p-numbers-card__map dd ._unit {
  color: var(--text, #162532);
  font-size: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card__map dt {
    font-size: 1.125rem;
  }
  .p-numbers-card__map dd {
    font-size: 3.75rem;
  }
  .p-numbers-card__map dd ._unit {
    font-size: 1rem;
  }
}

.p-numbers-card__map .area1 {
  left: calc(50% + 6.25rem);
  top: 4.375rem;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card__map .area1 {
    left: calc(50% + 16.25rem);
    top: 12.5rem;
  }
}

.p-numbers-card__map .area2 {
  left: calc(50% + 3.75rem);
  top: 11.25rem;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card__map .area2 {
    left: calc(50% + 8.125rem);
    top: 33.125rem;
  }
}

.p-numbers-card__map .area3 {
  left: calc(50% + 0.625rem);
  top: 13.4375rem;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card__map .area3 {
    left: calc(50% - 0.9375rem);
    top: 36.875rem;
  }
}

.p-numbers-card__map .area4 {
  left: calc(50% - 4.375rem);
  top: 8.75rem;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card__map .area4 {
    left: calc(50% - 11.25rem);
    top: 26.25rem;
  }
}

.p-numbers-card__map .area5 {
  left: calc(50% - 8.75rem);
  top: 11.25rem;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card__map .area5 {
    left: calc(50% - 22.5rem);
    top: 32.5rem;
  }
}

.p-numbers-card__map .area6 {
  left: calc(50% - 2.5rem);
  top: 5.625rem;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card__map .area6 {
    left: calc(50% - 6.25rem);
    top: 15rem;
  }
}
.p-numbers-card__map .area6 dd {
  color: var(--color);
}

.p-numbers-card--project .p-numbers-card__num {
  font-size: 2.8125rem;
}
.p-numbers-card--project .p-numbers-card__num ._num {
  font-size: 5.625rem;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card--project .p-numbers-card__num {
    font-size: 2.25rem;
  }
  .p-numbers-card--project .p-numbers-card__num ._num {
    font-size: 10rem;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-numbers-card--about1 .p-numbers-card__pic,
.p-numbers-card--about2 .p-numbers-card__pic,
.p-numbers-card--about3 .p-numbers-card__pic {
  width: 4.375rem;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card--about1 .p-numbers-card__pic,
  .p-numbers-card--about2 .p-numbers-card__pic,
  .p-numbers-card--about3 .p-numbers-card__pic {
    width: 9.375rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-numbers-card--about3 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

@media screen and (max-width: 1023px) {
  .p-numbers-card--about4 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-numbers-card--about4 .p-numbers-card__num {
    margin-top: 2.25rem;
  }
}

.p-numbers-card__job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
  font-size: 0.5rem;
}
.p-numbers-card__job dt {
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .p-numbers-card__job {
    font-size: 0.75rem;
  }
  .p-numbers-card__job dd {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-numbers-card--about7,
  .p-numbers-card--about8 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1024px) {
  .p-numbers-card--about7 .p-numbers-card__pic img,
  .p-numbers-card--about8 .p-numbers-card__pic img {
    width: 16.25rem;
  }
}

.p-numbers-card--about9 .p-numbers-card__pic {
  margin-top: 1.875rem;
  width: 10rem;
}
@media screen and (max-width: 1023px) {
  .p-numbers-card--about9 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1024px) {
  .p-numbers-card--about9 .p-numbers-card__pic {
    width: 10rem;
  }
}

.p-numbers-card__gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 2.5rem;
}
.p-numbers-card__gender dl {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.p-numbers-card__gender dt {
  position: absolute;
  top: -10rem;
  width: 100%;
  text-align: center;
  font-size: 1.101375rem;
}
.p-numbers-card__gender dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: var(--Main, #EB322D);
  font-size: 3.0593125rem;
  line-height: 1;
}
.p-numbers-card__gender dd ._unit {
  color: var(--text, #162532);
  font-size: 1.14725rem;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-numbers-card-job {
  margin-top: 16px;
  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;
  position: relative;
}

.p-numbers-card-job__items {
  opacity: 0;
}
.is-visible .p-numbers-card-job__items {
  opacity: 1;
  -webkit-transition: var(--easeOutQuart) 0.5s 0.5s;
  transition: var(--easeOutQuart) 0.5s 0.5s;
}

.p-numbers-card-job-item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.p-numbers-card-job-item__line {
  position: absolute;
  pointer-events: none;
}
.p-numbers-card-job-item__line svg {
  width: 100%;
  height: auto;
}

.p-numbers-card-job-item__label {
  width: 100%;
}

.p-numbers-card-job-item__rate {
  font-size: 24px;
}
.p-numbers-card-job-item__rate span {
  font-size: 10px;
}

.p-numbers-card-job-item:nth-child(1) {
  left: calc(50% + 45px);
  top: -28px;
}
.p-numbers-card-job-item:nth-child(1) .p-numbers-card-job-item__line {
  width: 45px;
  top: 50%;
  right: calc(100% + 5px);
}

.p-numbers-card-job-item:nth-child(2) {
  left: calc(50% - 30px);
  top: calc(50% + 10px);
  color: #fff;
}

.p-numbers-card-job__graph {
  width: 164px;
}
.p-numbers-card-job__graph svg {
  width: 100%;
  height: auto;
}
.p-numbers-card-job__graph circle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 100px 100px;
          transform-origin: 100px 100px;
  stroke-width: 100;
  fill: transparent;
  stroke: var(--color-accent);
  stroke-width: 100;
  -webkit-transition: var(--easeOutQuart) 1s;
  transition: var(--easeOutQuart) 1s;
  stroke-dasharray: 0 314;
}
.p-numbers-card-job__graph #circle1 {
  stroke: #EB322D;
}
.p-numbers-card-job__graph #circle2 {
  stroke: #D2DADE;
}
.is-visible .p-numbers-card-job__graph #circle1 {
  stroke-dasharray: 304.58 9.42;
}
.is-visible .p-numbers-card-job__graph #circle2 {
  stroke-dasharray: 0 304.58 9.42 0;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-numbers-card-skill {
  margin-top: 16px;
  position: relative;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.p-numbers-card-skill__annotation {
  opacity: 0;
}
.p-numbers-card-skill__annotation li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-size: 10px;
}
.p-numbers-card-skill__annotation li i {
  width: 10px;
  height: 10px;
  background: #EB322D;
}
.p-numbers-card-skill__annotation li:nth-child(1) i {
  background: #EB322D;
}
.p-numbers-card-skill__annotation li:nth-child(2) i {
  background: #EA6A68;
}
.p-numbers-card-skill__annotation li:nth-child(3) i {
  background: #EA908F;
}
.p-numbers-card-skill__annotation li:nth-child(4) i {
  background: #EAB6B6;
}
.p-numbers-card-skill__annotation li:nth-child(5) i {
  background: #7C7C7C;
}
.p-numbers-card-skill__annotation li:nth-child(6) i {
  background: #878888;
}
.p-numbers-card-skill__annotation li:nth-child(7) i {
  background: #9D9E9F;
}
.p-numbers-card-skill__annotation li:nth-child(8) i {
  background: #B3B5B7;
}
.p-numbers-card-skill__annotation li:nth-child(9) i {
  background: #C8CCCE;
}
.p-numbers-card-skill__annotation li:nth-child(10) i {
  background: #EA6A68;
}
.is-visible .p-numbers-card-skill__annotation {
  opacity: 1;
  -webkit-transition: var(--easeOutQuart) 0.5s 0.5s;
  transition: var(--easeOutQuart) 0.5s 0.5s;
}

.p-numbers-card-skill__wrap {
  position: relative;
}

.p-numbers-card-skill__items {
  opacity: 0;
}
.is-visible .p-numbers-card-skill__items {
  opacity: 1;
  -webkit-transition: var(--easeOutQuart) 0.5s 0.5s;
  transition: var(--easeOutQuart) 0.5s 0.5s;
}

.p-numbers-card-skill-item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.p-numbers-card-skill-item__line {
  position: absolute;
  pointer-events: none;
}
.p-numbers-card-skill-item__line svg {
  width: 100%;
  height: auto;
}

.p-numbers-card-skill-item:nth-child(1) {
  left: calc(50% + 30px);
  top: calc(50% - 30px);
}
.p-numbers-card-skill-item:nth-child(1) .p-numbers-card-skill-item__rate {
  font-size: 20px;
}
.p-numbers-card-skill-item:nth-child(1) .p-numbers-card-skill-item__rate span {
  font-size: 10px;
}

.p-numbers-card-skill-item:nth-child(2) {
  left: calc(50% - 10px);
  top: calc(50% + 35px);
}
.p-numbers-card-skill-item:nth-child(2) .p-numbers-card-skill-item__rate {
  font-size: 20px;
}
.p-numbers-card-skill-item:nth-child(2) .p-numbers-card-skill-item__rate span {
  font-size: 10px;
}

.p-numbers-card-skill-item:nth-child(3) {
  left: calc(50% - 65px);
  top: calc(50% + 20px);
}
.p-numbers-card-skill-item:nth-child(3) .p-numbers-card-skill-item__rate {
  font-size: 20px;
}
.p-numbers-card-skill-item:nth-child(3) .p-numbers-card-skill-item__rate span {
  font-size: 10px;
}

.p-numbers-card-skill-item:nth-child(4) {
  left: calc(50% - 78px);
  top: calc(50% - 10px);
}

.p-numbers-card-skill-item:nth-child(5) {
  left: calc(50% - 72px);
  top: calc(50% - 36px);
}

.p-numbers-card-skill-item:nth-child(6) {
  left: calc(50% - 60px);
  top: calc(50% - 55px);
  text-align: center;
}

.p-numbers-card-skill-item:nth-child(7) {
  left: calc(50% - 98px);
  top: calc(50% - 74px);
  text-align: center;
  color: var(--gray01, #7C7C7C);
}
.p-numbers-card-skill-item:nth-child(7) .p-numbers-card-skill-item__line {
  width: 14px;
  left: calc(100% + 2px);
  top: 10%;
}

.p-numbers-card-skill-item:nth-child(8) {
  left: calc(50% - 78px);
  top: calc(50% - 98px);
  text-align: center;
  color: var(--gray01, #7C7C7C);
}
.p-numbers-card-skill-item:nth-child(8) .p-numbers-card-skill-item__line {
  width: 14px;
  left: calc(100% - 2px);
  top: 80%;
}

.p-numbers-card-skill-item:nth-child(9) {
  left: calc(50% - 55px);
  top: calc(50% - 107px);
  text-align: center;
  color: var(--gray01, #7C7C7C);
}
.p-numbers-card-skill-item:nth-child(9) .p-numbers-card-skill-item__line {
  width: 1px;
  left: 50%;
  top: 100%;
}

.p-numbers-card-skill-item:nth-child(10) {
  left: calc(50% - 32px);
  top: calc(50% - 76px);
  text-align: right;
}

.p-numbers-card-skill-item__rate {
  font-size: 14px;
}
.p-numbers-card-skill-item__rate span {
  font-size: 10px;
}

.p-numbers-card-skill__graph {
  width: 164px;
}
.p-numbers-card-skill__graph svg {
  width: 100%;
  height: auto;
}
.p-numbers-card-skill__graph circle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 100px 100px;
          transform-origin: 100px 100px;
  stroke-width: 100;
  fill: transparent;
  stroke: var(--color-accent);
  stroke-width: 100;
  -webkit-transition: var(--easeOutQuart) 1s;
  transition: var(--easeOutQuart) 1s;
  stroke-dasharray: 0 314;
}
.p-numbers-card-skill__graph #circle1 {
  stroke: #EB322D;
}
.p-numbers-card-skill__graph #circle2 {
  stroke: #EA6A68;
}
.p-numbers-card-skill__graph #circle3 {
  stroke: #EA908F;
}
.p-numbers-card-skill__graph #circle4 {
  stroke: #EAB6B6;
}
.p-numbers-card-skill__graph #circle5 {
  stroke: #7C7C7C;
}
.p-numbers-card-skill__graph #circle6 {
  stroke: #878888;
}
.p-numbers-card-skill__graph #circle7 {
  stroke: #9D9E9F;
}
.p-numbers-card-skill__graph #circle8 {
  stroke: #B3B5B7;
}
.p-numbers-card-skill__graph #circle9 {
  stroke: #C8CCCE;
}
.p-numbers-card-skill__graph #circle10 {
  stroke: #EA6A68;
}
.is-visible .p-numbers-card-skill__graph #circle1 {
  stroke-dasharray: 119.32 194.68;
}
.is-visible .p-numbers-card-skill__graph #circle2 {
  stroke-dasharray: 0 119.32 59.66 135.02;
}
.is-visible .p-numbers-card-skill__graph #circle3 {
  stroke-dasharray: 0 178.98 47.1 87.92;
}
.is-visible .p-numbers-card-skill__graph #circle4 {
  stroke-dasharray: 0 226.08 18.84 69.08;
}
.is-visible .p-numbers-card-skill__graph #circle5 {
  stroke-dasharray: 0 244.92 18.84 50.24;
}
.is-visible .p-numbers-card-skill__graph #circle6 {
  stroke-dasharray: 0 260.62 15.7 37.68;
}
.is-visible .p-numbers-card-skill__graph #circle7 {
  stroke-dasharray: 0 276.32 9.42 28.26;
}
.is-visible .p-numbers-card-skill__graph #circle8 {
  stroke-dasharray: 0 285.74 3.14 25.12;
}
.is-visible .p-numbers-card-skill__graph #circle9 {
  stroke-dasharray: 0 288.88 9.42 15.7;
}
.is-visible .p-numbers-card-skill__graph #circle10 {
  stroke-dasharray: 0 298.3 15.7 0;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-reason-theme {
  padding: 0 0 var(--padding-section-lg);
}
@media screen and (min-width: 1024px) {
  .p-reason-theme {
    max-width: 75.5rem;
    margin-inline: auto;
  }
}

.p-reason-theme__wrap {
  position: relative;
  padding: 5.625rem 0 0;
}
@media screen and (min-width: 1024px) {
  .p-reason-theme__wrap {
    padding: 6.25rem 0 0;
  }
}

.p-reason-theme__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .p-reason-theme__title {
    font-size: 3rem;
  }
}

.p-reason-theme-nayami {
  margin-top: 0.75rem;
  padding: 1.875rem 1.25rem;
  background: url(../img/bg-dark.webp) center center/90rem auto;
}
@media screen and (min-width: 1024px) {
  .p-reason-theme-nayami {
    margin-top: 2rem;
    padding: 3.75rem 5.625rem 5rem;
  }
}

.p-reason-theme-nayami__title {
  color: var(--white, #FFF);
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-reason-theme-nayami__title {
    font-size: 2.125rem;
  }
}

.p-reason-theme-nayami__items {
  margin-top: 1.25rem;
  padding: 1.875rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-reason-theme-nayami__items {
    margin-top: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 4.375rem 2.5rem 1.875rem;
  }
}

.p-reason-theme-nayami-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.p-reason-theme-nayami-item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-reason-theme-nayami-item img {
  width: 8.75rem;
}
@media screen and (min-width: 1024px) {
  .p-reason-theme-nayami-item {
    gap: 2.125rem;
    font-size: 1.3125rem;
  }
  .p-reason-theme-nayami-item figure {
    height: 8.75rem;
  }
  .p-reason-theme-nayami-item img {
    width: 12.5rem;
  }
}

.p-reason-theme-nayami__bottom {
  margin-top: 1.25rem;
  display: block;
  text-align: center;
}
.p-reason-theme-nayami__bottom svg {
  width: 11.296875rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-reason-theme-nayami__bottom {
    margin-top: var(--padding-block);
  }
  .p-reason-theme-nayami__bottom svg {
    width: 30.125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-reason-theme__lead {
  margin-top: var(--padding-block);
}
@media screen and (max-width: 639px) {
  .p-reason-theme__lead {
    margin-inline: -1.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-reason-theme__number {
  margin-top: var(--padding-block);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-reason-theme__approach {
  margin-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-reason-theme__approach {
    margin-top: 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-reason-salary {
  padding-top: var(--padding-section-lg);
  position: relative;
  overflow: hidden;
  background: #fff;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-reason-salary-unit {
  margin-top: var(--padding-block);
}
@media screen and (max-width: 1023px) {
  .p-reason-salary-unit {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason-salary-unit {
    max-width: 63.75rem;
    margin-inline: auto;
  }
}

.p-reason-salary-unit__data {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-reason-salary-unit__data {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason-salary-unit__data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.0625rem;
  }
}

.p-reason-salary-unit-data-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: var(--white, #FFF);
  padding: 2.5rem 1.5625rem;
}
@media screen and (min-width: 1024px) {
  .p-reason-salary-unit-data-item {
    padding: 1.875rem 3.75rem;
  }
}

.p-reason-salary-unit-data-item__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-reason-salary-unit-data-item__title {
    font-size: 2rem;
  }
}

.p-reason-salary-unit-data-item__pic {
  margin-top: 0.75rem;
  text-align: center;
}
.p-reason-salary-unit-data-item__pic svg,
.p-reason-salary-unit-data-item__pic img {
  width: 17.5rem;
}
@media screen and (min-width: 1024px) {
  .p-reason-salary-unit-data-item__pic {
    margin-top: 1.5rem;
  }
  .p-reason-salary-unit-data-item__pic svg,
  .p-reason-salary-unit-data-item__pic img {
    width: 25rem;
  }
}

.p-reason-salary-unit-data-item__table {
  margin-top: 1.5rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.625rem 0;
  table-layout: fixed;
  text-align: center;
}
.p-reason-salary-unit-data-item__table th, .p-reason-salary-unit-data-item__table td {
  height: 3.75rem;
  vertical-align: middle;
  font-size: 1rem;
  border: var(--border-gray);
}
.p-reason-salary-unit-data-item__table th {
  font-weight: 700;
  background: var(--Bg02, #E9EEF1);
}
.is-ag .p-reason-salary-unit-data-item__table th {
  color: #fff;
  background: var(--Main, #EB322D);
}
@media screen and (min-width: 1024px) {
  .p-reason-salary-unit-data-item__table {
    margin-top: 2rem;
  }
}

.p-reason-salary-unit-data-item__ex {
  margin-top: 1rem;
  color: var(--gray01, #7C7C7C);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 170%;
}

.p-reason-salary-unit-reason {
  margin-top: var(--padding-block);
  position: relative;
  padding: 1.875rem 1rem;
  background: var(--Bg02, #E9EEF1);
}
@media screen and (min-width: 1024px) {
  .p-reason-salary-unit-reason {
    padding: 2.5rem 3.125rem;
  }
}

.p-reason-salary-unit-reason__label {
  position: absolute;
  left: 0.75rem;
  top: -1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  padding: 0 0.625rem;
  background: var(--Main, #EB322D);
  color: var(--white, #FFF);
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-reason-salary-unit-reason__label {
    left: 1.75rem;
  }
}

.p-reason-salary-unit-reason__body {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.p-reason-salary-unit-reason__body p {
  margin-top: -0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-reason-salary-unit-reason__body {
    margin-top: 0.875rem;
    gap: 1.75rem;
  }
  .p-reason-salary-unit-reason__body p {
    margin-top: -0.875rem;
  }
}

.p-reason-salary-unit__more {
  margin-top: var(--padding-block);
  text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-reason-salary-list {
  padding-top: var(--padding-section-lg);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-reason-project {
  position: relative;
  overflow: hidden;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-reason-project-ses {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-reason-project-ses {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason-project-ses {
    gap: 1.25rem;
    max-width: 64rem;
    margin-inline: auto;
  }
}

.p-reason-project-ses-item {
  background: var(--white, #FFF);
  padding: 1.875rem 1.5625rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-reason-project-ses-item {
    padding: 1.875rem 3.75rem;
  }
}

.p-reason-project-ses-item__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.is-ag .p-reason-project-ses-item__title {
  color: var(--Main, #EB322D);
}
@media screen and (min-width: 1024px) {
  .p-reason-project-ses-item__title {
    font-size: 2rem;
  }
}

.p-reason-project-ses-item__pic {
  margin-top: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-reason-project-ses-item__pic {
    margin-top: 1.5rem;
  }
  .p-reason-project-ses-item__pic img {
    width: 40.875rem;
  }
}

.p-reason-project-ses-item__ex {
  margin-top: 1.25rem;
  padding: 0.5rem 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  border-radius: 0.25rem;
  background: var(--Bg02, #E9EEF1);
  font-size: 0.875rem;
  font-weight: 700;
}
.p-reason-project-ses-item__ex i {
  width: 1.25rem;
}
.p-reason-project-ses-item__ex svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-reason-project-ses-item__ex {
    margin-top: 1.5rem;
    padding: 0.5rem 1.25rem;
    font-size: 1.125rem;
  }
  .p-reason-project-ses-item__ex i {
    width: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-reason-project-ses__point {
    max-width: 54rem;
    margin-inline: auto;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-reason-project-matching__wrap {
  margin-top: var(--padding-section-lg);
}
@media screen and (max-width: 1023px) {
  .p-reason-project-matching__wrap {
    margin-inline: -1rem;
  }
}

.p-reason-project-matching__head {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .p-reason-project-matching__head {
    margin-inline: -1rem;
  }
}

.p-reason-project-matching__title1 {
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-reason-project-matching__title1 {
    font-size: 2rem;
  }
}

.p-reason-project-matching__title2 {
  margin-top: 0.75rem;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-reason-project-matching__title2 {
    margin-top: 1.25rem;
    font-size: 3rem;
  }
}

.p-reason-project-matching__pic {
  margin-top: var(--padding-section);
}
.p-reason-project-matching__pic img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-reason-project-matching__pic {
    max-width: 75rem;
    margin-inline: auto;
  }
}

.p-reason-project-matching__compare {
  margin-top: var(--padding-section-lg);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-reason-project-list {
  margin-top: var(--padding-section-lg);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-reason-benefits {
  padding-top: var(--padding-section);
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-reason-benefits {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason-benefits {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.p-reason-benefits-item {
  padding: 1.25rem 0.875rem;
  border-radius: 0.25rem;
  background: #fff;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-reason-benefits-item {
    padding: 1.75rem 2.5rem;
        grid-template-areas: "pic title" "pic desc";
    -ms-grid-columns: 4.375rem 1.5rem 1fr;
    grid-template-columns: 4.375rem 1fr;
    -ms-grid-rows: auto 0.75rem 1fr;
    grid-template-rows: auto 1fr;
    gap: 0.75rem 1.5rem;
  }
  .p-reason-benefits-item > .p-recruit-benefits-item__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-reason-benefits-item > .p-recruit-benefits-item__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-reason-benefits-item > .p-benefit-section-item__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-reason-benefits-item > .p-benefit-section-item__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-reason-benefits-item > .p-benefit-section-item__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

@media screen and (max-width: 1023px) {
  .p-reason-benefits-item__pic {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason-benefits-item__pic {
    grid-area: pic;
    -ms-grid-row-align: center;
        align-self: center;
  }
}
.c-card-career__head > .p-reason-benefits-item__pic {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  }

.p-reason-benefits-item__title {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .p-reason-benefits-item__title {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason-benefits-item__title {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: title;
    font-size: 1.5rem;
  }
}

.p-reason-benefits-item__desc {
  font-size: 0.875rem;
  line-height: 160%; /* 22.4/16+rem */
}
@media screen and (min-width: 1024px) {
  .p-reason-benefits-item__desc {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: desc;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-reason-numbers {
  padding-top: var(--padding-section);
}

.p-reason-numbers__more {
  padding-top: var(--padding-block);
  text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-reason-flow {
  padding: var(--padding-section-lg) 0;
  background: #fff;
}
.p-reason-flow__recruitment,
.p-reason-flow__faq {
  padding-top: var(--padding-section);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-block-sm);
}
@media screen and (max-width: 1023px) {
  .p-reason-flow__recruitment,
  .p-reason-flow__faq {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason-flow__recruitment,
  .p-reason-flow__faq {
    max-width: 61.75rem;
    margin-inline: auto;
  }
}

.p-reason-flow__faq {
  display: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-reason__cta {
  padding: var(--padding-section-lg) 0;
  position: relative;
}
.p-reason__cta.has-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #fff;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-recruit-blog {
  padding-bottom: var(--padding-page);
}
.p-recruit-blog__heading {
  line-height: 1;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-recruit-blog__heading {
    font-size: 3rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-blog-pickup {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-recruit-blog-pickup {
    margin-top: 2rem;
  }
}

.p-recruit-blog-pickup__list .swiper {
  width: 22.375rem;
}
.p-recruit-blog-pickup__list .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .p-recruit-blog-pickup__list .swiper {
    width: 61.625rem;
    overflow: initial;
  }
}

.p-recruit-blog-pickup__ctrl button {
  position: absolute;
  width: 3.875rem;
  top: 12.5rem;
  z-index: 5;
}
.p-recruit-blog-pickup__ctrl button:nth-child(1) {
  left: 0rem;
}
.p-recruit-blog-pickup__ctrl button:nth-child(2) {
  right: 0rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-blog-pickup__ctrl button {
    top: 8.0625rem;
  }
  .p-recruit-blog-pickup__ctrl button:nth-child(1) {
    left: calc(50% - 32.5rem);
  }
  .p-recruit-blog-pickup__ctrl button:nth-child(2) {
    right: calc(50% - 32.5rem);
  }
}

.p-recruit-blog-pickup__paginate {
  margin-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-blog__wrap {
  margin-top: var(--padding-section);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-blog__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-blog__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}

.p-recruit-blog__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-recruit-blog__list {
  margin-top: var(--padding-block-sm);
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-blog__list {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
  }
}

.p-recruit-blog__paginate {
  padding-top: var(--padding-section);
}
@media screen and (min-width: 1024px) {
  .p-recruit-blog__aside {
    width: 26.25rem;
    margin-top: 5rem;
  }
}

.p-recruit-blog__relative {
  margin-top: var(--padding-section-lg);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-blog-single {
  padding-bottom: var(--padding-page);
}

.p-recruit-blog-single__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-blog-single__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-blog-single__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}

.p-recruit-blog-single__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-recruit-blog-single__eyecatch img {
  width: 100%;
}

.p-recruit-blog-single__editor {
  padding: 1.25rem 1rem;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .p-recruit-blog-single__editor {
    padding: 2.5rem 2.5rem;
  }
}

.p-recruit-blog-single__more {
  padding-top: var(--padding-block);
  text-align: center;
}
.p-recruit-blog-single__more a {
  width: 20.5625rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-blog-single__more a {
    width: 16.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-recruit-blog-single__aside {
    width: 26.25rem;
  }
}

.p-recruit-blog-single__relative {
  margin-top: var(--padding-section-lg);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-recruit-member {
  padding-bottom: var(--padding-page);
}

.p-recruit-member__nav {
  margin-top: 1.25rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-recruit-member__nav {
    margin-top: 0.875rem;
  }
}

.p-recruit-member__list {
  margin-top: 3.75rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-member__list {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-member__list {
    -ms-grid-columns: 1fr 1.3125rem 1fr 1.3125rem 1fr 1.3125rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem 1.3125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-member-single {
  padding-bottom: var(--padding-page);
}
.p-recruit-member-single__wrap {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-recruit-member-single__wrap {
    margin-top: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 6.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-recruit-member-single__profile {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-member-single__profile {
    width: 30.25rem;
    position: sticky;
    top: calc(var(--header-height) + 2.5rem);
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.p-recruit-member-single__content {
  margin-top: 3.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1023px) {
  .p-recruit-member-single__content {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-member-single__content {
    margin-top: 0;
  }
}

.p-recruit-member-single__en {
  color: var(--Main, #EB322D);
  font-family: var(--Inter);
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-member-single__en {
    font-size: 1.5rem;
  }
}

.p-recruit-member-single__title {
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-recruit-member-single__title {
    font-size: 2rem;
  }
}

.p-recruit-member-single__body {
  padding-top: var(--padding-block);
}
.p-recruit-member-single__cta {
  margin-top: var(--padding-section-lg);
}

.p-recruit-member-single-other {
  margin-top: var(--padding-section-lg);
  position: relative;
  overflow: hidden;
}

.p-recruit-member-single-other-list {
  margin-top: var(--padding-section);
  position: relative;
}
.p-recruit-member-single-other-list .swiper {
  width: 18.1875rem;
  overflow: initial;
}
.p-recruit-member-single-other-list .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .p-recruit-member-single-other-list .swiper {
    width: 21.25rem;
  }
}

.p-recruit-member-single-other-list__ctrl button {
  position: absolute;
  width: 3.875rem;
  top: 12.875rem;
  z-index: 5;
}
.p-recruit-member-single-other-list__ctrl button:nth-child(1) {
  left: -1.625rem;
}
.p-recruit-member-single-other-list__ctrl button:nth-child(2) {
  right: -1.625rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-member-single-other-list__ctrl button {
    top: 13.75rem;
  }
  .p-recruit-member-single-other-list__ctrl button:nth-child(1) {
    left: -5.8125rem;
  }
  .p-recruit-member-single-other-list__ctrl button:nth-child(2) {
    right: -5.8125rem;
  }
}

.p-recruit-member-single-other-list__paginate {
  margin-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

.p-recruit-member-single-other__more {
  padding-top: var(--padding-section);
  text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-requirements {
  padding-bottom: var(--padding-page);
}
.p-requirements__wrap {
  position: relative;
  padding: 2rem 1rem;
  background: var(--white, #FFF);
}
@media screen and (max-width: 1023px) {
  .p-requirements__wrap {
    margin-inline: -2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-requirements__wrap {
    margin-top: 2rem;
    padding: 7.1875rem 6.875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-entry-form {
  padding-bottom: var(--padding-page);
}
.p-entry-form__wrap {
  border-radius: 0.25rem;
  background: var(--white, #FFF);
  padding: var(--padding-wrap-bg);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-entry-form__wrap {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-entry-form__wrap {
    max-width: 75.5rem;
    margin-inline: auto;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-entry-form__form {
    max-width: 53.125rem;
    margin-inline: auto;
  }
}

.page-entry-form .cm-section-contact {
  display: none;
}
.page-entry-form .cm-section-cta {
  display: none;
}
.page-entry-form .cm-nav-media {
  display: none;
}
.page-entry-form .cm-nav-mega--footer {
  display: none;
}
.page-entry-form .l-aside__bnr {
  display: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.cm-section-header {
  position: relative;
  z-index: 10;
  padding-top: var(--padding-page);
}
.cm-section-header__line {
  position: absolute;
  top: 0;
  right: 0;
  width: 14.8125rem;
  overflow: hidden;
  pointer-events: none;
}
.cm-section-header__line img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__line {
    width: 46.3125rem;
    top: 2.0625rem;
    right: calc(50% - 32.25rem);
  }
}

.cm-section-header__bc {
  position: relative;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem 1.5625rem;
  color: var(--gray01, #7C7C7C);
  font-size: 0.5rem;
  font-weight: 400;
}
.cm-section-header__bc li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cm-section-header__bc li:not(:first-child):before {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  position: absolute;
  left: -0.9375rem;
  pointer-events: none;
  border-radius: 100%;
  background: var(--gray02, #D9D9D9);
}
.cm-section-header__bc a {
  text-decoration: underline;
  color: var(--color);
}
.cm-section-header__bc a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__bc {
    padding: 1.25rem 0;
  }
}

.cm-section-header__title {
  position: relative;
  margin-top: 1.875rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__title {
    margin-top: 2.5rem;
    padding-left: 5.25rem;
    padding-right: 5.25rem;
    padding-bottom: 3.375rem;
  }
}

.cm-section-header__nav {
  position: relative;
  z-index: 5;
  margin: 0 1rem -2.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__nav {
    margin: 0 auto -2rem 0;
  }
}

.cm-section-header--about .cm-section-header__line {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 23.6875rem;
}
.cm-section-header--about .cm-section-header__line img {
  right: -10rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header--about .cm-section-header__line {
    width: 72.625rem;
    top: 0;
    right: 0;
  }
  .cm-section-header--about .cm-section-header__line img {
    right: -7.5rem;
  }
}

.cm-section-header--recruitTop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cm-section-header--recruitTop .cm-section-header__bc {
    color: var(--white, #FFF);
  }
  .cm-section-header--recruitTop .cm-section-header__bc a {
    color: var(--white, #FFF);
  }
}

.cm-section-header--recruit {
  z-index: auto;
}
@media screen and (min-width: 1024px) {
  .cm-section-header--recruit .cm-section-header__line {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .cm-section-header--recruit .cm-section-header__title {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-section-header--recruit .cm-section-header__title {
    margin-top: 6.25rem;
    padding-left: 0;
    padding-bottom: 2.125rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-section-header--blog .cm-section-header__title {
    padding-left: 1.625rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-section-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .cm-section-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cm-section-contact-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.25rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  min-height: 18.125rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-contact-item {
    min-height: 22.125rem;
    padding: 3.625rem 4rem 3.125rem;
    gap: 2rem;
  }
}

.cm-section-contact-item__head {
  margin-bottom: auto;
}
@media screen and (max-width: 1023px) {
  .cm-section-contact-item__head {
    margin-left: -1.125rem;
  }
}

.cm-section-contact-item__desc {
  margin-top: 2rem;
  color: var(--gray01, #7C7C7C);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 160%; /* 22.4/16+rem */
}
@media screen and (min-width: 1024px) {
  .cm-section-contact-item__desc {
    font-size: 1.125rem;
    line-height: 220%; /* 39.6/16+rem */
  }
}

@media screen and (min-width: 1024px) {
  .cm-section-contact-item__action {
    width: 16.5rem;
  }
}

.cm-section-contact-item--contact {
  background: var(--color-accent);
}
.cm-section-contact-item--contact .cm-section-contact-item__desc {
  color: #fff;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-section-contact-sm {
  padding: 1.875rem 1.25rem 2.5rem;
  width: 100%;
  color: #fff;
  background: url(../img/bg-dark.webp) center center/90rem auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .cm-section-contact-sm {
    padding: 4.375rem 0 5rem;
    border-radius: 0.25rem;
    overflow: hidden;
  }
}

.cm-section-contact-sm__title {
  color: var(--white, #FFF);
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-section-contact-sm__title {
    font-size: 2rem;
  }
}

.cm-section-contact-sm__desc {
  margin-top: 1.25rem;
  color: var(--white, #FFF);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 160%; /* 22.4/16+rem */
}
@media screen and (min-width: 1024px) {
  .cm-section-contact-sm__desc {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75;
  }
}

.cm-section-contact-sm__action {
  margin-top: 1.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .cm-section-contact-sm__action {
    margin-top: 2.875rem;
    width: 31.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-section-cta {
  position: relative;
  color: #fff;
  background: url(../img/bg-dark.webp) center center/90rem auto;
}

.cm-section-cta--sm {
  margin-inline: 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-cta--sm {
    max-width: 82.625rem;
    margin-inline: auto;
  }
}

.cm-section-cta-item {
  padding: 3.75rem 1.5rem 2.625rem;
}
.cm-section-cta-item:not(:first-child) {
  border-top: var(--border-gray);
}
@media screen and (min-width: 1024px) {
  .cm-section-cta-item {
    padding: 6.25rem 6.25rem;
  }
}

.cm-section-cta-item__head {
  text-align: center;
}
.cm-section-cta-item__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 3.125rem;
  line-height: 1;
  background: var(--Main, #EB322D);
  color: #FFF;
  font-family: var(--IBM);
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .cm-section-cta-item__label {
    font-size: 1.125rem;
  }
}

.cm-section-cta-item__title {
  margin-top: 0.25rem;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .cm-section-cta-item__title {
    font-size: 3rem;
  }
}

.cm-section-cta-item__lead {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 160%;
  color: var(--gray02, #D9D9D9);
}
@media screen and (max-width: 1023px) {
  .cm-section-cta-item__lead {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .cm-section-cta-item__lead {
    margin-top: 0.875rem;
    max-width: 50rem;
    margin-inline: auto;
    font-size: 1.125rem;
    line-height: 220%;
  }
}

.cm-section-cta-item__action {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-cta-item__action {
    margin-top: 3.25rem;
    max-width: 64.5rem;
    margin-inline: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
  }
  .cm-section-cta-item__action li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.cm-section-cta-item__other {
  margin: 1.25rem 0;
  text-align: center;
}
.cm-section-cta-item__other a {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .cm-section-cta-item__other {
    margin-top: 2.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.cm-block-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.25rem;
  background: var(--Bg02, #E9EEF1);
}
@media screen and (max-width: 1023px) {
  .cm-block-more {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-block-more {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .cm-block-more__pic {
    width: 32.875rem;
  }
  .cm-block-more__pic img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.25rem 0 0 0.25rem;
  }
}

.cm-block-more__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.875rem 1.8125rem 2.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-block-more__body {
    padding: 3.125rem 5.625rem;
  }
}

.cm-block-more__sub {
  padding-bottom: 0.5em;
  font-size: 0.875rem;
}
@media screen and (max-width: 1023px) {
  .cm-block-more__sub {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .cm-block-more__sub {
    font-size: 1rem;
  }
}

.cm-block-more__title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .cm-block-more__title {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .cm-block-more__title {
    font-size: 2rem;
  }
}

.cm-block-more__desc {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-block-more__desc {
    margin-top: 0.5rem;
  }
}

.cm-block-more__ex {
  color: var(--gray01, #7C7C7C);
}

.cm-block-more__more {
  margin-top: 1.25rem;
  width: 10rem;
}
@media screen and (max-width: 1023px) {
  .cm-block-more__more {
    margin-inline: auto;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-block-recruitment,
.cm-block-faq {
  border-radius: 0.25rem;
  border: var(--border);
  background: var(--gray04, #F3F3F3);
}
.cm-block-recruitment + .cm-block-recruitment,
.cm-block-recruitment + .cm-block-faq,
.cm-block-faq + .cm-block-recruitment,
.cm-block-faq + .cm-block-faq {
  margin-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-block-recruitment + .cm-block-recruitment,
  .cm-block-recruitment + .cm-block-faq,
  .cm-block-faq + .cm-block-recruitment,
  .cm-block-faq + .cm-block-faq {
    margin-top: 2rem;
  }
}

.cm-block-recruitment-btn,
.cm-block-faq-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 1rem 1.125rem;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .cm-block-recruitment-btn,
  .cm-block-faq-btn {
    padding: 1.5rem 2.5rem;
    min-height: 9.375rem;
  }
}

.cm-block-recruitment-btn__txt,
.cm-block-faq-btn__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cm-block-recruitment-btn__txt i,
.cm-block-faq-btn__txt i {
  color: var(--Main, #EB322D);
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-block-recruitment-btn__txt,
  .cm-block-faq-btn__txt {
    gap: 1rem;
    font-size: 1.5rem;
  }
  .cm-block-recruitment-btn__txt i,
  .cm-block-faq-btn__txt i {
    font-size: 2rem;
  }
}

.cm-block-recruitment-btn__status,
.cm-block-faq-btn__status {
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .cm-block-recruitment-btn__status,
  .cm-block-faq-btn__status {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.cm-block-recruitment__content,
.cm-block-faq__content {
  display: none;
  padding: 0 1.125rem 1.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-block-recruitment__content,
  .cm-block-faq__content {
    padding: 0 2.5rem 2.5rem;
  }
}

.cm-block-recruitment__body,
.cm-block-faq__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-block-sm);
}
.cm-block-recruitment__body table td, .cm-block-recruitment__body table th,
.cm-block-faq__body table td,
.cm-block-faq__body table th {
  padding: 0.5rem 0.5rem;
  border: var(--border-gray);
}
.cm-block-recruitment__body table th,
.cm-block-faq__body table th {
  text-align: left;
  background: #808488;
  color: #fff;
}
.cm-block-recruitment__body table td,
.cm-block-faq__body table td {
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .cm-block-recruitment__body table, .cm-block-recruitment__body tbody, .cm-block-recruitment__body th, .cm-block-recruitment__body td,
  .cm-block-faq__body table,
  .cm-block-faq__body tbody,
  .cm-block-faq__body th,
  .cm-block-faq__body td {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .cm-block-recruitment__body table td, .cm-block-recruitment__body table th,
  .cm-block-faq__body table td,
  .cm-block-faq__body table th {
    padding: 1rem 1.5rem;
  }
  .cm-block-recruitment__body table th,
  .cm-block-faq__body table th {
    width: 12.625rem;
  }
}

.cm-block-recruitment__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-block-recruitment__action {
    width: 31.5rem;
    margin-inline: auto;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-block-approach {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-block-approach {
    padding: 2.5rem 2.5rem;
    gap: 2.5rem;
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 0.25rem;
    background: var(--white, #FFF);
  }
}

.cm-block-approach-system {
  border-radius: 0.25rem;
  background: var(--white, #FFF);
}
@media screen and (min-width: 1024px) {
  .cm-block-approach-system {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

.cm-block-approach-system__head {
  padding: 1.5rem 1.25rem 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-block-approach-system__head {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .cm-block-approach-system__pic1 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .cm-block-approach-system__pic1 {
    text-align: center;
  }
  .cm-block-approach-system__pic1 img {
    width: 18rem;
  }
}

.cm-block-approach-system__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--text, #162532);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 1024px) {
  .cm-block-approach-system__title {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-block-approach-system__ico {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .cm-block-approach-system__wrap {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .cm-block-approach-system__wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.cm-block-approach-system__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  padding: 0 1.25rem 1.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-block-approach-system__body {
    padding: 0.75rem 0 0;
    gap: 1rem;
    height: 100%;
  }
}

.cm-block-approach-system__pic2 {
  width: 12.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-block-approach-system__pic2 {
    display: none;
  }
}

.cm-block-approach-system__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--text, #162532);
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 150%; /* 20.4/16+rem */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
@media screen and (min-width: 1024px) {
  .cm-block-approach-system__desc ._cert {
    margin-top: auto;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-block-number__wrap {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-block-number__wrap {
    gap: 1.5rem;
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.cm-block-number {
  padding: 2rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.25rem;
  background: var(--white, #FFF);
}
@media screen and (min-width: 1024px) {
  .cm-block-number {
    height: 26.375rem;
    padding: 2rem 2rem;
  }
}

.cm-block-number__title {
  margin-right: -0.625rem;
  font-size: 0.9375rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .cm-block-number__title {
    font-size: 1rem;
  }
}

.cm-block-number__data {
  margin-top: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .cm-block-number__data {
    margin-top: 1.125rem;
  }
}

.cm-block-number-data__title {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-block-number-data__title {
    font-size: 2rem;
  }
}

.cm-block-number-data__sub {
  color: var(--gray03, #808185);
  font-size: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .cm-block-number-data__sub {
    font-size: 0.6875rem;
  }
}

.cm-block-number-data__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: var(--Inter);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
.cm-block-number-data__value ._unit {
  color: var(--text, #162532);
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-block-number-data__value {
    font-size: 5rem;
  }
}

.cm-block-number__pic {
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .cm-block-number__pic {
    display: none;
  }
}

.cm-block-number--1 .cm-block-number__pic {
  margin-top: -0.625rem;
  width: 12.5rem;
}

.cm-block-number--2 .cm-block-number__pic {
  margin-top: -2.5rem;
  width: 11.25rem;
}

.cm-block-number--3 .cm-block-number__pic {
  margin-top: -3.125rem;
  width: 9.6875rem;
}

.cm-block-number__more {
  margin-top: 0.75rem;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .cm-block-number__more {
    margin-top: auto;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.cm-nav-main {
  width: 100%;
}
.cm-nav-main-block {
  width: 100%;
}
.cm-nav-main-item {
  border-top: var(--border);
}
@media screen and (min-width: 1024px) {
  .cm-nav-main-item {
    padding-bottom: 1.25rem;
    border-top: var(--border-gray);
  }
}

.cm-nav-main-item__link {
  padding: 0.9375rem 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 0.5rem;
}
.cm-nav-main-item__link i {
  line-height: 0;
  width: 0.75rem;
  margin-left: auto;
}
.cm-nav-main-item__link svg {
  width: 100%;
  height: auto;
  fill: var(--color-accent);
}
@media (hover: hover) {
  .cm-nav-main-item__link:hover, a:hover .cm-nav-main-item__link {
    color: var(--color-accent);
  }
}
@media screen and (max-width: 1023px) {
  .cm-nav-main-item__link.is-pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .cm-nav-main-item__link {
    padding: 1.25rem 0;
    font-size: 1.3125rem;
  }
}

.cm-nav-main-item__btn {
  padding: 0.9375rem 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 0.5rem;
}
.cm-nav-main-item__btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  width: 0.75rem;
  margin-left: auto;
  position: relative;
}
.cm-nav-main-item__btn svg {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
.cm-nav-main-item__btn svg:nth-child(2) {
  position: absolute;
  opacity: 0;
}
.cm-nav-main-item__btn.is-open svg:nth-child(1) {
  opacity: 0;
}
.cm-nav-main-item__btn.is-open svg:nth-child(2) {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .cm-nav-main-item__btn {
    padding: 1.25rem 0;
    pointer-events: none;
    font-size: 1.3125rem;
  }
  .cm-nav-main-item__btn i {
    display: none;
  }
  .cm-nav-main-item__link + .cm-nav-main-item__btn {
    display: none;
  }
}

.cm-nav-main-item__lv2 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  padding: 0 0 1.25rem;
}
@media screen and (max-width: 1023px) {
  .cm-nav-main-item__lv2 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .cm-nav-main-item__lv2 {
    gap: 0.8125rem;
  }
}

.cm-nav-main-item__child, .cm-nav-main-lv2-block__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
}
.cm-nav-main-item__child i, .cm-nav-main-lv2-block__link i {
  line-height: 0;
}
.cm-nav-main-item__child span, .cm-nav-main-lv2-block__link span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.cm-nav-main-item__child ._external, .cm-nav-main-lv2-block__link ._external {
  width: 0.9375rem;
  height: auto;
}
@media (hover: hover) {
  .cm-nav-main-item__child:hover, .cm-nav-main-lv2-block__link:hover, a:hover .cm-nav-main-item__child, a:hover .cm-nav-main-lv2-block__link {
    color: var(--color-accent);
  }
}
@media screen and (max-width: 1023px) {
  .cm-nav-main-item__child i, .cm-nav-main-lv2-block__link i {
    position: absolute;
    right: 0;
    width: 0.75rem;
    height: 0.75rem;
    background: url(../img/ico-arrow-accent.svg) center center/contain no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .cm-nav-main-item__child, .cm-nav-main-lv2-block__link {
    width: auto;
    font-size: 0.875rem;
  }
  .cm-nav-main-item__child i, .cm-nav-main-lv2-block__link i {
    width: 0.625rem;
    height: 0.625rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 100%;
    background: var(--color-accent);
  }
}

.cm-nav-main-item__lv3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding: 0.625rem 0 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-nav-main-item__lv3 {
    padding: 0.625rem 0 0.125rem;
  }
}

.cm-nav-main-item__child2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  padding: 0 0 0 1rem;
  font-size: 1rem;
  font-weight: 500;
}
.cm-nav-main-item__child2 i {
  line-height: 0;
  width: 0.5rem;
  height: 0;
  border-top: var(--border-accent);
}
@media (hover: hover) {
  .cm-nav-main-item__child2:hover, a:hover .cm-nav-main-item__child2 {
    color: var(--color-accent);
  }
}
@media screen and (min-width: 1024px) {
  .cm-nav-main-item__child2 {
    width: auto;
    font-size: 0.875rem;
  }
}

/* 採用 */
.cm-nav-main-lv2__blocks {
  margin: 0.625rem 0 1.5rem;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-nav-main-lv2__blocks {
    margin-top: 0;
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem 2.5rem;
  }
}

.cm-nav-main-lv2-block-parent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  gap: 0.75rem;
}

@media (hover: hover) {
  a.cm-nav-main-lv2-block-parent:hover, a:hover a.cm-nav-main-lv2-block-parent {
    color: var(--color-accent);
  }
}

.cm-nav-main-lv2-block-parent__arrow {
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .cm-nav-main-lv2-block-parent__arrow {
    margin-left: 0;
  }
}

.cm-nav-main-lv2-block__list {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-main-sns {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-nav-main-sns {
    margin-top: 1.75rem;
    margin-left: 0.625rem;
  }
}

.cm-nav-main-sns__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.cm-nav-main-sns__link img {
  width: 1.25rem;
}
.cm-nav-main-sns__link ._note {
  width: 1.5rem;
}
.cm-nav-main-sns__link:hover {
  color: var(--color-accent);
}
.cm-nav-main-other {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
}
.cm-nav-main-other a {
  color: var(--gray01, #7C7C7C);
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .cm-nav-main-other {
    margin-top: 3rem;
    gap: 0.125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-main--drawer .cm-nav-main-sns {
  display: none;
}
@media screen and (min-width: 1024px) {
  .cm-nav-main--drawer .cm-nav-main-lv2-block__head {
    border-bottom: var(--border-gray);
  }
  .cm-nav-main--drawer .cm-nav-main-lv2__blocks {
    padding-top: 1rem;
  }
  .cm-nav-main--drawer .cm-nav-main-item__lv2 > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32% 0.375rem 38% 0.375rem 30%;
    grid-template-columns: 32% 38% 30%;
    gap: 0.375rem;
  }
  .cm-nav-main--drawer .cm-nav-main-item__lv3 {
    padding: 0;
    gap: 0;
  }
  .cm-nav-main--drawer .cm-nav-main-other {
    margin-top: 0.625rem;
  }
  .cm-nav-main--drawer .cm-nav-main-lv2-block-parent {
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-nav-main--footer .cm-nav-main-lv2__blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-nav-main--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-media {
  padding: 2.5rem 0;
  background: #F2F7FF;
}
.cm-nav-media__wrap {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-nav-media__wrap {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
}
.cm-nav-paginate__ctrl svg {
  fill: var(--color);
  width: 0.9375rem;
  height: auto;
}
.cm-nav-paginate__ctrl:first-child {
  margin-right: 0.5rem;
}
.cm-nav-paginate__ctrl:first-child svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.cm-nav-paginate__ctrl:last-child {
  margin-left: 0.5rem;
}
.cm-nav-paginate__ctrl a, .cm-nav-paginate__ctrl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0.5rem;
  border-radius: 0.2604375rem;
  border: var(--border-gray);
  background: var(--white, #FFF);
  -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;
}
.cm-nav-paginate__ctrl a:hover {
  background: var(--color-accent);
}
.cm-nav-paginate__ctrl a:hover svg {
  fill: #fff;
}
@media screen and (min-width: 1024px) {
  .cm-nav-paginate__ctrl a, .cm-nav-paginate__ctrl span {
    width: 3.75rem;
    height: 3.75rem;
    padding: 0.625rem;
    border-radius: 0.3125rem;
  }
  .cm-nav-paginate__ctrl svg {
    width: 1rem;
  }
}

.cm-nav-paginate__page a, .cm-nav-paginate__page span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0.5rem;
  border-radius: 0.2604375rem;
  border: var(--border-gray);
  background: var(--white, #FFF);
  -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;
  font-family: var(--Inter);
  font-size: 1.09375rem;
  font-weight: 500;
}
.cm-nav-paginate__page a:hover {
  color: #fff;
  background: var(--color-accent);
}
.cm-nav-paginate__page.is-current span {
  color: #fff;
  background: var(--color-accent);
}
@media screen and (min-width: 1024px) {
  .cm-nav-paginate__page a, .cm-nav-paginate__page span {
    width: 3.75rem;
    height: 3.75rem;
    padding: 0.625rem;
    border-radius: 0.3125rem;
    font-size: 1.3125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}
.cm-nav-blog__category {
  margin-top: 1.5rem;
  border-top: var(--border-gray);
}
.cm-nav-blog__category li {
  font-weight: 700;
  border-bottom: var(--border-gray);
}
.cm-nav-blog__category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3125rem;
}
.cm-nav-blog__category a:hover {
  color: var(--color-accent);
}
@media screen and (min-width: 1024px) {
  .cm-nav-blog__category a {
    padding: 1rem 0;
    font-size: 1.125rem;
  }
}

.cm-nav-blog__tab {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.cm-nav-blog__tab a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 1.875rem;
  background: var(--Bg02, #E9EEF1);
  font-size: 1rem;
  line-height: 1;
}
.cm-nav-blog__archive {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cm-nav-blog__archive select {
  width: 100%;
  min-width: 14.375rem;
  height: 4.75rem;
  padding: 0.625rem 1.25rem;
  font-weight: 700;
  border-radius: 0.4843125rem;
  border: var(--border-gray);
  background: var(--white, #FFF);
}
@media screen and (min-width: 1024px) {
  .cm-nav-blog__archive select {
    width: auto;
    height: 3.125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-mega {
  width: 100%;
  max-width: 44.4375rem;
  padding: 1.875rem 2.5rem 2.5rem;
  border-radius: 0.25rem;
  background: var(--white, #FFF);
}
.cm-nav-mega__head {
  border-bottom: var(--border-gray);
}
.cm-nav-mega-parent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
@media (hover: hover) {
  a.cm-nav-mega-parent:hover, a:hover a.cm-nav-mega-parent {
    color: var(--color-accent);
  }
}

.cm-nav-mega-parent__arrow {
  margin-left: auto;
}

.cm-nav-mega__list {
  margin-top: 1.25rem;
  display: -ms-grid;
  display: grid;
  gap: 1.25rem 0.9375rem;
  -ms-grid-columns: 1fr 0.9375rem 1fr 0.9375rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.cm-nav-mega-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: bold;
  border-bottom: var(--border-gray);
}
@media (hover: hover) {
  .cm-nav-mega-link:hover, a:hover .cm-nav-mega-link {
    color: var(--color-accent);
  }
}
.cm-nav-mega-link__external {
  margin-left: 0.5rem;
  width: 0.9375rem;
  line-height: 0;
}
.cm-nav-mega-link__external svg {
  width: 100%;
  height: auto;
}

.cm-nav-mega-link__arrow {
  margin-left: auto;
}

.cm-nav-mega--recruit {
  padding: 3.125rem 5rem;
}
.cm-nav-mega--recruit .cm-nav-mega__list {
  margin-top: 0.875rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}
.cm-nav-mega--recruit .cm-nav-mega-link {
  padding-bottom: 0;
  border-bottom: none;
}

.cm-nav-mega__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.8125rem;
}

.cm-nav-mega__cta {
  width: 24.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.625rem;
}

.cm-nav-mega__blocks {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-nav-mega__blocks {
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-nav-mega__block.is-col2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .cm-nav-mega__block.is-col2 .cm-nav-mega__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .cm-nav-mega__block.is-col3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .cm-nav-index {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.cm-nav-index__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-page__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  padding: 2.5rem 0;
}
@media screen and (max-width: 1023px) {
  .cm-nav-page__list {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-nav-page__list {
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25rem 1.5rem;
    margin-inline: 5.4375rem;
  }
}

@media screen and (max-width: 1023px) {
  .cm-nav-page--ir .cm-nav-page__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-mega--footer {
  max-width: none;
  padding: 2.5rem 0;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-editor
----------------------------------------------------*/
body figure {
  margin-bottom: 0;
}

.cm-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  font-size: 0.875rem;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .cm-editor {
    gap: 2rem;
    font-size: 1rem;
  }
}
.cm-editor h1:not(:first-child),
.cm-editor h2:not(:first-child) {
  margin-top: var(--padding-block);
}
.cm-editor h3:not(:first-child) {
  margin-top: var(--padding-block);
}
.cm-editor h4 {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .cm-editor h4 {
    font-size: 1.3125rem;
  }
}
.cm-editor h5 {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .cm-editor h5 {
    font-size: 1.125rem;
  }
}
.cm-editor strong {
  font-weight: bold;
}
.cm-editor em {
  font-style: italic;
}
.cm-editor li {
  margin-left: 1.5em;
  list-style: disc;
}
.cm-editor ol li {
  list-style: decimal;
}
.cm-editor table {
  width: 100%;
}
.cm-editor table th {
  font-weight: 500;
  text-align: left;
  background: var(--Bg02, #E9EEF1);
}
.cm-editor table th,
.cm-editor table td {
  padding: 0.5rem 0.75rem;
  border: var(--border-gray);
}
@media screen and (min-width: 1024px) {
  .cm-editor table th,
  .cm-editor table td {
    padding: 0.75rem 1.5rem;
  }
}
.cm-editor a {
  color: var(--color-accent);
  text-decoration: underline;
}
.cm-editor a:hover {
  text-decoration: none;
}
.cm-editor .text-marker {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(235, 50, 45, 0.4)), color-stop(30%, transparent));
  background: linear-gradient(to top, rgba(235, 50, 45, 0.4) 30%, transparent 30%);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .has-background,
.cm-editor .has-background {
  padding: 1.5rem 1.5rem;
  border-radius: 0.25rem;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .has-background h3,
.cm-editor .has-background h3 {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .has-background,
  .cm-editor .has-background {
    padding: 2rem 2.5rem;
  }
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .has-background h3,
  .cm-editor .has-background h3 {
    padding-bottom: 1rem;
    font-size: 1.125rem;
  }
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-embed:not(:first-child),
.cm-editor .wp-block-embed:not(:first-child) {
  margin-top: var(--padding-block);
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-embed iframe,
.cm-editor .wp-block-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
.cm-editor .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
  .cm-editor .wp-block-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-button .wp-block-button__link,
.cm-editor .wp-block-button .wp-block-button__link {
  width: auto;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-media-text.wp-block-media-text,
.cm-editor .wp-block-media-text.wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-media-text.wp-block-media-text .wp-block-media-text__media,
.cm-editor .wp-block-media-text.wp-block-media-text .wp-block-media-text__media {
  margin: 0;
  padding: 0;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-media-text.wp-block-media-text .wp-block-media-text__content,
.cm-editor .wp-block-media-text.wp-block-media-text .wp-block-media-text__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-media-text.wp-block-media-text,
  .cm-editor .wp-block-media-text.wp-block-media-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-media-text.wp-block-media-text .wp-block-media-text__media,
  .cm-editor .wp-block-media-text.wp-block-media-text .wp-block-media-text__media {
    width: 15rem;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper,
.cm-editor {
  /*::::::::::::::::::::::::::::::::::::::::::::::::::*/
  /*::::::::::::::::::::::::::::::::::::::::::::::::::*/
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-dataList,
.cm-editor .cm-editor-dataList {
  padding: 1.5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  border-radius: 0.25rem;
  background: var(--Bg02, #E9EEF1);
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-dataList h3,
.cm-editor .cm-editor-dataList h3 {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-dataList,
  .cm-editor .cm-editor-dataList {
    padding: 2rem 2.5rem;
    gap: 1rem;
  }
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-dataList h3,
  .cm-editor .cm-editor-dataList h3 {
    padding-bottom: 1rem;
    font-size: 1.125rem;
  }
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-profile,
.cm-editor .cm-editor-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-profile__media,
.cm-editor .cm-editor-profile__media {
  margin: 0;
  padding: 0;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-profile__content,
.cm-editor .cm-editor-profile__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-profile__job,
.cm-editor .cm-editor-profile__job {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-profile__name,
.cm-editor .cm-editor-profile__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.3125rem;
  font-weight: 700;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-profile__name p:nth-child(2),
.cm-editor .cm-editor-profile__name p:nth-child(2) {
  color: var(--gray01, #7C7C7C);
  font-family: var(--IBM);
  font-size: 0.625rem;
  font-weight: 400;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-profile__body,
.cm-editor .cm-editor-profile__body {
  margin-top: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-profile,
  .cm-editor .cm-editor-profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-profile__media,
  .cm-editor .cm-editor-profile__media {
    width: 15rem;
  }
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-profile__job,
  .cm-editor .cm-editor-profile__job {
    font-size: 0.875rem;
  }
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-profile__name p:nth-child(2),
  .cm-editor .cm-editor-profile__name p:nth-child(2) {
    font-size: 0.75rem;
  }
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-profile__body,
  .cm-editor .cm-editor-profile__body {
    margin-top: 1.25rem;
  }
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author,
.cm-editor .cm-editor-author {
  border-top: var(--border-gray);
  border-bottom: var(--border-gray);
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author h3,
.cm-editor .cm-editor-author h3 {
  padding: 0;
  border: none;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__wrap,
.cm-editor .cm-editor-author__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding: 0.75rem 0;
}
@media screen and (min-width: 1024px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__wrap,
  .cm-editor .cm-editor-author__wrap {
    padding: 1.5rem 0;
    gap: 2rem;
  }
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__pic,
.cm-editor .cm-editor-author__pic {
  width: 4.6875rem;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__pic img, .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__pic svg,
.cm-editor .cm-editor-author__pic img,
.cm-editor .cm-editor-author__pic svg {
  width: 4.6875rem;
  height: 4.6875rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
@media screen and (min-width: 1024px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__pic,
  .cm-editor .cm-editor-author__pic {
    width: 6.25rem;
  }
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__pic img, .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__pic svg,
  .cm-editor .cm-editor-author__pic img,
  .cm-editor .cm-editor-author__pic svg {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__meta,
.cm-editor .cm-editor-author__meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__meta,
  .cm-editor .cm-editor-author__meta {
    padding-top: 1.25rem;
  }
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__name,
.cm-editor .cm-editor-author__name {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__name,
  .cm-editor .cm-editor-author__name {
    font-size: 1.3125rem;
  }
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__job,
.cm-editor .cm-editor-author__job {
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__job,
  .cm-editor .cm-editor-author__job {
    font-size: 0.875rem;
  }
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__more,
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__close,
.cm-editor .cm-editor-author__more,
.cm-editor .cm-editor-author__close {
  margin-left: auto;
  margin-top: auto;
  padding: 0;
  font-weight: 500;
  text-decoration: underline;
  font-size: 0.875rem;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__more:hover,
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__close:hover,
.cm-editor .cm-editor-author__more:hover,
.cm-editor .cm-editor-author__close:hover {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__more,
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__close,
  .cm-editor .cm-editor-author__more,
  .cm-editor .cm-editor-author__close {
    font-size: 1rem;
  }
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__detail,
.cm-editor .cm-editor-author__detail {
  padding: 0 0 0.75rem;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-author__detail,
  .cm-editor .cm-editor-author__detail {
    padding: 0 0 1.5rem;
  }
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index,
.cm-editor .cm-editor-index {
  padding: 1.25rem 1.5rem;
  border-radius: 0.25rem;
  background: var(--Bg02, #E9EEF1);
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index h3,
.cm-editor .cm-editor-index h3 {
  padding: 0;
  border: none;
}
@media screen and (min-width: 1024px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index,
  .cm-editor .cm-editor-index {
    padding: 1.875rem 1.875rem;
  }
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index__title.cm-editor-index__title,
.cm-editor .cm-editor-index__title.cm-editor-index__title {
  padding-bottom: 0.5rem;
  font-size: 1rem;
  border-bottom: var(--border-gray);
}
@media screen and (min-width: 1024px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index__title.cm-editor-index__title,
  .cm-editor .cm-editor-index__title.cm-editor-index__title {
    font-size: 1.3125rem;
  }
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index__list,
.cm-editor .cm-editor-index__list {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2em;
  font-size: 0.875rem;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index__list a,
.cm-editor .cm-editor-index__list a {
  color: var(--color);
  text-decoration: none;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index__list a:hover,
.cm-editor .cm-editor-index__list a:hover {
  color: var(--color-accent);
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index__list > li,
.cm-editor .cm-editor-index__list > li {
  padding-left: 1.5em;
  margin-left: 0;
  list-style: none;
  position: relative;
  font-weight: 700;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index__list > li:before,
.cm-editor .cm-editor-index__list > li:before {
  content: "●";
  display: block;
  position: absolute;
  left: 0;
  pointer-events: none;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index__list > li ul,
.cm-editor .cm-editor-index__list > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  counter-reset: item;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index__list > li ul li,
.cm-editor .cm-editor-index__list > li ul li {
  padding-top: 0.2em;
  padding-left: 0;
  margin-left: 0;
  counter-increment: item;
  list-style: none;
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index__list > li ul li::before,
.cm-editor .cm-editor-index__list > li ul li::before {
  content: counter(item, decimal-leading-zero) ".";
}
@media screen and (min-width: 1024px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index__list,
  .cm-editor .cm-editor-index__list {
    font-size: 1rem;
  }
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index__list > li ul,
  .cm-editor .cm-editor-index__list > li ul {
    counter-reset: item;
  }
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index__list > li ul li,
  .cm-editor .cm-editor-index__list > li ul li {
    padding-left: 0;
    margin-left: 0;
    counter-increment: item;
    list-style: none;
  }
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .cm-editor-index__list > li ul li::before,
  .cm-editor .cm-editor-index__list > li ul li::before {
    content: counter(item, decimal-leading-zero) ".";
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-editor--interview h1 + p,
.cm-editor--interview h2 + p {
  margin-top: -0.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-editor--interview h1 + p,
  .cm-editor--interview h2 + p {
    margin-top: -1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.cm-form {
  width: 100%;
}
.cm-form input[type=text],
.cm-form input[type=email],
.cm-form select,
.cm-form textarea {
  width: 100%;
  padding: 1rem 1rem;
  border-radius: 0.25rem;
  background: var(--gray04, #F3F3F3);
  height: 3.125rem;
  border: var(--border);
  border-color: transparent;
}
.cm-form input[type=text]:focus,
.cm-form input[type=email]:focus,
.cm-form select:focus,
.cm-form textarea:focus {
  border-color: var(--color-accent);
}
@media screen and (min-width: 1024px) {
  .cm-form input[type=text],
  .cm-form input[type=email],
  .cm-form select,
  .cm-form textarea {
    padding: 1rem 2rem;
    height: 3.75rem;
  }
}
.cm-form input[type=file] {
  -webkit-appearance: button;
  font-size: 16px;
  padding: 4px 0;
}
.cm-form select {
  background: #fff;
  border: var(--border-gray);
}
.cm-form textarea {
  height: 12.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-form textarea {
    height: 18.75rem;
  }
}
.cm-form input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  outline: none;
  clip: rect(1px, 1px, 1px, 1px);
  font-size: 1rem;
}
.cm-form input[type=radio] + span, .cm-form input[type=radio] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  position: relative;
  vertical-align: middle;
  font-weight: bold;
}
.cm-form input[type=radio] + span::before, .cm-form input[type=radio] + label::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.125rem;
  height: 1.125rem;
  border: var(--border-gray-dark);
  background-color: #fff;
  border-radius: 100%;
}
.cm-form input[type=radio]:focus + span::before, .cm-form input[type=radio]:focus + label::before {
  border-color: var(--color-accent);
}
.cm-form input[type=radio]:checked + span::after, .cm-form input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background-color: var(--color-accent);
}
.cm-form input[type=radio]:checked + span::before, .cm-form input[type=radio]:checked + label::before {
  border-color: var(--color-accent);
}
.cm-form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  outline: none;
  clip: rect(0.0625rem, 1px, 1px, 1px);
}
.cm-form input[type=checkbox] + span, .cm-form input[type=checkbox] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  vertical-align: middle;
}
.cm-form input[type=checkbox] + span::before, .cm-form input[type=checkbox] + label::before {
  content: "";
  display: block;
  margin-right: 0.625rem;
  width: 1.125rem;
  height: 1.125rem;
  border: var(--border-gray-dark);
  background-color: #fff;
}
.cm-form input[type=checkbox]:focus + span::before, .cm-form input[type=checkbox]:focus + label::before {
  border: var(--border-accent);
}
.cm-form input[type=checkbox]:checked + span::after, .cm-form input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.3125rem);
  left: 0.3125rem;
  width: 0.375rem;
  height: 0.5rem;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cm-form input[type=checkbox]:checked + span::before, .cm-form input[type=checkbox]:checked + label::before {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}
.cm-form .wpcf7-not-valid,
.cm-form textarea:has(+ .error),
.cm-form input:has(+ .error) {
  border-color: var(--color-accent);
}
.cm-form .wpcf7-not-valid-tip,
.cm-form .error {
  margin-top: 0.375rem;
  display: block;
  width: 100%;
  color: var(--Main, #EB322D);
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-form .wpcf7-not-valid-tip,
  .cm-form .error {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}
.cm-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .cm-form__inputs {
    gap: 1.375rem;
  }
}

.cm-form-inputs dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
.cm-form-inputs dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.8125rem;
  padding-top: 1rem;
  font-size: 0.875rem;
}
.cm-form-inputs dt ._required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.125rem 0.3125rem;
  color: var(--white, #FFF);
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  background: var(--Main, #EB322D);
}
@media screen and (min-width: 1024px) {
  .cm-form-inputs {
    gap: 0.75rem;
  }
  .cm-form-inputs dl {
    gap: 1rem;
  }
  .cm-form-inputs dt {
    gap: 0.625rem;
    font-size: 1rem;
  }
  .cm-form-inputs dt ._required {
    padding: 0.1875rem 0.3125rem;
    font-size: 0.875rem;
  }
  .cm-form-inputs dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-form-inputs--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.cm-form-inputs--name > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .cm-form-inputs--name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cm-form-inputs--radio dd,
.cm-form-inputs--checkbox dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .cm-form-inputs--radio dd,
  .cm-form-inputs--checkbox dd {
    padding: 1.25rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-form-inputs--row dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .cm-form-inputs--row dd {
    padding-top: 0.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-form-inputs--row dd {
    gap: 0.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 1024px) {
  .cm-form-inputs--message dl {
    gap: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-form-inputs--type dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.75rem;
}
.cm-form-inputs--type input[type=radio] + span::before, .cm-form-inputs--type input[type=radio] + label::before {
  display: none;
}
.cm-form-inputs--type input[type=radio] + span::after, .cm-form-inputs--type input[type=radio] + label::after {
  display: none;
}
.cm-form-inputs--type input[type=radio] + span, .cm-form-inputs--type input[type=radio] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.3125rem;
  border: var(--border-gray);
  background: var(--white, #FFF);
  font-size: 0.75rem;
  font-weight: bold;
  cursor: pointer;
}
.cm-form-inputs--type input[type=radio] + span:hover, .cm-form-inputs--type input[type=radio] + label:hover, .cm-form-inputs--type input[type=radio]:checked + span, .cm-form-inputs--type input[type=radio]:focus + span, .cm-form-inputs--type input[type=radio]:checked + label {
  color: #fff;
  background-color: var(--color-accent);
}
.cm-form-inputs--type .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.cm-form-inputs--type .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .cm-form-inputs--type dl {
    gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cm-form-inputs--type dd {
    padding-top: 0;
  }
  .cm-form-inputs--type input[type=radio] + span, .cm-form-inputs--type input[type=radio] + label {
    padding: 0.8125rem 1.5625rem;
    font-size: 0.875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-form-inputs--type2 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.cm-form-inputs--type2 .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.cm-form-inputs--type2 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.cm-form-inputs--type2 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.125rem;
  padding: 0.5rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.3125rem;
  border: var(--border-gray);
  background: var(--white, #FFF);
  font-size: 0.75rem;
  font-weight: bold;
  cursor: pointer;
}
.cm-form-inputs--type2 label:has(input[type=radio]:focus) {
  border-color: var(--color-accent);
}
.cm-form-inputs--type2 label:has(input[type=radio]:checked) {
  border-color: var(--color-accent);
}
@media screen and (min-width: 1024px) {
  .cm-form-inputs--type2 label {
    padding: 0.8125rem 1.5625rem;
    height: 3.75rem;
    font-size: 0.875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-form-inputs--file dd .wpcf7-form-control-wrap {
  display: inline-block;
}
.cm-form-inputs--file dd .wpcf7-form-control-wrap:not(:first-child) {
  margin-top: 1rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-form-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: var(--padding-section);
}
@media screen and (min-width: 1024px) {
  .cm-form-nav {
    gap: 9.75rem;
  }
}

.cm-form-nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  width: 3.125rem;
}
.cm-form-nav-item:not(:first-child):before {
  content: "";
  display: block;
  width: 3.125rem;
  height: 0.25rem;
  position: absolute;
  right: 100%;
  top: 1.375rem;
  pointer-events: none;
  background: #E9EEF1;
}
.cm-form-nav-item.is-current:before {
  background: var(--color-accent);
}
@media screen and (min-width: 1024px) {
  .cm-form-nav-item {
    gap: 1rem;
  }
  .cm-form-nav-item:not(:first-child):before {
    width: 9.75rem;
    height: 0.25rem;
    top: 1.875rem;
  }
}

.cm-form-nav-item__no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.125rem;
  height: 3.125rem;
  -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;
  border-radius: 6rem;
  background: var(--Bg02, #E9EEF1);
  font-family: var(--Inter);
  color: var(--gray01, #7C7C7C);
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.is-current .cm-form-nav-item__no {
  color: #fff;
  background: var(--color-accent);
}
@media screen and (min-width: 1024px) {
  .cm-form-nav-item__no {
    width: 4rem;
    height: 4rem;
    font-size: 1.875rem;
  }
}

.cm-form-nav-item__txt {
  color: var(--gray03, #808185);
  font-size: 0.6875rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .cm-form-nav-item__txt {
    font-size: 0.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-form__privacy {
  padding-top: var(--padding-section);
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
  gap: 0.75rem;
}
.cm-form__privacy label {
  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;
}
@media screen and (min-width: 1024px) {
  .cm-form__privacy {
    gap: 0.875rem;
    font-size: 1rem;
  }
}

.cm-form__message {
  padding-top: var(--padding-section);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-form__message {
    font-size: 1.125rem;
  }
}

.cm-form__action {
  margin-top: 1.5rem;
  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: 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-form__action {
    gap: 1.25rem;
  }
  .cm-form__action input, .cm-form__action button {
    width: 26.875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-form--confirm .cm-form__inputs {
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-form--confirm .cm-form__inputs {
    gap: 1.25rem;
  }
}
.cm-form--confirm .cm-form-inputs {
  padding-bottom: 0.75rem;
  border-bottom: var(--border-gray);
}
.cm-form--confirm .cm-form-inputs dt {
  padding-top: 0;
  color: var(--gray01, #7C7C7C);
  font-size: 0.875rem;
}
.cm-form--confirm .cm-form-inputs dd {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-form--confirm .cm-form-inputs {
    padding-bottom: 1.25rem;
  }
  .cm-form--confirm .cm-form-inputs dt {
    font-size: 1rem;
  }
  .cm-form--confirm .cm-form-inputs dl {
    gap: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cm-form--confirm .cm-form-inputs dd {
    font-size: 1.3125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-form-complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  font-size: 0.875rem;
}
.cm-form-complete h3 {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .cm-form-complete {
    text-align: center;
    font-size: 1rem;
  }
  .cm-form-complete h3 {
    font-size: 2rem;
  }
}

.cm-form-complete__back {
  padding-top: var(--padding-block);
  margin-inline: auto;
  width: 11.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-form-complete__back {
    width: 24.1875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.cm-recruit-nav-page {
  border-radius: 0.25rem;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.0625rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.0625rem;
}
.cm-recruit-nav-page li {
  background: var(--Bg02, #E9EEF1);
}
.cm-recruit-nav-page a {
  width: 100%;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .cm-recruit-nav-page .col2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1024px) {
  .cm-recruit-nav-page {
    padding: 1.25rem 4.1875rem;
    background: var(--Bg02, #E9EEF1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 1.5rem;
  }
  .cm-recruit-nav-page a {
    height: auto;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-recruit-nayami__head {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
.cm-recruit-nayami__head strong {
  font-weight: 700;
  font-size: 1.75rem;
  color: var(--Main, #EB322D);
}
@media screen and (min-width: 1024px) {
  .cm-recruit-nayami__head {
    font-size: 3rem;
    line-height: normal;
  }
  .cm-recruit-nayami__head strong {
    font-size: 3rem;
  }
}

.cm-recruit-nayami__items {
  margin-top: var(--padding-block-sm);
  padding: 2rem 1.25rem;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  background: url(../img/bg-dark.webp) center center/90rem auto;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-nayami__items {
    -ms-grid-columns: 1fr 1.75rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.75rem;
    padding: 3.75rem 5.625rem;
    max-width: 75.5rem;
    margin-inline: auto;
  }
}

.cm-recruit-nayami-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--white, #FFF);
  gap: 0.9375rem;
  padding: 0.9375rem 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-nayami-item {
    padding: 1.875rem 1.5rem;
    gap: 1.875rem;
  }
}

.cm-recruit-nayami-item__no {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--Dark, #C6231E);
  border-radius: 100%;
  color: var(--white, #FFF);
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-nayami-item__no {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 0.875rem;
  }
}

.cm-recruit-nayami-item__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-nayami-item__txt {
    font-size: 1.5rem;
  }
}

.cm-recruit-nayami-solution__before {
  display: block;
  padding: 1.25rem 1.5rem;
  text-align: center;
}
.cm-recruit-nayami-solution__before svg {
  width: 11.296875rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-nayami-solution__before {
    padding: 2.1875rem 1.5rem;
  }
  .cm-recruit-nayami-solution__before svg {
    width: 30.125rem;
  }
}

.cm-recruit-nayami-solution__txt1 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-nayami-solution__txt1 {
    font-size: 2rem;
  }
}

.cm-recruit-nayami-solution__txt2 {
  text-align: center;
  color: var(--Main, #EB322D);
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-nayami-solution__txt2 {
    font-size: 3rem;
  }
}

.cm-recruit-nayami-list {
  margin-top: var(--padding-section);
  position: relative;
}
.cm-recruit-nayami-list .swiper {
  width: 20.625rem;
  overflow: initial;
}
.cm-recruit-nayami-list .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .cm-recruit-nayami-list {
    margin-inline: -0.625rem;
  }
  .cm-recruit-nayami-list .swiper {
    overflow: initial;
  }
}
@media screen and (min-width: 1024px) {
  .cm-recruit-nayami-list .swiper {
    width: 26.625rem;
  }
}

.cm-recruit-nayami-list__ctrl button {
  position: absolute;
  width: 2.5rem;
  top: 11.25rem;
  z-index: 5;
}
.cm-recruit-nayami-list__ctrl button:nth-child(1) {
  left: -1rem;
}
.cm-recruit-nayami-list__ctrl button:nth-child(2) {
  right: -1rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-nayami-list__ctrl button {
    width: 3.875rem;
    top: 13.75rem;
  }
  .cm-recruit-nayami-list__ctrl button:nth-child(1) {
    left: -0.375rem;
  }
  .cm-recruit-nayami-list__ctrl button:nth-child(2) {
    right: -0.375rem;
  }
}

.cm-recruit-nayami-list__paginate {
  margin-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

.cm-recruit-nayami__more {
  padding-top: var(--padding-section);
  text-align: center;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-recruit-project-list {
  position: relative;
}
.cm-recruit-project-list .swiper {
  width: 20.625rem;
  overflow: initial;
}
.cm-recruit-project-list .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .cm-recruit-project-list {
    margin-inline: -0.625rem;
  }
  .cm-recruit-project-list .swiper {
    overflow: initial;
  }
}
@media screen and (min-width: 1024px) {
  .cm-recruit-project-list .swiper {
    width: 26.625rem;
  }
}

.cm-recruit-project-list--career .cm-recruit-project-list__ctrl button {
  top: 11.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-project-list--career .cm-recruit-project-list__ctrl button {
    top: 13.4375rem;
  }
}

.cm-recruit-project-list__wrap {
  margin-top: var(--padding-block);
  position: relative;
}

.cm-recruit-project-list__ctrl button {
  position: absolute;
  width: 2.5rem;
  top: 11.25rem;
  z-index: 5;
}
.cm-recruit-project-list__ctrl button:nth-child(1) {
  left: -1rem;
}
.cm-recruit-project-list__ctrl button:nth-child(2) {
  right: -1rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-project-list__ctrl button {
    width: 3.875rem;
    top: 10rem;
  }
  .cm-recruit-project-list__ctrl button:nth-child(1) {
    left: -0.375rem;
  }
  .cm-recruit-project-list__ctrl button:nth-child(2) {
    right: -0.375rem;
  }
}

.cm-recruit-project-list__paginate {
  margin-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

.cm-recruit-project-list__more {
  padding-top: var(--padding-section);
  text-align: center;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-recruit-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-feature {
    gap: 1.5rem;
  }
}

.cm-recruit-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .cm-recruit-feature-item {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-recruit-feature-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .cm-recruit-feature-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1024px) {
  .cm-recruit-feature-item__pic {
    width: 41.3125rem;
  }
}

.cm-recruit-feature-item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1.25rem 1rem 1.75rem;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-feature-item__body {
    padding: 3.75rem 5rem;
    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;
  }
}

.cm-recruit-feature-item__en {
  color: var(--Main, #EB322D);
  font-family: var(--IBM);
  font-size: 0.875rem;
  font-weight: 500;
}
.cm-recruit-feature-item__title {
  padding-top: 0.2em;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-feature-item__title {
    margin-right: -1.5rem;
    font-size: 2rem;
  }
}

.cm-recruit-feature-item__desc {
  padding-top: 0.35em;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-feature-item__desc {
    padding-top: 1.25em;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 1024px) {
  .cm-recruit-compare--sm {
    width: 60.9375rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .cm-recruit-compare--sm .cm-recruit-compare-table tbody th {
    width: 10.625rem;
  }
  .cm-recruit-compare--sm .cm-recruit-compare-table tbody td {
    width: 25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-recruit-compare--sm .cm-recruit-compare-point {
    width: 54rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-recruit-compare--pending {
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1023px) {
  .cm-recruit-compare--pending .cm-recruit-compare__body {
    margin-inline: calc(50% - 50vw);
    padding: 0 2rem 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-recruit-compare--pending .cm-recruit-compare-table tbody th {
    width: 10.625rem;
  }
  .cm-recruit-compare--pending .cm-recruit-compare-table tbody td {
    width: 25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-recruit-compare--pending .cm-recruit-compare-point {
    width: 100%;
  }
}
.cm-recruit-compare--pending .cm-recruit-compare-point__body {
  background: var(--Bg02, #E9EEF1);
}

.cm-recruit-compare__head {
  text-align: center;
}
.cm-recruit-compare__sub {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-compare__sub {
    font-size: 2rem;
  }
}

.cm-recruit-compare__title {
  color: var(--Main, #EB322D);
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-compare__title {
    font-size: 3rem;
  }
}

.cm-recruit-compare__body {
  margin-top: 1.875rem;
}
.cm-recruit-compare__body:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .cm-recruit-compare__body {
    margin-inline: calc(50% - 50vw);
    padding: 0 1rem 1.25rem;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .cm-recruit-compare__body::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
}
@media screen and (min-width: 1024px) {
  .cm-recruit-compare__body {
    margin-top: 3.125rem;
    padding-bottom: 0;
  }
}

.cm-recruit-compare__more {
  margin-top: var(--padding-block);
  text-align: center;
}

.cm-recruit-compare-table {
  font-size: 0.75rem;
  white-space: normal;
}
@media screen and (max-width: 1023px) {
  .cm-recruit-compare-table {
    width: 56.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-recruit-compare-table {
    font-size: 1rem;
  }
}
.cm-recruit-compare-table thead th, .cm-recruit-compare-table thead td {
  vertical-align: bottom;
}
.cm-recruit-compare-table tbody tr {
  border-bottom: var(--border-gray);
}
.cm-recruit-compare-table tbody th {
  width: 6.875rem;
  height: 4.625rem;
  text-align: left;
  vertical-align: middle;
}
.cm-recruit-compare-table tbody td {
  width: 16.5625rem;
  padding: 1.25rem;
  background: #fff;
  vertical-align: middle;
}
.cm-recruit-compare-table tbody .is-ses {
  background: rgba(235, 50, 45, 0.1);
}
@media screen and (min-width: 1024px) {
  .cm-recruit-compare-table tbody th {
    width: 9.5rem;
  }
  .cm-recruit-compare-table tbody td {
    width: 22.0625rem;
    height: 6.25rem;
    padding: 1.375rem 3.5rem;
  }
}

.cm-recruit-compare-table tfoot th {
  text-align: left;
  vertical-align: middle;
}
.cm-recruit-compare-table tfoot td {
  vertical-align: top;
}
.cm-recruit-compare-table__head,
.cm-recruit-compare-table__foot {
  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;
  height: 4rem;
  padding: 1.25rem 1rem;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 0.625rem 0.625rem 0 0;
  background: var(--text, #162532);
}
.cm-recruit-compare-table__head strong,
.cm-recruit-compare-table__foot strong {
  font-size: 1.5rem;
}
.is-ses .cm-recruit-compare-table__head,
.is-ses .cm-recruit-compare-table__foot {
  height: 4.875rem;
  border-radius: 0.625rem 0.625rem 0 0;
  background: var(--Main, #EB322D);
}
@media screen and (min-width: 1024px) {
  .cm-recruit-compare-table__head,
  .cm-recruit-compare-table__foot {
    padding: 1.25rem 3rem;
    height: 5.0625rem;
  }
  .is-ses .cm-recruit-compare-table__head,
  .is-ses .cm-recruit-compare-table__foot {
    height: 6.5625rem;
  }
  .cm-recruit-compare-table__head strong,
  .cm-recruit-compare-table__foot strong {
    font-size: 2rem;
  }
}

.cm-recruit-compare-table__foot {
  height: 4.875rem;
  border-radius: 0 0 0.625rem 0.625rem;
  font-size: 0.875rem;
  text-align: center;
}
.is-ses .cm-recruit-compare-table__foot {
  border-radius: 0 0 0.625rem 0.625rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-compare-table__foot {
    height: 6.5625rem;
    font-size: 1rem;
  }
}

.cm-recruit-compare-table__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
}
.cm-recruit-compare-table__data svg {
  width: 1.375rem;
  height: auto;
}
.cm-recruit-compare-table__data span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-compare-table__data {
    margin-left: -1.875rem;
  }
  .cm-recruit-compare-table__data svg {
    width: 1.875rem;
  }
}

.cm-recruit-compare-point {
  margin-top: 3.4375rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-compare-point {
    width: 62.375rem;
    margin-inline: auto;
  }
}

.cm-recruit-compare-point__label {
  position: absolute;
  left: 0.75rem;
  top: -1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  padding: 0 0.625rem;
  background: var(--Main, #EB322D);
  color: var(--white, #FFF);
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-compare-point__label {
    left: 1.75rem;
  }
}

.cm-recruit-compare-point__body {
  background: var(--white, #FFF);
  padding: 1.875rem 0.75rem 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-compare-point__body {
    padding: 1.75rem 1.75rem 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-recruit-flow__pic {
  padding-top: var(--padding-block);
  text-align: center;
}
.cm-recruit-flow__pic img {
  width: 17.875rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-flow__pic img {
    width: 74.75rem;
  }
}

.cm-recruit-flow__ex {
  padding-top: var(--padding-block);
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-flow__ex {
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-recruit-reason__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-reason__title {
    font-size: 2rem;
  }
}

.cm-recruit-reason__items {
  padding-top: var(--padding-block-sm);
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .cm-recruit-reason__items {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-recruit-reason__items {
    -ms-grid-columns: 1fr 0.625rem 1fr 0.625rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.625rem;
  }
}

.cm-recruit-reason-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-reason-item {
    height: 100%;
  }
}

.cm-recruit-reason-item__head {
  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: 0 1.25rem;
  height: 6.25rem;
  background: var(--Main, #EB322D);
  color: var(--white, #FFF);
  font-size: 1.125rem;
  font-weight: 700;
}
.cm-recruit-reason-item__body {
  padding: 0.625rem 1.3125rem;
  background: var(--white, #FFF);
  font-size: 1rem;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-recruit-structure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-block-sm);
}

.cm-recruit-structure__title {
  text-align: 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: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-structure__title {
    font-size: 3rem;
  }
}

.cm-recruit-structure-item {
  padding: 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-structure-item {
    padding: 3.125rem 1.5rem 2.5rem;
    display: -ms-grid;
    display: grid;
        grid-template-areas: "pic title" "pic desc";
    -ms-grid-columns: 6.75rem 3.75rem 45rem;
    grid-template-columns: 6.75rem 45rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 3.75rem;
    -ms-grid-rows: auto 0 1fr;
    grid-template-rows: auto 1fr;
  }
  .cm-recruit-structure-item > .p-recruit-benefits-item__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cm-recruit-structure-item > .p-recruit-benefits-item__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .cm-recruit-structure-item > .p-benefit-section-item__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .cm-recruit-structure-item > .p-benefit-section-item__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cm-recruit-structure-item > .p-benefit-section-item__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .cm-recruit-structure-item > .p-reason-benefits-item__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .cm-recruit-structure-item > .p-reason-benefits-item__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cm-recruit-structure-item > .p-reason-benefits-item__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

.cm-recruit-structure-item__pic img {
  height: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-structure-item__pic {
    grid-area: pic;
    text-align: right;
  }
  .cm-recruit-structure-item__pic img {
    width: 100%;
    height: auto;
  }
}
.c-card-career__head > .cm-recruit-structure-item__pic {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  }

.cm-recruit-structure-item__title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-structure-item__title {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: title;
    text-align: left;
    font-size: 1.5rem;
  }
}

.cm-recruit-structure-item__desc {
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-structure-item__desc {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: desc;
    margin-top: 1.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (max-width: 1023px) {
  .cm-recruit-engineer {
    margin-inline: -1rem;
  }
}
.cm-recruit-engineer__head {
  text-align: center;
}
.cm-recruit-engineer__txt1 {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-engineer__txt1 {
    font-size: 2rem;
  }
}

.cm-recruit-engineer__txt2 {
  color: var(--Main, #EB322D);
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-engineer__txt2 {
    font-size: 3rem;
  }
}

.cm-recruit-engineer__body {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-engineer__body {
    -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;
    gap: 5.125rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-recruit-engineer__pic {
    width: 45.75rem;
    margin-right: -7.25rem;
  }
}

.cm-recruit-engineer__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-recruit-system {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .cm-recruit-system {
    margin-inline: -1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-recruit-system {
    gap: 1.5rem;
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.cm-recruit-system-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--white, #FFF);
}
.cm-recruit-system-item__body {
  padding: 1rem 1.25rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-system-item__body {
    padding: 1.5rem 2.5rem 1.875rem;
    gap: 0.875rem;
  }
}

.cm-recruit-system-item__title {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-system-item__title {
    font-size: 2.5rem;
  }
}

.cm-recruit-system-item__desc {
  font-size: 1rem;
}
.cm-recruit-system-item__desc ._line {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: var(--color-accent);
  text-decoration-thickness: 0.125rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-system-item__desc {
    font-size: 1.5rem;
  }
}

.cm-recruit-system-item__more {
  margin-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-system-item__more {
    margin-top: 0.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-recruit-blog-relative {
  position: relative;
  overflow: hidden;
}
.cm-recruit-blog-relative + .cm-recruit-blog-relative {
  margin-top: var(--padding-section);
}
@media screen and (max-width: 1023px) {
  .cm-recruit-blog-relative {
    margin-inline: -2rem;
    padding: 0 1rem;
  }
}
.cm-recruit-blog-relative__wrap {
  position: relative;
}

.cm-recruit-blog-relative__list {
  margin-top: var(--padding-block-sm);
}
@media screen and (max-width: 1023px) {
  .cm-recruit-blog-relative__list .swiper {
    width: 22.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-recruit-blog-relative__list .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    gap: 2rem;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.cm-recruit-blog-relative__ctrl button {
  position: absolute;
  width: 3.875rem;
  top: 12.5rem;
  z-index: 5;
}
.cm-recruit-blog-relative__ctrl button:nth-child(1) {
  left: -0.5rem;
}
.cm-recruit-blog-relative__ctrl button:nth-child(2) {
  right: -0.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-blog-relative__ctrl {
    display: none;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-recruit-numbers {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .cm-recruit-numbers {
    margin-inline: 0.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-recruit-numbers {
    -ms-grid-columns: 1fr 2.25rem 1fr 2.25rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .cm-recruit-numbers--reason {
    margin-inline: -1rem;
  }
}

.cm-recruit-numbers-item {
  padding: 1.25rem 1.5625rem;
  background: var(--white, #FFF);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-numbers-item {
    padding: 1rem 2.625rem;
  }
}

.cm-recruit-numbers-item__title {
  font-size: 1.3125rem;
  font-weight: 700;
}
.cm-recruit-numbers-item__title small {
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-numbers-item__title {
    margin-inline: -1.5rem;
    font-size: 2rem;
  }
  .cm-recruit-numbers-item__title small {
    font-size: 0.875rem;
  }
}

.cm-recruit-numbers-item__sub {
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-numbers-item__sub {
    font-size: 1rem;
  }
}

.cm-recruit-numbers-item__no {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.125rem;
  font-size: 1rem;
  line-height: 1;
}
.cm-recruit-numbers-item__no ._no {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-numbers-item__no {
    font-size: 1.5625rem;
  }
  .cm-recruit-numbers-item__no ._no {
    font-size: 5rem;
  }
}

.cm-recruit-numbers-item__graph {
  margin-top: 1.25rem;
  width: 8.125rem;
}
@media screen and (min-width: 1024px) {
  .cm-recruit-numbers-item__graph {
    width: 12.5rem;
    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;
    height: 8.75rem;
  }
  .cm-recruit-numbers-item__graph img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cm-recruit-numbers-item:nth-child(1) .cm-recruit-numbers-item__graph img, .cm-recruit-numbers-item:nth-child(2) .cm-recruit-numbers-item__graph img {
    height: 7.8125rem;
  }
}

.cm-recruit-numbers-item__desc {
  margin-top: 1.125rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 170%;
  text-align: left;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.cm-modal[aria-hidden=true] {
  display: none;
  pointer-events: none;
}

.cm-modal.is-open {
  display: block;
}

.cm-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: rgba(22, 37, 50, 0.6);
  backdrop-filter: blur(3.125rem);
  z-index: 1000;
  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;
}
.cm-modal--movie .cm-modal__overlay {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: none;
}

.cm-modal__container {
  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;
}
#modal-simulator .cm-modal__wrap {
  width: 100%;
}
#modal-simulator .cm-modal__container {
  height: 100vh;
}

.cm-modal__close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  background: #292929;
}
.cm-modal__close span {
  display: block;
  position: absolute;
  left: 0.875rem;
  -webkit-transition: top 0.35s var(--easeOutQuart), -webkit-transform 0s var(--easeOutQuart);
  transition: top 0.35s var(--easeOutQuart), -webkit-transform 0s var(--easeOutQuart);
  transition: top 0.35s var(--easeOutQuart), transform 0s var(--easeOutQuart);
  transition: top 0.35s var(--easeOutQuart), transform 0s var(--easeOutQuart), -webkit-transform 0s var(--easeOutQuart);
  width: 1.75rem;
  height: 0.125rem;
  background: #fff;
  border-radius: 0.25rem;
}
.cm-modal__close span:nth-child(1) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(-30deg);
          transform: scale(-1, -1) rotate(-30deg);
}
.cm-modal__close span:nth-child(2) {
  width: 0;
  left: 50%;
}
.cm-modal__close span:nth-child(3) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(30deg);
          transform: scale(-1, -1) rotate(30deg);
}
@media screen and (min-width: 1024px) {
  .cm-modal__close {
    width: 5rem;
    height: 5rem;
  }
  .cm-modal__close span {
    width: 2.5rem;
    left: 1.25rem;
  }
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
    opacity: 1;
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
    opacity: 1;
  }
}
.cm-modal[aria-hidden=false] .cm-modal__overlay {
  opacity: 0;
  -webkit-animation: mmfadeIn 0.4s 0.2s var(--easeOutQuart) forwards;
          animation: mmfadeIn 0.4s 0.2s var(--easeOutQuart) forwards;
}

.cm-modal[aria-hidden=false] .cm-modal__container {
  opacity: 0;
  -webkit-animation: mmslideIn 0.4s 0.2s var(--easeOutQuart) forwards;
          animation: mmslideIn 0.4s 0.2s var(--easeOutQuart) forwards;
}

.cm-modal[aria-hidden=true] .cm-modal__overlay {
  -webkit-animation: mmfadeOut 0.3s var(--easeOutQuart) forwards;
          animation: mmfadeOut 0.3s var(--easeOutQuart) forwards;
}

.cm-modal[aria-hidden=true] .cm-modal__container {
  -webkit-animation: mmslideOut 0.3s var(--easeOutQuart) forwards;
          animation: mmslideOut 0.3s var(--easeOutQuart) forwards;
}

.cm-modal .cm-modal__container,
.cm-modal .cm-modal__overlay {
  will-change: transform;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-modal-member {
  width: 22.625rem;
  position: relative;
  padding: 2.5rem 2.875rem 2.3125rem;
  border-radius: 0.25rem;
  background: #FFF;
}
@media screen and (min-width: 1024px) {
  .cm-modal-member {
    width: 51.25rem;
    padding: 2.5rem;
  }
}

.cm-modal-member__close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.cm-modal-member__ctrl button {
  position: absolute;
  top: calc(50% - 0.625rem);
}
.cm-modal-member__ctrl button:nth-child(1) {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: -0.625rem;
}
.cm-modal-member__ctrl button:nth-child(2) {
  right: -0.625rem;
}
@media screen and (min-width: 1024px) {
  .cm-modal-member__ctrl button {
    top: calc(50% - 1.25rem);
  }
  .cm-modal-member__ctrl button:nth-child(1) {
    left: -3.125rem;
  }
  .cm-modal-member__ctrl button:nth-child(2) {
    right: -3.125rem;
  }
}

.cm-modal-member__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-modal-member__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.875rem;
  }
}

.cm-modal-member__pic {
  text-align: center;
}
.cm-modal-member__pic img {
  width: 9.6875rem;
  height: 12.125rem;
  aspect-ratio: 155/194;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-modal-member__pic {
    width: 20rem;
  }
  .cm-modal-member__pic img {
    width: 20rem;
    height: 25rem;
    aspect-ratio: 320/400;
  }
}

.cm-modal-member__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cm-modal-member__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0.125rem auto;
      grid-template-areas: "job job" "name en";
  -ms-grid-columns: auto 0.5rem 1fr;
  grid-template-columns: auto 1fr;
  gap: 0.125rem 0.5rem;
  border-bottom: var(--border-gray);
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-modal-member__head {
    gap: 0.5rem 0.5rem;
    padding-bottom: 0.75rem;
  }
}

.cm-modal-member__job {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: job;
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-modal-member__job {
    font-size: 0.875rem;
  }
}

.cm-modal-member__name {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: name;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cm-modal-member__name {
    font-size: 2rem;
  }
}

.cm-modal-member__en {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: en;
  color: var(--gray01, #7C7C7C);
  font-family: var(--IBM);
  font-size: 0.625rem;
  font-weight: 400;
  align-self: flex-end;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 1024px) {
  .cm-modal-member__en {
    font-size: 0.75rem;
  }
}

.cm-modal-member__message {
  padding: 0.75rem 0.625rem 0.75rem 0;
  margin-right: -0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  height: 12.5rem;
  overflow: auto;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .cm-modal-member__message {
    padding: 1rem 0.625rem 1rem 0;
    height: 19.375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-modal-simulator__close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 1100;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-modal-movie {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  width: calc(100% - 2.5rem);
}
@media screen and (min-width: 1024px) {
  .cm-modal-movie {
    width: 51.25rem;
  }
}

.cm-modal-movie__close {
  width: 2.5rem;
  position: absolute;
  right: -1.25rem;
  top: -1.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-modal-movie__close {
    width: 3.75rem;
    right: -1.875rem;
    top: -1.875rem;
  }
}

.cm-modal-movie__movie {
  width: 100%;
}
.cm-modal-movie__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.c-card-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1rem;
  border-radius: 0.25rem;
  background: var(--white, #FFF);
}
@media (hover: hover) {
  .c-card-news__link:hover, a:hover .c-card-news__link {
    color: #fff;
    background: var(--color-accent);
  }
  .c-card-news__link:hover .c-card-news__date, a:hover .c-card-news__link .c-card-news__date {
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .c-card-news__link {
    padding: 1.25rem 1.25rem 1.5rem 2.75rem;
  }
}

.c-card-news__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-card-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .c-card-news__meta {
    gap: 1.3125rem;
  }
}

.c-card-news__date {
  color: var(--gray-blue, #8F8F8F);
  font-family: var(--IBM);
  font-size: 0.875rem;
  line-height: 100%; /* 12/16+rem */
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
@media screen and (min-width: 1024px) {
  .c-card-news__date {
    font-size: 0.875rem;
  }
}

.c-card-news__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 1.875rem;
  border: var(--border-gray);
  background: var(--white, #FFF);
  position: relative;
  top: 0.05em;
  color: var(--Main, #EB322D);
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-card-news__category {
    top: 0;
    min-width: 9.375rem;
  }
}

.c-card-news__title {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .c-card-news__title {
    margin-top: 0.625rem;
    font-size: 1.125rem;
  }
}

.c-card-news__pdf {
  position: relative;
  line-height: 0;
  width: 2rem;
  height: 2rem;
}
.c-card-news__pdf svg {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
.c-card-news__pdf svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (hover: hover) {
  .c-card-news__pdf:hover svg:nth-child(1), a:hover .c-card-news__pdf svg:nth-child(1) {
    opacity: 0;
  }
  .c-card-news__pdf:hover svg:nth-child(2), a:hover .c-card-news__pdf svg:nth-child(2) {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .c-card-news--library .c-card-news__title {
    margin-top: 0.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-company__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-card-company__pic img {
  border-radius: 0.25rem;
}

.c-card-company__title {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 1rem;
  font-weight: 700;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .c-card-company__title {
    margin-top: 1rem;
    gap: 1.25rem;
    font-size: 1.125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-member__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-card-member__pic {
  overflow: hidden;
  border-radius: 0.125rem;
}
.c-card-member__pic img {
  aspect-ratio: 480/600;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .c-card-member__pic {
    border-radius: 0.25rem;
  }
}

.c-card-member__job {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .c-card-member__job {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.c-card-member__wrap {
  margin-top: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .c-card-member__wrap {
    margin-top: 0.125rem;
  }
}

.c-card-member__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 1024px) {
  .c-card-member__name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0.625rem;
  }
}

.c-card-member__ja {
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .c-card-member__ja {
    font-size: 1.3125rem;
  }
}

.c-card-member__en {
  color: var(--gray01, #7C7C7C);
  font-family: var(--IBM);
  font-size: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .c-card-member__en {
    font-size: 0.75rem;
  }
}

.c-card-member__ico {
  position: relative;
  width: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .c-card-member__ico {
    bottom: 0.625rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-blog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (hover: hover) {
  .c-card-blog__link:hover, a:hover .c-card-blog__link {
    color: var(--color-accent);
  }
  .c-card-blog__link:hover .c-card-blog__pic img, a:hover .c-card-blog__link .c-card-blog__pic img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.c-card-blog__pic {
  border-radius: 0.25rem;
  overflow: hidden;
}
.c-card-blog__pic img {
  aspect-ratio: 600/335;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}

.c-card-blog--zenn .c-card-blog__pic img {
  aspect-ratio: 1200/630;
}

.c-card-blog__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .c-card-blog__meta {
    margin-top: 1rem;
  }
}

.c-card-blog__date {
  width: 5.125rem;
  padding-top: 0.2em;
  color: var(--gray-blue, #8F8F8F);
  font-family: var(--IBM);
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .c-card-blog__date {
    padding-top: 0.35em;
    width: 6.5625rem;
    font-size: 0.875rem;
  }
}

.c-card-blog__category {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
  line-height: 1;
}
.c-card-blog__category li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.1875rem 0.75rem;
  border-radius: 2.5rem;
  background: #FFF;
  color: var(--Main, #EB322D);
  font-size: 0.75rem;
  font-weight: 700;
  border: var(--border-gray);
}
@media screen and (min-width: 1024px) {
  .c-card-blog__category li {
    padding: 0.5rem 1.25rem;
  }
}

.c-card-blog__title {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-card-blog__title {
    margin-top: 0.625rem;
    font-size: 1.125rem;
    line-height: 175%;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-blog-recruit {
  height: 100%;
}

.c-card-blog-recruit__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 0.25rem;
  background: #fff;
  overflow: hidden;
  height: 100%;
}
@media (hover: hover) {
  .c-card-blog-recruit__link:hover, a:hover .c-card-blog-recruit__link {
    color: var(--color-accent);
  }
  .c-card-blog-recruit__link:hover .c-card-blog-recruit__pic img, a:hover .c-card-blog-recruit__link .c-card-blog-recruit__pic img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media screen and (min-width: 1024px) {
  .c-card-blog-recruit--lg {
    width: 61.625rem;
  }
  .c-card-blog-recruit--lg .c-card-blog-recruit__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-card-blog-recruit--lg .c-card-blog-recruit__pic {
    width: 30rem;
  }
  .c-card-blog-recruit--lg .c-card-blog-recruit__more {
    display: none;
  }
}

.c-card-blog-recruit__pic {
  overflow: hidden;
}
.c-card-blog-recruit__pic img {
  aspect-ratio: 600/400;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}

.c-card-blog-recruit__meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.25rem 1rem;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .c-card-blog-recruit__meta {
    padding: 1.5rem 1.25rem;
    gap: 0.375rem;
  }
}

.c-card-blog-recruit__date {
  color: var(--gray-blue, #8F8F8F);
  font-family: var(--IBM);
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .c-card-blog-recruit__date {
    width: 6.5625rem;
    font-size: 0.875rem;
  }
}

.c-card-blog-recruit__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  line-height: 1;
}
.c-card-blog-recruit__category li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25rem 0.5rem;
  border-radius: 2.5rem;
  background: #FFF;
  color: var(--Main, #EB322D);
  font-size: 0.625rem;
  font-weight: 700;
  border: var(--border-gray);
}
@media screen and (min-width: 1024px) {
  .c-card-blog-recruit__category {
    gap: 0.625rem;
  }
  .c-card-blog-recruit__category li {
    padding: 0.4375rem 0.5rem;
    font-size: 0.75rem;
  }
}

.c-card-blog-recruit__title {
  margin-top: 0.25rem;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (min-width: 1024px) {
  .c-card-blog-recruit__title {
    margin-top: 0.125rem;
    font-size: 1.5rem;
  }
}

.c-card-blog-recruit__more {
  margin-top: auto;
  margin-left: auto;
  font-size: 0.875rem;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .c-card-blog-recruit__more {
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.25rem;
  border: var(--border-gray);
  background: #FFF;
  height: 100%;
}

.c-card-career__head {
  padding: 1.25rem 1.25rem;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "pic revenue" "pic flow" "info info";
  gap: 1rem 0.8125rem;
  -ms-grid-columns: 6.875rem 0.8125rem auto;
  grid-template-columns: 6.875rem auto;
  -ms-grid-rows: auto 1rem 1fr 1rem auto;
  grid-template-rows: auto 1fr auto;
  background: #DBE3E8;
}
@media screen and (min-width: 1024px) {
  .c-card-career__head {
    gap: 1rem 0.9375rem;
    -ms-grid-columns: 8.4375rem 0.9375rem auto;
    grid-template-columns: 8.4375rem auto;
  }
}

.c-card-career__pic {
  grid-area: pic;
}

.c-card-career__head > .c-card-career__pic {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}
.c-card-career__pic img {
  border-radius: 0.25rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .c-card-career__pic img {
    aspect-ratio: 400/300;
  }
}

.c-card-career-revenue {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: revenue;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
}

.c-card-career-revenue__label {
  text-align: justify;
  font-size: 0.8230625rem;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .c-card-career-revenue__label {
    font-size: 1rem;
  }
}

.c-card-career-revenue__data {
  margin-top: -0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--Main, #EB322D);
  text-align: justify;
  font-family: var(--Inter);
  font-size: 3.18rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-card-career-revenue__data {
    font-size: 3.875rem;
  }
}

.c-card-career-revenue__num {
  letter-spacing: -0.05em;
}

.c-card-career-revenue__unit {
  margin-left: 0.25em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 0.897875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .c-card-career-revenue__unit {
    font-size: 1.0625rem;
  }
}

.c-card-career-revenue__up {
  padding: 0 0 0.05em 0.075em;
  text-align: justify;
  font-family: var(--Inter);
  font-size: 2.6188125rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .c-card-career-revenue__up {
    font-size: 3.125rem;
  }
}

.c-card-career__flow {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: flow;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .c-card-career__flow {
    margin-top: -0.5rem;
    gap: 2rem;
  }
}

.c-card-career-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: auto;
  position: relative;
}
.c-card-career-flow:not(:first-child):before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  left: -1rem;
  top: calc(50% + 0.125rem);
  pointer-events: none;
  background: url(../img/ico-arrow-accent.svg) center center/contain no-repeat;
}
@media screen and (min-width: 1024px) {
  .c-card-career-flow:not(:first-child):before {
    top: calc(50% - 0.125rem);
    left: -1.375rem;
  }
}

.c-card-career-flow__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.125rem;
  height: 0.875rem;
  border-radius: 6.1623125rem;
  border: var(--border-gray-dark);
  background: #FFF;
  color: #3E3E3E;
  text-align: justify;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1;
}

.c-card-career-flow__price {
  margin-bottom: -0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 1.875rem;
  gap: 0.125rem;
  color: #3E3E3E;
  font-family: var(--Inter);
  font-size: 1.0313125rem;
  font-weight: 500;
  letter-spacing: -0.103125rem;
  line-height: 1;
}

.c-card-career-flow.is-join .c-card-career-flow__price {
  font-size: 1.25rem;
}

.c-card-career-flow.is-current .c-card-career-flow__label {
  color: #fff;
  background: #434343;
}
.c-card-career-flow.is-current .c-card-career-flow__price {
  font-size: 1.71875rem;
}
.c-card-career-flow.is-current .c-card-career-flow__unit {
  font-size: 0.625rem;
}

.c-card-career-flow__unit {
  padding: 0 0 0.35em;
  text-align: justify;
  font-size: 0.364rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.05em;
}

.c-card-career__info {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: info;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

@media screen and (min-width: 1024px){
  .p-benefit-section-item--lg .p-benefit-section-item__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-benefit-section-item--lg > .p-benefit-section-item__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-benefit-section-item--lg > .p-benefit-section-item__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-reason-benefits-item__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-reason-benefits-item > .p-reason-benefits-item__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-benefit-section-item--lg > .p-reason-benefits-item__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-reason-benefits-item > .p-reason-benefits-item__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-benefit-section-item--lg > .p-reason-benefits-item__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-reason-benefits-item > .p-reason-benefits-item__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .cm-recruit-structure-item__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-reason-benefits-item > .cm-recruit-structure-item__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .cm-recruit-structure-item > .cm-recruit-structure-item__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-benefit-section-item--lg > .cm-recruit-structure-item__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-reason-benefits-item > .cm-recruit-structure-item__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cm-recruit-structure-item > .cm-recruit-structure-item__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-benefit-section-item--lg > .cm-recruit-structure-item__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-reason-benefits-item > .cm-recruit-structure-item__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .cm-recruit-structure-item > .cm-recruit-structure-item__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .c-card-career__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-reason-benefits-item > .c-card-career__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .cm-recruit-structure-item > .c-card-career__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
}
.c-card-career__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  background: #E9EEF1;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.3;
}
.c-card-career__head .c-card-career__info dl {
  background: #fff;
}
.c-card-career__head .c-card-career__info dl dd {
  border-color: #DBE3E8;
}
.c-card-career__info dt {
  width: 4.6875rem;
  padding: 0.75rem 0.625rem;
}
.c-card-career__info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.75rem 0.625rem;
  border-left: var(--border-wh);
}
@media screen and (min-width: 1024px) {
  .c-card-career__info dl {
    font-size: 1rem;
  }
  .c-card-career__info dt {
    width: 8.4375rem;
    font-size: 0.75rem;
  }
  .c-card-career__info dd small {
    font-size: 0.75em;
  }
}

.c-card-career__body {
  padding: 1rem 1.25rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-card-career__title {
  position: relative;
  padding-left: 0.75rem;
  color: var(--Main, #EB322D);
  text-align: justify;
  /* text-xs-bold */
  font-size: 0.75rem;
  font-weight: 700;
}
.c-card-career__title:before {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  position: absolute;
  left: 0;
  top: 0.5em;
  pointer-events: none;
  background: var(--Main, #EB322D);
  border-radius: 100%;
}

.c-card-career__desc {
  font-size: 1.125rem;
  line-height: 175%;
}
@media screen and (min-width: 1024px) {
  .c-card-career__desc {
    margin-top: -0.375rem;
    font-size: 1.3346875rem;
    line-height: 145%;
  }
}

.c-card-career__profile {
  margin-top: auto;
  color: #5C5C5C;
  text-align: right;
  font-size: 0.6673125rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.033375rem;
}

@media screen and (max-width: 1023px) {
  .c-card-career--sm .c-card-career__head {
    padding: 1.25rem 1rem;
    gap: 1rem 0.625rem;
    -ms-grid-columns: 6.25rem 0.625rem auto;
    grid-template-columns: 6.25rem auto;
  }
  .c-card-career--sm .c-card-career__body {
    padding: 1rem 1rem 1.25rem;
  }
  .c-card-career--sm .c-card-career-revenue__data {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .c-card-career--sm .c-card-career-revenue__data {
    font-size: 3.875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.25rem;
  border: var(--border-gray);
  background: #FFF;
}

.c-card-project__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 1.25rem;
  gap: 0.8125rem;
  background: #DBE3E8;
}
@media screen and (min-width: 1024px) {
  .c-card-project__head {
    gap: 1.4375rem;
  }
}

.c-card-project__pic {
  width: 6.875rem;
}
.c-card-project__pic img {
  border-radius: 0.25rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .c-card-project__pic {
    width: 8.4375rem;
  }
  .c-card-project__pic img {
    aspect-ratio: 400/300;
  }
}

.c-card-project__title {
  margin-top: -0.1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .c-card-project__title {
    font-size: 1.3125rem;
  }
}

.c-card-project__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem 1.25rem;
}

.c-card-project__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  word-break: break-all;
  gap: 0.5rem;
}
.c-card-project__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  background: #E9EEF1;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.3;
}
.c-card-career__head .c-card-project__info dl {
  background: #fff;
}
.c-card-career__head .c-card-project__info dl dd {
  border-color: #DBE3E8;
}
.c-card-project__info dt {
  width: 4.6875rem;
  padding: 0.75rem 0.625rem;
}
.c-card-project__info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.75rem 0.625rem;
  border-left: var(--border-wh);
  word-break: break-all;
}
.c-card-project__info dd p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .c-card-project__info dl {
    font-size: 1rem;
  }
  .c-card-project__info dt {
    width: 8.4375rem;
    font-size: 0.75rem;
  }
  .c-card-project__info dd small {
    font-size: 0.75em;
  }
}

.c-card-project__more {
  margin-top: auto;
  text-align: center;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-interview__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (hover: hover) {
  .c-card-interview__link:hover, a:hover .c-card-interview__link {
    color: var(--color-accent);
  }
  .c-card-interview__link:hover .c-card-interview__pic img, a:hover .c-card-interview__link .c-card-interview__pic img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.c-card-interview__pic {
  overflow: hidden;
  border-radius: 0.125rem;
}
.c-card-interview__pic img {
  aspect-ratio: 480/600;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
@media screen and (min-width: 1024px) {
  .c-card-interview__pic {
    border-radius: 0.25rem;
  }
}

.c-card-interview__meta {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
}

.c-card-interview__job {
  position: relative;
  padding-left: 0.75rem;
  font-weight: 600;
  color: var(--Main, #EB322D);
}
.c-card-interview__job:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.35em;
  pointer-events: none;
  width: 0.444875rem;
  height: 0.444875rem;
  border-radius: 100%;
  background: var(--Main, #EB322D);
}

.c-card-interview__division {
  font-weight: 700;
}
.c-card-interview__division:not(:first-child):before {
  content: "／";
  margin-right: 0.5em;
}

.c-card-interview__message {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 175%;
}
@media screen and (min-width: 1024px) {
  .c-card-interview__message {
    font-size: 1.3125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-interview-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  height: 100%;
  border-radius: 0.125rem;
  overflow: hidden;
}
@media (hover: hover) {
  .c-card-interview-list__link:hover, a:hover .c-card-interview-list__link {
    color: var(--color-accent);
  }
  .c-card-interview-list__link:hover .c-card-interview-list__pic img, a:hover .c-card-interview-list__link .c-card-interview-list__pic img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (min-width: 1024px) {
  .c-card-interview-list__link {
    border-radius: 0.25rem;
  }
}

.c-card-interview-list__pic {
  overflow: hidden;
  border-radius: 0.125rem 0.125rem 0 0;
}
.c-card-interview-list__pic img {
  aspect-ratio: 480/600;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
@media screen and (min-width: 1024px) {
  .c-card-interview-list__pic {
    border-radius: 0.25rem 0.25rem 0 0;
  }
}

.c-card-interview-list__wrap {
  padding: 0.75rem 0.625rem;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .c-card-interview-list__wrap {
    padding: 1rem 1rem;
  }
}

.c-card-interview-list__name {
  font-size: 0.75rem;
  font-weight: 700;
}

.c-card-interview-list__catch {
  margin: 0 0 0.375rem;
  font-size: 0.875rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .c-card-interview-list__catch {
    margin: 0.25rem 0 0.375rem;
    font-size: 1.125rem;
  }
}

.c-card-interview-list__job {
  padding-top: 0.625rem;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: var(--border-gray);
  font-size: 0.6875rem;
  font-weight: 700;
}
.c-card-interview-list__job span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .c-card-interview-list__job {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .c-card-interview-list__job {
    padding-top: 0.625rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.75rem;
  }
  .c-card-interview-list__job span:not(:first-child):before {
    content: "／";
    margin-inline: 0.5em;
  }
}

.c-card-interview-list__position {
  color: var(--color-accent);
}
.c-card-interview-list__position:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  pointer-events: none;
  background: var(--color-accent);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-profile {
  padding: 1.5rem 1.875rem;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .c-card-profile {
    padding: 2rem 2.5rem;
  }
}

.c-card-profile__title {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-card-profile__title {
    font-size: 1rem;
  }
}

.c-card-profile__catch {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125rem 0.9375rem;
  background: var(--color-accent);
  border-radius: 0.25rem;
  position: relative;
  color: var(--white, #FFF);
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: normal;
}
.c-card-profile__catch:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.875rem 1.125rem 0 0;
  border-color: var(--color-accent) transparent transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  left: 3.75rem;
  top: 100%;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .c-card-profile__catch {
    margin-top: 0.75rem;
    padding: 0.5rem 1.25rem;
    font-size: 1.125rem;
  }
  .c-card-profile__catch:after {
    left: 5rem;
  }
}

.c-card-profile__wrap {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .c-card-profile__wrap {
    margin-top: 1.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.4375rem;
  }
}

.c-card-profile__pic img {
  border-radius: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .c-card-profile__pic {
    width: 11.25rem;
  }
  .c-card-profile__pic img {
    aspect-ratio: 480/600;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-card-profile__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .c-card-profile__content {
    margin-top: -0.5rem;
  }
}

.c-card-profile__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .c-card-profile__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

.c-card-profile__ja {
  font-size: 1.3125rem;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .c-card-profile__ja {
    font-size: 1.5rem;
  }
}

.c-card-profile__en {
  color: var(--gray01, #7C7C7C);
  font-family: var(--IBM);
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .c-card-profile__en {
    font-size: 0.75rem;
  }
}

.c-card-profile__message {
  margin-top: 0.5rem;
  height: 5rem;
  font-size: 0.75rem;
  line-height: 1.6;
  overflow: auto;
}
@media screen and (min-width: 1024px) {
  .c-card-profile__message {
    margin-top: 0.75rem;
    height: 8.75rem;
    font-size: 0.875rem;
  }
}

.c-card-profile__info {
  margin-top: 0.5rem;
  border-top: var(--border-gray);
  padding-top: 0.625rem;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .c-card-profile__info {
    margin-top: 0.75rem;
    padding-top: 1rem;
  }
}

.c-card-profile__division {
  font-size: 0.6875rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-card-profile__division {
    font-size: 0.75rem;
  }
}

.c-card-profile__job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  font-size: 0.6875rem;
  font-weight: 700;
}
.c-card-profile__job span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .c-card-profile__job {
    font-size: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .c-card-profile__job span:not(:first-child):before {
    content: "";
  }
}

.c-card-profile__position {
  color: var(--color-accent);
}
.c-card-profile__position:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  pointer-events: none;
  background: var(--color-accent);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-recruit-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  border-radius: 0.25rem;
  background: var(--Bg02, #E9EEF1);
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .c-card-recruit-voice {
    min-height: 6.125rem;
    padding: 0.75rem 1.875rem;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.c-card-recruit-voice__ico {
  width: 1.5625rem;
  height: 1.375rem;
  background: url(../img/ico-talk.svg) center center/contain no-repeat;
}

.c-card-recruit-voice__message {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-card-recruit-voice--border {
  border: var(--border-accent);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-recruit-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  border-radius: 0.25rem;
  padding: 1rem 0.9375rem;
  background: var(--Bg02, #E9EEF1);
}
@media screen and (min-width: 1024px) {
  .c-card-recruit-message {
    padding: 1.5rem 2.125rem;
  }
}

.c-card-recruit-message__pic {
  width: 3.125rem;
}
@media screen and (min-width: 1024px) {
  .c-card-recruit-message__pic {
    width: 5.625rem;
  }
}

.c-card-recruit-message__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  line-height: 1.6;
}
.c-card-recruit-message__body ._prof {
  margin-top: 0.25rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .c-card-recruit-message__body {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .c-card-recruit-message__body ._prof {
    margin-top: 0.25rem;
    font-size: 0.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem;
  border-radius: 0.25rem;
  background: var(--white, #FFF);
  border: var(--border-gray);
}
@media screen and (min-width: 1024px) {
  .c-card-link {
    padding: 1.25rem;
    gap: 1.25rem;
  }
}

.c-card-link__pic {
  width: 11.125rem;
}
.c-card-link__pic img {
  border-radius: 0.3125rem;
}
@media screen and (min-width: 1024px) {
  .c-card-link__pic {
    width: 14.375rem;
  }
}

.c-card-link__meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-card-link__title {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-card-link__title {
    font-size: 1.3125rem;
  }
}

.c-card-link__link {
  color: var(--text, #162532);
  font-size: 0.75rem;
  font-weight: 400;
  text-decoration: underline;
}
.c-card-link__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .c-card-link__link {
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .c-card-link__link {
    margin-top: 0.75rem;
    font-size: 0.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.c-link-accent {
  color: var(--color-accent);
}
.c-link-accent:hover {
  color: var(--color-gray);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-link-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5rem;
}
.c-link-arrow:hover {
  color: var(--color-accent);
}
.c-link-arrow__arrow {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 0.625rem;
}
.c-link-arrow__arrow svg {
  width: 100%;
  height: auto;
  fill: var(--color-accent);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-link-underline {
  text-decoration: underline;
}
.c-link-underline:hover {
  text-decoration: none;
}

.c-link-ico ._external {
  margin-left: 0.4em;
  margin-bottom: 0.1em;
  width: 1em;
  height: auto;
  line-height: 0;
  position: relative;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-link-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: var(--color);
  font-size: 1.125rem;
  font-weight: 700;
}
.c-link-close i {
  line-height: 0;
  width: 1.25rem;
}
.c-link-close svg {
  position: relative;
  top: 0.05em;
  width: 100%;
  height: auto;
  fill: var(--color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.c-list-desc li {
  list-style: disc;
  margin-left: 1.5em;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-list-count {
  counter-reset: item;
}
.c-list-count li {
  position: relative;
  counter-increment: item;
  padding-left: 2em;
}
.c-list-count li::before {
  content: counter(item, decimal-leading-zero) ". ";
  position: absolute;
  left: 0;
  color: var(--Main, #EB322D);
  font-family: var(--IBM);
  font-size: 0.875em;
  font-weight: 500;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-list-count-circle {
  counter-reset: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.c-list-count-circle li {
  position: relative;
  counter-increment: item;
  padding-left: 2.875rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.c-list-count-circle li::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  content: counter(item, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: calc(50% - 0.9375rem);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 100%;
  background: var(--Dark, #C6231E);
}
@media screen and (min-width: 1024px) {
  .c-list-count-circle li {
    font-size: 1.3125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-list-table {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.6;
}
.c-list-table th, .c-list-table td {
  padding: 1.375rem 0;
}
.c-list-table th {
  border-top: var(--border-gray);
  border-right: 0.5rem solid transparent;
  color: var(--gray01, #7C7C7C);
  text-align: left;
  font-weight: bold;
}
.c-list-table td {
  border-top: var(--border-gray);
}
@media screen and (min-width: 1024px) {
  .c-list-table {
    font-size: 1rem;
    line-height: 1.5;
  }
  .c-list-table th, .c-list-table td {
    padding: 2.125rem 0;
  }
  .c-list-table th {
    border-right: 1.5rem solid transparent;
  }
}

.c-list-table--profile p + p {
  margin-top: 1.5em;
}
.c-list-table--profile th {
  width: 5rem;
}
@media screen and (min-width: 1024px) {
  .c-list-table--profile th {
    width: 10.25rem;
  }
}

.c-list-table__license dt {
  font-weight: bold;
}
.c-list-table__license dd {
  padding-left: 1em;
}
.c-list-table__license dl + dl {
  margin-top: 0.25rem;
}
.c-list-table__license figure {
  margin-top: 0.75rem;
  width: 15rem;
}
@media screen and (min-width: 1024px) {
  .c-list-table__license dl + dl {
    margin-top: 0.5rem;
  }
  .c-list-table__license figure {
    position: relative;
    left: -0.625rem;
    margin-top: 0.75rem;
    width: 15.875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.c-form-select {
  position: relative;
}
.c-form-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.5rem;
}
.c-form-select:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
  pointer-events: none;
  background: url(../img/ico-arrow-down.svg) center center/contain no-repeat;
}
@media screen and (min-width: 1024px) {
  .c-form-select:after {
    width: 1.25rem;
    height: 1.25rem;
    right: 1.25rem;
    top: calc(50% - 0.625rem);
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
/* Common Styles */
/* Bullets */
/* Progress */
.swiper-wrapper,
.swiper-slide {
  -webkit-transition-timing-function: var(--easeOutQuart);
          transition-timing-function: var(--easeOutQuart);
}

.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet {
  margin: 0;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 100%;
  opacity: 1;
  background: var(--color);
}

.swiper-pagination-bullet-active.swiper-pagination-bullet-active.swiper-pagination-bullet-active {
  background: var(--color-accent);
}

.swiper-wrapper.swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.swiper-wrapper.swiper-wrapper .swiper-slide {
  height: auto;
}

/*----------------------------------------------------
	...
----------------------------------------------------*/

.simulator-wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  z-index: 1000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (max-width: 767px) {
  .simulator-wrapper {
    padding: 20px;
  }
}
.simulator-wrapper.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.simulator-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#dedede 10px, transparent 10px), radial-gradient(#dedede 10px, #e8e8e8 10px);
  background-size: 300px 300px;
  background-position: calc(50% - 75px) calc(50% - 75px), calc(50% + 75px) calc(50% + 75px);
  opacity: 0.5;
  z-index: -1;
}

.simulator-wrapper .simulator {
  padding: 10px 0;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .simulator-wrapper .simulator {
    padding: 44px 0;
  }
}
.simulator-wrapper .simulator .simulator-header {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0.6em 2em;
  color: #555;
  background: #fff;
  border: solid 2px #555;
  border-radius: 0.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-header {
    margin-bottom: 0.625rem;
    padding: 0.4em 1em;
  }
}
.simulator-wrapper .simulator .simulator-header::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -7px;
  border: 7px solid rgba(0, 0, 0, 0);
  border-top: 12px solid #fff;
  z-index: 2;
}

.simulator-wrapper .simulator .simulator-header::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 14px solid #555;
  z-index: 1;
}

.simulator-wrapper .simulator .simulator-header p {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  vertical-align: middle;
  font-weight: 600;
}

@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-header p {
    font-size: 1.125rem;
  }
}
.simulator-wrapper .simulator .simulator-header p > span {
  font-size: 1.3125rem;
}

@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-header p > span {
    font-size: 0.875rem;
  }
}
.simulator-wrapper .simulator .step-indicator {
  width: 284px;
  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;
  margin: 1.25rem auto;
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .simulator-wrapper .simulator .step-indicator {
    width: 100%;
    max-width: 12.5rem;
    margin: 1rem auto;
  }
}
.simulator-wrapper .simulator .step-indicator::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
  height: 1px;
  content: "";
  background-color: #dfdede;
}

.simulator-wrapper .simulator .step-indicator .simulator-step {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dfdede;
  border-radius: 50%;
  background-color: #fff;
  color: #3d3a3a;
  text-align: center;
  font-size: 16px;
}

.simulator-wrapper .simulator .step-indicator .simulator-step.active {
  color: #fff;
  background-color: #d32f2f;
  width: 58px;
  height: 58px;
}

.simulator-wrapper .simulator .simulator-form .form-title {
  font-size: 1.125rem;
  color: #d32f2f;
  text-align: center;
  margin-bottom: 2.25rem;
  position: relative;
  display: inline-block;
  padding: 0 0.875rem;
  line-height: 1.8;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .simulator-wrapper .simulator .simulator-form .form-title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-form .form-title {
    font-size: 0.875rem;
  }
}
.simulator-wrapper .simulator .simulator-form .form-title::before, .simulator-wrapper .simulator .simulator-form .form-title::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 100%;
  border-top: solid 1px;
  border-bottom: solid 1px;
}

.simulator-wrapper .simulator .simulator-form .form-title::before {
  border-left: solid 1px;
  left: 0;
}

.simulator-wrapper .simulator .simulator-form .form-title::after {
  border-right: solid 1px;
  right: 0;
}

.simulator-wrapper .simulator .simulator-form .form-title span.option {
  font-size: 0.75rem;
  padding: 2px 6px;
  color: #3d3a3a;
  background-color: #d6d5d5;
  border-radius: 4px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.simulator-wrapper .simulator .simulator-form .form-title span.form-title-text {
  display: inline-block;
}

.simulator-wrapper .simulator .simulator-form .select-group {
  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: 1.875rem;
}

@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-form .select-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.simulator-wrapper .simulator .simulator-form .select-group .form-group {
  width: 100%;
  max-width: 13.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-form .select-group .form-group {
    max-width: 12.5rem;
  }
}
.simulator-wrapper .simulator .simulator-form .select-group .form-group label {
  font-size: 1rem;
  color: #3d3a3a;
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media (max-width: 1023px) {
  .simulator-wrapper .simulator .simulator-form .select-group .form-group label {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-form .select-group .form-group label {
    font-size: 0.75rem;
  }
}
.simulator-wrapper .simulator .simulator-form .select-group .form-group label span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 12px;
}

@media (max-width: 1023px) {
  .simulator-wrapper .simulator .simulator-form .select-group .form-group label span {
    font-size: 0.6875rem;
  }
}
@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-form .select-group .form-group label span {
    font-size: 0.6875rem;
    margin-bottom: 0;
  }
}
.simulator-wrapper .simulator .simulator-form .select-group .form-group select {
  padding: 15px;
  font-size: 0.875rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #3D3A3A;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.97 11.09"><polygon fill="%233d3a3a" points="6.49 11.09 12.97 0 6.49 3.1 0 0 6.49 11.09"/></svg>');
  background-repeat: no-repeat;
  background-size: 0.8125rem auto;
  background-position: right 0.75rem center;
}

@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-form .select-group .form-group select {
    padding: 0.625rem;
    font-size: 0.75rem;
  }
}
.simulator-wrapper .simulator .simulator-form .select-group .form-group select::-ms-expand {
  display: none;
}

.simulator-wrapper .simulator .simulator-form .checkbox-group {
  width: 100%;
  max-width: 600px;
  border: none;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.5rem;
  margin: 1.75rem auto 0;
  padding: 0;
}

@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-form .checkbox-group {
    gap: 0 0.875rem;
  }
}
.simulator-wrapper .simulator .simulator-form .checkbox-group legend {
  font-size: 1rem;
  color: #3d3a3a;
  margin-bottom: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (max-width: 1023px) {
  .simulator-wrapper .simulator .simulator-form .checkbox-group legend {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-form .checkbox-group legend {
    font-size: 0.75rem;
  }
}
.simulator-wrapper .simulator .simulator-form .checkbox-group label {
  display: block;
  font-size: 0.75rem;
  color: #3d3a3a;
  margin-bottom: 5px;
  cursor: pointer;
}

.simulator-wrapper .simulator .simulator-form .checkbox-group input {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  background-color: #fff;
  vertical-align: -0.3125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.simulator-wrapper .simulator .simulator-form .checkbox-group input:checked {
  background-color: #c43432;
  border: 1px solid #c43432;
}

.simulator-wrapper .simulator .simulator-form .checkbox-group input:checked::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 3px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 6px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.simulator-wrapper .simulator .simulator-form .skip-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 1rem;
}

.simulator-wrapper .simulator .simulator-form .skip-button button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  color: #3d3a3a;
  font-size: 0.75rem;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}

.simulator-wrapper .simulator .simulator-form .skip-button img {
  width: 0.75rem;
}

.simulator-wrapper .simulator .submit-button {
  width: 100%;
  max-width: 13.75rem;
  padding: 0.625rem 1.25rem;
  color: #fff;
  background-color: #c43432;
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  cursor: pointer;
  margin-top: 2.5rem;
  text-align: left;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.09 12.97"><polygon fill="%23ffffff" points="11.09 6.49 0 0 3.1 6.49 0 12.97 11.09 6.49"/></svg>');
  background-repeat: no-repeat;
  background-size: 0.75rem auto;
  background-position: right 0.75rem center;
}

@media (max-width: 767px) {
  .simulator-wrapper .simulator .submit-button {
    margin-top: 1.5rem;
  }
}
.simulator-wrapper .simulator .submit-button:disabled {
  cursor: not-allowed;
  background-color: #d6d5d5;
  color: #bab9b9;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.09 12.97"><polygon fill="%23bab9b9" points="11.09 6.49 0 0 3.1 6.49 0 12.97 11.09 6.49"/></svg>');
}

.simulator-wrapper .simulator .back-button {
  position: absolute;
  top: 0;
  left: 0;
}

.simulator-wrapper .simulator .back-button button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  color: #3d3a3a;
}

.simulator-wrapper .simulator .back-button button > span {
  position: relative;
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: middle;
  font-size: 0.75rem;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  background-color: #fff;
  line-height: 1.2;
}

.simulator-wrapper .simulator .close-button {
  content: "";
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
  .simulator-wrapper .simulator .close-button {
    width: 32px;
    height: 32px;
  }
}
.simulator-wrapper .simulator .close-button::before, .simulator-wrapper .simulator .close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #3d3a3a;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.simulator-wrapper .simulator .close-button::before {
  width: 100%;
  height: 1px;
}

.simulator-wrapper .simulator .close-button::after {
  width: 1px;
  height: 100%;
}

.simulator-wrapper .simulator .simulator-result {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  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;
}

@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
    padding: 0;
  }
}
.simulator-wrapper .simulator .simulator-result-text, .simulator-wrapper .simulator .simulator-result-image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-result-text, .simulator-wrapper .simulator .simulator-result-image {
    width: 100%;
  }
}
.simulator-wrapper .simulator .simulator-result-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.simulator-wrapper .simulator .simulator-result-image img {
  width: 80%;
  max-width: 380px;
}

@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-result-image img {
    width: 100%;
    max-width: 5.875rem;
  }
}
.simulator-wrapper .simulator .simulator-result-title {
  font-size: 1.375rem;
  color: #d32f2f;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 1em;
  margin: 0;
  line-height: 1;
}

@media (max-width: 1023px) {
  .simulator-wrapper .simulator .simulator-result-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-result-title {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.simulator-wrapper .simulator .simulator-result-title::before, .simulator-wrapper .simulator .simulator-result-title::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 100%;
  border-top: solid 1px;
  border-bottom: solid 1px;
}

.simulator-wrapper .simulator .simulator-result-title::before {
  border-left: solid 1px;
  left: 0;
}

.simulator-wrapper .simulator .simulator-result-title::after {
  border-right: solid 1px;
  right: 0;
}

.simulator-wrapper .simulator .simulator-result-nenshu {
  font-size: 2.5rem;
  font-weight: 700;
  padding: 0 0.5rem;
  margin: 15px 0 46px 0;
  background-color: #fff;
  line-height: 1.8;
  border-radius: 4px;
}

@media (max-width: 1023px) {
  .simulator-wrapper .simulator .simulator-result-nenshu {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-result-nenshu {
    font-size: 1.625rem;
    margin: 0.625rem 0 2rem 0;
  }
}
.simulator-wrapper .simulator .simulator-result-nenshu span {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-result-nenshu span {
    font-size: 1rem;
  }
}
.simulator-wrapper .simulator .simulator-result-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

@media (max-width: 767px) {
  .simulator-wrapper .simulator .simulator-result-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
  }
}
.simulator-wrapper .simulator .simulator-result-button .simulator-result-message {
  margin: 0;
  line-height: 1.4;
}

.simulator-wrapper .simulator .simulator-result-button .simulator-result-message span {
  font-size: 0.875rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 40%, #fff 0%);
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 2px 0;
}

.simulator-wrapper .simulator .simulator-result-button .submit-button {
  max-width: 20rem;
  padding: 0.875rem;
  margin-top: 0;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.grecaptcha-badge {
  visibility: hidden;
}