@charset "UTF-8";
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles inherit by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, select, textarea, p,
blockquote, table, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

fieldset {
  border: 0;
}

img {
  width: 100%;
  border: 0;
  height: auto;
  border-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

/*リセット追加分*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

* ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
* ul li {
  margin: 0;
  padding: 0;
}

* ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
* ol li {
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
}

img, a {
  text-decoration: none;
  vertical-align: top;
}

a {
  background-color: transparent;
}

a,
a:link,
a:visited {
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: all 0.3s ease;
}
a img,
a:link img,
a:visited img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}
a:hover,
a:link:hover,
a:visited:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

hr {
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #cccccc;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  min-height: 0.1px;
}

* html .clearfix {
  height: 0.1px;
}

@font-face {
  font-family: "Orbitron";
  src: url("../fonts/Orbitron-ExtraBold.woff") format("woff");
  src: url("../fonts/Orbitron-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
.f_f-hiragino {
  font-family: YakuHanJP, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.f_f-orbitron {
  font-family: "Orbitron", sans-serif;
}

.f_weight600 {
  font-weight: 600;
}

.---10 {
  font-size: clamp(0.9rem, 2vw, 1rem);
}

.---11 {
  font-size: clamp(1rem, 2vw, 1.1rem);
}

.---12 {
  font-size: 1.2rem;
  font-size: clamp(1.1rem, 2vw, 1.2rem);
}

.---13 {
  font-size: 1.3rem;
  font-size: clamp(1.3rem, 2vw, 1.3rem);
}

.---14 {
  font-size: 1.4rem;
  font-size: clamp(1.4rem, 2vw, 1.4rem);
}

.---15 {
  font-size: 1.5rem;
  font-size: clamp(1.4rem, 2vw, 1.5rem);
}

.---16, .editor-styles-wrapper.---interview, .editor-styles-wrapper.---worklife {
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}

.---18, .editor-styles-wrapper {
  font-size: 1.8rem;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
}

.---20 {
  font-size: 2rem;
  font-size: clamp(1.6rem, 3.6vw, 2rem);
}

.---22 {
  font-size: 2.2rem;
  font-size: clamp(1.6rem, 3.6vw, 2.2rem);
}

.---24 {
  font-size: 2.4rem;
  font-size: clamp(1.7rem, 3.6vw, 2.4rem);
}

.---26 {
  font-size: 2.6rem;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
}

.---28 {
  font-size: 2.8rem;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.---30 {
  font-size: 3rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.---32 {
  font-size: 3.2rem;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
}

.---36 {
  font-size: 3.6rem;
  font-size: clamp(1.8rem, 4vw, 3.6rem);
}

.---42 {
  font-size: 4.2rem;
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.---44 {
  font-size: 4.4rem;
  font-size: clamp(2rem, 4vw, 4.4rem);
}

.---46 {
  font-size: 4.6rem;
  font-size: clamp(2rem, 4vw, 4.6rem);
}

.---48 {
  font-size: 4.8rem;
  font-size: clamp(2rem, 4vw, 4.8rem);
}

.---50 {
  font-size: 5rem;
  font-size: clamp(2.2rem, 4vw, 5rem);
}

.c-red {
  color: #e60012;
}

.c-blue {
  color: #089ac2;
}

.c-yellow {
  color: #b19b4b;
}

.c-gray {
  color: #9e9fa7;
}

html,
body {
  height: auto;
  color: #060c19;
  font-size: 62.5%;
  font-family: YakuHanJP, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-style: normal;
  letter-spacing: 0.16em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  writing-mode: horizontal-tb;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: none;
  -webkit-touch-callout: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html ::-moz-selection, body ::-moz-selection {
  background: #e60012;
  color: #fff;
}
html ::selection,
body ::selection {
  background: #e60012;
  color: #fff;
}
html ::-moz-selection,
body ::-moz-selection {
  background: #e60012;
  color: #fff;
}
main {
  position: relative;
  z-index: 0;
}

svg {
  display: block;
  height: auto;
  overflow: unset;
}

.f_j-inview {
  opacity: 0;
  transform: translateY(20%);
  transition: ease-in-out 1s;
}
.f_j-inview.f_j-animated {
  transform: translateY(0%);
  opacity: 1;
}

.l_header {
  position: fixed;
  z-index: 4;
  padding-top: 25px;
  padding-bottom: 25px;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  width: 96%;
  max-width: 1080px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .l_header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l_header::before {
  content: "";
  display: block;
  width: 150vw;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50vw;
  opacity: 1;
  box-shadow: #ccc 0 0 40px -20px;
}
.l_header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -3;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.l_header.is-view::after {
  opacity: 0.3;
}
.l_header-logo {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.l_header-logo-images {
  font-size: 0;
  width: 150px;
}
@media screen and (max-width: 800px) {
  .l_header-logo-images {
    width: 110px;
  }
}
.l_header-logo span {
  color: #9e9fa7;
  text-transform: uppercase;
  margin-left: 12px;
  text-transform: uppercase;
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
  transform: scale(0.9);
  transform-origin: left;
}
@media screen and (max-width: 1100px) {
  .l_header-logo span {
    max-width: 100px;
    margin-left: 10px;
  }
}
.l_header-nav {
  font-size: 1.2rem;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .l_header-nav {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    padding: 0 10%;
    transform: translate(100%, 0);
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 800px) {
  .l_header-nav.is-view {
    box-shadow: #ccc 0 0 50px -10px;
    transform: translate(0, 0);
  }
}
.l_header-nav a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0);
  background: linear-gradient(75deg, #585960 0%, #585960 50%, #e60012 50%, #e60012 100%);
  background-position: 0 0;
  -webkit-background-clip: text;
  background-size: 210% 40px;
}
.l_header-nav a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: block;
  background: #e60012;
  margin-right: 3px;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.7, 1.9, 0.9, 1.5);
}
@media screen and (max-width: 1024px) {
  .l_header-nav a::before {
    width: 6px;
    height: 6px;
    margin-right: 3px;
  }
}
.l_header-nav a:hover {
  background-position: 100% 0;
}
.l_header-nav a:hover::before {
  transform: scale(1);
}
.l_header-nav a + a {
  margin-left: clamp(6px, 1vw, 10px);
}
@media screen and (max-width: 800px) {
  .l_header-nav a + a {
    margin-left: 0;
    margin-top: 38px;
  }
}
.l_header-global {
  width: 100%;
  margin-bottom: 5em;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  transform: translate(0, -100%);
  z-index: -2;
  padding-top: 120px;
  padding-bottom: 64px;
  overflow-y: scroll;
  max-height: 100vh;
  transition: all 0.3s ease;
}
.l_header-global.is-view {
  transform: translate(0, 0%);
}
.l_header-global .l_gnav-entry_text {
  flex-wrap: wrap;
  font-size: 2em;
}
@media screen and (max-width: 1024px) {
  .l_header-global .l_gnav-entry_text {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 800px) {
  .l_header-global .l_gnav-entry_text {
    font-size: 1em;
  }
}
.l_header-global .l_gnav-entry_text::after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 15px;
  background: #e60012;
  background: linear-gradient(90deg, #e60012 56%, rgba(230, 0, 18, 0) 56%);
}
@media screen and (max-width: 1024px) {
  .l_header-global .l_gnav-entry_text::after {
    background: #e60012;
  }
}
@media screen and (max-width: 800px) {
  .l_header-global .l_gnav-entry_text::after {
    margin-bottom: 15px;
  }
}
.l_header-button {
  display: block;
  width: 30px;
  height: 16px;
  cursor: pointer;
  background-image: linear-gradient(180deg, #000 2px, transparent 2px);
  background-size: 100% 7px;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease;
  margin-left: 28px;
}
.l_header-button::before, .l_header-button:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  transform-origin: top left;
  transition: all 0.3s ease;
}
.l_header-button::before {
  top: 0;
}
.l_header-button::after {
  bottom: 0;
}
.l_header-button.is-view {
  background-image: linear-gradient(180deg, #000 2px, transparent 2px);
  background-size: 100% 18px;
  background-position: 0px -2px;
}
.l_header-button.is-view::before, .l_header-button.is-view:after {
  width: 110%;
}
.l_header-button.is-view::before {
  transform: rotate(26deg);
}
.l_header-button.is-view::after {
  transform: rotate(-26deg);
}

.l_footer {
  background: #f1f1f1;
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
}
.l_footer .l_gnav {
  padding-top: 60px;
  padding-bottom: 50px;
}
.l_footer-pagetop {
  cursor: pointer;
  background: #f1f1f1;
  position: absolute;
  right: 0;
  bottom: 100%;
  padding: 0.6em 0.6em 0.4em;
  width: 120px;
  display: flex;
  font-size: 1.1rem;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  color: #222;
}
.l_footer-pagetop::before {
  content: "";
  display: block;
  margin-right: 0.5em;
  height: 0;
  width: 0;
  border-top: 0px solid transparent;
  border-bottom: 4px solid #e60012;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.l_footer-grandnav {
  background: #E5E5E5;
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .l_footer-grandnav {
    font-size: 1.1rem;
  }
}
.l_footer-grandnav ul {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .l_footer-grandnav ul li {
    width: 50%;
    margin: 0.5em 0;
  }
}
.l_footer-grandnav ul li + li {
  margin-left: 18px;
}
@media screen and (max-width: 800px) {
  .l_footer-grandnav ul li + li {
    margin-left: 0;
  }
}
.l_footer-grandnav ul a {
  color: #8E8E8E;
  display: flex;
  align-items: center;
}
.l_footer-grandnav ul a::before {
  content: "";
  display: block;
  margin-right: 0.5em;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
}
.l_footer-grandnav ul a[target=_blank]::after {
  content: "";
  display: block;
  margin-left: 0.5em;
  width: 12px;
  height: 11px;
  border: 1px solid rgb(229, 229, 229);
  box-shadow: -3px 3px 0px -2px #cccccc, 0px 0px 0px 1px #cccccc inset;
}
.l_footer-grandnav-pagetop {
  font-size: 1.1em;
  padding: 10px 0 12px;
}
.l_footer-copy {
  text-align: left;
  padding: 16px 0;
  font-size: 0.9rem;
  background: #222;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .l_footer-copy {
    text-align: center;
  }
}

main {
  display: block;
  background: #fafafa;
}
main > section:last-of-type {
  padding-bottom: clamp(60px, 8vw, 100px);
}

.l_m_bg---w {
  position: relative;
}
.l_m_bg---w::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  top: 3vw;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .l_m_bg---w::before {
    top: 1vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .l_m_bg---w::before {
    top: 0;
  }
}

.l_m_bg---g {
  position: relative;
}
.l_m_bg---g::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 3vw;
  z-index: -1;
  background: #fafafa;
}
@media screen and (max-width: 800px) {
  .l_m_bg---g::before {
    top: 1vw;
  }
}

.l_gnav {
  padding: 0;
}
.l_gnav_inner {
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .l_gnav_inner {
    flex-direction: column;
    font-size: 1.4rem;
  }
}
.l_gnav_inner::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #9e9fa7;
  margin: clamp(1.5em, 2vw, 2.5em) auto;
  order: 6;
}
.l_gnav-entry_text {
  width: 100%;
  font-size: 1.2em;
  margin-bottom: 3em;
  letter-spacing: 0.25em;
  color: #e60012;
  font-weight: bold;
  order: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l_gnav-entry_text {
    font-size: 1.2em;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .l_gnav-entry_text {
    font-size: 1em;
    margin-bottom: 0.6em;
    padding: 0 0.6em;
  }
}
.l_gnav-entry_text::before {
  content: "";
  transform: rotate(90deg);
  height: 0;
  width: 0;
  display: block;
  border-top: 0.25em solid transparent;
  border-bottom: 0.25em solid transparent;
  border-left: 0.25em solid #e60012;
  margin-right: 0.5em;
}
.l_gnav .l_gnav-child {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .l_gnav .l_gnav-child {
    width: 100%;
  }
}
.l_gnav .l_gnav-child.col2 {
  width: 36%;
}
@media screen and (max-width: 1024px) {
  .l_gnav .l_gnav-child.col2 {
    width: 100%;
  }
}
.l_gnav .l_gnav-child.col2 ul {
  display: flex;
  flex-wrap: wrap;
}
.l_gnav .l_gnav-child.col2 ul li {
  width: 50%;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .l_gnav .l_gnav-child.col2 ul li {
    width: 100%;
  }
}
.l_gnav .l_gnav-child-social {
  display: flex;
}
.l_gnav .l_gnav-child-social a {
  display: block;
  width: auto;
  height: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .l_gnav .l_gnav-child-social a {
    height: 25px;
  }
}
.l_gnav .l_gnav-child-social a::after {
  display: none;
}
.l_gnav .l_gnav-child-social a img {
  height: 100%;
  width: auto;
}
.l_gnav .l_gnav-child-social a + a {
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  .l_gnav .l_gnav-child-social a + a {
    margin-left: 8px;
  }
}
.l_gnav .l_gnav-child.entry-1 {
  order: 2;
}
.l_gnav .l_gnav-child.entry-2 {
  order: 3;
}
.l_gnav .l_gnav-child.entry-3 {
  order: 4;
  width: 24%;
}
@media screen and (max-width: 1024px) {
  .l_gnav .l_gnav-child.entry-3 {
    width: 100%;
  }
}
.l_gnav .l_gnav-child.entry-others {
  order: 5;
}
@media screen and (max-width: 1024px) {
  .l_gnav .l_gnav-child.entry-others {
    order: 11;
  }
  .l_gnav .l_gnav-child.entry-others::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #9e9fa7;
    margin: clamp(1.5em, 2vw, 2.5em) auto;
  }
}
.l_gnav .l_gnav-child.interview {
  order: 7;
}
.l_gnav .l_gnav-child.division {
  order: 8;
  width: 26%;
}
@media screen and (max-width: 1024px) {
  .l_gnav .l_gnav-child.division {
    width: 100%;
  }
}
.l_gnav .l_gnav-child.know {
  order: 9;
  width: 18%;
}
@media screen and (max-width: 1024px) {
  .l_gnav .l_gnav-child.know {
    width: 100%;
  }
}
.l_gnav .l_gnav-child.welfare {
  order: 10;
  width: 18%;
}
@media screen and (max-width: 1024px) {
  .l_gnav .l_gnav-child.welfare {
    width: 100%;
  }
}
.l_gnav .l_gnav-child.posts {
  width: 18%;
  order: 11;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .l_gnav .l_gnav-child.posts {
    position: static;
    order: 12;
    width: 100%;
  }
}
.l_gnav-title {
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l_gnav-title {
    cursor: pointer;
    margin-bottom: 10px;
    padding: 1em 0.5em;
    transition: all 0.3s ease;
  }
  .l_gnav-title::before, .l_gnav-title::after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .l_gnav-title::after {
    transform: rotate(90deg);
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1024px) and (max-width: 800px) and (max-width: 599px) {
  .l_gnav-title {
    margin-bottom: 2px;
    padding: 0.6em 0.6em;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1024px) {
  .l_gnav-title:hover {
    background: #e3e3e3;
  }
  .l_gnav-title.is-open::after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1024px) {
  .l_gnav-item ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.l_gnav-item li {
  padding-bottom: 0.8em;
}
@media screen and (max-width: 1024px) {
  .l_gnav-item li {
    line-height: 0;
    opacity: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 0.1s ease-out;
    width: 50%;
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 800px) and (max-width: 599px) {
  .l_gnav-item li {
    width: 100%;
  }
}
.l_gnav-item a {
  display: flex;
  align-items: center;
  font-size: 1.1em;
  width: -moz-max-content;
  width: max-content;
}
.l_gnav-item a::before {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background: #9e9fa7;
  margin-right: 6px;
}
.l_gnav-item a::after {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  margin-left: 6px;
  transition: all 0.3s ease;
}
.l_gnav-item a:hover::after {
  transform: rotate(-45deg) translate(0.2em, 0.2em);
}
@media screen and (max-width: 1024px) {
  .l_gnav-item.is-open li {
    line-height: 1.5;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    padding-bottom: 13px;
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.l_gnav-item + .l_gnav-title {
  margin-top: 26px;
}
@media screen and (max-width: 1024px) {
  .l_gnav-item + .l_gnav-title {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l_gnav-item-single {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.l_gnav-item-single li {
  margin-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .l_gnav-item-single li {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 800px) and (max-width: 599px) {
  .l_gnav-item-single li {
    width: 100%;
  }
}
.l_gnav-item-single a {
  display: flex;
  align-items: center;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
}
.l_gnav-item-single a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  margin-left: 6px;
  transition: all 0.3s ease;
}
.l_gnav-item-single a:hover::after {
  transform: rotate(-45deg) translate(0.2em, 0.2em);
}
.l_gnav .o_p_sec-950 {
  display: flex;
  justify-content: space-between;
}
.l_gnav-content {
  max-width: 350px;
  margin-right: 50px;
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  .l_gnav-content {
    margin: auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 800px) and (max-width: 599px) {
  .l_gnav-content {
    max-width: 320px;
  }
}

.o_c_heading-single, .o_c_heading-single.---under, .o_c_heading-single.---reverse, .o_c_heading-single.---mono {
  background: #fff;
  overflow: hidden;
  margin-top: 66px;
}
@media screen and (max-width: 800px) {
  .o_c_heading-single, .o_c_heading-single.---under, .o_c_heading-single.---reverse, .o_c_heading-single.---mono {
    margin-top: 56px;
  }
}
.o_c_heading-single .thumb {
  position: relative;
}
.o_c_heading-single .thumb::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  border-bottom: 30vw solid #fff;
  border-right: 100vw solid transparent;
  z-index: 1;
}
.o_c_heading-single .thumb::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  border-bottom: 11.9vw solid transparent;
  border-left: 0vw solid transparent;
  border-top: 12vw solid transparent;
  border-right: 40vw solid #e60012;
  z-index: 1;
}
.o_c_heading-single .thumb img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 10.5vw;
}
.o_c_heading-single.---non_thumb::before {
  top: 8vw;
}
.o_c_heading-single.---non_thumb .thumb {
  position: relative;
  padding-bottom: 30vw;
  background: #e2dfe0;
}
.o_c_heading-single.---non_thumb .o_c_title-midashi-large {
  margin-top: clamp(0px, 8vw, 110px);
}
.o_c_heading-single .o_c_title-midashi-large {
  position: relative;
  z-index: 2;
  margin-top: -10vw;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .o_c_heading-single .o_c_title-midashi-large {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 800px) and (max-width: 599px) {
  .o_c_heading-single .o_c_title-midashi-large {
    padding-left: 6%;
    padding-right: 6%;
  }
}
.o_c_heading-single.---mono {
  background: #fafafa;
}
.o_c_heading-single.---mono .thumb::before {
  border-bottom-color: #fafafa;
}
.o_c_heading-single.---mono .thumb::after {
  border-right-color: #fff;
}
.o_c_heading-single.---reverse {
  background: #fafafa;
}
.o_c_heading-single.---reverse .thumb::before {
  border-bottom-color: #fff;
  transform: scale(1.5);
}
.o_c_heading-single.---reverse .thumb::after {
  border-bottom: 0vw solid #fafafa;
  border-left: 70vw solid transparent;
  border-top: 30vw solid transparent;
  border-right: 100vw solid #fafafa;
  z-index: 1;
  transform: scale(1.7);
}
.o_c_heading-single.---under::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 46vw;
  right: 0;
  border-top: 10vw solid #fff;
  border-left: 0vw solid transparent;
  border-right: 100vw solid #fff;
  border-bottom: 30vw solid transparent;
  z-index: 1;
  background: #fafafa;
}
@media screen and (max-width: 1024px) and (max-width: 800px) {
  .o_c_heading-single.---under::before {
    top: 60vw;
    border-top-width: 40vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 800px) and (max-width: 599px) {
  .o_c_heading-single.---under::before {
    top: 300px;
  }
}

.o_c_heading-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.o_c_heading-post .o_c_icon-tag,
.o_c_heading-post time {
  font-size: 1.2rem;
}
.o_c_heading-post .o_c_icon-tag {
  margin-right: 10px;
}
.o_c_heading-post time {
  color: #9e9fa7;
  letter-spacing: 0.01em;
}
.o_c_heading-post .title {
  width: 100%;
  line-height: 1.6;
  padding-top: 0.3em;
}

.o_c_title-midashi, .o_c_title-midashi-30, .o_c_title-midashi-38, .o_c_title-midashi-48, .o_c_title-midashi-large {
  display: block;
  color: #060c19;
  padding-bottom: clamp(30px, 5vw, 50px);
}
.o_c_title-midashi .en, .o_c_title-midashi-30 .en, .o_c_title-midashi-38 .en, .o_c_title-midashi-48 .en, .o_c_title-midashi-large .en {
  font-family: "Orbitron", YakuHanJP, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: clamp(4rem, 8vw, 5.8rem);
  text-transform: uppercase;
}
.o_c_title-midashi .jp, .o_c_title-midashi-30 .jp, .o_c_title-midashi-38 .jp, .o_c_title-midashi-48 .jp, .o_c_title-midashi-large .jp {
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: bold;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  padding-top: 0.8em;
}
.o_c_title-midashi::after, .o_c_title-midashi-30::after, .o_c_title-midashi-38::after, .o_c_title-midashi-48::after, .o_c_title-midashi-large::after {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  background: #e60012;
  margin-top: 40px;
}
.o_c_title-midashi-large {
  padding-bottom: clamp(60px, 10vw, 100px);
}
.o_c_title-midashi-large .en {
  font-size: clamp(4rem, 9vw, 8rem);
}
.o_c_title-midashi-large .jp {
  font-size: clamp(1.4rem, 2vw, 2rem);
}
.o_c_title-midashi-large::after {
  width: 44px;
  height: 6px;
  margin-top: 48px;
}
.o_c_title-midashi-48 .en {
  font-size: clamp(3.2rem, 8vw, 4.8rem);
}
.o_c_title-midashi-48::after {
  width: 24px;
  height: 3px;
  margin-right: 0.8em;
}
.o_c_title-midashi-38 .en {
  font-size: clamp(2.8rem, 8vw, 3.8rem);
}
.o_c_title-midashi-38 .jp {
  font-size: clamp(1.1rem, 2vw, 1.2rem);
}
.o_c_title-midashi-30 .en {
  font-size: clamp(2.8rem, 8vw, 3rem);
}
.o_c_title-midashi-30 .jp {
  font-size: clamp(1.1rem, 2vw, 1.2rem);
}
.o_c_title-midashi.---vertical::after, .---vertical.o_c_title-midashi-large::after, .---vertical.o_c_title-midashi-48::after, .---vertical.o_c_title-midashi-38::after, .---vertical.o_c_title-midashi-30::after {
  display: none;
}
.o_c_title-midashi.---vertical .jp, .---vertical.o_c_title-midashi-large .jp, .---vertical.o_c_title-midashi-48 .jp, .---vertical.o_c_title-midashi-38 .jp, .---vertical.o_c_title-midashi-30 .jp {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.o_c_title-midashi.---vertical .jp::after, .---vertical.o_c_title-midashi-large .jp::after, .---vertical.o_c_title-midashi-48 .jp::after, .---vertical.o_c_title-midashi-38 .jp::after, .---vertical.o_c_title-midashi-30 .jp::after {
  content: "";
  display: block;
  background: #e60012;
  width: 24px;
  height: 3px;
  margin-right: 0.8em;
}

a.o_c_button-round, .p_news.---single .editor-styles-wrapper.o_p_textbody a, a.o_c_button-round-large, a.o_c_button-round.---red,
a.---red.o_c_button-round-primary,
a.---red.o_c_button-round-primary-arrow,
a.---red.o_c_button-round-large, a.o_c_button-round.---w,
a.---w.o_c_button-round-primary,
a.---w.o_c_button-round-primary-arrow,
a.---w.o_c_button-round-large, a.o_c_button-round-primary, a.o_c_button-round-primary-arrow, a.o_c_button-round-primary-arrow.---left,
*.o_c_button-round,
.o_c_button-round-large,
*.o_c_button-round.---red,
*.---red.o_c_button-round-primary,
*.---red.o_c_button-round-primary-arrow,
*.---red.o_c_button-round-primary-arrow.---left,
*.---red.o_c_button-round-large,
*.---red.o_c_button-round.---w,
*.---red.---w.o_c_button-round-primary,
*.---red.---w.o_c_button-round-primary-arrow,
*.---red.---w.o_c_button-round-large,
*.---red.o_c_button-round,
*.o_c_button-round.---w,
*.---w.o_c_button-round-primary,
*.---w.o_c_button-round-primary-arrow,
*.---w.o_c_button-round-primary-arrow.---left,
*.---w.o_c_button-round-large,
*.---w.o_c_button-round,
.o_c_button-round-primary,
*.o_c_button-round-primary-arrow,
.o_c_button-round-primary-arrow.---left,
.---left.o_c_button-round-primary-arrow {
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  font-family: "Orbitron", YakuHanJP, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 800;
  font-weight: 800;
  border-radius: 40px;
  z-index: 1;
  cursor: pointer;
  letter-spacing: 0.07em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
  overflow: hidden;
  letter-spacing: 0.16rem;
  /*== 背景が流れる（左から右） */
  /*hoverした際の形状*/
}
a.o_c_button-round.---nolink, .p_news.---single .editor-styles-wrapper.o_p_textbody a.---nolink,
*.o_c_button-round.---nolink,
*.---nolink.o_c_button-round-large,
*.---nolink.o_c_button-round.---red,
*.---nolink.---red.o_c_button-round-primary,
*.---nolink.---red.o_c_button-round-primary-arrow,
*.---nolink.---red.o_c_button-round-large,
*.---nolink.o_c_button-round.---w,
*.---nolink.---w.o_c_button-round-primary,
*.---nolink.---w.o_c_button-round-primary-arrow,
*.---nolink.---w.o_c_button-round-large,
*.---nolink.o_c_button-round-primary,
*.---nolink.o_c_button-round-primary-arrow,
*.---nolink.o_c_button-round-primary-arrow.---left {
  cursor: auto;
  opacity: 0.5;
}
a.o_c_button-round.---nolink:hover, .p_news.---single .editor-styles-wrapper.o_p_textbody a.---nolink:hover,
*.o_c_button-round.---nolink:hover,
*.---nolink.o_c_button-round-large:hover,
*.---nolink.o_c_button-round-primary:hover,
*.---nolink.o_c_button-round-primary-arrow:hover {
  background: #fff !important;
  opacity: 0.5;
  color: #000;
}
a.o_c_button-round.---nolink:hover::before, .p_news.---single .editor-styles-wrapper.o_p_textbody a.---nolink:hover::before,
*.o_c_button-round.---nolink:hover::before,
*.---nolink.o_c_button-round-large:hover::before,
*.---nolink.o_c_button-round-primary:hover::before,
*.---nolink.o_c_button-round-primary-arrow:hover::before {
  display: none;
}
a.o_c_button-round.---center, .p_news.---single .editor-styles-wrapper.o_p_textbody a.---center,
*.o_c_button-round.---center,
*.---center.o_c_button-round-large,
*.---center.o_c_button-round.---red,
*.---center.---red.o_c_button-round-primary,
*.---center.---red.o_c_button-round-primary-arrow,
*.---center.---red.o_c_button-round-large,
*.---center.o_c_button-round.---w,
*.---center.---w.o_c_button-round-primary,
*.---center.---w.o_c_button-round-primary-arrow,
*.---center.---w.o_c_button-round-large,
*.---center.o_c_button-round-primary,
*.---center.o_c_button-round-primary-arrow,
*.---center.o_c_button-round-primary-arrow.---left {
  margin-right: auto;
  margin-left: auto;
}
a.o_c_button-round.---16, .p_news.---single .editor-styles-wrapper.o_p_textbody a.---16,
*.o_c_button-round.---16,
*.o_c_button-round.editor-styles-wrapper.---interview,
.p_news.---single .editor-styles-wrapper.o_p_textbody a.editor-styles-wrapper.---interview,
*.o_c_button-round.editor-styles-wrapper.---worklife,
.p_news.---single .editor-styles-wrapper.o_p_textbody a.editor-styles-wrapper.---worklife,
*.---16.o_c_button-round-large,
*.o_c_button-round-large.editor-styles-wrapper.---interview,
*.o_c_button-round-large.editor-styles-wrapper.---worklife,
*.---16.o_c_button-round.---red,
*.---16.---red.o_c_button-round-primary,
*.---16.---red.o_c_button-round-primary-arrow,
*.---16.---red.o_c_button-round-large,
*.---16.o_c_button-round.---w,
*.---16.---w.o_c_button-round-primary,
*.---16.---w.o_c_button-round-primary-arrow,
*.---16.---w.o_c_button-round-large,
*.---16.o_c_button-round-primary,
*.o_c_button-round-primary.editor-styles-wrapper.---interview,
*.o_c_button-round-primary.editor-styles-wrapper.---worklife,
*.---16.o_c_button-round-primary-arrow,
*.o_c_button-round-primary-arrow.editor-styles-wrapper.---interview,
*.o_c_button-round-primary-arrow.editor-styles-wrapper.---worklife,
*.---16.o_c_button-round-primary-arrow.---left {
  font-size: 1.6rem;
  padding: 1.6em 3em;
}
@media screen and (max-width: 599px) {
  a.o_c_button-round.---16, .p_news.---single .editor-styles-wrapper.o_p_textbody a.---16,
  *.o_c_button-round.---16,
  *.o_c_button-round.editor-styles-wrapper.---interview,
  .p_news.---single .editor-styles-wrapper.o_p_textbody a.editor-styles-wrapper.---interview,
  *.o_c_button-round.editor-styles-wrapper.---worklife,
  .p_news.---single .editor-styles-wrapper.o_p_textbody a.editor-styles-wrapper.---worklife,
  *.---16.o_c_button-round-large,
  *.o_c_button-round-large.editor-styles-wrapper.---interview,
  *.o_c_button-round-large.editor-styles-wrapper.---worklife,
  *.---16.o_c_button-round.---red,
  *.---16.---red.o_c_button-round-primary,
  *.---16.---red.o_c_button-round-primary-arrow,
  *.---16.---red.o_c_button-round-large,
  *.---16.o_c_button-round.---w,
  *.---16.---w.o_c_button-round-primary,
  *.---16.---w.o_c_button-round-primary-arrow,
  *.---16.---w.o_c_button-round-large,
  *.---16.o_c_button-round-primary,
  *.o_c_button-round-primary.editor-styles-wrapper.---interview,
  *.o_c_button-round-primary.editor-styles-wrapper.---worklife,
  *.---16.o_c_button-round-primary-arrow,
  *.o_c_button-round-primary-arrow.editor-styles-wrapper.---interview,
  *.o_c_button-round-primary-arrow.editor-styles-wrapper.---worklife,
  *.---16.o_c_button-round-primary-arrow.---left {
    font-size: 1.4rem;
  }
}
a.o_c_button-round:before, .p_news.---single .editor-styles-wrapper.o_p_textbody a:before,
*.o_c_button-round:before,
*.o_c_button-round-large:before,
*.o_c_button-round.---red:before,
*.---red.o_c_button-round-primary:before,
*.---red.o_c_button-round-primary-arrow:before,
*.---red.o_c_button-round-large:before,
*.o_c_button-round.---w:before,
*.---w.o_c_button-round-primary:before,
*.---w.o_c_button-round-primary-arrow:before,
*.---w.o_c_button-round-large:before,
*.o_c_button-round-primary:before,
*.o_c_button-round-primary-arrow:before,
*.o_c_button-round-primary-arrow.---left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #e60012;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: -1;
}
a.o_c_button-round:hover:before, .p_news.---single .editor-styles-wrapper.o_p_textbody a:hover:before,
*.o_c_button-round:hover:before,
*.o_c_button-round-large:hover:before,
*.o_c_button-round-primary:hover:before,
*.o_c_button-round-primary-arrow:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
  border-radius: inherit;
}
a.o_c_button-round [target=_blank]::after, .p_news.---single .editor-styles-wrapper.o_p_textbody a [target=_blank]::after,
*.o_c_button-round [target=_blank]::after,
.o_c_button-round-large [target=_blank]::after,
.o_c_button-round-primary [target=_blank]::after,
*.o_c_button-round-primary-arrow [target=_blank]::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/icon-blank.gif) no-repeat center/cover;
}
a.o_c_button-round-primary, a.o_c_button-round-primary-arrow, a.o_c_button-round-primary-arrow.---left,
*.o_c_button-round-primary,
.o_c_button-round-primary-arrow,
*.o_c_button-round-primary-arrow.---left,
*.---left.o_c_button-round-primary-arrow {
  padding: 12px 20px;
  border: 1px solid #f1f1f1;
  background: #fff;
  color: #000;
}
a.o_c_button-round-primary:hover,
*.o_c_button-round-primary:hover,
*.o_c_button-round-primary-arrow:hover,
*.o_c_button-round-primary-arrow.---left:hover {
  color: #fff;
}
a.o_c_button-round-primary-arrow, a.o_c_button-round-primary-arrow.---left,
*.o_c_button-round-primary-arrow,
.o_c_button-round-primary-arrow.---left,
.---left.o_c_button-round-primary-arrow {
  display: flex;
  align-items: center;
}
a.o_c_button-round-primary-arrow::after,
*.o_c_button-round-primary-arrow::after,
*.o_c_button-round-primary-arrow.---left::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #9e9fa7;
  border-left: 2px solid #9e9fa7;
  margin-left: 0.6em;
  transform: rotate(135deg);
  transition: all 0.3s ease;
}
a.o_c_button-round-primary-arrow:hover::after,
*.o_c_button-round-primary-arrow:hover::after {
  border-color: #fff;
}
a.o_c_button-round-primary-arrow.---left,
*.o_c_button-round-primary-arrow.---left,
*.---left.o_c_button-round-primary-arrow,
*.---left.o_c_button-round-primary-arrow {
  flex-direction: row-reverse;
}
a.o_c_button-round-primary-arrow.---left::after,
*.o_c_button-round-primary-arrow.---left::after {
  margin-left: 0;
  margin-right: 0.6em;
  transform: rotate(-45deg);
}
a.o_c_button-round-large, a.o_c_button-round.---red, .p_news.---single .editor-styles-wrapper.o_p_textbody a.---red,
a.---red.o_c_button-round-primary,
a.---red.o_c_button-round-primary-arrow,
a.---red.o_c_button-round-large, a.o_c_button-round.---w, .p_news.---single .editor-styles-wrapper.o_p_textbody a.---w,
a.---w.o_c_button-round-primary,
a.---w.o_c_button-round-primary-arrow,
a.---w.o_c_button-round-large,
*.o_c_button-round-large,
.o_c_button-round.---red,
.---red.o_c_button-round-primary,
.---red.o_c_button-round-primary-arrow,
.---red.o_c_button-round-primary-arrow.---left,
.---red.o_c_button-round-large,
.---red.o_c_button-round.---w,
.---red.---w.o_c_button-round-primary,
.---red.---w.o_c_button-round-primary-arrow,
.---red.---w.o_c_button-round-large,
.---red.o_c_button-round,
.o_c_button-round.---w,
.---w.o_c_button-round-primary,
.---w.o_c_button-round-primary-arrow,
.---w.o_c_button-round-primary-arrow.---left,
.---w.o_c_button-round-large,
.---w.o_c_button-round {
  padding: 18px 40px;
}
a.o_c_button-round.---w, .p_news.---single .editor-styles-wrapper.o_p_textbody a.---w,
*.o_c_button-round.---w,
*.---w.o_c_button-round-primary,
*.---w.o_c_button-round-primary-arrow,
*.---w.o_c_button-round-primary-arrow.---left,
*.---w.o_c_button-round-large,
*.---w.o_c_button-round.---red,
*.---w.---red.o_c_button-round-primary,
*.---w.---red.o_c_button-round-primary-arrow,
*.---w.---red.o_c_button-round-large,
*.---w.o_c_button-round,
*.---w.o_c_button-round-primary,
*.---w.o_c_button-round-primary-arrow,
*.---w.o_c_button-round-large,
*.---w.o_c_button-round {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}
a.o_c_button-round.---w::before, .p_news.---single .editor-styles-wrapper.o_p_textbody a.---w::before,
*.o_c_button-round.---w::before,
*.---w.o_c_button-round-primary::before,
*.---w.o_c_button-round-primary-arrow::before,
*.---w.o_c_button-round-large::before {
  background: #fff;
}
a.o_c_button-round.---w:hover, .p_news.---single .editor-styles-wrapper.o_p_textbody a.---w:hover,
*.o_c_button-round.---w:hover,
*.---w.o_c_button-round-primary:hover,
*.---w.o_c_button-round-primary-arrow:hover,
*.---w.o_c_button-round-large:hover {
  color: #e60012;
}
a.o_c_button-round.---red, .p_news.---single .editor-styles-wrapper.o_p_textbody a.---red,
*.o_c_button-round.---red,
*.---red.o_c_button-round-primary,
*.---red.o_c_button-round-primary-arrow,
*.---red.o_c_button-round-primary-arrow.---left,
*.---red.o_c_button-round-large,
*.---red.o_c_button-round,
*.---red.o_c_button-round-primary,
*.---red.o_c_button-round-primary-arrow,
*.---red.o_c_button-round-large,
*.---red.o_c_button-round.---w,
*.---red.---w.o_c_button-round-primary,
*.---red.---w.o_c_button-round-primary-arrow,
*.---red.---w.o_c_button-round-large,
*.---red.o_c_button-round {
  border: 2px solid #fff;
  color: #fff;
  background: #e60012;
  font-weight: 700;
  font-size: 1.5rem;
}
a.o_c_button-round.---red::after, .p_news.---single .editor-styles-wrapper.o_p_textbody a.---red::after,
*.o_c_button-round.---red::after,
*.---red.o_c_button-round-primary::after,
*.---red.o_c_button-round-primary-arrow::after,
*.---red.o_c_button-round-large::after {
  border-color: #fff;
}
a.o_c_button-round.---red::before, .p_news.---single .editor-styles-wrapper.o_p_textbody a.---red::before,
*.o_c_button-round.---red::before,
*.---red.o_c_button-round-primary::before,
*.---red.o_c_button-round-primary-arrow::before,
*.---red.o_c_button-round-large::before {
  background: #fff;
}
a.o_c_button-round.---red:hover, .p_news.---single .editor-styles-wrapper.o_p_textbody a.---red:hover,
*.o_c_button-round.---red:hover,
*.---red.o_c_button-round-primary:hover,
*.---red.o_c_button-round-primary-arrow:hover,
*.---red.o_c_button-round-large:hover {
  color: #e60012;
  border-color: #e60012;
}
a.o_c_button-round.---red:hover::after, .p_news.---single .editor-styles-wrapper.o_p_textbody a.---red:hover::after,
*.o_c_button-round.---red:hover::after,
*.---red.o_c_button-round-primary:hover::after,
*.---red.o_c_button-round-primary-arrow:hover::after,
*.---red.o_c_button-round-large:hover::after {
  border-color: #e60012;
}
a.o_c_button-round-input[type=submit],
*.o_c_button-round-input[type=submit] {
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  font-family: "Orbitron", YakuHanJP, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 800;
  font-weight: 800;
  border-radius: 40px;
  z-index: 1;
  cursor: pointer;
  letter-spacing: 0.07em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
  padding: 12px 20px;
  border: 1px solid #f1f1f1;
  background: #fff;
  color: #000;
  letter-spacing: 0.16rem;
}
a.o_c_button-round-input[type=submit]:hover,
*.o_c_button-round-input[type=submit]:hover {
  background: #e2dfe0;
}
a.o_c_button-round-input[type=submit].submit,
*.o_c_button-round-input[type=submit].submit {
  color: #fff;
  background: #e60012;
}
a.o_c_button-round-input[type=submit].submit:hover,
*.o_c_button-round-input[type=submit].submit:hover {
  background: #c0000f;
}

