/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  background: transparent;
  border-radius: 0; /* 1 */
  appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.jost {
  font-family: "Jost", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .br {
    display: none;
  }
}

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

.sp {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: none;
  }
}

.bold {
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.l-header {
  position: relative;
  background: #fff;
  z-index: 1000;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-header__inner {
    height: 48px;
  }
}
.l-header__logo {
  margin-left: 23px;
}
.l-header__logo img {
  height: 64px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .l-header__logo {
    margin-left: 16px;
  }
  .l-header__logo img {
    height: 33px;
    width: auto;
  }
}
.l-header__nav {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 26px;
  width: 100%;
  height: 100%;
}
.l-header__btn {
  max-width: 230px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 43px;
  padding: 0 20px;
  border: solid 4px #000;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
.l-header__btn--recruit {
  background: #CE0D41;
  color: #fff;
}
.l-header__btn--recruit:hover {
  background: #a00a35;
}
.l-header__btn--contact {
  background: #CE0D41;
  color: #fff;
}
.l-header__btn--contact:hover {
  background: #a00a35;
}
@media only screen and (max-width: 768px) {
  .l-header__btn--recruit, .l-header__btn--contact {
    display: none;
  }
}
.l-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 100%;
  background: #000;
  border: none;
  cursor: pointer;
  gap: 11.3px;
  position: relative;
  z-index: 10001;
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(10px, 11px);
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(10px, -11px);
}
.l-header__hamburger-line {
  display: block;
  width: 41px;
  height: 4px;
  background: #fff;
  transition: all 0.3s ease;
  transform-origin: center;
}
.l-header__hamburger:hover {
  background: #555;
}
@media only screen and (max-width: 768px) {
  .l-header__hamburger {
    width: 58px;
    height: 48px;
    gap: 9px;
  }
  .l-header__hamburger.is-active .l-header__hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 8px);
  }
  .l-header__hamburger.is-active .l-header__hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -8px);
  }
  .l-header__hamburger-line {
    width: 27px;
    height: 2px;
  }
}
.l-header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.l-header__menu.is-open {
  visibility: visible;
  opacity: 1;
}
.l-header__menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .l-header__menu-overlay {
    display: none;
  }
}
.l-header__menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #CFFB05;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
}
.l-header__menu.is-open .l-header__menu-content {
  transform: translateX(0);
}
@media only screen and (max-width: 768px) {
  .l-header__menu-content {
    max-width: 100%;
    padding-top: 60px;
  }
}
.l-header__menu-logo {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.l-header__menu-logo img {
  height: 80px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .l-header__menu-logo {
    margin-bottom: 24px;
  }
}
.l-header__menu-sns {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}
.l-header__menu-sns-item {
  text-decoration: none;
  transition: all 0.3s ease;
}
.l-header__menu-sns-item i {
  font-size: 40px;
}
.l-header__menu-sns-item--instagram {
  color: #E1306C;
}
.l-header__menu-sns-item--youtube {
  color: #FF0000;
}
.l-header__menu-sns-item--tiktok {
  color: #000;
}
.l-header__menu-sns-item--x {
  color: #000;
}
.l-header__menu-sns-item:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .l-header__menu-sns {
    gap: 20px;
    margin-bottom: 24px;
  }
  .l-header__menu-sns-item i {
    font-size: 32px;
  }
}
.l-header__menu-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  margin-bottom: 40px;
}
.l-header__menu-buttons .c-btn-redbtn {
  max-width: 344px;
  width: 100%;
  height: 73px;
  padding: 0 10px 4px;
}
@media only screen and (max-width: 768px) {
  .l-header__menu-buttons .c-btn-redbtn {
    height: 34px;
    padding: 0px 10px 3px;
    border: solid 4px #000;
    box-shadow: 0 4px 0 #000;
  }
}
.l-header__menu-buttons .c-btn-redbtn__text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .l-header__menu-buttons .c-btn-redbtn__text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__menu-buttons {
    gap: 12px;
    margin-bottom: 32px;
    padding: 0 10px;
  }
}
.l-header__menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 40px;
  background: #CE0D41;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  border: 4px solid #000;
  transition: all 0.3s ease;
}
.l-header__menu-btn:hover {
  background: #a00a35;
  transform: translateY(-2px);
}
@media only screen and (min-width: 769px) {
  .l-header__menu-btn {
    height: 80px;
    padding: 0 60px;
    font-size: 24px;
    border-radius: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__menu-btn {
    height: 44px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 22px;
  }
}
.l-header__menu-title {
  max-width: 258px;
  text-align: center;
  margin-bottom: 15px;
}
.l-header__menu-nav {
  display: flex;
  max-width: 600px;
  max-width: 500px;
}
.l-header__menu-nav-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16.5px;
}
.l-header__menu-nav-col:first-child {
  border-right: 3px solid #000;
  padding-right: 15px;
}
.l-header__menu-nav-col:last-child {
  padding-left: 15px;
}
.l-header__menu-nav-item {
  max-width: 280px;
  width: 100%;
  border-bottom: 3px solid #000;
  padding-bottom: 15px;
}
.l-header__menu-nav-item:last-child {
  border-bottom: none;
}
.l-header__menu-nav-item a {
  display: block;
  transition: all 0.3s ease;
}
.l-header__menu-nav-item a img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.l-header__menu-nav-item a:hover {
  transform: scale(1.05);
}
.l-header__menu-nav-item a.is-disabled {
  pointer-events: none;
  cursor: default;
  filter: grayscale(100%);
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .l-header__menu-nav {
    padding: 0 10px;
  }
  .l-header__menu-nav-col {
    gap: 12px;
  }
  .l-header__menu-nav-col:first-child {
    border-right: 2px solid #000;
    padding-right: 8px;
  }
  .l-header__menu-nav-col:last-child {
    padding-left: 8px;
  }
  .l-header__menu-nav-item {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
  }
  .l-header__menu-nav-item a img {
    border-radius: 6px;
  }
}