*.o_c_button-circle, .o_c_button-circle-num,
a.o_c_button-circle-num, .o_c_button-circle-arrow,
a.o_c_button-circle-arrow,
a.o_c_button-circle {
  cursor: pointer;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  position: relative;
}
*.o_c_button-circle:hover, *.o_c_button-circle-num:hover, *.o_c_button-circle-arrow:hover,
a.o_c_button-circle:hover {
  background: #f1f1f1;
}
*.o_c_button-circle.---nolink, *.---nolink.o_c_button-circle-num, *.---nolink.o_c_button-circle-arrow,
a.o_c_button-circle.---nolink {
  cursor: auto;
  opacity: 0.5;
}
*.o_c_button-circle.---nolink:hover, *.---nolink.o_c_button-circle-num:hover, *.---nolink.o_c_button-circle-arrow:hover,
a.o_c_button-circle.---nolink:hover {
  background: #fff !important;
  opacity: 0.5;
  color: #000;
}
*.o_c_button-circle-arrow,
a.o_c_button-circle-arrow {
  font-size: 0;
}
*.o_c_button-circle-arrow::before,
a.o_c_button-circle-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #9e9fa7;
  border-right: 2px solid #9e9fa7;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
*.o_c_button-circle-arrow.---next,
a.o_c_button-circle-arrow.---next {
  transform: rotate(180deg);
}
*.o_c_button-circle-num,
a.o_c_button-circle-num {
  font-family: "Orbitron", YakuHanJP, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 800;
}
*.o_c_button-circle-num.---active,
a.o_c_button-circle-num.---active {
  background: #e60012;
  color: #fff;
  cursor: auto;
  pointer-events: none;
}
*.o_c_button-circle.---naked, *.---naked.o_c_button-circle-arrow, *.---naked.o_c_button-circle-num,
a.o_c_button-circle.---naked {
  border: none;
}

a.o_c_button-underline, a.o_c_button-underline-r,
*.o_c_button-underline,
.o_c_button-underline-r {
  display: inline-block;
}
a.o_c_button-underline::after,
*.o_c_button-underline::after,
*.o_c_button-underline-r::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
a.o_c_button-underline-r,
*.o_c_button-underline-r {
  color: #e60012;
}
a.o_c_button-underline-r::after,
*.o_c_button-underline-r::after {
  background: #e60012;
}

a.o_c_button-square, a.o_c_button-square-primary-thumb, a.o_c_button-square-primary, a.o_c_button-square-primary-g,
*.o_c_button-square,
.o_c_button-square-primary-thumb,
.o_c_button-square-primary,
*.o_c_button-square-primary-g {
  border-radius: 2px;
  font-weight: 600;
  font-size: clamp(1.3rem, 2vw, 1.4rem);
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
a.o_c_button-square::after,
*.o_c_button-square::after,
*.o_c_button-square-primary-thumb::after,
*.o_c_button-square-primary::after,
*.o_c_button-square-primary-g::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #9e9fa7;
  border-right: 2px solid #9e9fa7;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
a.o_c_button-square:hover,
*.o_c_button-square:hover,
*.o_c_button-square-primary-thumb:hover,
*.o_c_button-square-primary:hover,
*.o_c_button-square-primary-g:hover {
  background: #e5e5e5;
}
a.o_c_button-square:hover::after,
*.o_c_button-square:hover::after,
*.o_c_button-square-primary-thumb:hover::after,
*.o_c_button-square-primary:hover::after,
*.o_c_button-square-primary-g:hover::after {
  transform: rotate(-45deg) translate(-3px, -3px);
}
a.o_c_button-square.___red,
*.o_c_button-square.___red,
*.___red.o_c_button-square-primary-thumb,
*.___red.o_c_button-square-primary,
*.___red.o_c_button-square-primary-g {
  color: #fff;
  background: #e60012;
  width: 100%;
  font-family: "Orbitron", sans-serif;
}
a.o_c_button-square.___red::before,
*.o_c_button-square.___red::before,
*.___red.o_c_button-square-primary-thumb::before,
*.___red.o_c_button-square-primary::before,
*.___red.o_c_button-square-primary-g::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  margin-right: 10px;
}
a.o_c_button-square.___red::after,
*.o_c_button-square.___red::after,
*.___red.o_c_button-square-primary-thumb::after,
*.___red.o_c_button-square-primary::after,
*.___red.o_c_button-square-primary-g::after {
  display: none;
}
a.o_c_button-square.type-right,
*.o_c_button-square.type-right,
*.type-right.o_c_button-square-primary-thumb,
*.type-right.o_c_button-square-primary,
*.type-right.o_c_button-square-primary-g {
  display: flex;
  justify-content: flex-end;
}
a.o_c_button-square.type-h_resource,
*.o_c_button-square.type-h_resource,
*.type-h_resource.o_c_button-square-primary-thumb,
*.type-h_resource.o_c_button-square-primary,
*.type-h_resource.o_c_button-square-primary-g {
  padding: 10px;
}
a.o_c_button-square.---anker::after,
*.o_c_button-square.---anker::after,
*.---anker.o_c_button-square-primary-thumb::after,
*.---anker.o_c_button-square-primary::after,
*.---anker.o_c_button-square-primary-g::after {
  transform: rotate(45deg);
}
a.o_c_button-square-primary, a.o_c_button-square-primary-g,
*.o_c_button-square-primary,
.o_c_button-square-primary-g {
  padding: 18px 15px;
  background: #fff;
}
a.o_c_button-square-primary-g,
*.o_c_button-square-primary-g {
  background: #f1f1f1;
}
a.o_c_button-square-primary-thumb,
*.o_c_button-square-primary-thumb {
  padding-right: 20px;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  background: #fff;
  justify-content: space-between;
}
a.o_c_button-square-primary-thumb:nth-child(n+4),
*.o_c_button-square-primary-thumb:nth-child(n+4) {
  margin-top: 1rem;
}
@media screen and (max-width: 599px) {
  a.o_c_button-square-primary-thumb:nth-child(n+4),
  *.o_c_button-square-primary-thumb:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  a.o_c_button-square-primary-thumb,
  *.o_c_button-square-primary-thumb {
    margin-bottom: 4px;
  }
}
a.o_c_button-square-primary-thumb img,
*.o_c_button-square-primary-thumb img {
  width: clamp(40px, 8vw, 78px);
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: clamp(10px, 2vw, 25px);
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  a.o_c_button-square-primary-thumb img,
  *.o_c_button-square-primary-thumb img {
    width: 58px;
  }
}
a.o_c_button-square-primary-thumb .content,
*.o_c_button-square-primary-thumb .content {
  align-items: center;
  justify-content: flex-start;
  display: flex;
}
a.o_c_button-square-primary-thumb.---notarrow::after,
*.o_c_button-square-primary-thumb.---notarrow::after {
  display: none;
}
a.o_c_button-square-primary.type-other,
*.o_c_button-square-primary.type-other,
*.type-other.o_c_button-square-primary-g {
  margin: auto;
  width: 100%;
  max-width: 220px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  a.o_c_button-square-primary.type-other,
  *.o_c_button-square-primary.type-other,
  *.type-other.o_c_button-square-primary-g {
    max-width: 100%;
  }
}

a.o_c_button-tag,
*.o_c_button-tag {
  border-radius: 4px;
  font-size: 1.1rem;
  padding: 6px 10px;
  border: 1px solid #eaeaea;
  display: inline-block;
  margin-bottom: 4px;
  background: #fff;
}
a.o_c_button-tag .sub,
*.o_c_button-tag .sub {
  font-size: 90%;
  display: block;
  letter-spacing: 0.02em;
  color: #909294;
  line-height: 1.2;
  transition: all 0.3s ease;
}
a.o_c_button-tag:hover:not(.---nopost),
*.o_c_button-tag:hover:not(.---nopost) {
  background: #717171;
  color: #fff;
}
a.o_c_button-tag:hover:not(.---nopost) .sub,
*.o_c_button-tag:hover:not(.---nopost) .sub {
  color: #fff;
}
a.o_c_button-tag.---nopost,
*.o_c_button-tag.---nopost {
  opacity: 0.4;
}

.o_c_button-thumbset, .o_c_button-thumbset.---2col-flexible, .o_c_button-thumbset.---2col, .o_c_button-thumbset.---4col {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .o_c_button-thumbset, .o_c_button-thumbset.---2col-flexible, .o_c_button-thumbset.---2col, .o_c_button-thumbset.---4col {
    font-size: 1.1rem;
  }
}
.o_c_button-thumbset .content {
  display: flex;
  align-items: center;
  padding: 16px 10px;
}
@media screen and (max-width: 599px) {
  .o_c_button-thumbset .content {
    padding: 16px 8px;
  }
}
.o_c_button-thumbset .content::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: #e60012;
}
.o_c_button-thumbset img, .o_c_button-thumbset.---2col-flexible img, .o_c_button-thumbset.---2col img, .o_c_button-thumbset.---4col img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.o_c_button-thumbset a:hover img {
  transform: scale(0.96);
}
.o_c_button-thumbset.---4col a {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .o_c_button-thumbset.---4col a {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 800px) {
  .o_c_button-thumbset.---4col a {
    width: 50%;
  }
}
.o_c_button-thumbset.---4col a img {
  aspect-ratio: 1;
}
.o_c_button-thumbset.---2col {
  justify-content: space-between;
}
.o_c_button-thumbset.---2col a {
  width: calc((100% - 1px) / 2);
}
@media screen and (max-width: 599px) {
  .o_c_button-thumbset.---2col a {
    width: 100%;
    margin-bottom: 2px;
  }
}
.o_c_button-thumbset.---2col-flexible a {
  flex: 1 0 320px;
  margin: 1px;
}

a.o_c_button-entry,
*.o_c_button-entry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 2px;
  padding: 2em;
  border: 1px solid #e8e8e8;
}
@media screen and (max-width: 800px) {
  a.o_c_button-entry,
  *.o_c_button-entry {
    padding: 1.4em;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  a.o_c_button-entry,
  *.o_c_button-entry {
    padding: 1.4em 1.2em;
    flex-wrap: wrap;
  }
}
a.o_c_button-entry:hover,
*.o_c_button-entry:hover {
  transform: translate(0.2em, 0.2em);
}
a.o_c_button-entry + .o_c_button-entry,
*.o_c_button-entry + .o_c_button-entry {
  margin-top: 10px;
}
a.o_c_button-entry .name_box,
*.o_c_button-entry .name_box {
  flex: 1;
  padding-right: 1em;
}
@media screen and (max-width: 599px) {
  a.o_c_button-entry .name_box,
  *.o_c_button-entry .name_box {
    padding-right: 0;
  }
}
a.o_c_button-entry .sub,
*.o_c_button-entry .sub {
  font-size: 0.8em;
  color: #9e9fa7;
}
a.o_c_button-entry .info,
*.o_c_button-entry .info {
  display: flex;
  align-items: inherit;
  font-size: 0.8em;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  a.o_c_button-entry .info,
  *.o_c_button-entry .info {
    width: 100%;
    margin-top: 0.5em;
    font-size: 0.7em;
  }
}
a.o_c_button-entry .info .o_c_icon-tag + .o_c_icon-tag,
*.o_c_button-entry .info .o_c_icon-tag + .o_c_icon-tag {
  margin-left: 0.4em;
}
a.o_c_button-entry .info .o_c_icon-tag + .career,
*.o_c_button-entry .info .o_c_icon-tag + .career {
  margin-left: 1em;
}
@media screen and (max-width: 599px) {
  a.o_c_button-entry .info .o_c_icon-tag + .career,
  *.o_c_button-entry .info .o_c_icon-tag + .career {
    margin-left: 0.7em;
  }
}
a.o_c_button-entry .info .career,
*.o_c_button-entry .info .career {
  color: #9e9fa7;
}
a.o_c_button-entry .info .career + .career::before,
*.o_c_button-entry .info .career + .career::before {
  content: "・";
  display: inline;
}
a.o_c_button-entry[target=_blank] .info::after,
*.o_c_button-entry[target=_blank] .info::after {
  content: "";
  display: block;
  width: 12px;
  height: 11px;
  margin-left: 1em;
  border: 1px solid #fff;
  box-shadow: -3px 3px 0px -2px #cccccc, 0px 0px 0px 1px #cccccc inset;
}
@media screen and (max-width: 599px) {
  a.o_c_button-entry[target=_blank] .info::after,
  *.o_c_button-entry[target=_blank] .info::after {
    width: 10px;
    height: 9px;
    margin-left: 0.6em;
    margin-top: -0.2em;
  }
}

.o_c_button-toggle + .o_c_button-toggle {
  margin-top: 10px;
}
.o_c_button-toggle__title {
  background: #fff;
  border-radius: 2px;
  padding: 1.8em 2em;
  border: 1px solid #e8e8e8;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .o_c_button-toggle__title {
    padding: 1.4em;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_c_button-toggle__title {
    padding: 1.4em 2.8em 1.4em 1.2em;
    line-height: 1.6;
  }
}
.o_c_button-toggle__title:hover {
  transform: translate(0.2em, 0.2em);
}
.o_c_button-toggle__title::after, .o_c_button-toggle__title::before {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background: #9e9fa7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 2em;
}
@media screen and (max-width: 800px) {
  .o_c_button-toggle__title::after, .o_c_button-toggle__title::before {
    margin-right: 1.4em;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_c_button-toggle__title::after, .o_c_button-toggle__title::before {
    margin-right: 1.2em;
    width: 15px;
  }
}
.o_c_button-toggle__title::before {
  transform: rotate(90deg);
  transition: inherit;
}
.o_c_button-toggle__title.is-view {
  background: #d2d2d2;
}
.o_c_button-toggle__title.is-view::before {
  transform: rotate(0deg);
}
.o_c_button-toggle.---gray .o_c_button-toggle__title {
  border: none;
  background: #f1f1f1;
}
.o_c_button-toggle.---gray .o_c_button-toggle__title.is-view {
  background: #e2e2e2;
}

.o_c_icon-tag {
  color: #fff;
  background: #e60012;
  padding: 5px;
  border-radius: 2px;
  line-height: 1;
}
.o_c_icon-tag.osaka, .o_c_icon-tag.大阪 {
  background: #235A89;
}
.o_c_icon-tag.other, .o_c_icon-tag.その他 {
  background: #7b7b7b;
}
.o_c_icon-tag.---b {
  background: #060c19;
}
.o_c_icon-tag.report {
  background: #e60012;
}
.o_c_icon-tag.life {
  background: #386a7f;
}

.o_c_list {
  display: flex;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_c_list {
    flex-direction: column;
    padding: 1em 0;
  }
}
.o_c_list + .o_c_list {
  border-top: none;
}
.o_c_list-title, .o_c_list-content {
  padding-left: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_c_list-title, .o_c_list-content {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2px;
    min-width: 100%;
  }
}
.o_c_list-title {
  border-top: 1px solid #9e9fa7;
  width: 180px;
  font-size: 0.9em;
}
@media screen and (max-width: 599px) {
  .o_c_list-title {
    font-size: 0.9em;
    font-weight: 700;
  }
}
.o_c_list-content {
  border-top: 1px solid #E1E2E8;
  flex: 1;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .o_c_list-content {
    font-size: 1.4rem;
  }
}

.o_c_list-square li, .o_p_textbody ul li {
  display: flex;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .o_c_list-square li, .o_p_textbody ul li {
    line-height: 1.5;
  }
}
.o_c_list-square li::before, .o_p_textbody ul li::before {
  content: "";
  min-width: 6px;
  height: 6px;
  background: #e60012;
  display: block;
  margin-right: 12px;
  margin-top: 0.9em;
}
@media screen and (max-width: 599px) {
  .o_c_list-square li::before, .o_p_textbody ul li::before {
    margin-top: 0.6em;
    margin-right: 6px;
  }
}
.o_c_list-square li + li, .o_p_textbody ul li + li {
  margin-top: 0.6em;
}

.o_c_list-news li {
  border-top: 1px solid #E1E2E8;
}
.o_c_list-news li:last-child {
  border-bottom: 1px solid #E1E2E8;
}
.o_c_list-news.---arrow a {
  position: relative;
  padding: 1.6em 3.8em 1.6em 1.1em;
}
.o_c_list-news.---arrow a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #9e9fa7;
  border-bottom: 2px solid #9e9fa7;
  transform: rotate(-45deg);
  margin-left: 6px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.o_c_list-news.---arrow a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #9e9fa7;
  mix-blend-mode: overlay;
  transition: all 0.6s cubic-bezier(0.7, 1.9, 0.9, 1.5);
  opacity: 0;
}
.o_c_list-news.---arrow a:hover::before {
  opacity: 0.2;
}

.o_c_list-hasThumb {
  display: flex;
  flex-wrap: wrap;
}
.o_c_list-hasThumb a {
  padding: 0 1em;
  margin-bottom: 2em;
}
.o_c_list-hasThumb .thumb {
  width: calc(100% + 2em);
  margin-bottom: 15px;
  margin-left: -1em;
  margin-right: -1em;
}
.o_c_list-hasThumb .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 200px;
  aspect-ratio: 2;
}
.o_c_list-hasThumb.---2col {
  justify-content: space-between;
}
.o_c_list-hasThumb.---2col li {
  width: calc(50% - 1px);
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_c_list-hasThumb.---2col li {
    width: 100%;
  }
}
.o_c_list-hasThumb.---3col {
  justify-content: space-between;
}
.o_c_list-hasThumb.---3col::after {
  content: "";
  width: calc((100% - 4px) / 3);
}
.o_c_list-hasThumb.---3col li {
  width: calc((100% - 4px) / 3);
}
@media screen and (max-width: 800px) {
  .o_c_list-hasThumb.---3col li {
    width: calc(50% - 1px);
  }
}

.o_c_list-number {
  counter-reset: number 0;
}
.o_c_list-number li {
  display: flex;
}
.o_c_list-number li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #e60012;
  font-size: 1.4em;
  line-height: 1.4;
  font-weight: 700;
  margin-right: 0.3em;
}
@media screen and (max-width: 800px) {
  .o_c_list-number li::before {
    margin-right: 1em;
    font-size: 1em;
  }
}
.o_c_list-number .o_c_texttitle, .o_c_list-number .o_c_texttitle-horizontal, .o_c_list-number .o_c_texttitle-liner, .o_c_list-number .editor-styles-wrapper h1, .editor-styles-wrapper .o_c_list-number h1,
.o_c_list-number .editor-styles-wrapper h2,
.editor-styles-wrapper .o_c_list-number h2,
.o_c_list-number .editor-styles-wrapper h3,
.editor-styles-wrapper .o_c_list-number h3,
.o_c_list-number .editor-styles-wrapper h4,
.editor-styles-wrapper .o_c_list-number h4,
.o_c_list-number .editor-styles-wrapper h5,
.editor-styles-wrapper .o_c_list-number h5,
.o_c_list-number .editor-styles-wrapper h6,
.editor-styles-wrapper .o_c_list-number h6 {
  margin-bottom: 0.8em;
}

.o_c_list-number__min {
  counter-reset: number 0;
}
.o_c_list-number__min li {
  display: flex;
  line-height: 1.5;
}
.o_c_list-number__min li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #e60012;
  font-weight: 500;
  margin-right: 0.3em;
}
@media screen and (max-width: 800px) {
  .o_c_list-number__min li::before {
    margin-right: 1em;
    font-size: 1em;
  }
}
.o_c_list-number__min li + li {
  margin-top: 1em;
}

.o_c_t-plane {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
.o_c_t-plane dl {
  display: flex;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .o_c_t-plane dl {
    line-height: 1.6;
  }
}
.o_c_t-plane dl + dl {
  border-top: 1px solid #DBDBDB;
}
.o_c_t-plane dl dt {
  width: 140px;
  padding: 0 1em;
  background: #F7F7F7;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-right: 1px solid #DBDBDB;
  justify-content: center;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_c_t-plane dl dt {
    width: 100px;
  }
}
.o_c_t-plane dl dd {
  flex: 1;
  padding: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_c_t-plane dl dd {
    padding: 15px;
    letter-spacing: 0.01em;
  }
}

/*フォーム要素の初期スタイルをリセット*/
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=url],
input[type=tel],
textarea,
select,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 18px 26px;
  border-radius: 0;
  outline: none;
  background: #fff;
  border: 1px solid #f1f1f1;
  appearance: none;
  vertical-align: middle;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=url],
  input[type=tel],
  textarea,
  select,
  input[type=submit] {
    padding: 16px;
    margin-top: 4px;
  }
}

textarea {
  line-height: 1.5;
}

.required::after {
  content: "*";
}

.o_c_form__check {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  background: #E8E4E1;
  padding: 20px 25px;
  margin: auto;
  position: relative;
}
.o_c_form__check a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.o_c_form__check span.mwform-checkbox-field {
  text-align: center;
  display: block;
}
.o_c_form__check span.mwform-checkbox-field input {
  display: none;
}
.o_c_form__check span.mwform-checkbox-field .mwform-checkbox-field-text {
  position: relative;
  padding-left: 25px;
}
.o_c_form__check span.mwform-checkbox-field .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.o_c_form__check span.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
}
@media screen and (max-width: 800px) {
  .o_c_form__check__text {
    font-size: 1.3rem;
    line-height: 1.8;
    padding-left: 12px;
  }
}
.o_c_form__check .error {
  position: absolute;
  bottom: -2em;
}

.o_c_form__btns {
  justify-content: center;
  display: flex;
}
.o_c_form__btns .o_c_button-liner * {
  text-align: center;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.select {
  color: #757575;
}

.form-select {
  position: relative;
}
.form-select::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  top: 22px;
  margin: auto;
  right: 18px;
  transform: rotate(45deg);
  border-bottom: 2px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  pointer-events: none;
}

.mw_wp_form .error {
  font-size: 1.4rem;
  padding-top: 6px;
  color: #FF0000 !important;
  font-weight: bold;
}

input[type=hidden]:nth-child(1) + .error {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  padding-bottom: 20px;
}