.home .l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1000;
}

.l-main {
  background: #CFFB05;
}
.l-main__inner {
  max-width: 1440px;
  box-shadow: 0 0 0 #000;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

.l-footer__link {
  position: relative;
  z-index: 10;
  background: #CFFB05;
}
.l-footer__link-list {
  max-width: 1440px;
  margin: 0 auto;
}
.l-footer__link-list ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-footer__link-list li {
  flex: 1;
  position: relative;
}
.l-footer__link-list li:not(:last-child) {
  border-right: 9px solid #000;
}
.l-footer__link-item {
  display: block;
  position: relative;
  border-top: 9px solid #000;
  border-bottom: 9px solid #000;
}
li:first-child .l-footer__link-item {
  border-left: 9px solid #000;
}
li:last-child .l-footer__link-item {
  border-right: 9px solid #000;
}
.l-footer__link-img img {
  width: 100%;
  height: auto;
  display: block;
}
.l-footer__link-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  padding: 0 20px;
}
.l-footer__link-btn .c-btn-redbtn {
  max-height: 73px;
  padding: 8px 20px 10px;
}
@media only screen and (max-width: 768px) {
  .l-footer__link-btn .c-btn-redbtn {
    padding: 8px 10px 10px;
    border: solid 4px #000;
    box-shadow: 0 4px 0 #000;
  }
}
.l-footer__link-btn .c-btn-redbtn__text {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-footer__link-btn .c-btn-redbtn__text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__link {
    padding: 16px;
    background: #000;
  }
  .l-footer__link-list ul {
    flex-direction: column;
    align-items: center;
  }
  .l-footer__link-list li {
    max-width: 500px;
  }
  .l-footer__link-list li:not(:last-child) {
    border-right: none;
  }
  .l-footer__link-item {
    border: none;
  }
  li:first-child .l-footer__link-item {
    border-left: none;
  }
  li:last-child .l-footer__link-item {
    border-right: none;
  }
  .l-footer__link-btn {
    bottom: 5px;
    max-width: 200px;
  }
  .l-footer__link-btn .c-btn-redbtn {
    padding: 2px 5px;
  }
}

.l-footer {
  background: #D9D9D9;
  padding: 60px 20px 0;
}
.l-footer__content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.l-footer__logo {
  margin-bottom: 30px;
}
.l-footer__logo img {
  max-width: 300px;
  height: auto;
}
.l-footer__sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.l-footer__sns-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.l-footer__sns-item i {
  font-size: 24px;
}
.l-footer__sns-item:hover {
  transform: scale(1.1);
}
.l-footer__sns-item--instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}
.l-footer__sns-item--youtube {
  background: #ff0000;
  color: #fff;
}
.l-footer__sns-item--tiktok {
  background: #000;
  color: #fff;
}
.l-footer__sns-item--x {
  background: #000;
  color: #fff;
}
.l-footer__buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
.l-footer__button {
  max-width: 344px;
  width: 100%;
}
.l-footer__button a {
  display: block;
  padding: 15px 60px;
  background: #CE0D41;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  font-weight: 900;
  border-radius: 50px;
  border: 8px solid #000;
  box-shadow: 0 6px 0 #000;
  text-decoration: none;
  transition: all 0.2s ease;
}
.l-footer__button a:hover {
  transform: translateY(4px);
  box-shadow: 0 3px 0 #000;
}
.l-footer__nav {
  margin-bottom: 50px;
}
.l-footer__nav-main {
  display: flex;
  justify-content: center;
  gap: 45px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .l-footer__nav-main li {
    margin-bottom: 10px;
  }
}
.l-footer__nav-main li a {
  color: #000;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
}
.l-footer__nav-main li a:hover {
  text-decoration: underline;
}
.l-footer__nav-sub {
  display: flex;
  justify-content: center;
  gap: 45px;
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .l-footer__nav-sub li {
    margin-bottom: 10px;
  }
}
.l-footer__nav-sub li a {
  color: #000;
  text-decoration: none;
  font-size: 0.875rem;
}
.l-footer__nav-sub li a:hover {
  text-decoration: underline;
}
.l-footer__nav-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.l-footer__copyright {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 0 -20px;
}
.l-footer__copyright p {
  margin: 0;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 15px 0;
  }
  .l-footer__logo img {
    max-width: 200px;
  }
  .l-footer__sns {
    gap: 15px;
    margin-bottom: 30px;
  }
  .l-footer__sns-item {
    width: 35px;
    height: 35px;
  }
  .l-footer__sns-item i {
    font-size: 20px;
  }
  .l-footer__buttons {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-bottom: 40px;
  }
  .l-footer__button a {
    padding: 12px 40px;
    font-size: 1rem;
  }
  .l-footer__nav {
    text-align: left;
  }
  .l-footer__nav-sub {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .l-footer__nav-sub li {
    margin-bottom: 0;
  }
  .l-footer__nav-sub li a {
    font-size: 0.9rem;
  }
  .l-footer__nav-bottom {
    flex-direction: row !important;
    gap: 40px !important;
    justify-content: flex-start !important;
  }
  .l-footer__nav-bottom .l-footer__nav-sub {
    flex: 1;
    margin-bottom: 0;
  }
  .l-footer__nav ul {
    justify-content: flex-start !important;
  }
  .l-footer__copyright {
    margin: 0 -15px;
  }
  .l-footer__copyright p {
    font-size: 0.75rem;
  }
}

.l-archive-title {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 55px;
  padding-bottom: 16px;
  color: #49505A;
}
@media only screen and (max-width: 768px) {
  .l-archive-title {
    font-size: 24px;
    margin-bottom: 35px;
    padding-bottom: 10px;
  }
}
.l-archive-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background: #CCCCCC;
}

.c-archive-pagination {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media only screen and (max-width: 768px) {
  .c-archive-pagination {
    margin-top: 40px;
  }
}
.c-archive-pagination__link a {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #49505A;
  text-align: center;
  background: #fff;
  transition: all 0.3s ease;
}
.c-archive-pagination__link a:hover {
  background: #49505A;
  color: #fff;
}
.c-archive-pagination__link a.active {
  background: #49505A;
  color: #fff;
}
.c-archive-pagination__link span {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #49505A;
  text-align: center;
  background: #fff;
  transition: all 0.3s ease;
}
.c-archive-pagination__link span.active {
  background: #49505A;
  color: #fff;
}
.c-archive-pagination__arrow {
  position: relative;
  width: 10px;
  height: 32px;
  /* left arrow */
}
.c-archive-pagination__arrow.--left a {
  display: block;
  width: 25px;
  height: 32px;
  margin-left: -10px;
  position: relative;
  z-index: 10;
}
.c-archive-pagination__arrow.--left::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #49505A;
  border-left: 2px solid #49505A;
  transform: rotate(-45deg);
}
.c-archive-pagination__arrow {
  /* right arrow */
}
.c-archive-pagination__arrow.--right a {
  display: block;
  width: 25px;
  height: 32px;
  margin-left: -5px;
  position: relative;
  z-index: 10;
}
.c-archive-pagination__arrow.--right::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #49505A;
  border-right: 2px solid #49505A;
  transform: rotate(45deg);
}

.c-archive-blog__item-box {
  padding: 24px;
  position: relative;
  height: 210px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .c-archive-blog__item-box {
    padding: 24px 15px;
    height: auto;
  }
}
.c-btn-redbtn {
  max-height: 97px;
  padding: 15px 20px;
  border: solid 8px #000;
  border-radius: 50px;
  background: #CE0D41;
  box-shadow: 0 11px 0 #000;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .c-btn-redbtn {
    padding: 8px 10px;
    border: solid 4px #000;
    box-shadow: 0 4px 0 #000;
  }
}
.c-btn-redbtn:hover {
  transform: translateY(5px);
  box-shadow: 0 6px 0 #000;
}
.c-btn-redbtn__link {
  width: 100%;
  height: 100%;
  text-align: center;
}
.c-btn-redbtn__text {
  font-size: 2rem;
  color: #FFF;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-btn-redbtn__text {
    font-size: 1rem;
  }
}

.c-arrow__circle {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  bottom: -3px;
}
.c-arrow__circle::before {
  content: "";
  width: 5px;
  height: 1px;
  background: #fff;
  position: absolute;
  border-radius: 1px;
  top: 42%;
  left: 53%;
  transform: translateX(-49%) rotate(45deg);
}
.c-arrow__circle:after {
  content: "";
  width: 5px;
  height: 1px;
  background: #fff;
  position: absolute;
  border-radius: 1px;
  top: 53%;
  left: 53%;
  transform: translateX(-49%) rotate(-45deg);
}
.c-arrow__circle--reverse:after {
  transform: rotate(-225deg);
  left: unset;
  right: 35%;
}
.c-arrow__normal {
  border: none;
  position: relative;
}
.c-arrow__normal::before {
  content: "";
  width: 5px;
  height: 2px;
  background: #fff;
  position: absolute;
  border-radius: 1px;
  top: 42%;
  left: 53%;
  transform: translateX(-49%) rotate(45deg);
}
.c-arrow__normal:after {
  content: "";
  width: 5px;
  height: 2px;
  background: #fff;
  position: absolute;
  border-radius: 1px;
  top: 53%;
  left: 53%;
  transform: translateX(-49%) rotate(-45deg);
}
.c-arrow__slick {
  display: flex;
  gap: 15px;
}
.c-arrow__slick-def {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}
.c-arrow__slick-def:after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 44%;
  right: 43%;
  transform: rotate(-225deg);
  transition: all 0.3s ease;
}
.c-arrow__slick-def:hover {
  cursor: pointer;
  background: #fff;
}
.c-arrow__slick-def:hover:after {
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.c-arrow__slick-def--next:after {
  transform: rotate(-45deg);
  right: unset;
  left: 43%;
}

.c-lower-title {
  padding: 70px 0;
  background-color: #46C45F;
  background-image: url("../../img/lower-title_bg.png");
  background-size: cover;
  background-position: center;
}
.c-lower-title__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
}
.c-lower-title__truck {
  flex: 1;
}
.c-lower-title__truck img {
  max-width: 328px;
  width: 100%;
  height: auto;
  display: block;
}
.c-lower-title__truck--right {
  transform: scaleX(-1);
}
.c-lower-title__content {
  flex: 1;
  max-width: 460px;
  text-align: center;
}
.c-lower-title__title {
  margin-bottom: 20px;
}
.c-lower-title__title-sub {
  font-size: 2rem;
  font-weight: 900;
  white-space: nowrap;
}
.c-lower-title__title img {
  width: 100%;
  height: auto;
  display: block;
}
.c-lower-title__subtitle {
  display: inline-block;
  background: #000;
  color: #fff;
  margin-bottom: 7px;
  padding: 3px 20px;
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-lower-title {
    padding: 20px 0;
  }
  .c-lower-title__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    row-gap: 0;
    max-width: 400px;
    padding: 0 16px;
  }
  .c-lower-title__truck {
    display: none;
    max-width: 100px;
  }
  .c-lower-title__truck:first-child {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
  }
  .c-lower-title__truck--right {
    grid-column: 2;
    grid-row: 1;
  }
  .c-lower-title__content {
    grid-column: 1/3;
    grid-row: 2;
    max-width: 100%;
  }
  .c-lower-title__title {
    max-width: 250px;
    margin: 0 auto 10px;
  }
  .c-lower-title__title-sub {
    font-size: 1.5rem;
    white-space: pre-wrap;
    line-height: 1.3;
  }
  .c-lower-title__subtitle {
    font-size: 0.875rem;
    padding: 4px 10px;
  }
}