.o_p_sec-760, .o_p_sec-950---bb, .o_p_sec-760---bb, .o_p_sec-950, .o_p_sec-1080 {
  margin-right: auto;
  margin-left: auto;
  width: 94%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .o_p_sec-760, .o_p_sec-950---bb, .o_p_sec-760---bb, .o_p_sec-950, .o_p_sec-1080 {
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 800px) {
  .o_p_sec-760, .o_p_sec-950---bb, .o_p_sec-760---bb, .o_p_sec-950, .o_p_sec-1080 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 800px) and (max-width: 599px) {
  .o_p_sec-760, .o_p_sec-950---bb, .o_p_sec-760---bb, .o_p_sec-950, .o_p_sec-1080 {
    padding-right: 6%;
    padding-left: 6%;
  }
}
.---has_sidebar.o_p_sec-760, .---has_sidebar.o_p_sec-950---bb, .---has_sidebar.o_p_sec-760---bb, .---has_sidebar.o_p_sec-950, .---has_sidebar.o_p_sec-1080 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .---has_sidebar.o_p_sec-760, .---has_sidebar.o_p_sec-950---bb, .---has_sidebar.o_p_sec-760---bb, .---has_sidebar.o_p_sec-950, .---has_sidebar.o_p_sec-1080 {
    flex-direction: column;
  }
}
.---has_sidebar.o_p_sec-760 .o_p_sec-sidebar, .---has_sidebar.o_p_sec-950---bb .o_p_sec-sidebar, .---has_sidebar.o_p_sec-760---bb .o_p_sec-sidebar, .---has_sidebar.o_p_sec-950 .o_p_sec-sidebar, .---has_sidebar.o_p_sec-1080 .o_p_sec-sidebar {
  max-width: 260px;
  width: 100%;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .---has_sidebar.o_p_sec-760 .o_p_sec-sidebar, .---has_sidebar.o_p_sec-950---bb .o_p_sec-sidebar, .---has_sidebar.o_p_sec-760---bb .o_p_sec-sidebar, .---has_sidebar.o_p_sec-950 .o_p_sec-sidebar, .---has_sidebar.o_p_sec-1080 .o_p_sec-sidebar {
    order: 2;
    max-width: 100%;
    padding-right: 0;
    padding-top: 8em;
    margin-top: 2em;
    border-top: 1px solid #9e9fa7;
  }
}
.---has_sidebar.o_p_sec-760 .o_p_sec-sidebar-maincat_wrap .o_c_button-tag, .---has_sidebar.o_p_sec-950---bb .o_p_sec-sidebar-maincat_wrap .o_c_button-tag, .---has_sidebar.o_p_sec-760---bb .o_p_sec-sidebar-maincat_wrap .o_c_button-tag, .---has_sidebar.o_p_sec-950 .o_p_sec-sidebar-maincat_wrap .o_c_button-tag, .---has_sidebar.o_p_sec-1080 .o_p_sec-sidebar-maincat_wrap .o_c_button-tag {
  font-size: 1.3rem;
}
.---has_sidebar.o_p_sec-760 .o_p_sec-sidebar-inner, .---has_sidebar.o_p_sec-950---bb .o_p_sec-sidebar-inner, .---has_sidebar.o_p_sec-760---bb .o_p_sec-sidebar-inner, .---has_sidebar.o_p_sec-950 .o_p_sec-sidebar-inner, .---has_sidebar.o_p_sec-1080 .o_p_sec-sidebar-inner {
  position: sticky;
  top: 120px;
}
.---has_sidebar.o_p_sec-760 .o_p_sec-sidebar-index, .---has_sidebar.o_p_sec-950---bb .o_p_sec-sidebar-index, .---has_sidebar.o_p_sec-760---bb .o_p_sec-sidebar-index, .---has_sidebar.o_p_sec-950 .o_p_sec-sidebar-index, .---has_sidebar.o_p_sec-1080 .o_p_sec-sidebar-index {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.---has_sidebar.o_p_sec-760 .o_p_sec-sidebar-index::before, .---has_sidebar.o_p_sec-950---bb .o_p_sec-sidebar-index::before, .---has_sidebar.o_p_sec-760---bb .o_p_sec-sidebar-index::before, .---has_sidebar.o_p_sec-950 .o_p_sec-sidebar-index::before, .---has_sidebar.o_p_sec-1080 .o_p_sec-sidebar-index::before {
  content: "";
  display: block;
  width: 1rem;
  height: 2px;
  background-color: #060c19;
  margin-right: 2px;
}
.---has_sidebar.o_p_sec-760 .o_p_sec-content, .---has_sidebar.o_p_sec-950---bb .o_p_sec-content, .---has_sidebar.o_p_sec-760---bb .o_p_sec-content, .---has_sidebar.o_p_sec-950 .o_p_sec-content, .---has_sidebar.o_p_sec-1080 .o_p_sec-content {
  flex: 1;
}
@media screen and (max-width: 1024px) and (max-width: 800px) {
  .---has_sidebar.o_p_sec-760 .o_p_sec-content, .---has_sidebar.o_p_sec-950---bb .o_p_sec-content, .---has_sidebar.o_p_sec-760---bb .o_p_sec-content, .---has_sidebar.o_p_sec-950 .o_p_sec-content, .---has_sidebar.o_p_sec-1080 .o_p_sec-content {
    order: 1;
  }
}
.o_p_sec-1080 {
  max-width: 1080px;
  width: 94%;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .o_p_sec-1080 {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 800px) and (max-width: 599px) {
  .o_p_sec-1080 {
    padding-right: 6%;
    padding-left: 6%;
    width: 100%;
  }
}

.o_p_sec-950 {
  max-width: 950px;
}
.o_p_sec-760---bb {
  position: relative;
  max-width: 760px;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_p_sec-760---bb {
    overflow: hidden;
  }
}
.o_p_sec-760---bb::after {
  content: "";
  display: block;
  height: 1px;
  max-width: 950px;
  width: 126%;
  left: -13%;
  background: #e1e2e8;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 950px) {
  .o_p_sec-760---bb::after {
    width: 100%;
    left: 0;
  }
}

.o_p_sec-950---bb {
  position: relative;
  max-width: 950px;
}
.o_p_sec-950---bb::after {
  content: "";
  display: block;
  height: 1px;
  max-width: 1080px;
  width: 100vw;
  background: #e1e2e8;
  margin-left: -65px;
  position: absolute;
  bottom: 0;
}

.o_p_sec-760 {
  max-width: 760px;
}
.o_c-loading,
.o_c-loading_single {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000000;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
}
.o_c-loading-wrap,
.o_c-loading_single-wrap {
  position: relative;
}
.o_c-loading-wrap .o_c-loading-logo,
.o_c-loading_single-wrap .o_c-loading-logo {
  max-width: 600px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .o_c-loading-wrap .o_c-loading-logo,
  .o_c-loading_single-wrap .o_c-loading-logo {
    width: 80%;
  }
}
.o_c-loading-wrap .o_c-loading-text,
.o_c-loading-wrap .o_c-loading-text_single,
.o_c-loading_single-wrap .o_c-loading-text,
.o_c-loading_single-wrap .o_c-loading-text_single {
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  font-size: 1.6rem;
  font-family: "Orbitron", sans-serif;
  margin-top: 10px;
  color: #999;
  line-height: 1;
  margin-top: 2.5em;
}
@media screen and (max-width: 599px) {
  .o_c-loading-wrap .o_c-loading-text,
  .o_c-loading-wrap .o_c-loading-text_single,
  .o_c-loading_single-wrap .o_c-loading-text,
  .o_c-loading_single-wrap .o_c-loading-text_single {
    font-size: 1.2rem;
  }
}

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.ball-pulse-sync {
  text-align: center;
  margin-top: 40px;
}
.ball-pulse-sync > div {
  width: 10px;
  height: 10px;
  background-color: #999;
  margin: 2px;
  display: inline-block;
}
.ball-pulse-sync > div:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(2) {
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(3) {
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.o_p_b-interview {
  display: flex;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_p_b-interview {
    display: block;
    padding-bottom: 30px !important;
  }
}
.o_p_b-interview-content {
  flex: 1;
}
.o_p_b-interview-thumb {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .o_p_b-interview-thumb {
    max-width: 100%;
    margin-right: 0;
  }
}
.o_p_b-interview-thumb.---left {
  margin-right: clamp(30px, 6vw, 70px);
}
@media screen and (max-width: 599px) {
  .o_p_b-interview-thumb.---left {
    margin-right: 0;
  }
}

.o_p_b-office_feature {
  display: flex;
  flex-wrap: wrap;
}
.o_p_b-office_feature-thumb {
  position: relative;
  display: block;
}
.o_p_b-office_feature-thumb::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url("../img/common/icon-zoom.png") no-repeat center/cover;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 599px) {
  .o_p_b-office_feature-thumb::after {
    right: 10px;
    bottom: 10px;
  }
}
.o_p_b-office_feature-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: clamp(280px, 30vw, 300px);
  aspect-ratio: 1.6;
}
.o_p_b-office_feature .o_c_textset {
  padding: 1.8em 1.2em;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_p_b-office_feature .o_c_textset {
    padding: 1.2em 1em 1.8em;
  }
}
.o_p_b-office_feature.---2col li {
  width: calc(50% - 2px);
  margin-right: 2px;
}
@media screen and (max-width: 599px) {
  .o_p_b-office_feature.---2col li {
    width: 100%;
  }
}
.o_p_b-office_feature.---3col li {
  width: calc((100% - 6px) / 3);
  margin-right: 2px;
}
@media screen and (max-width: 800px) {
  .o_p_b-office_feature.---3col li {
    width: calc(50% - 2px);
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_p_b-office_feature.---3col li {
    width: 100%;
  }
}

.o_p_b-column {
  display: flex;
}
@media screen and (max-width: 800px) {
  .o_p_b-column {
    flex-direction: column;
  }
}
.o_p_b-column-content {
  flex: 1;
  padding-top: 40px;
}
.o_p_b-column-thumb {
  max-width: 290px;
  width: 100%;
  margin-right: 60px;
}
@media screen and (max-width: 800px) {
  .o_p_b-column-thumb {
    margin: 0;
  }
}
.o_p_b-column.---reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .o_p_b-column.---reverse {
    flex-direction: column;
  }
}
.o_p_b-column.---reverse .o_p_b-column-thumb {
  margin-left: 60px;
}
@media screen and (max-width: 800px) {
  .o_p_b-column.---reverse .o_p_b-column-thumb {
    margin-left: 0;
  }
}
.o_p_b-works {
  display: flex;
  flex-wrap: wrap;
}
.o_p_b-works-thumb {
  width: 100%;
}
.o_p_b-works .o_c_textset {
  padding-top: 20px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 100%;
}
.o_p_b-works .o_c_textset.---detail {
  padding-bottom: 2.4em;
}
.o_p_b-works.---1col_vertically {
  width: clamp(100px, 70%, 360px);
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
}
.o_p_b-works.---1col_vertically img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.o_p_b-works.---2col li {
  width: calc(50% - 2px);
  margin-right: 2px;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_p_b-works.---2col li {
    width: 100%;
    margin-right: 0;
    margin-top: 2px;
  }
}
.o_p_b-works.---2col_vertically {
  justify-content: space-between;
}
.o_p_b-works.---2col_vertically li {
  width: calc(50% - 5px);
}
@media screen and (max-width: 599px) {
  .o_p_b-works.---2col_vertically li {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .o_p_b-works.---2col_vertically li + li {
    padding: 2em 0 0 0;
  }
}
.o_p_b-works.---3col {
  justify-content: space-between;
}
.o_p_b-works.---3col::after {
  content: "";
  width: calc((100% - 15px) / 3);
}
.o_p_b-works.---3col li {
  width: calc((100% - 6px) / 3);
}
@media screen and (max-width: 800px) {
  .o_p_b-works.---3col li {
    width: calc(50% - 2px);
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_p_b-works.---3col li {
    width: 100%;
  }
}
.o_p_b-works.---3col_vertically {
  justify-content: space-between;
}
.o_p_b-works.---3col_vertically::after {
  content: "";
  width: calc((100% - 15px) / 3);
}
.o_p_b-works.---3col_vertically li {
  width: calc((100% - 15px) / 3);
}
@media screen and (max-width: 800px) {
  .o_p_b-works.---3col_vertically li {
    width: calc(50% - 2px);
  }
}
.o_p_b-works.---g {
  padding: 12px;
  background: #f1f1f1;
}
.o_p_b-works.---g .o_c_textset {
  padding: 1em 0 0.2em 0;
}

.o_p_b-faq {
  background: #fff;
  border-radius: 2px;
  padding: 2em;
  font-size: 1.6rem;
  counter-increment: number 1; /* number カウンタを増加 */
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_p_b-faq {
    padding: 2em 1.4em;
    font-size: 1.3rem;
  }
}
.o_p_b-faq + .o_c_button-faq {
  margin-top: 10px;
}
.o_p_b-faq__box {
  display: flex;
  align-items: baseline;
}
.o_p_b-faq__box .o_c_icon-tag {
  margin-right: 1em;
  font-size: 0.9em;
  min-width: 2em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .o_p_b-faq__box .o_c_icon-tag {
    margin-right: 0.6em;
    font-size: 1em;
    line-height: 0.8;
  }
}
.o_p_b-faq__box .o_c_icon-tag::after {
  content: counter(number); /* 表示形式を指定 */
}
.o_p_b-faq__box .content {
  flex: 1;
}
.o_p_b-faq .question {
  margin-bottom: 1.6em;
}
@media screen and (max-width: 599px) {
  .o_p_b-faq .question {
    margin-bottom: 1em;
  }
}
.o_p_b-faq .question .content {
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .o_p_b-faq .question .content {
    font-size: 1em;
  }
}
.o_p_b-faq .anser .content {
  line-height: 1.8;
  font-size: 0.9em;
}
.o_p_b-faq + .o_p_b-faq {
  margin-top: 1em;
}

.o_p_b---3col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o_p_b---3col::after {
  content: "";
  width: calc((100% - 20px) / 3);
}
.o_p_b---3col > * {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_p_b---3col > * {
    width: 100%;
  }
}

.o_p_b-iframe {
  width: 100%;
  height: 48vw;
  max-height: 530px;
}

.o_p_textbody a {
  text-decoration: underline;
  color: #e60012;
}
.o_p_textbody a:visited {
  text-decoration: underline;
}
.o_p_textbody a:hover {
  text-decoration: none;
}
.o_p_textbody a:not(.o_c_button-round-primary-arrow):not(a.o_c_button-round-primary-arrow.---left):not(*.o_c_button-round-primary-arrow.---left):not(*.---left.o_c_button-round-primary-arrow)[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 12px;
  height: 11px;
  border: 1px solid #fafafa;
  box-shadow: -3px 3px 0px -2px #e60012, 0px 0px 0px 1px #e60012 inset;
}
.o_p_textbody p + p {
  padding-top: 2em;
}
.o_p_textbody ol {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.o_p_textbody ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 0 1.2em;
}
.o_p_textbody hr {
  margin: 2em auto;
  border: 0;
  overflow: hidden;
}
.o_p_textbody.---14 {
  line-height: 1.6;
}
.o_p_textbody.---18, .o_p_textbody.editor-styles-wrapper {
  line-height: 2;
}
.o_p_textbody.---16, .o_p_textbody.editor-styles-wrapper.---interview, .o_p_textbody.editor-styles-wrapper.---worklife {
  line-height: 2.2;
}

.o_c_texttitle, .o_c_texttitle-horizontal, .o_c_texttitle-liner, .editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.o_c_texttitle-liner, .editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  border-left: 6px solid #e60012;
  padding: 0.2em 0 0.2em 0.8em;
  font-weight: 600;
}
.o_c_texttitle-liner.---g, .editor-styles-wrapper h1.---g,
.editor-styles-wrapper h2.---g,
.editor-styles-wrapper h3.---g,
.editor-styles-wrapper h4.---g,
.editor-styles-wrapper h5.---g,
.editor-styles-wrapper h6.---g {
  border-left: 6px solid #e2dfe0;
}
.o_c_texttitle-horizontal {
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
}
.o_c_texttitle-horizontal::before {
  content: "";
  display: block;
  height: 2px;
  width: 24px;
  background: #060c19;
  margin-right: 10px;
  margin-top: 1px;
}

.o_c_texttitle + .o_p_textbody, .o_c_texttitle-liner + .o_p_textbody, .editor-styles-wrapper h1 + .o_p_textbody,
.editor-styles-wrapper h2 + .o_p_textbody,
.editor-styles-wrapper h3 + .o_p_textbody,
.editor-styles-wrapper h4 + .o_p_textbody,
.editor-styles-wrapper h5 + .o_p_textbody,
.editor-styles-wrapper h6 + .o_p_textbody, .o_c_texttitle-horizontal + .o_p_textbody {
  margin-top: 2.3em;
}

.o_p_textbody + .o_c_texttitle, .o_p_textbody + .o_c_texttitle-liner, .editor-styles-wrapper .o_p_textbody + h1,
.editor-styles-wrapper .o_p_textbody + h2,
.editor-styles-wrapper .o_p_textbody + h3,
.editor-styles-wrapper .o_p_textbody + h4,
.editor-styles-wrapper .o_p_textbody + h5,
.editor-styles-wrapper .o_p_textbody + h6, .o_p_textbody + .o_c_texttitle-horizontal {
  margin-top: 1.8em;
}

.o_c_textset, .o_c_textset.---detail {
  line-height: 1.6;
}
.o_c_textset .title {
  margin-bottom: 0.4em;
}
.o_c_textset .content {
  font-size: 0.8em;
}
.o_c_textset.---detail {
  font-size: 1.2rem;
  padding-top: 1.6em;
}
.o_c_textset.---detail .content {
  color: #9e9fa7;
  letter-spacing: 0;
}
.o_c_textset.---work {
  font-size: 3.2rem;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  margin-bottom: 20px;
}
.o_c_textset.---work + .o_p_s-slider-hasnav {
  margin-top: -20px;
}
.o_c_textset.---work .title {
  font-weight: 700;
  margin-bottom: 0;
}
.o_c_textset.---work .title i {
  font-style: inherit;
  color: #9e9fa7;
}
.o_c_textset.---work .content {
  font-size: 1.6rem;
}
.o_c_textset.---work .assist {
  color: #9e9fa7;
  font-size: 1.2rem;
}
.o_c_textset.---caption {
  font-size: 1.6rem;
}
.o_c_textset.---caption .title {
  font-weight: 600;
}
.o_c_textset.---caption .content {
  font-size: 0.8em;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .o_c_textset.---caption .content {
    font-size: 0.8em;
    opacity: 0.8;
    line-height: 1.8;
  }
}

.editor-styles-wrapper {
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  margin-right: 1em;
  margin-left: 1em;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .editor-styles-wrapper {
    margin-right: 0.2em;
    margin-left: 0.2em;
  }
}
.editor-styles-wrapper p {
  padding-bottom: 1.6em;
  padding-top: 0 !important;
}
.editor-styles-wrapper p > a {
  text-decoration: underline;
}
.editor-styles-wrapper p > a:hover {
  opacity: 0.5;
}
.editor-styles-wrapper strong,
.editor-styles-wrapper b {
  font-weight: bold;
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 1em;
  margin-bottom: 0.8em;
}
.editor-styles-wrapper h1 {
  font-size: 180%;
}
.editor-styles-wrapper h2 {
  font-size: 160%;
}
.editor-styles-wrapper h3 {
  font-size: 140%;
}
.editor-styles-wrapper h4 {
  font-size: 120%;
}
.editor-styles-wrapper h5 {
  font-size: 110%;
}
.editor-styles-wrapper h6 {
  font-size: 100%;
}
.editor-styles-wrapper ul {
  padding-bottom: 1.6em;
}
.editor-styles-wrapper ul li {
  margin: 0;
}
.editor-styles-wrapper table {
  margin-bottom: 1.5em !important;
}
.editor-styles-wrapper table th,
.editor-styles-wrapper table td {
  padding: 0.2em;
}
.editor-styles-wrapper img {
  margin-bottom: 1em;
  margin-left: -1em;
  width: calc(100% + 2em);
}
.editor-styles-wrapper img > figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.editor-styles-wrapper.---interview {
  margin-left: 0;
  margin-right: 0;
}
.editor-styles-wrapper.---interview .o_p_b-interview {
  align-items: center;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper.---interview .o_p_b-interview {
    display: flex;
    flex-direction: column-reverse;
    align-items: baseline;
  }
}
.editor-styles-wrapper.---interview .o_p_b-interview .en {
  padding: 0;
}
.editor-styles-wrapper.---interview .o_p_b-interview .jp {
  border: none;
  margin: 0;
  padding-left: 0;
}
.editor-styles-wrapper.---interview .o_p_b-interview .o_p_textbody {
  padding: 0;
}
.editor-styles-wrapper.---interview .o_p_b-interview-thumb {
  display: block;
  overflow: hidden;
}
.editor-styles-wrapper.---interview .o_p_b-interview-thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.editor-styles-wrapper.---interview img {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
}

.swiper-pagination {
  position: static;
  margin-top: 1em;
}

.swiper-pagination-bullet-active {
  background: #e60012;
}

.o_p_s-slider-thumbs {
  overflow: hidden;
  position: relative;
}
.o_p_s-slider-thumbs .swiper-slide {
  max-height: 396px;
  height: 36vw;
}
.o_p_s-slider-thumbs .swiper-slide img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.o_p_s-slider-thumbs.is_division_works .swiper-slide {
  max-height: unset;
  height: unset;
}
.o_p_s-slider-thumbs.---hastext .swiper-slide {
  height: auto;
  max-height: initial;
}
.o_p_s-slider-thumbs.---hastext .swiper-slide img {
  height: auto;
}
.o_p_s-slider-thumbs.---hastext .swiper-slide .o_c_textset {
  padding-top: 1.5em;
  padding-bottom: 1em;
}
.o_p_s-slider-nav {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}
.o_p_s-slider-nav .o_c_button-circle-arrow + .o_c_button-circle-arrow {
  margin-left: 8px;
}

.o_p_s-slider-hasnav {
  overflow: hidden;
}
.o_p_s-slider-hasnav-thumblist {
  display: flex;
  flex-wrap: wrap;
}
.o_p_s-slider-hasnav-thumblist .thumblist-item {
  cursor: pointer;
  overflow: hidden;
  opacity: 0.5;
}
.o_p_s-slider-hasnav-thumblist .thumblist-item.current {
  opacity: 1;
}
.o_p_s-slider-hasnav.---square .swiper-wrapper img {
  aspect-ratio: 2;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 380px;
}
.o_p_s-slider-hasnav.---square .thumblist-item {
  width: 6.5vw;
  height: 6.5vw;
}
@media screen and (max-width: 599px) {
  .o_p_s-slider-hasnav.---square .thumblist-item {
    width: 17vw;
    height: 17vw;
  }
}
.o_p_s-slider-hasnav.---square .thumblist-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  height: 100%;
}
.o_p_s-slider-hasnav.---rectangle .o_p_s-slider-nav + .swiper-wrapper {
  max-height: 420px;
  height: calc(38.6vw + 48px);
}
@media screen and (max-width: 1024px) {
  .o_p_s-slider-hasnav.---rectangle .o_p_s-slider-nav + .swiper-wrapper {
    max-height: 352px;
    height: calc(40vw + 48px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 800px) {
  .o_p_s-slider-hasnav.---rectangle .o_p_s-slider-nav + .swiper-wrapper {
    height: calc(40.5vw + 48px);
    max-height: initial;
  }
}
@media screen and (max-width: 1024px) and (max-width: 800px) and (max-width: 599px) {
  .o_p_s-slider-hasnav.---rectangle .o_p_s-slider-nav + .swiper-wrapper {
    height: calc(37.6vw + 48px);
  }
}
.o_p_s-slider-hasnav.---rectangle .thumblist-item {
  width: 87px;
  height: 48px;
}
.o_p_s-slider-hasnav.---rectangle .thumblist-item img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.o_p_s-slider-hasnav.---rectangle .swiper-slide img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.o_p_s-slider-hasnav.---innav .swiper-slide img {
  width: 100vw;
  height: 52vw;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 47px;
}
.o_p_s-slider-hasnav.---innav .o_p_s-slider-hasnav-thumblist {
  position: absolute;
  top: 52vw;
  z-index: 1;
}

.swiper-slide .o_c_textset, .swiper-slide.o_c_textset {
  padding-top: 2em;
  padding-bottom: 2em;
}

.o_p_nav-post {
  display: flex;
  justify-content: center;
}
.o_p_nav-post-num {
  display: flex;
  margin: 0 20px;
}
@media screen and (max-width: 599px) {
  .o_p_nav-post-num {
    margin: 0 12px;
  }
}
.o_p_nav-post-num a + a {
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  .o_p_nav-post-num a + a {
    margin-left: 5px;
  }
}
.o_p_nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o_p_nav-tabs a {
  justify-content: space-between;
}
.o_p_nav-tabs.---4col a {
  width: calc((100% - 15px) / 4);
}
@media screen and (max-width: 800px) {
  .o_p_nav-tabs.---4col a {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_p_nav-tabs.---4col a {
    width: 100%;
  }
}
.o_p_nav-tabs.---3col::after {
  content: "";
}
.o_p_nav-tabs.---3col a {
  margin-bottom: 5px;
}
.o_p_nav-tabs.---3col::after,
.o_p_nav-tabs.---3col a {
  width: calc((100% - 10px) / 3);
}
@media screen and (max-width: 800px) {
  .o_p_nav-tabs.---3col::after,
  .o_p_nav-tabs.---3col a {
    width: calc(50% - 3px);
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_p_nav-tabs.---3col::after,
  .o_p_nav-tabs.---3col a {
    width: 100%;
  }
}
.o_p_nav-tabs.---2col a {
  margin-bottom: 5px;
}
.o_p_nav-tabs.---2col::after,
.o_p_nav-tabs.---2col a {
  width: calc(50% - 5px);
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .o_p_nav-tabs.---2col::after,
  .o_p_nav-tabs.---2col a {
    width: 100%;
  }
}

.u_ta---center {
  text-align: center;
}
.u_ta---left {
  text-align: left;
}
.u_ta---right {
  text-align: right;
}

.u_vertical-align---top {
  vertical-align: top;
}
.u_vertical-align---middle {
  vertical-align: middle;
}
.u_vertical-align---bottom {
  vertical-align: bottom;
}

.u-bb {
  position: relative;
  border-bottom: 1px solid #e1e2e8;
}

.u-bt {
  position: relative;
  border-top: 1px solid #e1e2e8;
}

.u-b_sec, .u-b_sec-04, .u-b_sec-03, .u-b_sec-02, .u-b_sec-01 {
  position: relative;
  padding-bottom: 28vw;
  margin-bottom: -3vw;
}
@media screen and (max-width: 800px) {
  .u-b_sec, .u-b_sec-04, .u-b_sec-03, .u-b_sec-02, .u-b_sec-01 {
    margin-bottom: -1vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .u-b_sec, .u-b_sec-04, .u-b_sec-03, .u-b_sec-02, .u-b_sec-01 {
    margin-bottom: 0;
    padding-top: 4vw;
  }
}
.u-b_sec::after, .u-b_sec-04::after, .u-b_sec-03::after, .u-b_sec-02::after, .u-b_sec-01::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-bottom: 14vw solid #fff;
  border-top: 14vw solid transparent;
  border-left: 50vw solid #fff;
  border-right: 50vw solid #e60012;
  z-index: 1;
}
.u-b_sec::before, .u-b_sec-04::before, .u-b_sec-03::before, .u-b_sec-02::before, .u-b_sec-01::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3vw;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .u-b_sec::before, .u-b_sec-04::before, .u-b_sec-03::before, .u-b_sec-02::before, .u-b_sec-01::before {
    top: 1vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .u-b_sec::before, .u-b_sec-04::before, .u-b_sec-03::before, .u-b_sec-02::before, .u-b_sec-01::before {
    top: 0;
  }
}
.u-b_sec-01::before {
  background: #fafafa;
}
.u-b_sec-02::after {
  border-right-color: transparent;
  border-left-color: #e2dfe0;
}
.u-b_sec-02::before {
  background: #fafafa;
}
.u-b_sec-03::after {
  border-right-color: transparent;
  border-left-color: #f1f1f1;
  border-bottom-color: transparent;
  border-top-color: #fff;
  background: #fafafa;
}
.u-b_sec-03::before {
  background: #fff;
}
.u-b_sec-04::after {
  border-bottom-color: #fafafa;
  border-left-color: #fafafa;
}
.u-b_sec-04::before {
  background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

.u-mb55 {
  margin-bottom: clamp(25px, 5vw, 55px);
}

.u-mb60 {
  margin-bottom: clamp(30px, 6vw, 60px);
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: clamp(40px, 8vw, 80px);
}

.u-mb100 {
  margin-bottom: clamp(60px, 8vw, 100px);
}

.u-mb120 {
  margin-bottom: clamp(60px, 8vw, 120px);
}

.u-mt0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

.u-mt55 {
  margin-top: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml80 {
  margin-left: 80px;
}

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

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

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

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

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

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

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

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

.u-pb40 {
  padding-bottom: clamp(20px, 4vw, 40px);
}

.u-pb45 {
  padding-bottom: clamp(20px, 4vw, 45px);
}

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

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb60 {
  padding-bottom: clamp(30px, 6vw, 60px);
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb100 {
  padding-bottom: clamp(60px, 8vw, 100px);
}

.u-pb150 {
  padding-bottom: clamp(80px, 8vw, 150px);
}

.u-pb200 {
  padding-bottom: clamp(100px, 15vw, 200px);
}

.u-pt0 {
  padding-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

.u-pt55 {
  padding-top: 55px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt70 {
  padding-top: clamp(50px, 8vw, 70px);
}

.u-pt75 {
  padding-top: clamp(50px, 8vw, 75px);
}

.u-pt80 {
  padding-top: clamp(60px, 8vw, 80px);
}

.u-pt85 {
  padding-top: clamp(55px, 8vw, 85px);
}

.u-pt100 {
  padding-top: clamp(60px, 8vw, 100px);
}

.u-pt110 {
  padding-top: clamp(60px, 8vw, 110px);
}

.u-pt200 {
  padding-top: 200px;
}
@media screen and (max-width: 800px) {
  .u-pt200 {
    padding-top: 180px;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .u-pt200 {
    padding-top: 150px;
  }
}

.u-pr0 {
  padding-right: 0px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl20 {
  padding-left: clamp(10px, 2vw, 20px);
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pl80 {
  padding-left: 80px;
}

br.pc {
  display: block;
}

br.lg {
  display: none;
}

br.md {
  display: none;
}

br.sm {
  display: none;
}

@media screen and (max-width: 1024px) {
  br.pc {
    display: none;
  }
  br.lg {
    display: block;
  }
  br.md {
    display: none;
  }
  br.sm {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  br.pc {
    display: none;
  }
  br.lg {
    display: none;
  }
  br.md {
    display: block;
  }
  br.sm {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  br.pc {
    display: none;
  }
  br.lg {
    display: none;
  }
  br.md {
    display: none;
  }
  br.sm {
    display: block;
  }
}
.p_top a.p_top-entry_btn {
  background: #e60012;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 4;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  border-radius: 2px 0 0 2px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .p_top a.p_top-entry_btn {
    transform: translateY(0);
    top: auto;
    bottom: 0;
    width: 100%;
    writing-mode: horizontal-tb;
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
}
.p_top a.p_top-entry_btn span {
  display: block;
  padding: 24px 20px;
}
@media screen and (max-width: 599px) {
  .p_top a.p_top-entry_btn span {
    padding: 14px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p_top a.p_top-entry_btn span::after {
  content: "";
  display: inline-block;
  height: 0;
  margin-top: 0.5em;
  width: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .p_top a.p_top-entry_btn span::after {
    margin: 0.1em 0 0 0.2em;
  }
}
.p_top a.p_top-entry_btn:hover {
  background: #b5000e;
}
.p_top a.p_top-entry_btn:hover::after {
  transform: translateY(3px);
}
.p_top-mainvisual {
  width: 100%;
  height: 78vw;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}
@media screen and (max-width: 800px) {
  .p_top-mainvisual {
    height: 60vh;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .p_top-mainvisual {
    margin-top: 56px;
    height: 114vw;
  }
}
.p_top-mainvisual::before {
  content: "";
  position: absolute;
  right: 0;
  border-bottom: 26vw solid #f1f1f1;
  border-left: 100vw solid transparent;
  z-index: 1;
  bottom: 0;
}
@media screen and (max-width: 599px) {
  .p_top-mainvisual::before {
    border-bottom: 29vw solid #f1f1f1;
    border-top: 34vw solid transparent;
    border-right: 100vw solid #f1f1f1;
  }
}
.p_top-mainvisual::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  border-bottom: 15vw solid #fff;
  border-right: 0vw solid transparent;
  border-top: 26vw solid transparent;
  border-left: 100vw solid #fff;
}
@media screen and (max-width: 599px) {
  .p_top-mainvisual::after {
    border-bottom: 42vw solid #ffffff;
    border-right: 0vw solid transparent;
    border-top: 30vw solid transparent;
    border-left: 100vw solid #ffffff;
  }
}
.p_top-mainvisual .p_top-mainvisual__slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  transform: translateX(-7%);
  width: 108% !important;
}
.p_top-mainvisual .p_top-mainvisual__slider .swiper-container {
  height: 100%;
}
.p_top-mainvisual .p_top-mainvisual__slider .swiper-slide {
  position: relative;
}
.p_top-mainvisual .p_top-mainvisual__slider img {
  width: 100%;
  height: 58vw;
  height: auto;
  transform-origin: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .p_top-mainvisual .p_top-mainvisual__slider img {
    height: 60vh;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .p_top-mainvisual .p_top-mainvisual__slider img {
    height: 62vw;
  }
}
.p_top-mainvisual .p_top-mainvisual__slider .swiper-slide.swiper-slide-active::before,
.p_top-mainvisual .p_top-mainvisual__slider .swiper-slide.swiper-slide-active::after {
  z-index: 2;
}
.p_top-mainvisual .p_top-mainvisual__slider .swiper-slide-active .slide-img,
.p_top-mainvisual .p_top-mainvisual__slider .swiper-slide-duplicate-active .slide-img,
.p_top-mainvisual .p_top-mainvisual__slider .swiper-slide-prev .slide-img {
  animation: zoomUp 12s cubic-bezier(0.77, 0, 0.175, 1) 1 normal both;
}
@keyframes zoomUp {
  0% {
    opacity: 0;
    transform: scale(1.1) translateX(10%);
  }
  5% {
    opacity: 1.1;
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
@keyframes zoomBar {
  0% {
    border-right: 0px solid;
  }
  70% {
    border-right: 0px solid;
  }
  80% {
    border-right: 50px solid;
  }
  100% {
    border-right: 50px solid;
  }
}
.p_top-mainvisual .p_top-mainvisual__slider .slide-img {
  display: block;
}
.p_top-mainvisual__title {
  position: absolute;
  top: 30vw;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  max-width: 1140px;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .p_top-mainvisual__title {
    top: auto;
    bottom: 0;
  }
}
.p_top-mainvisual__title::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p_top-mainvisual__title .maincatch {
  width: clamp(280px, 50%, 550px);
}
@media screen and (max-width: 599px) {
  .p_top-mainvisual__title .maincatch {
    filter: none;
  }
}
.p_top-mainvisual__title #catch-02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p_top-mainvisual__title .catch {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .p_top-mainvisual__title .catch {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .p_top-mainvisual__title .catch {
    font-size: 1.1rem;
  }
}
.p_top-mainvisual__title .catch::before {
  content: "";
  display: block;
  height: 8px;
  width: 80px;
  background: #e60012;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .p_top-mainvisual__title .catch::before {
    margin-bottom: 30px;
    height: 6px;
    width: 50px;
  }
}
.p_top-about {
  background: #f1f1f1;
  position: relative;
}
.p_top-about .o_p_sec-950 {
  display: flex;
  position: relative;
  width: 80%;
  top: -7vw;
  z-index: 3;
  margin-bottom: -16vw;
}
@media screen and (max-width: 1024px) {
  .p_top-about .o_p_sec-950 {
    display: block;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .p_top-about .o_p_sec-950 {
    top: 0;
    padding-top: 10vw;
    padding-bottom: 5vw;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .p_top-about .o_p_sec-950 {
    padding-top: 10vh;
    display: block;
    top: 0;
    padding-bottom: 30px;
    margin-bottom: -1px;
  }
}
.p_top-about__title {
  width: clamp(220px, 36vw, 420px);
  filter: brightness(1);
  margin-right: 5vw;
}
@media screen and (max-width: 1024px) {
  .p_top-about__title {
    margin-right: 0;
    margin-bottom: 5em;
  }
}
.p_top-about__content {
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  .p_top-about__content {
    margin: 0;
    flex: 1;
  }
}
.p_top-about__content p {
  line-height: 2.4;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .p_top-about__content p {
    letter-spacing: 0.04em;
    font-size: 1.3rem;
  }
}
.p_top-about-thumb {
  position: relative;
  display: flex;
}
.p_top-about-thumb::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-top: 26vw solid transparent;
  border-left: 100vw solid #f1f1f1;
  z-index: 2;
}
.p_top-about-thumb::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  border-bottom: 13vw solid transparent;
  border-top: 13vw solid #f1f1f1;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #fff;
  z-index: 2;
}
.p_top-about-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 68vw;
  width: 50%;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .p_top-about-thumb img {
    height: 70vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .p_top-about-thumb img + img {
    padding-top: 0;
  }
}
.p_top-pickup {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p_top-pickup {
    padding-bottom: 4vw;
  }
}
.p_top-pickup::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 8vw);
  position: absolute;
  top: 8vw;
  left: 0;
  background: linear-gradient(0deg, #edd5d9 0%, #f1f1f1 100%);
}
.p_top-pickup .o_c_title-midashi-48 {
  margin-top: -8vw;
  position: relative;
}
.p_top-pickup .o_c_button-thumbset + .o_c_button-thumbset {
  margin-top: 1px;
}
.p_top-pickup a {
  width: 100%;
}
.p_top-news {
  position: relative;
  z-index: 2;
  padding-top: clamp(120px, 20vw, 270px);
}
.p_top-news::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0px;
  background: #edd5d9;
  border-bottom: 13vw solid #fff;
  border-top: 13vw solid transparent;
  border-left: 50vw solid #f1f1f1;
  border-right: 50vw solid transparent;
}
@media screen and (max-width: 1024px) {
  .p_top-news::after {
    background: #edd3d8;
  }
}
.p_top-news .o_c_button-round-primary-arrow,
.p_top-news *.o_c_button-round-primary-arrow.---left {
  margin-left: auto;
}
.p_top-news.is__pickup__none {
  margin-top: -26vw;
}
@media screen and (max-width: 599px) {
  .p_top-news.is__pickup__none {
    margin-top: -25.6vw;
  }
}
.p_top-news.is__pickup__none::after {
  background: none;
  top: 1px;
}
.p_top-entry {
  position: relative;
  padding-top: clamp(120px, 20vw, 220px);
  background: #f1f1f1;
}
.p_top-entry::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  border-bottom: 13vw solid transparent;
  border-top: 13vw solid #fff;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #e60012;
}
.p_top-entry .other_entry {
  background: #fff;
  padding: 2em 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .p_top-entry .other_entry {
    flex-direction: column;
    align-items: center;
  }
}
.p_top-entry .other_entry span {
  letter-spacing: 0.24em;
  font-weight: 700;
}
.p_top-entry .other_entry nav {
  margin-left: 60px;
}
@media screen and (max-width: 800px) {
  .p_top-entry .other_entry nav {
    margin-left: 0;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 800px) {
  .p_top-entry .other_entry nav a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .p_top-entry .other_entry nav a {
    font-size: 1rem;
  }
}
.p_top-entry .other_entry nav a + a {
  margin-left: 1em;
}
@media screen and (max-width: 800px) {
  .p_top-entry .other_entry nav a + a {
    margin-left: 0.5em;
  }
}
.p_top-interview {
  position: relative;
  padding-top: clamp(120px, 20vw, 270px);
}
.p_top-interview::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  border-bottom: 13vw solid transparent;
  border-top: 13vw solid #f1f1f1;
  border-left: 50vw solid #fafafa;
  border-right: 50vw solid #f1f1f1;
}
.p_top-division {
  position: relative;
  padding-top: clamp(120px, 20vw, 230px);
  background: linear-gradient(0deg, #e0d7d8 0%, #fafafa 100%);
}
.p_top-division::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  border-bottom: 13vw solid transparent;
  border-top: 13vw solid #fff;
  border-left: 50vw solid #f1f1f1;
  border-right: 50vw solid transparent;
}
.p_top-division__inner .o_p_textbody {
  margin-left: 4em;
  flex: 1;
}
@media screen and (max-width: 800px) {
  .p_top-division__inner .o_p_textbody {
    margin-left: 0;
  }
}
.p_top-welfare {
  position: relative;
  padding-top: clamp(160px, 26vw, 400px);
}
.p_top-welfare::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  border-bottom: 13vw solid transparent;
  border-top: 13vw solid #e0d6d8;
  border-left: 50vw solid #e0d5d8;
  border-right: 50vw solid #e60012;
}
.p_top-environment {
  position: relative;
}
@media screen and (max-width: 599px) {
  .p_top-environment {
    padding-bottom: 20px;
  }
}
.p_top-corporate {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 80px solid #fafafa;
}
@media screen and (max-width: 599px) {
  .p_top-corporate {
    padding-bottom: 20px;
  }
}
.p_top-corporate::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-top: 26vw solid transparent;
  border-left: 100vw solid #fafafa;
}
.p_top-worklife {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 54vw;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p_top-worklife {
    height: 53vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .p_top-worklife {
    height: 70vw;
  }
}
.p_top-worklife .o_c_title-midashi, .p_top-worklife .o_c_title-midashi-large, .p_top-worklife .o_c_title-midashi-48, .p_top-worklife .o_c_title-midashi-38, .p_top-worklife .o_c_title-midashi-30 {
  color: #fff;
}
.p_top-worklife .o_c_title-midashi::after, .p_top-worklife .o_c_title-midashi-large::after, .p_top-worklife .o_c_title-midashi-48::after, .p_top-worklife .o_c_title-midashi-38::after, .p_top-worklife .o_c_title-midashi-30::after {
  display: none;
}
.p_top-worklife .o_c_title-midashi .jp, .p_top-worklife .o_c_title-midashi-large .jp, .p_top-worklife .o_c_title-midashi-48 .jp, .p_top-worklife .o_c_title-midashi-38 .jp, .p_top-worklife .o_c_title-midashi-30 .jp {
  font-size: clamp(1.3rem, 2.5vw, 3rem);
}
.p_top-worklife .o_c_title-midashi .en, .p_top-worklife .o_c_title-midashi-large .en, .p_top-worklife .o_c_title-midashi-48 .en, .p_top-worklife .o_c_title-midashi-38 .en, .p_top-worklife .o_c_title-midashi-30 .en {
  font-size: 8rem;
  font-size: clamp(4rem, 5vw, 8rem);
}
@media screen and (max-width: 599px) {
  .p_top-worklife .o_c_title-midashi .en, .p_top-worklife .o_c_title-midashi-large .en, .p_top-worklife .o_c_title-midashi-48 .en, .p_top-worklife .o_c_title-midashi-38 .en, .p_top-worklife .o_c_title-midashi-30 .en {
    font-size: clamp(3.8rem, 5vw, 8rem);
  }
}
.p_top-worklife .maker {
  position: relative;
  display: inline-block;
}
.p_top-worklife .maker::before {
  content: "";
  display: block;
  background: url(../img/top/line-top-worklife.png) no-repeat center bottom/cover;
  width: 110%;
  height: 100%;
  position: absolute;
  left: -5%;
  bottom: -0.8em;
  z-index: -1;
}
.p_top-worklife__bg {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p_top-worklife__bg::before, .p_top-worklife__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p_top-worklife__bg::before {
  background: #000;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.p_top-worklife__bg::after {
  background: #e60012;
  opacity: 0.4;
  mix-blend-mode: soft-light;
}
.p_top-worklife__bg li {
  width: 25%;
  height: 27.1vw;
}
@media screen and (max-width: 800px) {
  .p_top-worklife__bg li {
    height: 26.9vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .p_top-worklife__bg li {
    width: 33.33%;
    height: 35.4vw;
  }
}
.p_top-worklife__bg li:nth-child(1) img {
  animation-delay: 0;
}
.p_top-worklife__bg li:nth-child(2) img {
  animation-delay: 0.1s;
}
.p_top-worklife__bg li:nth-child(3) img {
  animation-delay: 0.2s;
}
.p_top-worklife__bg li:nth-child(4) img {
  animation-delay: 0.3s;
}
.p_top-worklife__bg li:nth-child(5) img {
  animation-delay: 0.4s;
}
.p_top-worklife__bg li:nth-child(6) img {
  animation-delay: 0.5s;
}
.p_top-worklife__bg li:nth-child(7) img {
  animation-delay: 0.6s;
}
@media screen and (max-width: 599px) {
  .p_top-worklife__bg li:nth-child(7) img {
    display: none;
  }
}
.p_top-worklife__bg li:nth-child(8) img {
  animation-delay: 0.7s;
}
@media screen and (max-width: 599px) {
  .p_top-worklife__bg li:nth-child(8) img {
    display: none;
  }
}
.p_top-worklife__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  object-fit: cover;
}
.p_top-worklife__bg img.vertical {
  -o-object-position: 0 100%;
     object-position: 0 100%;
  animation: slide_vertical 12s ease-in-out infinite both;
}
.p_top-worklife__bg img.horizon {
  -o-object-position: 100% 0;
     object-position: 100% 0;
  animation: slide_horizon 12s ease-in-out infinite both;
}
@keyframes slide_vertical {
  0% {
    -o-object-position: 0 100%;
       object-position: 0 100%;
  }
  35% {
    -o-object-position: 0 100%;
       object-position: 0 100%;
  }
  40% {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  95% {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  100% {
    -o-object-position: 0 100%;
       object-position: 0 100%;
  }
}
@keyframes slide_horizon {
  0% {
    -o-object-position: 100% 0;
       object-position: 100% 0;
  }
  35% {
    -o-object-position: 100% 0;
       object-position: 100% 0;
  }
  40% {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  95% {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  100% {
    -o-object-position: 100% 0;
       object-position: 100% 0;
  }
}

/* ===============================================
# 売上の状況
=============================================== */
.p_data__business-listwrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -2rem;
}
@media screen and (max-width: 800px) {
  .p_data__business-listwrap {
    margin-left: -1rem;
  }
}
@media screen and (max-width: 599px) {
  .p_data__business-listwrap {
    flex-direction: column;
    margin-left: 0rem;
  }
}
.p_data__business-list {
  background-color: #fff;
  border: solid 1px #f1f1f1;
  padding: 4rem;
}
@media screen and (max-width: 800px) {
  .p_data__business-list {
    padding: 2rem;
  }
}
.p_data__business-list.type-2col {
  width: calc(50% - 20px);
  margin-left: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .p_data__business-list.type-2col {
    width: calc(50% - 10px);
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .p_data__business-list.type-2col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3rem;
  }
}
.p_data__business-list-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_data__business-list-content.has-redline {
  position: relative;
  padding-bottom: 1.8rem;
}
.p_data__business-list-content.has-redline::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #e60012;
}
.p_data__business-list-content-circlegraph {
  max-width: 8rem;
}
@media screen and (max-width: 599px) {
  .p_data__business-list-content-circlegraph {
    max-width: 6rem;
  }
}
.p_data__business-list-content-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 9px;
}
.p_data__business-list-content-meta-number {
  font-weight: 700;
  display: flex;
  align-items: baseline;
  font-size: 3rem;
}
@media screen and (max-width: 599px) {
  .p_data__business-list-content-meta-number {
    font-size: 2.8rem;
  }
}
.p_data__business-list-content-meta-number.type-employee {
  font-size: 4.8rem;
}
@media screen and (max-width: 800px) {
  .p_data__business-list-content-meta-number.type-employee {
    font-size: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .p_data__business-list-content-meta-number.type-employee {
    font-size: 3.2rem;
  }
}
.p_data__business-list-content-meta-number .unit {
  font-size: 0.6em;
  display: block;
  margin-left: 0.6rem;
}
.p_data__business-list-content-meta-sup {
  color: #9e9fa7;
  font-size: 1rem;
  line-height: 1.5rem;
}
.p_data__business-graph {
  display: block;
  margin-top: 4rem;
}
@media screen and (max-width: 800px) {
  .p_data__business-graph {
    margin-top: 2rem;
  }
}
.p_data__business-graph-sup-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p_data__business-graph-sup-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1rem;
  }
  .p_data__business-graph-sup-wrap .p_data__business-graph-sup + .p_data__business-graph-sup {
    margin-top: 2rem;
  }
}
.p_data__business-graph-sup {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 800px) {
  .p_data__business-graph-sup {
    margin-top: 2rem;
  }
}
.p_data__business-graph-sup-item {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
.p_data__business-graph-sup-item + .p_data__business-graph-sup-item {
  margin-left: 2rem;
}
@media screen and (max-width: 800px) {
  .p_data__business-graph-sup-item {
    font-size: 1rem;
  }
}
.p_data__business-graph-sup-item .ico-01 {
  display: block;
  background-color: #e60012;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.3rem;
}
.p_data__business-graph-sup-item .ico-02 {
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  border: solid 1px #235a89;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.3rem;
  position: relative;
}
.p_data__business-graph-sup-item .ico-02::before, .p_data__business-graph-sup-item .ico-02::after {
  content: "";
  width: 0.5rem;
  height: 1px;
  display: block;
  background-color: #235a89;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p_data__business-graph-sup-item .ico-02::before {
  left: -5px;
}
.p_data__business-graph-sup-item .ico-02::after {
  right: -5px;
}
.p_data__business-graph-sup-item .ico-03 {
  display: block;
  background-color: #f1f1f1;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.3rem;
}

/* ===============================================
# 社員の状況
=============================================== */
.p_data__employee-listwrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -2rem;
}
@media screen and (max-width: 800px) {
  .p_data__employee-listwrap {
    margin-left: -1rem;
  }
}
@media screen and (max-width: 599px) {
  .p_data__employee-listwrap {
    flex-direction: column;
    margin-left: 0rem;
  }
}
.p_data__employee-list {
  background-color: #fff;
  border: solid 1px #f1f1f1;
  padding: 3.4rem 2rem;
}
.p_data__employee-list.has-redline {
  position: relative;
}
.p_data__employee-list.has-redline::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
  height: 2px;
  background-color: #e60012;
}
@media screen and (max-width: 599px) {
  .p_data__employee-list.has-redline::after {
    bottom: 1.8rem;
  }
}
.p_data__employee-list.type-2col {
  width: calc(50% - 20px);
  margin-left: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .p_data__employee-list.type-2col {
    width: calc(50% - 10px);
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .p_data__employee-list.type-2col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3rem;
  }
}
.p_data__employee-list.type-3col {
  width: calc(33.3% - 20px);
  margin-left: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .p_data__employee-list.type-3col {
    width: calc(33.3% - 10px);
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .p_data__employee-list.type-3col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3rem;
  }
}
.p_data__employee-list-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 34px);
}
.p_data__employee-list-content-circlegraph {
  max-width: 8rem;
}
@media screen and (max-width: 599px) {
  .p_data__employee-list-content-circlegraph {
    max-width: 6rem;
  }
}
.p_data__employee-list-content-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 9px;
}
.p_data__employee-list-content-meta-number {
  font-weight: 700;
  display: flex;
  align-items: baseline;
  font-size: 3rem;
}
@media screen and (max-width: 599px) {
  .p_data__employee-list-content-meta-number {
    font-size: 2.8rem;
  }
}
.p_data__employee-list-content-meta-number.type-employee {
  font-size: 4.8rem;
}
@media screen and (max-width: 800px) {
  .p_data__employee-list-content-meta-number.type-employee {
    font-size: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .p_data__employee-list-content-meta-number.type-employee {
    font-size: 3.2rem;
  }
}
.p_data__employee-list-content-meta-number .unit {
  font-size: 0.6em;
  display: block;
  margin-left: 0.6rem;
}
.p_data__employee-list-content-meta-sup {
  color: #9e9fa7;
  font-size: 1rem;
  line-height: 1.5rem;
}
.p_data__employee-graph {
  display: block;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .p_data__employee-graph {
    margin-top: 2rem;
    max-width: 80%;
  }
}
.p_data__employee-graph-sup-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .p_data__employee-graph-sup-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1rem;
  }
  .p_data__employee-graph-sup-wrap .p_data__employee-graph-sup + .p_data__employee-graph-sup {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 800px) {
  .p_data__employee-graph-sup-wrap {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .p_data__employee-graph-sup-wrap {
    flex-direction: unset;
    align-items: center;
  }
}
.p_data__employee-graph-sup {
  display: flex;
  align-items: center;
}
.p_data__employee-graph-sup-item {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
.p_data__employee-graph-sup-item + .p_data__employee-graph-sup-item {
  margin-left: 0.5rem;
}
@media screen and (max-width: 800px) {
  .p_data__employee-graph-sup-item {
    font-size: 1rem;
  }
}
.p_data__employee-graph-sup-item .ico-01 {
  display: block;
  background-color: #e60012;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.3rem;
}
.p_data__employee-graph-sup-item .ico-02 {
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  border: solid 1px #235a89;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.3rem;
  position: relative;
}
.p_data__employee-graph-sup-item .ico-02::before, .p_data__employee-graph-sup-item .ico-02::after {
  content: "";
  width: 0.5rem;
  height: 1px;
  display: block;
  background-color: #235a89;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p_data__employee-graph-sup-item .ico-02::before {
  left: -5px;
}
.p_data__employee-graph-sup-item .ico-02::after {
  right: -5px;
}
.p_data__employee-graph-sup-item .ico-03 {
  display: block;
  background-color: #f1f1f1;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.3rem;
}

.p_idealcandidate-profile {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .p_idealcandidate-profile {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .p_idealcandidate-profile {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p_idealcandidate-profile-img {
  display: block;
  width: 52%;
  margin-left: 3rem;
}
@media screen and (max-width: 599px) {
  .p_idealcandidate-profile-img {
    width: 100%;
    margin-left: 0;
  }
}
.p_idealcandidate-profile-meta {
  border-bottom: 3px solid #e60012;
  padding-bottom: 1rem;
  max-width: 33.6rem;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .p_idealcandidate-profile-meta {
    margin-top: 2rem;
  }
}
.p_idealcandidate-profile-meta-position {
  line-height: 1.8;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
.p_idealcandidate-profile-meta-name {
  font-weight: 600;
  margin-top: 0.5rem;
}
@media screen and (max-width: 599px) {
  .p_idealcandidate-content {
    margin: 6rem 0;
  }
}
.p_idealcandidate-content:last-child {
  margin-bottom: 10rem;
}
@media screen and (max-width: 599px) {
  .p_idealcandidate-content:last-child {
    margin-bottom: 6rem;
  }
}
.p_idealcandidate-content + .p_idealcandidate-content {
  margin-top: 10rem;
}
@media screen and (max-width: 599px) {
  .p_idealcandidate-content + .p_idealcandidate-content {
    margin-top: 6rem;
  }
}
.p_idealcandidate-content-title {
  font-weight: 600;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 599px) {
  .p_idealcandidate-content-title {
    margin-bottom: 2.4rem;
  }
}
.p_idealcandidate-content-title.has-redline::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 10rem;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  border-bottom: solid 2px #e60012;
}
@media screen and (max-width: 599px) {
  .p_idealcandidate-content-title.has-redline::after {
    margin-top: 1rem;
    max-width: 4rem;
  }
}
.p_idealcandidate .has-grayline {
  width: 100%;
  height: 1px;
  background-color: #e1e2e8;
  margin-bottom: 10rem;
}
@media screen and (max-width: 599px) {
  .p_idealcandidate .has-grayline {
    margin-bottom: 6rem;
  }
}

.p_news.---single .editor-styles-wrapper.o_p_textbody a {
  padding: 12px 20px;
  border: 2px solid #f1f1f1;
  font-weight: 700;
  font-size: 1.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  color: #000;
  line-height: 1.3;
  text-decoration: none !important;
}
.p_news.---single .editor-styles-wrapper.o_p_textbody a::before {
  background: #e60012;
}
.p_news.---single .editor-styles-wrapper.o_p_textbody a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: none;
  border-top: 2px solid #9e9fa7;
  border-left: 2px solid #9e9fa7;
  margin-left: 0.6em;
  box-shadow: none;
  transform: rotate(135deg);
  transition: all 0.3s ease;
}
.p_news.---single .editor-styles-wrapper.o_p_textbody a:hover {
  color: #fff;
  border-color: #e60012;
}
.p_news.---single .editor-styles-wrapper.o_p_textbody a:hover::after {
  box-shadow: none;
  border-color: #fff;
}
.p_news.---single .editor-styles-wrapper.o_p_textbody a:hover {
  opacity: 1;
}
.p_news.---single .o_p_nav-post {
  justify-content: space-between;
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden;
}

.p_worklife .o_c_heading-single .thumb {
  display: flex;
}
.p_worklife .o_c_heading-single .thumb img {
  width: 25%;
  height: 55.6vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 100%;
     object-position: 0 100%;
  animation: slide_top 16s ease-in-out infinite both;
}
@keyframes slide_top {
  0% {
    -o-object-position: 0 100%;
       object-position: 0 100%;
  }
  25% {
    -o-object-position: 0 100%;
       object-position: 0 100%;
  }
  50% {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  75% {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  100% {
    -o-object-position: 0 100%;
       object-position: 0 100%;
  }
}
.p_worklife .o_c_heading-single .thumb img:nth-child(1) {
  animation-delay: 0;
}
.p_worklife .o_c_heading-single .thumb img:nth-child(2) {
  animation-delay: 0.2s;
}
.p_worklife .o_c_heading-single .thumb img:nth-child(3) {
  animation-delay: 0.4s;
}
.p_worklife .o_c_heading-single .thumb img:nth-child(4) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 599px) {
  .p_worklife .o_c_heading-single .thumb img {
    height: 54vw;
  }
}
.p_worklife-post {
  position: relative;
  overflow: hidden;
}
.p_worklife-post::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80vw;
  top: 600px;
  border-top: 24vw solid transparent;
  border-left: 100vw solid #fff;
  border-right: 0px solid transparent;
  border-bottom: 24vw solid transparent;
  display: inline-block;
}
.p_worklife.---archives .o_p_sec-content .o_p_sort_cat_index {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.p_worklife.---archives .o_p_sec-content .o_p_sort_cat_index::before {
  content: "";
  display: block;
  margin-right: 1rem;
  height: 0;
  width: 0;
  transform: rotate(90deg);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #333;
}
.p_worklife.---archives .o_p_nav-post {
  width: 100%;
}
@media screen and (max-width: 1024px) and (max-width: 800px) {
  .p_worklife.---archives .o_p_nav-post {
    order: 3;
  }
}
.p_worklife.---single .o_p_sec-760 {
  position: relative;
  z-index: 1;
}
.p_worklife.---single .p_worklife__title__single {
  padding-right: 10px;
  padding-left: 10px;
}
.p_worklife.---single .p_worklife__title__single .title {
  display: block;
  width: 100%;
  line-height: 1.6;
  padding-top: 0.3em;
}
.p_worklife.---single .p_worklife__title__single .meta__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .p_worklife.---single .p_worklife__title__single .meta__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p_worklife.---single .p_worklife__title__single .meta__wrap .cat_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p_worklife.---single .p_worklife__title__single .meta__wrap .cat_wrap .o_c_button-tag {
  margin-right: 4px;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .p_worklife.---single .p_worklife__title__single .meta__wrap .cat_wrap .o_c_button-tag {
    margin-bottom: 4px;
  }
}
.p_worklife.---single .p_worklife__title__single .meta__wrap .cat_wrap .o_c_button-tag:last-of-type {
  margin-right: 10px;
}
.p_worklife.---single .p_worklife__title__single .meta__wrap time {
  font-size: 1.2rem;
  color: #9e9fa7;
  letter-spacing: 0.01em;
}
.p_worklife.---single .title {
  font-weight: 600;
  padding-bottom: 0.5em;
  line-height: 1.4;
}
.p_worklife .o_p_nav-post {
  justify-content: center;
}

.p_about .p_about-cp__imege {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p_about .p_about-cp .o_p_sec-760 {
    overflow: hidden;
  }
}
@media screen and (max-width: 599px) {
  .p_about .p_about-cp .o_p_sec-760 img {
    width: 110%;
  }
}
.p_jobinterview .o_p_b-interview-thumb {
  margin: 0;
}
.p_jobinterview-area .o_c_texttitle:only-child::after, .p_jobinterview-area .o_c_texttitle-liner:only-child::after, .p_jobinterview-area .o_c_texttitle-horizontal:only-child::after, .p_jobinterview-area .editor-styles-wrapper h1:only-child::after, .editor-styles-wrapper .p_jobinterview-area h1:only-child::after,
.p_jobinterview-area .editor-styles-wrapper h2:only-child::after,
.editor-styles-wrapper .p_jobinterview-area h2:only-child::after,
.p_jobinterview-area .editor-styles-wrapper h3:only-child::after,
.editor-styles-wrapper .p_jobinterview-area h3:only-child::after,
.p_jobinterview-area .editor-styles-wrapper h4:only-child::after,
.editor-styles-wrapper .p_jobinterview-area h4:only-child::after,
.p_jobinterview-area .editor-styles-wrapper h5:only-child::after,
.editor-styles-wrapper .p_jobinterview-area h5:only-child::after,
.p_jobinterview-area .editor-styles-wrapper h6:only-child::after,
.editor-styles-wrapper .p_jobinterview-area h6:only-child::after {
  content: "募集中の職種はありません";
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
  margin-top: 6px;
  color: #8e8e8e;
}
@media screen and (max-width: 599px) {
  .p_jobinterview .o_p_b-interview-content {
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 800px) {
  .p_jobinterview .o_p_b-interview-content .o_c_title-midashi-48 .en {
    font-size: clamp(3.2rem, 5vw, 4.8rem);
  }
}

@media screen and (max-width: 599px) {
  .p_division .o_p_b-interview {
    border-bottom: none;
  }
}
.p_division .o_p_b-interview .o_p_b-interview-thumb {
  margin-right: clamp(30px, 6vw, 70px);
  width: 36%;
}
@media screen and (max-width: 599px) {
  .p_division .o_p_b-interview .o_p_b-interview-thumb {
    width: 100%;
    margin-right: 0;
  }
}

.p_business .o_p_nav-tabs .o_c_button-square-primary-g {
  font-size: 1.2rem;
}
.p_business .o_p_nav-tabs .o_c_button-square-primary-g.---active {
  color: #fff;
  background: #e60012;
}
.p_business .o_p_nav-tabs .o_c_button-square-primary-g.---active::after {
  border-color: #fff;
}
.p_business-other {
  background: #fafafa;
}

.p_faq-contact a {
  margin-right: auto;
  margin-left: auto;
}
.p_faq-contact .o_c_button-underline-r {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
  margin-bottom: 40px;
}
.p_faq-contact .---14 {
  color: #9e9fa7;
}

.p_careerlink-recommend__list {
  display: flex;
  flex-wrap: wrap;
}
.p_careerlink-recommend__block {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .p_careerlink-recommend__block {
    min-width: 50%;
    margin-bottom: 3em;
  }
}
.p_careerlink-recommend__block + .p_careerlink-recommend__block {
  margin-left: 20px;
}
@media screen and (max-width: 800px) {
  .p_careerlink-recommend__block + .p_careerlink-recommend__block {
    margin-left: 0;
  }
}
.p_careerlink-recommend__block .content {
  background: #dddee2;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 110px;
  font-weight: 700;
  position: relative;
  margin-right: 5%;
  margin-left: 5%;
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
}
.p_careerlink-recommend__block .content::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: -16px;
  left: 52px;
  border-radius: 50%;
  background: #dddee2;
  border: 4px solid #fafafa;
  box-shadow: 12px 16px 0px -8px #dddee2;
}
.p_careerlink-recommend__block img {
  width: 50px;
  margin-left: 45%;
}
@media screen and (max-width: 800px) {
  .p_careerlink-recommend__block img {
    margin-left: 52%;
  }
}
@media screen and (max-width: 800px) {
  .p_careerlink-flow .on-pc {
    display: none;
  }
}
.p_careerlink-flow .on-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .p_careerlink-flow .on-sp {
    display: block;
    transform: scale(1.1);
  }
}
.p_careerlink-flow__list {
  counter-reset: number 0;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  overflow: hidden;
}
.p_careerlink-flow__list li {
  padding: 34px 25px 34px 20px;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .p_careerlink-flow__list li {
    padding: 3em 4em 3em 4em;
    min-width: 100%;
    border-bottom: 4px solid #fafafa;
  }
}
@media screen and (max-width: 1024px) and (max-width: 599px) {
  .p_careerlink-flow__list li {
    padding: 30px !important;
  }
}
.p_careerlink-flow__list li + li {
  padding-left: 15px;
}
@media screen and (max-width: 1024px) {
  .p_careerlink-flow__list li + li {
    padding-left: 4em;
  }
}
.p_careerlink-flow__list li + li::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  border-right: 5px solid #f1f1f1;
  border-top: 5px solid #f1f1f1;
  width: 100%;
  height: 100%;
  transform: rotate(45deg) skew(30deg, 30deg);
  transform-origin: right top;
}
@media screen and (max-width: 1024px) {
  .p_careerlink-flow__list li + li::after {
    right: 50%;
    bottom: -70%;
    top: auto;
    border-right: 5px solid #ff0e0e;
    border-top: 5px solid #ff0c0c;
    width: 100%;
    height: 150%;
    transform: rotate(135deg) skew(30deg, 30deg);
    transform-origin: right top;
    display: none;
  }
}
.p_careerlink-flow__list li .title {
  display: flex;
  font-weight: 700;
  letter-spacing: 0.12rem;
  margin-bottom: 1.4em;
  align-items: center;
  height: 2em;
}
@media screen and (max-width: 1024px) {
  .p_careerlink-flow__list li .title {
    font-size: 2rem;
    height: auto;
    margin-bottom: 0;
  }
  .p_careerlink-flow__list li .title br {
    display: none;
  }
}
.p_careerlink-flow__list li .title::before {
  display: block;
  counter-increment: number 1;
  content: counter(number);
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.9em;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  line-height: 1;
  margin-right: 10px;
}
.p_careerlink-flow__list li .content {
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .p_careerlink-flow__list li .content {
    font-size: 1.4rem;
  }
}
.p_careerlink-flow__list li.---you .title {
  color: #060c19;
}
.p_careerlink-flow__list li.---you .title::before {
  background: #060c19;
}
.p_careerlink-flow__list li.---sq .title {
  color: #e60012;
}
.p_careerlink-flow__list li.---sq .title::before {
  background: #e60012;
}
.p_careerlink-flow .o_c_button-round-primary-arrow,
.p_careerlink-flow *.o_c_button-round-primary-arrow.---left {
  margin: auto;
  font-weight: 700;
}
.p_careerlink.p_english .p_careerlink-recommend__block .content {
  font-size: 1.2rem;
  padding: 0 1em;
}

@media screen and (max-width: 599px) {
  .p_ip .o_c_heading-single .o_c_title-midashi-large .en {
    font-size: 3rem;
  }
}

.p_welfare .list_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.p_welfare .list_wrap .card_wrap {
  background-color: #fff;
  width: calc(33.3% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 40px 26px;
  border: solid 1px #e8e8e8;
}
@media screen and (max-width: 800px) {
  .p_welfare .list_wrap .card_wrap {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .p_welfare .list_wrap .card_wrap {
    width: 100%;
  }
}
.p_welfare .list_wrap .card_wrap .card_ico {
  max-height: 90px;
  margin-bottom: 32px;
}
.p_welfare .list_wrap .card_wrap .card_ico.type-large {
  max-height: 110px;
  margin-bottom: 12px;
}
.p_welfare .list_wrap .card_wrap .card_title {
  font-weight: 600;
  text-align: center;
  padding-bottom: 14px;
}
.p_welfare .list_wrap .card_wrap .card_txt {
  color: #585960;
  line-height: 1.8;
  text-align: justify;
}
.p_welfare .list_wrap .card_wrap .card_txt .type-attention {
  font-size: 1.2rem;
}

.p_health_management .list_wrap .card_wrap {
  position: relative;
}
.p_health_management .list_wrap .card_wrap .card_img {
  max-width: 56%;
  display: block;
}
@media screen and (max-width: 820px) {
  .p_health_management .list_wrap .card_wrap .card_img {
    max-width: 100%;
  }
}
.p_health_management .list_wrap .card_wrap .card_img.type-right {
  margin-left: auto;
}
.p_health_management .list_wrap .card_wrap .card_txt_wrap {
  border-top: 4px solid #e60012;
  max-width: 48%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #fafafa;
}
@media screen and (max-width: 820px) {
  .p_health_management .list_wrap .card_wrap .card_txt_wrap {
    position: static;
    max-width: 100%;
  }
}
.p_health_management .list_wrap .card_wrap .card_txt_wrap.type-right {
  right: 0;
  padding: 32px 0px 32px 26px;
}
@media screen and (max-width: 820px) {
  .p_health_management .list_wrap .card_wrap .card_txt_wrap.type-right {
    padding: 20px 0;
  }
}
.p_health_management .list_wrap .card_wrap .card_txt_wrap.type-left {
  left: 0;
  padding: 32px 26px 32px 0px;
}
@media screen and (max-width: 820px) {
  .p_health_management .list_wrap .card_wrap .card_txt_wrap.type-left {
    padding: 20px 0;
  }
}
.p_health_management .list_wrap .card_wrap .card_txt_wrap .card_title {
  font-weight: 600;
  padding-bottom: 14px;
}
.p_health_management .list_wrap .card_wrap .card_txt_wrap .card_txt {
  color: #585960;
  line-height: 1.8;
  text-align: justify;
}

.p_human_resource #human_resource {
  margin-bottom: 90px;
}
.p_human_resource #human_resource .list_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .p_human_resource #human_resource .list_wrap {
    flex-direction: column;
  }
}
.p_human_resource #human_resource .list_wrap .content_wrap {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .p_human_resource #human_resource .list_wrap .content_wrap {
    margin-bottom: 60px;
  }
}
.p_human_resource #human_resource .list_wrap .content_wrap.type-3col {
  width: calc(33.3% - 18px);
}
@media screen and (max-width: 599px) {
  .p_human_resource #human_resource .list_wrap .content_wrap.type-3col {
    width: 100%;
  }
}
.p_human_resource #human_resource .list_wrap .content_wrap .content-ico {
  max-height: 150px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .p_human_resource #human_resource .list_wrap .content_wrap .content-ico {
    max-height: 130px;
  }
}
.p_human_resource #human_resource .list_wrap .content_wrap .content_title {
  font-weight: 600;
  color: #fff;
  background: #e60012;
  width: 100px;
  height: 28px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.p_human_resource #human_resource .list_wrap .content_wrap .content_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -28px;
  border-top: 14px solid transparent;
  border-right: 14px solid #e60012;
  border-bottom: 14px solid #e60012;
  border-left: 14px solid transparent;
}
.p_human_resource #human_resource .list_wrap .content_wrap .content_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -28px;
  border-top: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #e60012;
  border-left: 14px solid #e60012;
}
.p_human_resource #human_resource .list_wrap .content_wrap .content_inner {
  padding: 20px 30px;
  background: #f1f1f1;
  border-top: solid 2px #e60012;
  box-sizing: border-box;
}
.p_human_resource #human_resource .list_wrap .content_wrap .content_inner.type-1col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 16px;
}
@media screen and (max-width: 599px) {
  .p_human_resource #human_resource .list_wrap .content_wrap .content_inner.type-1col {
    flex-direction: column;
    padding: 20px 30px;
  }
}
.p_human_resource #human_resource .list_wrap .content_wrap .content_inner.type-middle {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .p_human_resource #human_resource .list_wrap .content_wrap .content_inner.type-middle {
    height: 100%;
  }
}
.p_human_resource #human_resource .list_wrap .content_wrap .content_inner.type-large {
  height: 285px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .p_human_resource #human_resource .list_wrap .content_wrap .content_inner.type-large {
    height: 100%;
  }
}
.p_human_resource #human_resource .list_wrap .content_wrap .content_inner .content_training_list {
  font-weight: 600;
  background-color: #fff;
  border-radius: 30px;
  border: solid 1px #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