.c-breadcrumb {
  position: relative;
  z-index: 10;
  background: #CFFB05;
  min-height: 67px;
  display: flex;
  align-items: center;
}
.c-breadcrumb__inner {
  max-width: 1308px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "/";
  padding: 0 10px;
  color: #000;
}
.c-breadcrumb__item:last-child {
  color: #666;
}
.c-breadcrumb__item a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
.c-breadcrumb__item a:hover {
  color: #666;
}
.c-breadcrumb__arrow {
  padding: 0 10px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .c-breadcrumb {
    min-height: 50px;
  }
  .c-breadcrumb__inner {
    padding: 0 16px;
  }
  .c-breadcrumb__list {
    font-size: 0.75rem;
  }
  .c-breadcrumb__item:not(:last-child)::after {
    padding: 0 8px;
  }
  .c-breadcrumb__arrow {
    padding: 0 8px;
  }
}

.p-gline-story__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 120px 20px 50px;
  z-index: 100;
}
.p-gline-story__link-prev {
  max-width: 431px;
}
.p-gline-story__link-prev a {
  display: block;
  transition: transform 0.3s ease;
}
.p-gline-story__link-prev a:hover {
  transform: translateX(-5px);
}
.p-gline-story__link-next {
  max-width: 431px;
}
.p-gline-story__link-next a {
  display: block;
  transition: transform 0.3s ease;
}
.p-gline-story__link-next a:hover {
  transform: translateX(5px);
}
@media only screen and (max-width: 768px) {
  .p-gline-story__link {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 50px;
  }
  .p-gline-story__link-prev {
    margin: 0 auto 0 0;
    padding-right: 50px;
  }
  .p-gline-story__link-next {
    margin: 0 0 0 auto;
    padding-left: 50px;
  }
}

.p-gline-story__benefits {
  padding: 60px 15px 100px;
  background: url(../../img/frontpage/frontpage_recruit_bg.png) #FFF;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-gline-story__benefits-title {
  max-width: 460px;
  margin: 0 auto 30px;
}
.p-gline-story__benefits-title img {
  width: 100%;
  height: auto;
}
.p-gline-story__benefits-list {
  margin-bottom: 54px;
}
.p-gline-story__benefits-list ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-gline-story__benefits-list li {
  max-width: 328px;
  text-align: left;
}
.p-gline-story__benefits-list li a {
  display: block;
}
.p-gline-story__benefits-list li a:hover .p-gline-story__benefits-list-img img {
  transform: scale(1.05);
}
.p-gline-story__benefits-list-img {
  margin-bottom: 15px;
}
.p-gline-story__benefits-list-img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.p-gline-story__benefits-list-text {
  font-size: 1.125rem;
  line-height: 1.4;
}
.p-gline-story__benefits-interview {
  max-width: 1032px;
  margin: 0 auto;
}
.p-gline-story__benefits-interview a:hover .p-gline-story__benefits-interview-img img {
  transform: scale(1.02);
}
.p-gline-story__benefits-interview-img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.p-gline-story__benefits-interview-text {
  margin-top: 16px;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-gline-story__benefits {
    margin: 0;
    padding: 30px 10px 25px;
  }
  .p-gline-story__benefits-list {
    margin: 0 15px 25px;
  }
  .p-gline-story__benefits-list-text {
    font-size: 0.875rem;
  }
  .p-gline-story__benefits-list ul {
    flex-direction: column;
    align-items: center;
  }
  .p-gline-story__benefits-interview {
    flex-direction: column;
    text-align: center;
    max-width: 328px;
    margin: 0 auto;
  }
  .p-gline-story__benefits-interview-img {
    flex: none;
    max-width: 328px;
    margin: 0 auto;
  }
  .p-gline-story__benefits-interview-text {
    font-size: 0.875rem;
  }
}