@media screen and (max-width: 599px) {
  .p_human_resource #human_resource .list_wrap .content_wrap .content_inner .content_training_list {
    padding: 10px;
  }
}
.p_human_resource #human_resource .list_wrap .content_wrap .content_inner .content_training_list.type-large {
  height: 80px;
  border-radius: 40px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p_human_resource #human_resource .list_wrap .content_wrap .content_inner .content_training_list.type-large {
    height: auto;
  }
}
.p_human_resource #human_resource .list_wrap .content_wrap .content_inner .content_training_list.type-flex {
  width: calc(25% - 12px);
}
@media screen and (max-width: 599px) {
  .p_human_resource #human_resource .list_wrap .content_wrap .content_inner .content_training_list.type-flex {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p_human_resource #human_resource .content_other_wrap .content_other_txt {
  text-align: center;
  padding-bottom: 20px;
}
.p_human_resource #human_resource .content_other_wrap .o_c_button-square-primary,
.p_human_resource #human_resource .content_other_wrap *.o_c_button-square-primary-g {
  margin: auto;
}
.p_human_resource #training .list_wrap .item_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .p_human_resource #training .list_wrap .item_wrap {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.p_human_resource #training .list_wrap .item_wrap.type-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .p_human_resource #training .list_wrap .item_wrap.type-reverse {
    flex-direction: column;
  }
}
.p_human_resource #training .list_wrap .item_wrap .title_img_wrap {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .p_human_resource #training .list_wrap .item_wrap .title_img_wrap {
    width: 100%;
  }
}
.p_human_resource #training .list_wrap .item_wrap .title_img_wrap .item_title {
  font-weight: 600;
  color: #fff;
  background: #e60012;
  width: 140px;
  height: 38px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_human_resource #training .list_wrap .item_wrap .title_img_wrap .item_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -38px;
  border-top: 19px solid transparent;
  border-right: 19px solid #e60012;
  border-bottom: 19px solid #e60012;
  border-left: 19px solid transparent;
}
.p_human_resource #training .list_wrap .item_wrap .title_img_wrap .item_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -38px;
  border-top: 19px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 19px solid #e60012;
  border-left: 19px solid #e60012;
}
.p_human_resource #training .list_wrap .item_wrap .title_img_wrap .item_ico_halfcircle {
  position: relative;
}
.p_human_resource #training .list_wrap .item_wrap .title_img_wrap .item_ico_halfcircle::after {
  content: "";
  position: absolute;
  bottom: 80px;
  right: 50%;
  transform: translate(50%, 0);
  background: #fafafa;
  width: 120px;
  height: 60px;
  border-radius: 60px 60px 0 0;
}
@media screen and (max-width: 599px) {
  .p_human_resource #training .list_wrap .item_wrap .title_img_wrap .item_ico_halfcircle::after {
    bottom: 70px;
  }
}
.p_human_resource #training .list_wrap .item_wrap .title_img_wrap .item_ico {
  max-height: 100px;
  position: relative;
  bottom: 30px;
  z-index: 1;
  right: 50%;
  transform: translate(50%, 0);
}
@media screen and (max-width: 599px) {
  .p_human_resource #training .list_wrap .item_wrap .title_img_wrap .item_ico {
    bottom: 16px;
  }
}
.p_human_resource #training .list_wrap .item_wrap .item_txt {
  line-height: 1.8;
  text-align: justify;
  width: 50%;
  padding-top: 38px;
  margin-left: 25px;
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .p_human_resource #training .list_wrap .item_wrap .item_txt {
    margin-left: 0;
    padding-top: 5px;
    width: 100%;
  }
}
.p_human_resource #training .list_wrap .item_wrap .item_txt_bold {
  font-weight: bold;
}
.p_human_resource #training .list_wrap .item_wrap .item_txt_numlist_wrap {
  counter-reset: number 0;
}
.p_human_resource #training .list_wrap .item_wrap .item_txt_numlist {
  display: flex;
  line-height: 2;
}
.p_human_resource #training .list_wrap .item_wrap .item_txt_numlist::before {
  content: "";
  min-width: 6px;
  height: 6px;
  background: #e60012;
  display: block;
  margin-right: 12px;
  margin-top: 0.9em;
}
.p_human_resource #training .list_wrap .item_wrap .item_txt .type-attention {
  padding-top: 40px;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  text-align: start;
}
.p_human_resource #training .list_wrap .item_wrap .item_txt .type-attention::before {
  content: "※";
}
@media screen and (max-width: 599px) {
  .p_human_resource #training .list_wrap .item_wrap .item_txt .type-attention {
    padding-top: 20px;
    font-size: 1.2rem;
  }
}
.p_human_resource #training .list_wrap .item_wrap .item_txt.type-left {
  margin-left: 0;
  margin-right: 25px;
}
@media screen and (max-width: 599px) {
  .p_human_resource #training .list_wrap .item_wrap .item_txt.type-left {
    margin-right: 0;
  }
}
.p_human_resource #skill {
  position: relative;
  z-index: 2;
  padding-top: clamp(120px, 30vw, 520px);
  background: #fff;
}
.p_human_resource #skill::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  background: #fafafa;
  border-bottom: 13vw solid #fff;
  border-top: 13vw solid transparent;
  border-left: 50vw solid #e2dfe0;
  border-right: 50vw solid transparent;
}
@media screen and (max-width: 1024px) {
  .p_human_resource #skill::after {
    background: #fafafa;
  }
}
.p_human_resource #skill .list_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
}
@media screen and (max-width: 599px) {
  .p_human_resource #skill .list_wrap {
    flex-direction: column;
  }
}
.p_human_resource #skill .list_wrap .item_wrap {
  margin-bottom: 30px;
  margin-left: 2px;
  width: calc(50% - 2px);
}
@media screen and (max-width: 599px) {
  .p_human_resource #skill .list_wrap .item_wrap {
    width: 100%;
  }
}
.p_human_resource #skill .list_wrap .item_wrap .item-sentence-wrap {
  padding: 24px;
}
@media screen and (max-width: 599px) {
  .p_human_resource #skill .list_wrap .item_wrap .item-sentence-wrap {
    padding: 24px 0;
  }
}
.p_human_resource #skill .list_wrap .item_wrap .item-sentence-wrap .item_title {
  font-weight: bold;
  margin-bottom: 16px;
}
.p_human_resource #skill .list_wrap .item_wrap .item-sentence-wrap .item_txt {
  line-height: 1.8;
  text-align: justify;
  color: #585960;
}
.p_human_resource #other {
  position: relative;
  background: #fafafa;
  padding-top: clamp(120px, 20vw, 220px);
}
.p_human_resource #other::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  border-bottom: 13vw solid transparent;
  border-top: 13vw solid #fff;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #e60012;
}
.p_human_resource #other .list_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
}
@media screen and (max-width: 599px) {
  .p_human_resource #other .list_wrap {
    flex-direction: column;
  }
}
.p_human_resource #other .list_wrap .item_wrap {
  margin-bottom: 30px;
  margin-left: 2px;
  width: calc(50% - 2px);
}
@media screen and (max-width: 599px) {
  .p_human_resource #other .list_wrap .item_wrap {
    width: 100%;
  }
}
.p_human_resource #other .list_wrap .item_wrap .item-sentence-wrap {
  padding: 24px;
}
@media screen and (max-width: 599px) {
  .p_human_resource #other .list_wrap .item_wrap .item-sentence-wrap {
    padding: 24px 0;
  }
}
.p_human_resource #other .list_wrap .item_wrap .item-sentence-wrap .item_title {
  font-weight: bold;
  margin-bottom: 16px;
}
.p_human_resource #other .list_wrap .item_wrap .item-sentence-wrap .item_txt {
  line-height: 1.8;
  text-align: justify;
  color: #585960;
}