.c-text-image-block {
  position: relative;
  background: #000;
  margin-bottom: 85px;
}
.c-text-image-block:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .c-text-image-block {
    margin-bottom: 40px;
    padding: 30px 16px;
  }
}
.c-text-image-block__img img {
  max-width: clamp(700px, 59.44%, 856px);
  width: 100%;
  display: block;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .c-text-image-block__img {
    margin-top: -30px;
  }
}
.c-text-image-block__text {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 1;
}
.c-text-image-block__text h3 {
  padding: 20px 50px;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 50px;
  line-height: 1.4;
  color: #000;
  background: rgba(207, 251, 5, 0.8);
}
.c-text-image-block__text p {
  max-width: 600px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 10px;
}
@media only screen and (max-width: 768px) {
  .c-text-image-block__text p {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-text-image-block__text {
    position: static;
    transform: none;
    max-width: 100%;
  }
  .c-text-image-block__text h3 {
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0;
    padding: 5px 15px;
  }
  .c-text-image-block__text p {
    margin: 24px auto 40px;
    font-size: 1rem;
  }
}
.c-text-image-block__link {
  max-width: 390px;
  margin: 30px 0 40px;
}
.c-text-image-block__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 70px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  border-radius: 30px;
  background: #CE0D41;
}
.c-text-image-block__link a:hover {
  transform: background 0.5s;
  background: #960b30;
}
@media only screen and (max-width: 768px) {
  .c-text-image-block__link a {
    font-size: 1.25rem;
    padding: 8px 15px;
  }
}

.view-more {
  position: relative;
}
.view-more > img {
  width: 100%;
  height: auto;
  display: block;
}
.view-more__btn {
  position: absolute;
  bottom: 8px;
  right: 10px;
  max-width: 133px;
  z-index: 10;
  cursor: pointer;
  transition: transform 0.3s;
}
.view-more__btn:hover {
  transform: scale(1.1);
}

.view-more-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.view-more-modal.is-active {
  display: flex;
}
.view-more-modal__img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}

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

.p-front-hero {
  position: relative;
  width: 100%;
}
.p-front-hero__img {
  position: relative;
  width: 100%;
}
.p-front-hero__img img {
  width: 100%;
  height: auto;
}
.p-front-news {
  position: relative;
  background-image: url("../../img/frontpage/frontpage_news_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  overflow: hidden;
}
.p-front-news__comment {
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
}
.p-front-news__comment p {
  display: inline-block;
  animation: scroll-text 30s linear infinite;
  padding: 10px 0;
  margin: 0;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .p-front-news__comment {
    font-size: 0.875rem;
  }
}
.p-front-news__img {
  position: relative;
  margin-bottom: -5px;
  text-align: center;
}
.p-front-news__img img {
  max-width: 1033px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: -100;
}
.p-front-news__news {
  position: relative;
  padding: 20px 0 30px;
  background-image: url("../../img/frontpage/frontpage_news_listbg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-front-news__news {
    padding: 20px 10px 30px;
  }
}
.p-front-news__news-swiper {
  position: relative;
  overflow: hidden;
}
.p-front-news__news-list {
  display: flex;
  transition: transform 0.5s ease;
  padding: 0 calc(50% - 530px - 132.5px);
}
@media only screen and (max-width: 768px) {
  .p-front-news__news-list {
    padding: 0 calc(50% - 150px);
  }
}
.p-front-news__news-item {
  position: relative;
  width: 265px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-front-news__news-item {
    width: 170px;
  }
}
.p-front-news__news-item-img {
  position: relative;
  max-width: 265px;
  aspect-ratio: 5/3;
  border-radius: 12px;
  box-shadow: 3px 3px 6px rgba(35, 35, 65, 0.86);
}
.p-front-news__news-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: solid 3px #fff;
  border-radius: 12px;
}
.p-front-news__news-item-tag {
  position: absolute;
  top: 10px;
  right: 11px;
  height: 21px;
  display: flex;
  align-items: center;
  background: #CFFB05;
  color: #000;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
}
.p-front-news__news-item-content {
  margin-top: 14px;
  color: #fff;
}
.p-front-news__news-item-date {
  font-size: 1rem;
  line-height: 1;
  font-style: italic;
  margin-bottom: 7px;
}
.p-front-news__news-item-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-front-news__news-item-title {
    font-size: 1rem;
  }
}
.p-front-news__news-prev, .p-front-news__news-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px !important;
  height: 40px !important;
  margin-top: -20px !important;
  border: 2px solid #333 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 50% !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-front-news__news-prev:before, .p-front-news__news-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: #333;
}
.p-front-news__news-prev:after, .p-front-news__news-next:after {
  display: none;
}
.p-front-news__news-prev:hover, .p-front-news__news-next:hover {
  background: rgb(255, 255, 255) !important;
}
.p-front-news__news-prev svg, .p-front-news__news-next svg {
  display: none;
}
.p-front-news__news-prev {
  left: 95px !important;
}
@media only screen and (max-width: 768px) {
  .p-front-news__news-prev {
    left: 10px !important;
  }
}
.p-front-news__news-prev:before {
  content: "\f053";
}
.p-front-news__news-next {
  right: 95px !important;
}
@media only screen and (max-width: 768px) {
  .p-front-news__news-next {
    right: 10px !important;
  }
}
.p-front-news__news-next:before {
  content: "\f054";
}
.p-front-news__news .splide__pagination {
  position: relative !important;
  margin-top: 30px !important;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-front-news__news .splide__pagination {
    margin-top: 20px !important;
  }
}
.p-front-news__news .splide__pagination .splide__pagination__page {
  display: inline-block;
  width: 12px !important;
  height: 12px !important;
  background: #CFFB05 !important;
  opacity: 1 !important;
  margin: 0 10px !important;
  transition: all 0.3s ease !important;
  border-radius: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .p-front-news__news .splide__pagination .splide__pagination__page {
    width: 7px !important;
    height: 7px !important;
  }
}
.p-front-news__news .splide__pagination .splide__pagination__page.is-active {
  background: #fff !important;
  transform: scale(1.2) !important;
}
.p-front-news__news-link {
  position: relative;
  z-index: 100;
  text-align: right;
  margin-top: -30px;
  padding: 0 20px;
}
.p-front-news__news-link a {
  font-weight: 900;
  color: #fff;
  border-bottom: solid 3px #FFF;
  transition: all 0.3s ease;
}
.p-front-news__news-link a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .p-front-news__comment {
    font-size: 1rem;
  }
  .p-front-news__news-item-title {
    font-size: 0.875rem;
  }
  .p-front-news__news-content {
    font-size: 0.875rem;
  }
  .p-front-news__news-link {
    margin-top: 0;
    padding: 0;
  }
}

@keyframes scroll-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-front-ceo {
  position: relative;
  width: 100%;
  padding: 15px 20px 270px;
  border: solid 42px #CFFB05;
  background: #46C45F;
}
.p-front-ceo::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 16/9;
  background-image: url(../../img/frontpage/frontpage_ceo_bgtext.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-front-ceo {
    padding: 15px 0 50px;
    border: solid 16px #CFFB05;
  }
}
.p-front-ceo__img {
  position: relative;
  max-width: 1393px;
  margin: -30px auto 0;
  z-index: 2;
}
.p-front-ceo__img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-front-ceo__img {
    display: flex;
    justify-content: center;
  }
  .p-front-ceo__img img {
    width: 120%;
  }
}
.p-front-ceo__comment {
  position: relative;
  margin-bottom: 17px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .p-front-ceo__comment {
    margin-top: 18px;
    font-size: 1.125rem;
  }
}
.p-front-ceo__btn {
  position: relative;
  max-width: 566px;
  margin: 0 auto 20px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .p-front-ceo__btn {
    max-width: 255px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-front-ceo::after {
    aspect-ratio: 4/3;
  }
}

.p-front-story {
  position: relative;
  background: #CFFB05;
  padding: 20px 15px 70px;
  text-align: center;
}
.p-front-story::before {
  content: "";
  position: absolute;
  top: 0;
  left: -520px;
  width: 800px;
  height: 100%;
  background-image: url("../../img/frontpage/frontpage_story_bgline.png");
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  transform: scaleX(-1) scaleY(-1);
  z-index: 1;
  pointer-events: none;
}
.p-front-story::after {
  content: "";
  position: absolute;
  top: 0;
  right: -170px;
  width: 300px;
  height: 100%;
  background-image: url("../../img/frontpage/frontpage_story_bgline.png");
  background-size: auto 100%;
  background-position: right left;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
.p-front-story__title {
  position: relative;
  max-width: 1137px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 768px) {
  .p-front-story__title {
    margin-bottom: 30px;
  }
}
.p-front-story__title img.story-title {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
.p-front-story__title-after {
  position: absolute;
  top: -220px;
  right: 0;
  max-width: 284px !important;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-front-story__title-after {
    top: -85px;
    right: -5px;
    max-width: 100px !important;
  }
}
.p-front-story__wrapper {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
.p-front-story__wrapper-list {
  display: flex;
  justify-content: center;
  gap: 22px;
}
.p-front-story__wrapper-list li {
  width: 535px;
}
.p-front-story__wrapper-list li a {
  display: block;
  position: relative;
  transition: transform 0.3s ease;
}
.p-front-story__wrapper-list li a:hover {
  transform: translateY(-5px);
}
.p-front-story__wrapper-list li a > img {
  width: 100%;
  height: auto;
}
.p-front-story__wrapper-list li .p-front-story__wrapper-list-btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.p-front-story__wrapper-list li .p-front-story__wrapper-list-btn img {
  width: 100px;
  height: auto;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .p-front-story__wrapper-list li .p-front-story__wrapper-list-btn img {
    width: 65px;
  }
}
a:hover .p-front-story__wrapper-list li-btn img {
  transform: scale(1.2);
}
.p-front-story__wrapper-text {
  margin: -10px auto;
}
.p-front-story__wrapper-text img {
  max-width: 870px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-front-story {
    padding: 40px 15px 22px;
  }
  .p-front-story__wrapper-text {
    position: relative;
    z-index: 10;
  }
  .p-front-story__wrapper-text img {
    max-width: 400px;
  }
  .p-front-story__wrapper-list {
    flex-direction: column;
    align-items: center;
    gap: 13px;
    margin-bottom: 13px;
  }
  .p-front-story__wrapper-list:first-of-type {
    margin-top: -35px;
  }
  .p-front-story__wrapper-list li {
    width: 100%;
    max-width: 400px;
  }
}

.p-front-recruit {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.p-front-recruit__side-text {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  background: #46C45F;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  overflow: hidden;
  z-index: 10;
}
.p-front-recruit__side-text--left {
  left: 0;
}
.p-front-recruit__side-text--right {
  right: 0;
}
.p-front-recruit__side-text-scroll {
  display: flex;
}
.p-front-recruit__side-text-scroll p {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  margin: 0;
  padding: 20px 0;
  flex-shrink: 0;
}
.p-front-recruit__main {
  margin: 0 60px;
  background: url(../../img/frontpage/frontpage_recruit_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-front-recruit__img {
  margin-bottom: 30px;
}
.p-front-recruit__img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-front-recruit__img {
    margin-bottom: 25px;
  }
}
.p-front-recruit__comment {
  margin-bottom: 40px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
}
.p-front-recruit__comment span {
  color: #CE0D41;
  font-weight: 900;
}
.p-front-recruit__comment span.line {
  text-decoration-color: #CFFB05;
  text-decoration-line: underline;
  text-decoration-thickness: 6px;
  text-underline-offset: -1px;
  text-decoration-skip-ink: none;
}
@media only screen and (max-width: 768px) {
  .p-front-recruit__comment {
    margin-bottom: 25px;
  }
}
.p-front-recruit__list {
  margin-bottom: 54px;
}
.p-front-recruit__list ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.p-front-recruit__list li {
  max-width: 328px;
  text-align: left;
}
.p-front-recruit__list-img {
  margin-bottom: 15px;
}
.p-front-recruit__list-img img {
  width: 100%;
  height: auto;
}
.p-front-recruit__list-text {
  font-size: 1.125rem;
  line-height: 1.4;
}
.p-front-recruit__interview {
  max-width: 1032px;
  margin: 0 auto;
  padding: 0 15px 75px;
}
.p-front-recruit__interview-img {
  flex: 0 0 300px;
}
.p-front-recruit__interview-img img {
  width: 100%;
  height: auto;
}
.p-front-recruit__interview-text {
  margin-top: 16px;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-front-recruit {
    padding: 0 18px 40px;
  }
  .p-front-recruit__side-text {
    width: 18px;
  }
  .p-front-recruit__side-text-scroll p {
    font-size: 0.7rem;
    padding: 0;
  }
  .p-front-recruit__main {
    margin: 0;
  }
  .p-front-recruit__comment {
    font-size: 1rem;
  }
  .p-front-recruit__list {
    margin: 0 15px 30px;
  }
  .p-front-recruit__list-text {
    font-size: 0.875rem;
  }
  .p-front-recruit__list ul {
    flex-direction: column;
    align-items: center;
  }
  .p-front-recruit__interview {
    flex-direction: column;
    text-align: center;
    max-width: 328px;
    margin: 0 auto;
  }
  .p-front-recruit__interview-img {
    flex: none;
    max-width: 328px;
    margin: 0 auto;
  }
  .p-front-recruit__interview-text {
    font-size: 0.875rem;
    text-align: start;
  }
}

@keyframes scroll-vertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.p-front-ceoblog__img {
  margin: 0 auto;
  padding-top: 20px;
  background: url(../../img/frontpage/frontpage_ceoblog_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.p-front-ceoblog__img img {
  max-width: 1021px;
  width: 100%;
}
.p-front-ceoblog__ceoblog {
  position: relative;
  padding: 30px 0;
  background: #E8DED5;
}
@media only screen and (max-width: 768px) {
  .p-front-ceoblog__ceoblog {
    padding: 30px 10px;
  }
}
.p-front-ceoblog__ceoblog-swiper {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-front-ceoblog__ceoblog-swiper {
    margin: 0 auto;
  }
}
.p-front-ceoblog__ceoblog-list {
  display: flex;
}
.p-front-ceoblog__ceoblog-item {
  position: relative;
  width: 265px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-front-ceoblog__ceoblog-item {
    width: 168px;
  }
}
.p-front-ceoblog__ceoblog-item-img {
  position: relative;
  max-width: 265px;
  aspect-ratio: 5/3;
  border-radius: 12px;
  box-shadow: 3px 3px 6px rgba(35, 35, 65, 0.86);
}
.p-front-ceoblog__ceoblog-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: solid 3px #fff;
  border-radius: 12px;
}
.p-front-ceoblog__ceoblog-item-tag {
  position: absolute;
  top: 10px;
  right: 11px;
  height: 21px;
  display: flex;
  align-items: center;
  background: #CFFB05;
  color: #000;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
}
.p-front-ceoblog__ceoblog-item-content {
  margin-top: 14px;
  color: #333;
}
.p-front-ceoblog__ceoblog-item-date {
  font-size: 1rem;
  margin-bottom: 8px;
  line-height: 1;
  font-style: italic;
  color: #000;
}
.p-front-ceoblog__ceoblog-item-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-front-ceoblog__ceoblog-item-title {
    font-size: 1rem;
  }
}
.p-front-ceoblog__ceoblog-prev, .p-front-ceoblog__ceoblog-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px !important;
  height: 40px !important;
  margin-top: -20px !important;
  border: 2px solid #333 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 50% !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-front-ceoblog__ceoblog-prev:before, .p-front-ceoblog__ceoblog-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: #333;
}
.p-front-ceoblog__ceoblog-prev:after, .p-front-ceoblog__ceoblog-next:after {
  display: none;
}
.p-front-ceoblog__ceoblog-prev:hover, .p-front-ceoblog__ceoblog-next:hover {
  background: rgb(255, 255, 255) !important;
}
.p-front-ceoblog__ceoblog-prev svg, .p-front-ceoblog__ceoblog-next svg {
  display: none;
}
.p-front-ceoblog__ceoblog-prev {
  left: 95px !important;
}
@media only screen and (max-width: 768px) {
  .p-front-ceoblog__ceoblog-prev {
    left: 10px !important;
  }
}
.p-front-ceoblog__ceoblog-prev:before {
  content: "\f053";
}
.p-front-ceoblog__ceoblog-next {
  right: 95px !important;
}
@media only screen and (max-width: 768px) {
  .p-front-ceoblog__ceoblog-next {
    right: 10px !important;
  }
}
.p-front-ceoblog__ceoblog-next:before {
  content: "\f054";
}
.p-front-ceoblog__ceoblog .splide__pagination {
  position: relative !important;
  margin-top: 30px !important;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-front-ceoblog__ceoblog .splide__pagination {
    margin-top: 20px !important;
  }
}
.p-front-ceoblog__ceoblog .splide__pagination .splide__pagination__page {
  display: inline-block;
  width: 12px !important;
  height: 12px !important;
  background: #000 !important;
  opacity: 1 !important;
  margin: 0 10px !important;
  transition: all 0.3s ease !important;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 768px) {
  .p-front-ceoblog__ceoblog .splide__pagination .splide__pagination__page {
    width: 7px !important;
    height: 7px !important;
  }
}
.p-front-ceoblog__ceoblog .splide__pagination .splide__pagination__page.is-active {
  background: #FFF !important;
  transform: scale(1.2) !important;
}
.p-front-ceoblog__ceoblog-link {
  position: relative;
  z-index: 10;
  text-align: right;
  margin-top: -30px;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .p-front-ceoblog__ceoblog-link {
    padding: 0;
  }
}
.p-front-ceoblog__ceoblog-link a {
  font-weight: 900;
  color: #000;
  border-bottom: solid 3px #000;
  transition: all 0.3s ease;
}
.p-front-ceoblog__ceoblog-link a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .p-front-ceoblog__ceoblog-item-title {
    font-size: 0.875rem;
  }
  .p-front-ceoblog__ceoblog-link {
    margin-top: 0;
  }
}

.p-front-about {
  position: relative;
}
.p-front-about__bg {
  width: 100%;
  display: block;
}
.p-front-about__bg img {
  width: 100%;
  height: auto;
  display: block;
}
.p-front-about__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 2% 5%;
  box-sizing: border-box;
}
.p-front-about__title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
}
.p-front-about__title img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .p-front-about__title img {
    max-width: 100%;
    max-height: 100%;
  }
}
.p-front-about__btn {
  flex: 0 0 auto;
  width: 100%;
  max-width: 400px;
}
.p-front-about__btn .c-btn-redbtn {
  transform-origin: center;
}
@media only screen and (max-width: 768px) {
  .p-front-about__content {
    padding: 3% 8%;
  }
}

.p-front-sns {
  background-color: #FFF;
}
.p-front-sns__inner {
  position: relative;
  padding: 80px 20px;
  background: url("../../img/frontpage/frontpage_sns_bg.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  min-height: 576px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-front-sns__inner {
    padding: 0 20px;
    min-height: 388px;
  }
}
.p-front-sns__wrapper {
  position: relative;
  max-width: 1134px;
  margin: 0 auto;
  min-height: 500px;
  width: 100%;
}
.p-front-sns__wrapper-cont01 {
  position: relative;
  z-index: 2;
  max-width: 614px;
}
.p-front-sns__wrapper-cont02 {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 1;
  max-width: 700px;
  width: 100%;
}
.p-front-sns__title img {
  width: 100%;
  max-width: 614px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-front-sns__title img {
    max-width: 253px;
  }
}
.p-front-sns__img {
  width: 100%;
}
.p-front-sns__img img {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
}
.p-front-sns__comment {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .p-front-sns__comment {
    margin-top: 0;
  }
}
.p-front-sns__list {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: 360px;
}
.p-front-sns__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-front-sns__list li {
  width: 100%;
  max-width: 168px;
}
.p-front-sns__list li a {
  display: block;
  width: 100%;
  padding: 3px 20px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  transition: transform 0.3s ease;
}
.p-front-sns__list li a:hover {
  transform: scale(1.05);
}
.p-front-sns__list li:nth-child(1) a {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}
.p-front-sns__list li:nth-child(2) a {
  background: #000;
  color: #fff;
}
.p-front-sns__list li:nth-child(3) a {
  background: #000;
  color: #fff;
}
.p-front-sns__list li:nth-child(4) a {
  background: #ff0000;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-front-sns {
    padding: 40px 0;
    min-height: auto;
    display: block;
  }
  .p-front-sns__wrapper {
    min-height: auto;
    padding-bottom: 20px;
  }
  .p-front-sns__wrapper-cont01 {
    max-width: 100%;
  }
  .p-front-sns__wrapper-cont02 {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 0;
    max-width: 100%;
    margin-top: -20px;
    padding: 0 20px;
  }
  .p-front-sns__comment {
    font-size: 1rem;
  }
  .p-front-sns__list {
    position: relative;
    bottom: auto;
    left: auto;
    margin: -30px auto 0;
  }
  .p-front-sns__list ul {
    gap: 10px 16px;
  }
  .p-front-sns__list li a {
    padding: 5px 20px;
    font-size: 1rem;
  }
}

.p-front-abisupa {
  position: relative;
}
.p-front-abisupa__img {
  width: 100%;
}
.p-front-abisupa__img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-front-abisupa__comment {
  position: absolute;
  bottom: 40px;
  right: 40px;
  max-width: 600px;
  background: rgba(18, 49, 7, 0.7);
  color: #fff;
  padding: 20px 30px;
}
.p-front-abisupa__comment p {
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .p-front-abisupa__comment {
    position: static;
    max-width: 100%;
    padding: 14px 16px;
  }
  .p-front-abisupa__comment p {
    font-size: 0.875rem;
  }
}

/*# sourceMappingURL=style.css.map */