.p_entry .u-b_sec-01 {
  min-height: clamp(300px, 60vw, 800px);
}

.p_english .info {
  display: none !important;
}

.p_freelance span {
  display: block;
}

.p_handicapped .attention {
  border: 1px solid #ececec;
  background: #fff;
  padding: 2em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p_handicapped .attention {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.p_recruit_event-entry_btn {
  background: #e60012;
  color: #fff !important;
  font-size: 1.4rem;
  font-weight: 700;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 4;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  border-radius: 2px 0 0 2px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) and (max-width: 599px) {
  .p_recruit_event-entry_btn {
    transform: translateY(0);
    top: auto;
    bottom: 0;
    width: 100%;
    writing-mode: horizontal-tb;
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
}
.p_recruit_event-entry_btn span {
  display: block;
  padding: 24px 20px;
}
@media screen and (max-width: 599px) {
  .p_recruit_event-entry_btn span {
    padding: 14px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p_recruit_event-entry_btn span::after {
  content: "";
  display: inline-block;
  height: 0;
  margin-top: 0.5em;
  width: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .p_recruit_event-entry_btn span::after {
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin: 0.1em 0 0 0.2em;
  }
}
.p_recruit_event-entry_btn:hover {
  background: #b5000e;
}
.p_recruit_event-entry_btn:hover::after {
  transform: translateY(3px);
}
.p_recruit_event-person-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .p_recruit_event-person-item {
    flex-direction: column;
  }
}
.p_recruit_event-person-item img {
  max-width: 30rem;
  width: 40%;
}
@media screen and (max-width: 599px) {
  .p_recruit_event-person-item img {
    width: 100%;
  }
}
.p_recruit_event-person-item-meta {
  margin-left: 6rem;
}
@media screen and (max-width: 599px) {
  .p_recruit_event-person-item-meta {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.p_recruit_event-person-item-meta-name {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.p_recruit_event-person-item-meta-name::before {
  content: "";
  width: 2.4rem;
  height: 0.3rem;
  background-color: #e60012;
  margin-right: 1rem;
}
@media screen and (max-width: 599px) {
  .p_recruit_event .o_c_list-content {
    border-top: none;
  }
}
.p_recruit_event .o_c_list-content .attention {
  padding-left: 1em;
  text-indent: -1em;
}
.p_recruit_event .o_c_list-content .attention::before {
  content: "※";
}
.p_recruit_event .o_c_list-content .attention.mr-4:before {
  margin-right: -0.4em;
}
.p_recruit_event .o_c_list-content .link {
  padding-left: 1.2em;
  margin-top: 0.5rem;
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .p_recruit_event .o_c_list-title {
    padding-bottom: 0;
  }
}
.p_recruit_event .o_c_button-round-primary-arrow,
.p_recruit_event *.o_c_button-round-primary-arrow.---left {
  display: flex !important;
  align-items: center;
}

.p_contact table {
  width: 100%;
}
.p_contact th,
.p_contact td {
  border-bottom: 1px solid #e2dfe0;
  word-break: break-all;
  padding: 1em 0.5em;
  line-height: 1.8;
}
.p_contact th {
  width: 20%;
  font-weight: bold;
  font-size: 0.8em;
}
@media screen and (max-width: 599px) {
  .p_contact th {
    width: 30%;
  }
}
.p_contact th span {
  font-size: 0.8em;
  font-weight: normal;
}
.p_contact span.error {
  color: #e60012;
  font-size: 1.4rem;
}
.p_contact .btn-wrap {
  display: flex;
  justify-content: center;
}
.p_contact .btn-wrap .o_c_button-round-input + .o_c_button-round-input {
  margin-left: 10px;
}

@font-face {
  font-family: "red_hat_display";
  src: url("../fonts/red_hat_display.woff") format("woff");
  src: url("../fonts/red_hat_display.ttf") format("truetype");
  font-weight: 800;
}
.p_recruit_event_2023 {
  font-size: 1.5rem;
  font-weight: 500;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .p_recruit_event_2023 {
    font-size: 1.6rem;
  }
}
.p_recruit_event_2023 .f-en, .p_recruit_event_2023 .p_recruit_event_2023--proguram .schedule .tag, .p_recruit_event_2023 .scroll_text, .p_recruit_event_2023 .title--en {
  font-family: "red_hat_display", sans-serif;
}
.p_recruit_event_2023 .bg_pattern {
  position: relative;
  border-top: 1px solid #f2f2f2;
}
.p_recruit_event_2023 .bg_pattern::before, .p_recruit_event_2023 .bg_pattern::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.p_recruit_event_2023 .bg_pattern::before {
  right: 0;
  background: url("../../common/img/recruit_event/e2023/bg.svg") repeat top left/30px;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .bg_pattern::before {
    background: url(../../common/img/recruit_event/e2023/bg.svg) repeat top left/40px;
  }
}
.p_recruit_event_2023 .bg_pattern::after {
  left: 0;
  background: orange;
  background: url("../../common/img/recruit_event/e2023/bg.svg") repeat top right/30px;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .bg_pattern::after {
    background: url("../../common/img/recruit_event/e2023/bg.svg") repeat top right/40px;
  }
}
.p_recruit_event_2023 .inner {
  padding: 60px 20px;
  width: 100%;
  max-width: 1040px;
  margin: auto;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .inner {
    padding: 60px 44px;
  }
}
.p_recruit_event_2023 .title_wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .title_wrap {
    margin-bottom: 44px;
  }
}
.p_recruit_event_2023 .title--en {
  text-transform: uppercase;
  font-size: 4.4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .title--en {
    font-size: 6.8rem;
    padding-bottom: 10px;
  }
}
.p_recruit_event_2023 .title--jp {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .title--jp {
    font-size: 1.6rem;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--btn {
  background: #000;
  color: #fff;
  border-radius: 100px;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  max-width: 420px;
}
.p_recruit_event_2023 .p_recruit_event_2023--btn .date {
  font-size: 1.2rem;
}
.p_recruit_event_2023 .p_recruit_event_2023--btn .text {
  font-size: 1.8rem;
}
.p_recruit_event_2023 .p_recruit_event_2023--btn:hover {
  box-shadow: rgb(228, 0, 0) 5px 5px 0px 0px, rgb(20, 51, 252) -5px -5px 0px 0px;
}
.p_recruit_event_2023 .p_recruit_event_2023--btn.is_min {
  font-size: 1.5rem;
  height: 70px;
  max-width: 290px;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--btn.is_min {
    max-width: 410px;
    font-size: 2.1rem;
    height: 90px;
  }
}
.p_recruit_event_2023 .text_content {
  line-height: 2;
}
.p_recruit_event_2023 .text_content p + p {
  margin-top: 1.8em;
}
.p_recruit_event_2023 .tag {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #000;
  border-radius: 2px;
  padding: 2px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.p_recruit_event_2023 .tag.is_red {
  background: #e40000;
}
.p_recruit_event_2023 .info_wrap .block {
  margin-bottom: 40px;
}
.p_recruit_event_2023 .info_wrap .block dt {
  font-size: 1.5rem;
  border-bottom: 2px solid;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
  height: 45px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .info_wrap .block dt {
    font-size: 2rem;
  }
}
.p_recruit_event_2023 .info_wrap dd p {
  line-height: 1.8;
  text-align: justify;
}
.p_recruit_event_2023 .job__title {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1em;
  line-height: 1;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .job__title {
    font-size: 2rem;
  }
}
.p_recruit_event_2023 .dots__list {
  margin-bottom: 30px;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .dots__list {
    margin-bottom: 40px;
  }
}
.p_recruit_event_2023 .dots__list li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.5em;
}
.p_recruit_event_2023 .dots__list li::before {
  content: "";
  display: block;
  background: #000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0.7em;
  transform: translate(0%, -50%);
  top: clamp(0%, 50%, 0.7em);
}
.p_recruit_event_2023 .dots__list li + li {
  margin-top: 10px;
}
.p_recruit_event_2023 .dots__list .dots__list--content {
  margin-left: -1em;
  padding-top: 10px;
  line-height: 1.4;
  font-size: 0.9em;
}
.p_recruit_event_2023 .caution {
  font-size: 0.9em;
  position: relative;
  padding-left: 1em;
  line-height: 1.4 !important;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 800px) {
  .p_recruit_event_2023 .caution {
    margin-top: 10px;
  }
}
.p_recruit_event_2023 .caution::before {
  content: "※";
  position: absolute;
  left: 0;
}
.p_recruit_event_2023 .caution + .caution {
  margin-top: 0.2em;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .caution + .caution {
    margin-top: 1em;
  }
}
.p_recruit_event_2023 .scroll_text {
  pointer-events: none;
}
.p_recruit_event_2023 .js__in_typing span {
  display: inline-block;
}
.p_recruit_event_2023 .p_recruit_event_2023--nav {
  display: block;
  border-right: 2px solid #000;
  position: fixed;
  right: 8px;
  z-index: 2;
  top: 80px;
  font-size: 1.1rem;
}
@media screen and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--nav {
    position: fixed;
    right: 22px;
    z-index: 2;
    top: 120px;
    font-size: 1.3rem;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--nav a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-weight: bold;
  margin: 6px 8px 6px auto;
  transition: all 0.3s ease;
}
.p_recruit_event_2023 .p_recruit_event_2023--nav a:hover {
  padding-right: 1em;
}
.p_recruit_event_2023 .p_recruit_event_2023--fv {
  background: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv {
    position: fixed;
    z-index: -1;
    top: 0;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--fv::before {
  display: none;
}
.p_recruit_event_2023 .p_recruit_event_2023--fv::after {
  width: 100%;
  background: url("../../common/img/recruit_event/e2023/bg.svg") repeat top center/40px;
}
.p_recruit_event_2023 .p_recruit_event_2023--fv .fv_inner {
  margin-top: 56px;
  padding: 0 20px 40px;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv .fv_inner {
    margin-top: 66px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 40px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1160px;
    padding: 0;
    align-items: top;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv .fv_inner {
    align-items: center;
    width: 95%;
    height: 100%;
    padding-bottom: 300px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--fv .fvimage_sp {
  width: calc(100% + 40px);
  height: 300px;
  margin: 0 -20px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv .fvimage_sp {
    height: 76vw;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
    z-index: 0;
    width: 110%;
    margin-bottom: 40px;
    margin-left: -5.5%;
    margin-right: -5.5%;
  }
}
@media screen and (min-width: 599px) and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv .fvimage_sp {
    display: none;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--fv .fvimage {
  display: none;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv .fvimage {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--fv .add-animation {
  -webkit-mask-image: url(../../common/img/recruit_event/e2023/e2023-fv-bg.gif);
  -webkit-mask-repeat: repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 140%;
  mask-image: url(../../common/img/recruit_event/e2023/e2023-fv-bg.gif);
  mask-repeat: repeat;
  mask-position: 0 0;
  -webkit-mask-size: 140;
          mask-size: 140;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv .add-animation {
    -webkit-mask-size: 100%;
    mask-size: 100;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--fv .typo {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv .typo {
    width: 55%;
    order: 1;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv .typo {
    margin-top: 0;
    width: 50%;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--fv .typo .typo_row {
  height: 50px;
  display: flex;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv .typo .typo_row {
    height: 8vw;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv .typo .typo_row {
    height: clamp(50px, 8vw, 98px);
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--fv .typo .typo_row img {
  height: 100%;
  width: auto;
}
.p_recruit_event_2023 .p_recruit_event_2023--fv .typo .typo_row + .typo_row {
  margin-top: 10px;
}
@media screen and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv .typo .typo_row + .typo_row {
    margin-top: 24px;
  }
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv .info_wrap {
    width: 45%;
    order: 2;
  }
}
@media screen and (min-width: 599px) and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv .info_wrap {
    width: calc(50% - 20px);
    margin-left: auto;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--fv .info_wrap dt * {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}
@media screen and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv .info_wrap dt * {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--fv .info_wrap .timetable {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  margin-bottom: 30px;
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv .info_wrap .timetable {
    height: 94px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--fv .info_wrap .info {
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--fv .info_wrap .info {
    font-size: 1.4rem;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--fv .info_wrap .info .tag {
  margin-right: 8px;
}
.p_recruit_event_2023 .p_recruit_event_2023--introduction {
  background: #e8e5e1;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 599px) and (min-width: 800px) and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--introduction {
    margin-top: 120vh;
  }
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--introduction .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--introduction .inner {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--introduction .title--en {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--introduction .title--en {
    width: 100%;
    max-width: 570px;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--introduction .title--en {
    font-size: 1.5rem;
    max-width: 100%;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--introduction .title--jp {
  padding-bottom: 20px;
  font-size: 7vw;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--introduction .title--jp {
    font-size: 5vw;
    max-width: 570px;
    width: 100%;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--introduction .title--jp {
    padding-bottom: 0;
    width: 50%;
    font-size: 3.5rem;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--introduction .text_content {
  font-weight: bold;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--introduction .text_content {
    max-width: 570px;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--introduction .text_content {
    width: 50%;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--introduction .p_recruit_event_2023--btn {
  margin-top: 20px;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--introduction .p_recruit_event_2023--btn {
    margin-top: 70px;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--introduction .p_recruit_event_2023--btn {
    margin-left: 0;
    margin-top: 70px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--introduction .scroll_text {
  color: #e8e5e1;
  font-size: 15rem;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.p_recruit_event_2023 .p_recruit_event_2023--introduction .row1 {
  bottom: 50%;
  position: absolute;
  left: -50%;
}
@media screen and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--introduction .row1 {
    font-size: 28.5rem;
    mix-blend-mode: multiply;
    opacity: 0.4;
    bottom: 35%;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--introduction .row2 {
  bottom: calc(50% - 1em);
  position: absolute;
  left: -50%;
}
@media screen and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--introduction .row2 {
    display: none !important;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 0;
}
.p_recruit_event_2023 .p_recruit_event_2023--message .inner {
  max-width: 760px;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message .inner {
    padding-top: 190px;
    padding-bottom: 180px;
    width: 90%;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message .inner {
    transform: translate(20px, 0px);
  }
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message .title__wrap {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message .title--en {
    font-size: 5.5rem;
    padding-bottom: 15px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
@media screen and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap {
    display: block;
    position: relative;
    padding-bottom: 120px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .thumb {
  width: 30vw;
  height: 30vw;
  margin-right: 20px;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .thumb {
    position: absolute;
    margin: 0;
    right: 0;
    top: -10%;
    width: 35vw;
    height: 35vw;
    max-width: 280px;
    max-height: 280px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .thumb::before, .p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  mix-blend-mode: multiply;
}
@keyframes fuwafuwa {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .thumb::after {
  background: #e40000;
  top: 8%;
  left: 3%;
  animation: 10s fuwafuwa infinite;
  transform-origin: 51% 45%;
}
.p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .thumb::before {
  background: #0333fc;
  top: -6%;
  left: -3%;
  animation: 9s fuwafuwa -7s infinite;
  transform-origin: 48% 55%;
}
.p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .thumb img {
  display: block;
  border-radius: 50%;
  border: 2px solid;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .thumb img {
    border: 3px solid;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .profile {
  flex: 1;
  display: flex;
  letter-spacing: 0;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .profile {
    width: 60%;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .profile .title {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .profile .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .profile .title {
    font-size: 3.4rem;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .profile .info {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .profile .info {
    font-size: 1.3rem;
    line-height: 2;
    font-weight: inherit;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .text_content {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message .message_wrap .text_content {
    margin-top: 36px;
    line-height: 2.4;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message .scroll_text_wrap {
  transform: rotate(90deg);
  font-size: 15rem;
  line-height: 1;
  width: 3000px;
  position: absolute;
  top: 0%;
  left: 0.8em;
  transform-origin: top left;
  z-index: -2;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message .scroll_text_wrap {
    font-size: 22rem;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message .scroll_text_wrap {
    font-size: 25rem;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message .scroll_text {
  color: #e8e5e1;
  font-size: 1em;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.p_recruit_event_2023 .p_recruit_event_2023--message--speakers {
  background: #fff;
  border-radius: 20px;
  max-width: 640px;
  width: 100%;
  margin: auto;
  background: #e8e5e1;
  padding: 3em 10px 20px;
  position: relative;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message--speakers {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message--speakers {
    width: 100%;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message--speakers {
    max-width: 100vw;
    margin-left: -50px;
    width: calc(100% + 100px);
    border-radius: 40px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message--speakers .title_wrap {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 40px);
  text-align: center;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message--speakers .title_wrap {
    bottom: calc(100% - 50px);
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message--speakers .title_wrap .title--en {
  font-size: 3.6rem;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message--speakers .title_wrap .title--en {
    font-size: 5rem;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message--speakers .title_wrap .title--jp {
  font-size: 13px;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message--speakers .title_wrap .title--jp {
    font-size: 1.6rem;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message--speakers .list {
  display: flex;
  padding-top: 10px;
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message--speakers .list {
    padding-top: 50px;
    max-width: 700px;
    margin: auto;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message--speakers .list li {
  width: 33.3333333333%;
  text-align: center;
}
.p_recruit_event_2023 .p_recruit_event_2023--message--speakers .list li img {
  display: block;
  border-radius: 50%;
  border: 2px solid #000;
  overflow: hidden;
  width: 90%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message--speakers .list li img {
    border-width: 3px;
    max-width: 180px;
    margin-bottom: 20px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message--speakers .list li .position {
  zoom: 0.6;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message--speakers .list li .position {
    zoom: 0;
    font-size: 1.1rem;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--message--speakers .list li .name {
  font-weight: bold;
  line-height: 1;
  font-size: 1.2rem;
  margin-top: 5px;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--message--speakers .list li .name {
    font-size: 1.8rem;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--tour {
  background: #fff;
}
.p_recruit_event_2023 .p_recruit_event_2023--tour .inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--tour .inner {
    padding-top: 0;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--tour .inner {
    max-width: 1130px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--tour .title--en {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--tour .title--en {
    height: 115px;
    width: auto;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--tour .title--jp {
  margin-top: 1em;
}
.p_recruit_event_2023 .p_recruit_event_2023--tour .title_wrap {
  order: 1;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--tour .title_wrap {
    margin-top: -40px;
    width: 100%;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--tour .text_content {
  margin-top: 20px;
  order: 3;
}
@media screen and (min-width: 599px) and (min-width: 800px) and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--tour .text_content {
    margin-top: 0;
    margin-bottom: 0;
    width: 50%;
    max-width: 400px;
    order: 2;
    margin-left: -40px;
    margin-top: 80px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--tour .tour_slider {
  display: block;
  width: 100%;
  order: 2;
  z-index: 1;
}
@media screen and (min-width: 800px) and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--tour .tour_slider {
    position: absolute;
    top: 160px;
    width: 100%;
    right: -40%;
    transform: scale(0.8) !important;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--tour .tour_slider .swiper-slide {
  border: 1px solid;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  background: #000;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--tour .tour_slider .swiper-slide {
    border: none;
    border-radius: 20px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--tour .tour_slider .swiper-slide img {
  opacity: 0.4;
  transition: inherit;
}
.p_recruit_event_2023 .p_recruit_event_2023--tour .tour_slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.p_recruit_event_2023 .p_recruit_event_2023--tour .tour_slider .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.p_recruit_event_2023 .p_recruit_event_2023--tour .tour_slider .pagination {
  text-align: center;
  display: block;
}
@media screen and (min-width: 599px) and (min-width: 800px) and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--tour .tour_slider .pagination {
    width: 45.5vw;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--tour .tour_slider .pagination .swiper-pagination-bullet-active {
  background: #000;
}
@media screen and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--tour .tour_slider .swiper-pagination-bullet {
    margin: 0 16px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--entry__wrap {
  background: #fff;
}
.p_recruit_event_2023 .p_recruit_event_2023--entry__wrap .add-animation {
  -webkit-mask-image: url(../../common/img/recruit_event/e2023/e2023-fv-bg.gif);
  -webkit-mask-repeat: repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 140%;
  mask-image: url(../../common/img/recruit_event/e2023/e2023-fv-bg.gif);
  mask-repeat: repeat;
  mask-position: 0 0;
  mask-size: 140%;
}
@media screen and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--entry__wrap .add-animation {
    -webkit-mask-size: 100%;
    mask-size: 100%;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--entry {
  background: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--entry {
    padding-top: 140px;
    padding-bottom: 160px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--entry .title--en {
  font-size: 6.4rem;
  padding-bottom: 20px;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--entry .title--en {
    font-size: 7.8rem;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--entry .title--en {
    font-size: 11rem;
  }
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--entry .p_recruit_event_2023--btn {
    max-width: 530px;
    height: 120px;
  }
  .p_recruit_event_2023 .p_recruit_event_2023--entry .p_recruit_event_2023--btn .date {
    font-size: 1.4rem;
  }
  .p_recruit_event_2023 .p_recruit_event_2023--entry .p_recruit_event_2023--btn .text {
    font-size: 2.8rem;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--entry .bg {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.p_recruit_event_2023 .p_recruit_event_2023--proguram {
  background: #e8e5e1;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--proguram .inner {
    padding-top: 110px;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--proguram .inner {
    max-width: 1050px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--proguram p + p {
  margin-top: 1.2em;
}
.p_recruit_event_2023 .p_recruit_event_2023--proguram .timetable {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  margin-bottom: 20px;
}
.p_recruit_event_2023 .p_recruit_event_2023--proguram .schedule .tag {
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.p_recruit_event_2023 .p_recruit_event_2023--proguram .schedule li + li {
  margin-top: 1.5em;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--proguram .schedule li + li {
    margin-top: 30px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--proguram .accent__zoom {
  font-size: 1.1em;
  padding-bottom: 10px;
}
.p_recruit_event_2023 .p_recruit_event_2023--proguram .accent__name {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 0.4em;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--proguram .info_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 40px;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--proguram .info_wrap {
    gap: 40px 80px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--recruit {
  background: #fff;
  margin-top: 180px;
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--recruit::before {
    background: url(../../common/img/recruit_event/e2023/bg.svg) repeat top center/40px;
    width: 100%;
  }
  .p_recruit_event_2023 .p_recruit_event_2023--recruit::after {
    display: none;
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--recruit {
    margin-top: 0;
    margin-left: clamp(120px, 9.2vw, 500px);
  }
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--recruit .inner {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 599px) and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--recruit .inner {
    max-width: 970px;
    width: 90%;
    padding-right: 25px;
    padding-left: 20px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--recruit .inner::before {
  content: "";
  position: absolute;
  background: url(../../common/img/recruit_event/e2023/e2023-rec--bg.svg) repeat top center/480px #fff;
  width: 100vw;
  z-index: -1;
  right: 0;
  top: -180px;
  height: 240px;
  background-attachment: fixed;
}
@media screen and (min-width: 1024px) {
  .p_recruit_event_2023 .p_recruit_event_2023--recruit .inner::before {
    background: url(../../common/img/recruit_event/e2023/e2023-rec--bg.svg) repeat -120px 0px/480px #fff;
    background-attachment: fixed;
    top: 0;
    height: 100%;
    position: absolute;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--recruit .condition h3 {
  font-weight: bold;
}
.p_recruit_event_2023 .p_recruit_event_2023--recruit .condition li + li {
  margin-top: 20px;
}
@media screen and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--recruit .condition li + li {
    margin-top: 0;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--recruit .condition .caution {
  padding-left: 0;
}
.p_recruit_event_2023 .p_recruit_event_2023--recruit .condition .caution::before {
  left: -1em;
}
@media screen and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--recruit .condition .dots__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--recruit .condition .dots__list li {
    width: 50%;
    margin-bottom: 40px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--recruit .cta_wrap {
  text-align: center;
}
.p_recruit_event_2023 .p_recruit_event_2023--recruit .cta_wrap .title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--recruit .cta_wrap .title {
    font-size: 2rem;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--recruit .cta_wrap .caution {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 599px) {
  .p_recruit_event_2023 .p_recruit_event_2023--recruit .info_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 40px;
    grid-template-areas: "grid1 grid2" "grid1 grid3" "grid4 grid4";
  }
}
@media screen and (min-width: 599px) and (min-width: 800px) {
  .p_recruit_event_2023 .p_recruit_event_2023--recruit .info_wrap {
    gap: 0 40px;
  }
}
.p_recruit_event_2023 .p_recruit_event_2023--recruit .info_wrap .grid1 {
  grid-area: grid1;
}
.p_recruit_event_2023 .p_recruit_event_2023--recruit .info_wrap .grid4 {
  grid-area: grid4;
}
.p_recruit_event_2023 .p_recruit_event_2023--recruit .info_wrap .grid2 {
  grid-area: grid2;
}
.p_recruit_event_2023 .p_recruit_event_2023--recruit .info_wrap .grid3 {
  grid-area: grid3;
}/*# sourceMappingURL=style.css.map */