@charset "UTF-8";
/*
Theme Name: WOW JAPAN エンタープライズ
Version: 1.0
Author: 森崎賢治
Description: 
*/
/* foundation */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

ul {
  list-style: none;
}

li {
  list-style-position: inside;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fff;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  object-fit: cover;
  height: auto;
  display: block;
  width: 100%;
}

div {
  box-sizing: border-box;
}

/* サイト共通設定 */
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #F5F5F7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.9;
  filter: brightness(110%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* PC */
@media (min-width: 601px) {
  body {
    font-size: 1rem;
    width: 100%;
  }
  ._inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  ._inner-md {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  ._inner-sm {
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
  }
  ._sp {
    display: none !important;
  }
  /* PC版ではtelリンクなし */
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (max-width: 1300px) {
  ._inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1100px) {
  ._inner-md {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 772px) {
  ._inner-sm {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* SP */
@media (max-width: 600px) {
  body {
    font-size: 1rem;
    min-width: 320px;
  }
  html,
  body {
    height: 100%;
    min-height: 100%;
  }
  ._inner {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  ._inner-sm {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  ._pc {
    display: none !important;
  }
}
/* layout */
.l-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  .l-footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.l-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 600px) {
  .l-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.l-section .l-section__heading {
  margin-bottom: 72px;
}
@media (max-width: 600px) {
  .l-section .l-section__heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .l-section--sm-sp {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .l-section--lg-sp {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.l-section--padding-bottom-lg {
  padding-bottom: 150px;
}
@media (max-width: 600px) {
  .l-section--padding-bottom-lg {
    padding-bottom: 96px;
  }
}
@media (max-width: 600px) {
  .l-section--padding-top-lg-sp {
    padding-top: 120px;
  }
}
.l-section--bg-light {
  background-color: #Fff;
}

/* component */
.c-btn-page-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 30;
}
@media (max-width: 600px) {
  .c-btn-page-top {
    bottom: 15px;
    right: 0;
  }
}
.c-btn-page-top a img {
  width: 100px;
  height: 100px;
}
@media (max-width: 600px) {
  .c-btn-page-top a img {
    width: 80px;
    height: 80px;
  }
}

.c-btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: fit-content;
  padding: 8px 32px;
  border-radius: 56px;
  background: #EE4C26;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: all 0.35s ease;
}
@media (max-width: 600px) {
  .c-btn-main {
    padding: 16px 32px;
    font-size: 1rem;
    width: 100%;
  }
}
.c-btn-main .c-btn-main__text {
  position: relative;
  z-index: 2;
}
.c-btn-main .c-btn-main__icon {
  position: relative;
  z-index: 2;
  transition: transform 0.35s ease;
}
.c-btn-main .c-btn-main__icon img {
  width: 16px;
  display: block;
}
.c-btn-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 0%;
  height: 100%;
  background: #EE4C26;
  transform: skewX(-20deg);
  transition: width 0.45s ease;
}
.c-btn-main:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.c-btn-main:hover .c-btn-main__icon {
  transform: translateX(8px);
}
.c-btn-main--left {
  margin-left: auto;
}
.c-btn-main--center {
  margin: 0 auto;
}
@media (max-width: 600px) {
  .c-btn-main--sm-sp {
    font-size: 0.875rem;
    width: fit-content;
    padding: 8px 32px;
  }
}
.c-btn-main--light {
  background: #fff;
  color: #333;
}
.c-btn-main--light-border {
  background: #fff;
  color: #333;
  border: 2px solid #333;
}
@media (max-width: 600px) {
  .c-btn-main--small-sp {
    width: fit-content;
    font-size: 9.3333333333px;
    padding: 4px 16px;
    border: 1.0133333333px solid #333;
  }
}
@media (max-width: 600px) {
  .c-btn-main--small-sp .c-btn-main__icon img {
    width: 8px;
  }
}
.c-btn-main--mail .c-btn-main__text {
  position: relative;
  padding-left: 28px;
}
.c-btn-main--mail .c-btn-main__text:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 26px;
  background-image: url(images/icon_mail_light.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
}

.c-heading .c-heading__en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  margin-bottom: 8px;
}
.c-heading .c-heading__en--red {
  color: #EE4C26;
}
.c-heading .c-heading__jp {
  font-size: 46px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  font-weight: 800;
}
@media (max-width: 600px) {
  .c-heading .c-heading__jp {
    font-size: 2rem;
  }
}
.c-heading .c-heading__jp .c-heading__text-sm {
  font-size: 40px;
}
@media (max-width: 600px) {
  .c-heading .c-heading__jp .c-heading__text-sm {
    font-size: 24px;
  }
}
.c-heading .c-heading__jp .c-heading__koe {
  width: 197px;
  height: 137px;
  display: inline-block;
  position: relative;
  top: 65px;
  right: 0px;
  margin-top: -50px;
}
@media (max-width: 600px) {
  .c-heading .c-heading__jp .c-heading__koe {
    width: 110px;
    height: 79px;
    top: 23px;
    right: 4px;
    margin-top: -15px;
  }
}
@media (max-width: 600px) {
  .c-heading .c-heading__jp--text-sm-sp {
    font-size: 1.25rem;
  }
}
.c-heading .c-heading__text {
  margin-top: 16px;
}
.c-heading--light {
  color: #fff;
}
.c-heading--center {
  text-align: center;
}
@media (min-width: 601px) {
  .c-heading--box-pc .c-heading__en {
    margin-bottom: 12px;
  }
}
@media (min-width: 601px) {
  .c-heading--box-pc .c-heading__jp {
    border: 2px solid #333;
    border-radius: 16px;
    font-size: 38px;
    display: inline-block;
    padding: 24px 56px;
  }
}

.c-PageHeader-heading {
  color: #fff;
  font-weight: 700;
}
.c-PageHeader-heading .c-PageHeader-heading__en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
}
@media (max-width: 600px) {
  .c-PageHeader-heading .c-PageHeader-heading__en {
    font-size: 1.25rem;
  }
}
.c-PageHeader-heading .c-PageHeader-heading__jp {
  font-size: 42px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .c-PageHeader-heading .c-PageHeader-heading__jp {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  .c-PageHeader-heading .c-PageHeader-heading__jp--font-size-sm-sp {
    font-size: 30px;
  }
}

.c-card {
  background-color: #fff;
  border-radius: 24px;
}
.c-card .c-card__img img {
  border-radius: 24px;
  aspect-ratio: 600/340;
  box-shadow: 0 18px 0 rgba(238, 76, 38, 0.3);
}
.c-card .c-card__bottom {
  padding: 42px 40px 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .c-card .c-card__bottom {
    gap: 16px;
    padding: 42px 20px 32px 20px;
  }
}
.c-card .c-card__bottom .c-card__heading .c-card__heading-en {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
}
.c-card .c-card__bottom .c-card__heading .c-card__heading-en::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  display: inline-block;
}
.c-card .c-card__bottom .c-card__heading .c-card__heading-jp {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
}
.c-card .c-card__bottom .c-card__heading__text {
  font-weight: 500;
}
.c-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 72px;
}
@media (max-width: 600px) {
  .c-cards {
    gap: 32px;
  }
}
.c-cards .c-cards__card {
  width: calc(50% - 36px);
}
@media (max-width: 600px) {
  .c-cards .c-cards__card {
    width: 100%;
  }
}

.c-card-02 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.3s ease;
  width: 50%;
}
@media (max-width: 600px) {
  .c-card-02 {
    width: 100%;
  }
}
.c-card-02 .c-card-02__img {
  overflow: hidden;
}
.c-card-02 .c-card-02__img img {
  aspect-ratio: 500/300;
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}
@media (max-width: 600px) {
  .c-card-02 .c-card-02__img img {
    aspect-ratio: 335/200;
  }
}
.c-card-02 .c-card-02__text {
  background-color: #fff;
  font-size: 0.875rem;
  text-align: center;
  padding: 8px;
  transition: background-color 0.3s ease;
}
.c-card-02:hover {
  transform: translateY(-6px);
}
.c-card-02:hover .c-card-02__img img {
  transform: scale(1.03);
}
.c-card-02:hover .c-card-02__text {
  background-color: white;
}

.c-cards-02 {
  margin: 0 auto;
  display: flex;
  gap: 56px;
  max-width: 1060px;
  padding: 0 10px;
}
@media (max-width: 600px) {
  .c-cards-02 {
    flex-direction: column;
    gap: 40px;
  }
}

.c-value .c-value__heading {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  align-items: center;
}
@media (max-width: 600px) {
  .c-value .c-value__heading {
    margin-bottom: 8px;
  }
}
.c-value .c-value__label-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-value .c-value__label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  color: #EE4C26;
}
@media (max-width: 600px) {
  .c-value .c-value__label {
    font-style: 8px;
  }
}
.c-value .c-value__number {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  color: #EE4C26;
}
@media (max-width: 600px) {
  .c-value .c-value__number {
    font-size: 1.5rem;
  }
}
.c-value .c-value__title {
  flex: 1;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 600px) {
  .c-value .c-value__title {
    font-size: 1rem;
    font-weight: 700;
  }
}
.c-value .c-value__text {
  font-weight: 400;
}
@media (max-width: 600px) {
  .c-value .c-value__text {
    font-size: 0.875rem;
  }
}

.c-values {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.c-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.c-slider-pagination .c-slider-pagination__arrow,
.c-slider-pagination .c-slider-pagination__number {
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}
.c-slider-pagination .c-slider-pagination__arrow {
  position: relative;
  width: 24px;
  height: 24px;
}
.c-slider-pagination .c-slider-pagination__arrow img {
  display: none;
}
.c-slider-pagination .c-slider-pagination__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
}
.c-slider-pagination .c-slider-pagination__arrow--prev::before {
  left: 8px;
  transform: translateY(-50%) rotate(-45deg);
}
.c-slider-pagination .c-slider-pagination__arrow--next::before {
  right: 8px;
  transform: translateY(-50%) rotate(135deg);
}
.c-slider-pagination .c-slider-pagination__numbers {
  display: flex;
  align-items: center;
  gap: 16px;
}
.c-slider-pagination .c-slider-pagination__number,
.c-slider-pagination .c-slider-pagination__dots {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  color: #333;
}
.c-slider-pagination .c-slider-pagination__number {
  position: relative;
}
.c-slider-pagination .c-slider-pagination__number.is-active {
  color: #EE4C26;
}
.c-slider-pagination .c-slider-pagination__number.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background: #EE4C26;
}
.c-slider-pagination .c-slider-pagination__dots {
  pointer-events: none;
}

/* project */
.p-top-firstview {
  height: 90vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 600px) {
  .p-top-firstview {
    height: 600px;
    background-image: url(images/fv_sp.png);
  }
}
.p-top-firstview .p-top-firstview__wrap {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
  padding-bottom: 32px;
}
.p-top-firstview .p-top-firstview__wrap .p-top-firstvew__catch-copy {
  font-size: clamp(2.75rem, -0.942rem + 5.77vw, 4.25rem);
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 600px) {
  .p-top-firstview .p-top-firstview__wrap .p-top-firstvew__catch-copy {
    font-size: clamp(1.875rem, 1.696rem + 0.89vw, 2.125rem);
  }
}

/* =========================
   Base（必要なら調整）
========================= */
:root {
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  --radius-pill: 999px;
}

.l-header {
  position: relative;
  z-index: 50;
}

/* =========================
   Header（PCベース）
========================= */
.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.p-header .p-header__inner {
  width: 100%;
  padding: 16px 0 16px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background-color: transparent;
}
@media (max-width: 1000px) {
  .p-header .p-header__inner {
    padding: 16px 0 16px 16px;
  }
}
.p-header .p-header__logo {
  margin: 0;
}
.p-header .p-header__logoLink {
  display: inline-flex;
  align-items: center;
}
.p-header .p-header__logoImg {
  display: block;
  height: auto;
  max-width: 80px;
}
.p-header {
  /* PCナビ */
}
.p-header .p-header__nav {
  display: flex;
  align-items: center;
  gap: 18px;
}
.p-header .p-header__navList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-header .p-header__navItem {
  position: relative;
}
.p-header .p-header__navLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px;
  border-radius: var(--radius-pill);
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 0.875rem;
  transition: background 0.2s ease, transform 0.2s ease;
  line-height: 1.6;
  display: block;
  box-shadow: 0 0.5px 0.5px rgba(0, 0, 0, 0.2);
}
.p-header .p-header__navLink:hover {
  background: rgb(255, 255, 255);
  transform: translateY(-1px);
}
.p-header .p-header__navItem--hasSub .p-header__navCaret {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
}
.p-header .p-header__navItem--hasSub .p-header__navCaret img {
  display: block;
  width: 13.5px;
  height: auto;
}
.p-header {
  /* PC: hover dropdown */
}
.p-header .p-header__navItem--hasSub:hover .p-header__subNav,
.p-header .p-header__navItem--hasSub:focus-within .p-header__subNav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.p-header .p-header__subNav {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  width: 140px;
  background: rgba(255, 255, 255, 0.98);
  border: 2px solid #EE4C26;
  border-radius: 10px;
  padding: 10px 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}
.p-header .p-header__subNavList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-header .p-header__subNavItem:not(:first-child) {
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  margin-top: 8px;
  padding-top: 8px;
}
.p-header .p-header__subNavLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 8px;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.p-header .p-header__subNavLink:hover {
  background: rgba(240, 74, 36, 0.08);
}
.p-header .p-header__subNavArrow {
  width: 7px;
  height: 7px;
  border-top: 2px solid #EE4C26;
  border-right: 2px solid #EE4C26;
  transform: rotate(45deg);
  flex: 0 0 auto;
}
.p-header {
  /* お問い合わせ */
}
.p-header .p-header__cta {
  display: flex;
  align-items: center;
}
.p-header .p-header__ctaBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 24px 36px 24px 48px;
  border-radius: 100px 0 0 100px;
  background: #EE4C26;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: transform 0.2s ease, filter 0.2s ease;
  box-shadow: 0 0.5px 0.5px rgba(255, 255, 255, 0.2);
}
.p-header .p-header__ctaBtn:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}
.p-header .p-header__ctaText {
  font-size: 1rem;
}
.p-header .p-header__ctaIcon {
  display: block;
  width: 24px;
  height: 24px;
}
.p-header {
  /* PC: SNS（縦並び・黒ピル） */
}
.p-header .p-header__sns--pc {
  position: fixed;
  top: 112px;
  right: 16px;
  padding: 24px 8px;
  background: #000;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.p-header .p-header__snsLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  transition: transform 0.2s ease, background 0.2s ease;
}
.p-header .p-header__snsLink:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
}
.p-header .p-header__snsIcon-instagram {
  display: block;
  width: 28px;
  height: 28px;
}
.p-header .p-header__snsIcon-instagram {
  display: block;
  width: 36px;
  height: 36px;
}
.p-header {
  /* SP用：バーガーはPCでは非表示 */
}
.p-header .p-header__burger {
  display: none;
}
.p-header {
  /* SPドロワーはPCでは非表示 */
}
.p-header .p-drawer {
  display: none;
}

.p-header__snsItem {
  position: relative;
}

.p-header__snsBalloon {
  position: absolute;
  width: 37px;
  height: 37px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 12px;
  font-weight: 800;
  transform: rotate(-36deg);
  z-index: 2;
  pointer-events: none;
  transform: rotate(36deg);
  top: -24px;
  right: -25px;
}

.p-header__snsBalloon::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 11px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #fff;
  transform: rotate(4deg);
}

.p-drawer__snsItem {
  position: relative;
}

.p-drawer__snsBalloon {
  position: absolute;
  top: -34px;
  right: -10px;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
  color: #333;
  transform: rotate(-15deg);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-drawer__snsBalloon {
    font-size: 12px;
    width: 37px;
    height: 37px;
    transform: rotate(39deg);
    top: -26px;
    right: -20px;
  }
}

.p-drawer__snsBalloon::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #fff;
}
@media (max-width: 768px) {
  .p-drawer__snsBalloon::after {
    bottom: -6px;
    left: 9px;
  }
}

/* =========================
   SP（ヘッダー：ロゴ＋ハンバーガー）
========================= */
@media (max-width: 768px) {
  .p-header {
    position: fixed;
  }
  .p-header .p-header__inner {
    padding: 8px 20px;
  }
  .p-header {
    /* PCナビはSPで消す */
  }
  .p-header .p-header__nav {
    display: none;
  }
  .p-header {
    /* PC SNSも消す */
  }
  .p-header .p-header__sns--pc {
    display: none;
  }
  .p-header {
    /* ロゴを丸背景っぽく */
  }
  .p-header .p-header__logoLink {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .p-header .p-header__logoImg {
    max-width: 48px;
  }
  .p-header {
    /* ハンバーガー */
  }
  .p-header .p-header__burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: none;
    cursor: pointer;
    position: relative;
  }
  .p-header .p-header__burgerLines {
    width: 26px;
    height: 18px;
    display: block;
    position: relative;
  }
  .p-header .p-header__burgerLines::before, .p-header .p-header__burgerLines::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #333;
    border-radius: 999px;
  }
  .p-header .p-header__burgerLines::before {
    top: 3px;
  }
  .p-header .p-header__burgerLines::after {
    bottom: 3px;
  }
  .p-header {
    /* ドロワー（SPのみ表示） */
  }
  .p-header .p-drawer {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 200;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.22s ease;
  }
  .p-header .p-drawer.is-open {
    pointer-events: auto;
    opacity: 1;
  }
  .p-header .p-drawer.is-open .p-drawer__panel {
    transform: translateX(0);
  }
  .p-header .p-drawer__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
    border: none;
    cursor: pointer;
    z-index: 1;
  }
  .p-header .p-drawer__panel {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #EE4C26;
    transform: translateX(8%);
    transition: transform 0.22s ease;
    display: flex;
    flex-direction: column;
    padding: 16px 0 16px 24px;
  }
  .p-header {
    /* メニュー：右端を画面端にぴったり、白線で囲う */
    /* 企業情報（アコーディオン行） */
    /* サブメニュー（画像4の箱っぽい表現） */
    /* お問い合わせ（大きい白ボタン） */
    /* SNS（横並び・黒いピル） */
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-header .p-drawer__panel {
    padding: 8px 0 0 20px;
  }
}
@media (max-width: 768px) {
  .p-header .p-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
  }
  .p-header .p-drawer__logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .p-header .p-drawer__logoImg {
    display: block;
    width: 48px;
    height: auto;
  }
  .p-header .p-drawer__close {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 20px;
  }
  .p-header .p-drawer__closeIcon {
    width: 26px;
    height: 26px;
    position: relative;
    display: block;
  }
  .p-header .p-drawer__closeIcon::before, .p-header .p-drawer__closeIcon::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 22px;
    height: 3px;
    background: #333;
    border-radius: 999px;
  }
  .p-header .p-drawer__closeIcon::before {
    transform: rotate(45deg);
  }
  .p-header .p-drawer__closeIcon::after {
    transform: rotate(-45deg);
  }
  .p-header .p-drawer__nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .p-header .p-drawer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
    padding-top: 6px;
    width: 240px;
  }
  .p-header .p-drawer__item {
    width: 100%;
  }
  .p-header .p-drawer__link {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #fff;
    border-right: none;
    border-radius: 56px 0 0 56px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 0 8px 48px;
    line-height: 1.6;
  }
  .p-header .p-drawer__item--accordion .p-drawer__link {
    border: none;
    border-radius: 0;
  }
  .p-header .p-drawer__item--accordion .p-drawer__row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 64px;
    align-items: center;
  }
  .p-header .p-drawer__item--accordion .p-drawer__link {
    justify-content: flex-start;
  }
  .p-header .p-drawer__accBtn {
    border: none;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    position: relative;
    bottom: 2px;
    width: fit-content;
  }
  .p-header .p-drawer__accCaret {
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }
  .p-header .p-drawer__item--accordion.is-open .p-drawer__accCaret {
    transform: rotate(-135deg);
    position: relative;
    bottom: -5px;
    /* 上向き */
  }
  .p-header .p-drawer__item--accordion.is-open .p-drawer__sub {
    max-height: 240px;
    opacity: 1;
    visibility: visible;
  }
  .p-header .p-drawer__sub {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.22s ease, opacity 0.22s ease, visibility 0.22s ease;
  }
  .p-header .p-drawer__item--accordion {
    border: 1px solid #fff;
    border-right: none;
    border-radius: 56px 0 0 56px;
  }
  .p-header .p-drawer__item--accordion.is-open {
    border-radius: 26px 0 0 26px;
  }
  .p-header .p-drawer__subList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    padding: 16px 54px;
  }
  .p-header .p-drawer__subItem:not(:first-child) {
    padding-top: 10px;
    border-top: 1px dashed rgba(255, 255, 255, 0.7);
  }
  .p-header .p-drawer__subLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
  }
  .p-header .p-drawer__subArrow {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    flex: 0 0 auto;
  }
  .p-header .p-drawer__cta {
    margin-top: 18px;
    width: 240px;
  }
  .p-header .p-drawer__ctaBtn {
    width: 100%;
    height: 78px;
    border-radius: 100px 0 0 100px;
    background: #fff;
    color: #EE4C26;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.04em;
  }
  .p-header .p-drawer__ctaIcon {
    width: 20px;
    height: 20px;
    display: block;
  }
  .p-header .p-drawer__sns {
    margin-top: 24px;
    position: relative;
    width: 240px;
  }
  .p-header .p-drawer__snsPill {
    width: 100%;
    height: 70px;
    background: #000;
    border-radius: 50px 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    padding: 10px 34px 10px 48px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-header .p-drawer__snsPill {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .p-header .p-drawer__snsLink {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .p-header .p-drawer__snsIcon-instagram {
    display: block;
    width: 28px;
    height: 28px;
  }
  .p-header .p-drawer__snsIcon-tiktok {
    display: block;
    width: 36px;
    height: 36px;
  }
}
/* =========================
   Base（必要なら調整）
========================= */
:root {
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  --radius-pill: 999px;
}

.p-footer {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #EE4C26;
  align-items: center;
}
@media (max-width: 600px) {
  .p-footer {
    flex-direction: column;
    gap: 24px;
  }
}

.p-footer__info-panel {
  background-color: #fff;
  border-radius: 0 300px 300px 0;
  padding: 32px 80px;
  height: fit-content;
  flex: 0 0 auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .p-footer__info-panel {
    padding: 32px 40px 32px 8px;
  }
}
@media (max-width: 600px) {
  .p-footer__info-panel {
    order: 3;
    padding: 32px 20px;
  }
}
.p-footer__info-panel .p-footer__info-panel-img {
  margin-bottom: 16px;
}
.p-footer__info-panel .p-footer__info-panel-img img {
  width: 90px;
}
.p-footer__info-panel p {
  font-size: 0.875rem;
}

.p-footer__snsItem {
  position: relative;
}

.p-footer__snsBalloon {
  position: absolute;
  top: -26px;
  right: -19px;
  width: 37px;
  height: 37px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.75rem;
  color: #333;
  transform: rotate(36deg);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 600px) {
  .p-footer__snsBalloon {
    font-size: 12px;
    width: 37px;
    height: 37px;
    transform: rotate(39deg);
    top: -26px;
    right: -20px;
  }
}

.p-footer__snsBalloon::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #fff;
}
@media (max-width: 600px) {
  .p-footer__snsBalloon::after {
    bottom: -6px;
    left: 9px;
  }
}

.p-footer__panel {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .p-footer__panel {
    padding: 8px 0 0 20px;
  }
}

.p-footer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.p-footer__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.p-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 768px) {
  .p-footer__list {
    width: 260px;
  }
}
@media (max-width: 600px) {
  .p-footer__list {
    width: 100%;
  }
}

/* メニュー：右端を画面端にぴったり、白線で囲う */
.p-footer__item {
  width: 100%;
}

.p-footer__link {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #fff;
  border-right: none;
  border-radius: 56px 0 0 56px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 0 8px 48px;
  line-height: 1.6;
}

.p-footer__item--accordion .p-footer__link {
  border: none;
  border-radius: 0;
}

/* 企業情報（アコーディオン行） */
.p-footer__item--accordion .p-footer__row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 64px;
  align-items: center;
}
.p-footer__item--accordion .p-footer__link {
  justify-content: flex-start;
}

.p-footer__accBtn {
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  position: relative;
  bottom: 2px;
  width: fit-content;
}

.p-footer__accCaret {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.p-footer__item--accordion.is-open .p-footer__accCaret {
  transform: rotate(-135deg);
  position: relative;
  bottom: -5px;
  /* 上向き */
}
.p-footer__item--accordion.is-open .p-footer__sub {
  max-height: 240px;
  opacity: 1;
  transform: translateY(0);
}

/* サブメニュー（画像4の箱っぽい表現） */
.p-footer__sub {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-5px);
  transition: max-height 0.3s ease, opacity 0.2s ease, transform 0.2s ease;
}

.p-footer__item--accordion {
  border: 1px solid #fff;
  border-right: none;
  border-radius: 56px 0 0 56px;
}

.p-footer__item--accordion.is-open {
  border-radius: 26px 0 0 26px;
}

.p-footer__subList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  padding: 16px 54px;
}

.p-footer__subItem:not(:first-child) {
  padding-top: 10px;
  border-top: 1px dashed rgba(255, 255, 255, 0.7);
}

.p-footer__subLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}

.p-footer__subArrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

/* お問い合わせ（大きい白ボタン） */
.p-footer__cta {
  margin-top: 24px;
  width: 400px;
}
@media (max-width: 768px) {
  .p-footer__cta {
    width: 260px;
  }
}
@media (max-width: 600px) {
  .p-footer__cta {
    width: 100%;
  }
}

.p-footer__ctaBtn {
  width: 100%;
  border-radius: 100px 0 0 100px;
  background: #fff;
  color: #EE4C26;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.04em;
  padding: 24px 48px;
}

.p-footer__ctaIcon {
  width: 20px;
  height: 20px;
  display: block;
}

/* SNS（横並び・黒いピル） */
.p-footer__sns {
  margin-top: 24px;
  position: relative;
  width: 400px;
}
@media (max-width: 768px) {
  .p-footer__sns {
    width: 260px;
  }
}
@media (max-width: 600px) {
  .p-footer__sns {
    width: 100%;
  }
}

.p-footer__snsPill {
  width: 100%;
  height: 70px;
  background: #000;
  border-radius: 50px 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  position: relative;
  padding: 10px 34px 10px 48px;
}
@media (max-width: 600px) {
  .p-footer__snsPill {
    gap: 18px;
  }
}

.p-footer__snsLink {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.p-footer__snsIcon-instagram {
  display: block;
  width: 28px;
  height: 28px;
}

.p-footer__snsIcon-tiktok {
  display: block;
  width: 36px;
  height: 36px;
}

.p-top-company {
  background-color: #fff;
}
.p-top-company .p-top-company__slide {
  overflow: hidden;
  padding: 100px 0;
}
@media (max-width: 600px) {
  .p-top-company .p-top-company__slide {
    padding: 0;
  }
}
.p-top-company .p-top-company__text-btn {
  margin-left: auto;
  max-width: 850px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-top-company .p-top-company__text-btn p {
  font-size: 0.875rem;
}

.p-top-works {
  background-image: url(images/bg_wow.png);
  background-size: cover;
}
@media (max-width: 1400px) {
  .p-top-works {
    background-size: contain;
  }
}
@media (max-width: 600px) {
  .p-top-works {
    background-image: none;
    background-color: #EE4C26;
  }
}
@media (min-width: 601px) {
  .p-top-works .p-top-works__inner {
    margin-top: 80px;
  }
}
.p-top-works .p-top-works__inner .p-top-works__heading {
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .p-top-works .p-top-works__inner .p-top-works__heading {
    margin-bottom: 24px;
  }
}

.p-top-recruit {
  background: linear-gradient(to bottom, #FFFFFF 0%, #F5F5F7 38%);
}
.p-top-recruit .p-top-recruit__heading {
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  .p-top-recruit .p-top-recruit__heading {
    margin-bottom: 40px;
  }
}
.p-top-recruit .p-top-recruit__content-area {
  position: relative;
  margin-bottom: 170px;
}
@media (max-width: 600px) {
  .p-top-recruit .p-top-recruit__content-area {
    margin-bottom: 40px;
  }
}
.p-top-recruit .p-top-recruit__content-area .p-top-recruit__text-img-back {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-top-recruit .p-top-recruit__content-area .p-top-recruit__imgs {
  display: flex;
  width: 100%;
  position: relative;
}
.p-top-recruit .p-top-recruit__content-area .p-top-recruit__imgs img {
  width: 25%;
  aspect-ratio: 300/665;
}
.p-top-recruit .p-top-recruit__content-area .p-top-recruit__text-img-top {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-top-recruit .p-top-recruit__text-lg {
  font-size: clamp(2rem, -0.154rem + 3.37vw, 2.875rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .p-top-recruit .p-top-recruit__text-lg {
    flex-direction: column;
    font-size: 1.25rem;
  }
}
.p-top-recruit .p-top-recruit__text-lg img {
  display: inline-block;
  width: 95px;
  margin: 0 8px;
}
@media (max-width: 600px) {
  .p-top-recruit .p-top-recruit__text-lg img {
    width: 80px;
    margin: 8px 0;
  }
}
.p-top-recruit .p-top-recruit__text-md {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .p-top-recruit .p-top-recruit__text-md {
    font-size: 1.25rem;
  }
}
@media (min-width: 601px) {
  .p-top-recruit .p-top-recruit__text-md br {
    display: none;
  }
}
.p-top-recruit .p-top-recruit__text {
  text-align: center;
}
@media (max-width: 600px) {
  .p-top-recruit .p-top-recruit__text {
    text-align: left;
  }
}

.p-top-news {
  background-image: url(images/bg_news.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
@media (max-width: 1100px) {
  .p-top-news {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .p-top-news {
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(images/bg_news_sp.png);
  }
}
.p-top-news .p-top-news__inner {
  background-color: #fff;
  border-radius: 40px;
  max-width: 1080px;
  padding: 80px;
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .p-top-news .p-top-news__inner {
    padding: 40px 20px;
    margin-bottom: 24px;
    border-radius: 24px;
  }
}
.p-top-news .p-top-news__inner .p-top-news__heading {
  margin-bottom: 20px;
}

.p-news-list .p-news-list__item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 36px 8px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  color: #333;
  position: relative;
  transition: all 0.35s ease;
}
@media (max-width: 600px) {
  .p-news-list .p-news-list__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 8px;
  }
}
.p-news-list .p-news-list__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 200px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .p-news-list .p-news-list__meta {
    min-width: auto;
    gap: 16px;
  }
}
.p-news-list .p-news-list__date {
  font-size: 14px;
  color: #333;
}
.p-news-list .p-news-list__label {
  font-size: 12px;
  border: 1px solid #333;
  padding: 4px 8px;
  border-radius: 4px;
}
.p-news-list .p-news-list__title {
  flex: 1;
}
.p-news-list .p-news-list__arrow {
  width: 25px;
  transition: transform 0.35s ease;
}
@media (max-width: 600px) {
  .p-news-list .p-news-list__arrow {
    margin-left: auto;
    margin-top: -8px;
  }
}
.p-news-list .p-news-list__arrow img {
  width: 100%;
  display: block;
}
.p-news-list {
  /* hover animation */
}
.p-news-list .p-news-list__item:hover {
  background: #fff;
  transform: translateX(8px);
}
.p-news-list .p-news-list__item:hover .p-news-list__arrow {
  transform: translateX(10px) scale(1.1);
}

@media (max-width: 1100px) {
  .p-cta {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .p-cta {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-cta .p-cta__inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.p-cta .p-cta__head {
  position: relative;
  margin-bottom: 165px;
}
@media (max-width: 600px) {
  .p-cta .p-cta__head {
    margin-bottom: 16px;
  }
}
.p-cta {
  /* 上からの縦線 */
}
.p-cta .p-cta__title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 80px;
  border-left: 2px dashed #333;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  .p-cta .p-cta__title::after {
    display: none;
  }
}
.p-cta .p-cta__boxes {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  position: relative;
}
@media (max-width: 600px) {
  .p-cta .p-cta__boxes {
    gap: 24px;
  }
}
.p-cta {
  /* 横の点線 */
}
.p-cta .p-cta__boxes::before {
  content: "";
  position: absolute;
  top: -83px;
  left: 23.9%;
  width: 52.3%;
  border-top: 2px dashed #333;
}
@media (max-width: 600px) {
  .p-cta .p-cta__boxes::before {
    display: none;
  }
}
.p-cta .p-cta__box {
  width: 50%;
  padding: 34px;
  border: 2px solid #333;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-cta .p-cta__box {
    padding: 24px;
  }
}
.p-cta {
  /* ボックスに繋がる縦線 */
}
.p-cta .p-cta__box::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  width: 0;
  height: 80px;
  border-left: 2px dashed #333;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  .p-cta .p-cta__box::before {
    display: none;
  }
}
.p-cta .p-cta__boxTitle {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 16px;
}
.p-cta .p-cta__text {
  margin-bottom: 16px;
  font-weight: 400;
}
.p-cta .p-cta__tel {
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  display: inline-block;
  position: relative;
  padding-left: 36px;
}
.p-cta .p-cta__tel:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(images/icon_tel_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
}
@media (max-width: 600px) {
  .p-cta .p-cta__boxes {
    flex-direction: column;
  }
  .p-cta .p-cta__box {
    width: 100%;
  }
  .p-cta .p-cta__boxes::before {
    display: none;
  }
  .p-cta .p-cta__box::before {
    display: none;
  }
}
.p-cta--border-top {
  border-top: 1px solid #333;
}

.p-page-header {
  background: linear-gradient(90deg, #EE4C26, #FFA28C);
  height: 340px;
  padding: 0 80px 48px;
  display: flex;
  align-items: end;
}
@media (max-width: 600px) {
  .p-page-header {
    height: 260px;
    padding: 0 20px 32px;
  }
}

.p-company-overview {
  padding-top: 0;
}

.p-company-profile .p-company-profile__list {
  border-top: 1px solid #333;
}
.p-company-profile .p-company-profile__item {
  display: flex;
  align-items: center;
  padding: 44px 16px;
  border-bottom: 1px solid #333;
}
@media (max-width: 600px) {
  .p-company-profile .p-company-profile__item {
    display: block;
    padding: 32px 0;
  }
}
.p-company-profile .p-company-profile__heading {
  width: 268px;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .p-company-profile .p-company-profile__heading {
    width: 100%;
    margin-bottom: 8px;
  }
}
.p-company-profile .p-company-profile__content {
  flex: 1;
  word-break: break-word;
}
@media (max-width: 600px) {
  .p-company-profile .p-company-profile__content {
    font-weight: 400;
  }
}
.p-company-profile .p-company-profile__content a {
  color: #333;
  text-decoration: underline;
}
.p-company-profile .p-company-profile__content p {
  margin-top: 0;
  line-height: 1.2;
}
.p-company-profile .p-company-profile__address:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .p-company-profile .p-company-profile__address:not(:last-child) {
    margin-bottom: 28px;
  }
}

.p-company-access {
  border-top: 1px solid #333;
}
@media (max-width: 1300px) {
  .p-company-access {
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 752px) {
  .p-company-access {
    border-top: none;
    padding-top: 0;
  }
}
.p-company-access .p-company-access__content {
  margin-bottom: 72px;
}
@media (max-width: 600px) {
  .p-company-access .p-company-access__content {
    margin-bottom: 40px;
  }
}
.p-company-access .p-company-access__content:last-of-type {
  margin-bottom: 0;
}

.p-map-text {
  display: flex;
  gap: clamp(1.5rem, -7.115rem + 13.46vw, 5rem);
  align-items: center;
}
@media (max-width: 600px) {
  .p-map-text {
    flex-direction: column;
    gap: 16px;
  }
}
.p-map-text .p-map-text__map {
  width: 100%;
  border-radius: 16px;
  max-width: 600px;
  overflow: hidden;
  aspect-ratio: 600/400;
}
@media (max-width: 600px) {
  .p-map-text .p-map-text__map {
    height: 200px;
    aspect-ratio: 335/200;
  }
}
.p-map-text .p-map-text__map iframe {
  width: 100%;
  height: 100%;
}
.p-map-text .p-map-text__text .p-map-text__title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .p-map-text .p-map-text__text .p-map-text__title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.p-map-text .p-map-text__text .p-map-text__name {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .p-map-text .p-map-text__text .p-map-text__name {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}
.p-map-text .p-map-text__text .p-map-text__post-code {
  display: inline-block;
  font-weight: 400;
  margin-right: 16px;
}
.p-map-text .p-map-text__text .p-map-text__address {
  display: inline-block;
  font-weight: 400;
}
@media (min-width: 601px) {
  .p-map-text .p-map-text__text .p-map-text__address br {
    display: none;
  }
}
.p-map-text .p-map-text__text .p-map-text__lists {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media (max-width: 600px) {
  .p-map-text .p-map-text__text .p-map-text__lists {
    margin-top: 16px;
    gap: 8px;
  }
}
.p-map-text .p-map-text__text .p-map-text__lists li {
  margin-left: 17px;
  text-indent: -17px;
}
.p-map-text .p-map-text__text .p-map-text__lists li::before {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 100%;
  background: #EE4C26;
  margin-right: 7px;
}

.p-line-bg-inner {
  position: relative;
  overflow: hidden;
}

.p-line-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-70%);
  width: 3400px;
  height: 3818px;
  pointer-events: none;
  z-index: 10;
  mix-blend-mode: multiply;
}
@media (max-width: 600px) {
  .p-line-bg {
    transform: translateX(-50%);
    width: 1124px;
    height: 4145px;
  }
}
.p-line-bg svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-line-bg path {
  fill: none;
  stroke: #e4e4e4;
  stroke-opacity: 0.4;
  stroke-width: 87;
  stroke-linecap: round;
}
@media (max-width: 600px) {
  .p-line-bg {
    width: 1800px;
  }
  .p-line-bg path {
    stroke-width: 47;
  }
}

.p-text-box {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (max-width: 600px) {
  .p-text-box {
    gap: 16px;
  }
}
.p-text-box .p-text-box__title {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.12em;
}
@media (max-width: 600px) {
  .p-text-box .p-text-box__title {
    font-size: 2rem;
  }
}
.p-text-box .p-text-box__lead {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.12em;
}
@media (max-width: 600px) {
  .p-text-box .p-text-box__lead {
    font-size: 1.25rem;
  }
}
@media (max-width: 600px) {
  .p-text-box .p-text-box__lead br {
    display: none;
  }
}
.p-text-box .p-text-box__text {
  font-weight: 400;
}
@media (max-width: 600px) {
  .p-text-box .p-text-box__btn {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.p-text-box--text-color-light {
  color: #fff;
}

.p-page-works-hero {
  width: 100%;
}
@media (min-width: 601px) {
  .p-page-works-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 640px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1500px) {
  .p-page-works-hero {
    min-height: 1000px;
  }
}
.p-page-works-hero .p-page-works-hero__text-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .p-page-works-hero .p-page-works-hero__text-box {
    padding-top: 16px;
  }
}
@media (min-width: 601px) {
  .p-page-works-hero--callcenter {
    background-image: url(images/bg_01.png);
  }
}
.p-page-works-hero--callcenter .p-page-works-hero__img-sp img {
  aspect-ratio: 375/250;
}
@media (min-width: 601px) {
  .p-page-works-hero--callcenter .p-page-works-hero__img-sp {
    display: none;
  }
}
@media (max-width: 600px) {
  .p-page-works-hero--callcenter .p-page-works-hero__text-box {
    padding-bottom: 0;
  }
}
.p-page-works-hero--wowsystem {
  background-image: url(images/bg_02.png);
}
@media (max-width: 600px) {
  .p-page-works-hero--wowsystem {
    background-image: url(images/bg_02_sp.png);
  }
}
@media (max-width: 600px) {
  .p-page-works-hero--wowsystem .p-page-works-hero__text-box {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 590px;
  }
}

.p-media-text {
  display: flex;
  gap: 7.41%;
  align-items: center;
}
@media (max-width: 600px) {
  .p-media-text {
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .p-media-text {
    flex-direction: column;
  }
}
.p-media-text .p-media-text__media {
  width: 49.07%;
}
@media (max-width: 600px) {
  .p-media-text .p-media-text__media {
    width: 100%;
  }
}
.p-media-text .p-media-text__media img {
  aspect-ratio: 530/330;
  border-radius: 16px;
}
@media (max-width: 600px) {
  .p-media-text .p-media-text__media img {
    aspect-ratio: 335/240;
  }
}
.p-media-text .p-media-text__text {
  width: 43.52%;
}
@media (max-width: 600px) {
  .p-media-text .p-media-text__text {
    width: 100%;
  }
}

.p-page-message-section-01-pc {
  margin: 0 auto;
  display: flex;
  gap: 56px;
  justify-content: center;
  max-width: 1040px;
  align-items: center;
  padding-bottom: 80px;
}
.p-page-message-section-01-pc .p-page-message-section-01-pc__TextArea img {
  aspect-ratio: 388/212;
}
.p-page-message-section-01-pc .p-page-message-section-01-pc__ImgArea {
  max-width: 576px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-page-message-section-01-pc .p-page-message-section-01-pc__ImgArea .p-page-message-section-01-pc__ImgArea-img {
  aspect-ratio: 576/380;
}
.p-page-message-section-01-pc .p-page-message-section-01-pc__ImgArea p {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
}

.p-page-message-section-01-sp p {
  text-align: center;
  margin-top: 16px;
  font-size: 1.25rem;
  font-weight: 900;
}

.p-page-message-section-02 {
  max-width: 1180px;
}
.p-page-message-section-02 .p-page-message-section-02__title {
  margin-bottom: 64px;
}
@media (max-width: 600px) {
  .p-page-message-section-02 .p-page-message-section-02__title {
    margin-bottom: 24px;
  }
}
.p-page-message-section-02 .p-page-message-section-02__media-text {
  display: flex;
  gap: 6.78%;
  justify-content: center;
}
@media (max-width: 600px) {
  .p-page-message-section-02 .p-page-message-section-02__media-text {
    flex-direction: column;
  }
}
.p-page-message-section-02 .p-page-message-section-02__media-text .p-page-message-section-02__media-text-img {
  width: 36.69%;
}
@media (max-width: 600px) {
  .p-page-message-section-02 .p-page-message-section-02__media-text .p-page-message-section-02__media-text-img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-page-message-section-02 .p-page-message-section-02__media-text .p-page-message-section-02__media-text-text {
  width: 56.53%;
  max-width: 667px;
}
@media (max-width: 600px) {
  .p-page-message-section-02 .p-page-message-section-02__media-text .p-page-message-section-02__media-text-text {
    width: 100%;
  }
}
.p-page-message-section-02 .p-page-message-section-02__media-text .p-page-message-section-02__media-text-text p {
  line-height: 210%;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .p-page-message-section-02 .p-page-message-section-02__media-text .p-page-message-section-02__media-text-text p {
    line-height: 160%;
    margin-bottom: 24px;
    font-weight: 400;
  }
}
.p-page-message-section-02 .p-page-message-section-02__media-text .p-page-message-section-02__media-text-text p:last-of-type {
  margin-bottom: 0;
}

.p-page-philosophy-section-common {
  margin: 0 auto;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 600px) {
  .p-page-philosophy-section-common {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-page-philosophy-section-common .p-page-philosophy-section-common__inner {
  margin: 0 auto;
  max-width: 760px;
}
@media (max-width: 780px) {
  .p-page-philosophy-section-common .p-page-philosophy-section-common__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-page-philosophy-section-common .p-page-philosophy-section-common__title {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .p-page-philosophy-section-common .p-page-philosophy-section-common__title {
    font-size: 1.25rem;
    margin-bottom: 80px;
  }
}
.p-page-philosophy-section-common .p-page-philosophy-section-common__title-02 {
  font-size: clamp(2.625rem, 1.875rem + 1.56vw, 2.875rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 56px;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .p-page-philosophy-section-common .p-page-philosophy-section-common__title-02 {
    font-size: 32px;
  }
}
.p-page-philosophy-section-common .p-page-philosophy-section-common__title-02--text-center {
  text-align: center;
}
@media (max-width: 600px) {
  .p-page-philosophy-section-common .p-page-philosophy-section-common__title-02--text-center {
    text-align: left;
  }
}
@media (min-width: 601px) {
  .p-page-philosophy-section-common .p-page-philosophy-section-common__title-02--br-none-pc br {
    display: none;
  }
}
.p-page-philosophy-section-common .p-page-philosophy-section-common__text {
  font-weight: 400;
}
.p-page-philosophy-section-common--bg-red {
  background-color: #EE4C26;
}
.p-page-philosophy-section-common--bg-red * {
  color: #fff !important;
}

@media (min-width: 601px) {
  .p-page-recruit-section-MediaText {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.p-page-recruit-section-MediaText .p-page-recruit-section-MediaText__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .p-page-recruit-section-MediaText .p-page-recruit-section-MediaText__inner {
    flex-direction: column;
    gap: 24px;
  }
}
.p-page-recruit-section-MediaText .p-page-recruit-section-MediaText__inner .p-page-recruit-section-MediaText__text {
  width: 56.67%;
  font-weight: 400;
}
@media (max-width: 600px) {
  .p-page-recruit-section-MediaText .p-page-recruit-section-MediaText__inner .p-page-recruit-section-MediaText__text {
    width: 100%;
  }
}
.p-page-recruit-section-MediaText .p-page-recruit-section-MediaText__inner .p-page-recruit-section-MediaText__text img {
  max-width: 620px;
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .p-page-recruit-section-MediaText .p-page-recruit-section-MediaText__inner .p-page-recruit-section-MediaText__text img {
    margin-bottom: 24px;
  }
}
.p-page-recruit-section-MediaText .p-page-recruit-section-MediaText__inner .p-page-recruit-section-MediaText__text p {
  margin-bottom: 8px;
}
.p-page-recruit-section-MediaText .p-page-recruit-section-MediaText__inner .p-page-recruit-section-MediaText__text p:last-of-type {
  margin-bottom: 0;
}
.p-page-recruit-section-MediaText .p-page-recruit-section-MediaText__inner .p-page-recruit-section-MediaText__media {
  width: 36.67%;
}
@media (max-width: 600px) {
  .p-page-recruit-section-MediaText .p-page-recruit-section-MediaText__inner .p-page-recruit-section-MediaText__media {
    width: 100%;
    order: -1;
  }
}
.p-page-recruit-section-MediaText .p-page-recruit-section-MediaText__inner .p-page-recruit-section-MediaText__media img {
  aspect-ratio: 344/461;
}

.p-page-recruit-section-recruit {
  padding-bottom: 40px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-recruit .p-page-recruit-section-recruit__heading {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .p-page-recruit-section-recruit .p-page-recruit-section-recruit__heading .p-page-recruit-section-recruit__heading-jp br {
    display: none;
  }
}
.p-page-recruit-section-wowloop {
  background-image: url(images/bg_03.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-color: #EE4C26;
  width: 100%;
}
@media (max-width: 1100px) {
  .p-page-recruit-section-wowloop ._inner-md {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner {
  border-radius: 40px;
  background-color: #F5F5F7;
  padding: 80px;
  overflow: hidden;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner {
    padding: 64px 20px;
  }
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__heading {
    margin-bottom: 115px;
  }
}
@media (min-width: 769px) and (min-width: 600px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__heading .p-page-recruit-section-wowloop__heading-jp {
    font-size: clamp(2.5rem, 2.071rem + 0.89vw, 2.875rem);
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText {
  display: flex;
  max-width: 864px;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 80px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText {
    margin: 0 auto;
    flex-direction: column;
    gap: 24px;
    max-width: 400px;
    margin-bottom: 72px;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText:last-of-type {
  margin-bottom: 0;
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText .p-page-recruit-section-wowloop__MediaText-img {
  position: relative;
  z-index: 10;
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText .p-page-recruit-section-wowloop__MediaText-img::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 1px;
  background-color: #EE4C26;
  z-index: 1;
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText .p-page-recruit-section-wowloop__MediaText-img img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi {
  position: absolute;
  background-color: #EE4C26;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 100;
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi .p-page-recruit-section-wowloop__MediaText-img-hukidashi-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.12em;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi .p-page-recruit-section-wowloop__MediaText-img-hukidashi-text {
    font-size: 1.25rem;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi::after {
  content: "";
  position: absolute;
  border-top: 60px solid #EE4C26;
  border-right: 40px solid transparent;
  z-index: -1;
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--01 .p-page-recruit-section-wowloop__MediaText-img {
  width: 46.29%;
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--01 .p-page-recruit-section-wowloop__MediaText-img::before {
  transform: rotate(45deg);
  bottom: -20px;
  right: -250px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--01 .p-page-recruit-section-wowloop__MediaText-img::before {
    bottom: clamp(-1.25rem, -5.779rem + 19.85vw, 3.75rem);
  }
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--01 .p-page-recruit-section-wowloop__MediaText-img {
    width: 100%;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--01 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi {
  width: 220px;
  height: 220px;
  top: -35px;
  right: -185px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--01 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi {
    width: 147px;
    height: 147px;
    right: initial;
    top: -90px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    margin: 0 auto;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--01 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi::after {
  bottom: 22px;
  left: 4px;
  transform: rotate(44deg);
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--01 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi::after {
    bottom: -16px;
    left: 37px;
    transform: rotate(26deg);
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--01 .p-page-recruit-section-wowloop__MediaText-text {
  width: 49.07%;
  padding-bottom: 80px;
  padding-right: 33px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--01 .p-page-recruit-section-wowloop__MediaText-text {
    width: 100%;
    padding: 0;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--02 .p-page-recruit-section-wowloop__MediaText-img {
  width: 46.29%;
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--02 .p-page-recruit-section-wowloop__MediaText-img::before {
  transform: rotate(-45deg);
  bottom: 0px;
  left: -200px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--02 .p-page-recruit-section-wowloop__MediaText-img::before {
    bottom: initial;
    left: initial;
    top: clamp(-1.25rem, -10.307rem + 39.7vw, 8.75rem);
    right: -250px;
  }
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--02 .p-page-recruit-section-wowloop__MediaText-img {
    width: 100%;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--02 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi {
  width: 170px;
  height: 170px;
  top: 45px;
  right: 300px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--02 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi {
    right: initial;
    top: initial;
    bottom: 50px;
    left: -60px;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--02 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi::after {
  bottom: initial;
  left: initial;
  top: 10px;
  right: 10px;
  transform: rotate(222deg);
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--02 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi::after {
    top: -15px;
    right: 20px;
    transform: rotate(208deg);
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--02 .p-page-recruit-section-wowloop__MediaText-text {
  width: 48.14%;
  padding: 0 0 96px 56px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--02 .p-page-recruit-section-wowloop__MediaText-text {
    width: 100%;
    padding: 0;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--03 .p-page-recruit-section-wowloop__MediaText-img {
  width: 46.29%;
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--03 .p-page-recruit-section-wowloop__MediaText-img::before {
  transform: rotate(45deg);
  bottom: -20px;
  right: -250px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--03 .p-page-recruit-section-wowloop__MediaText-img::before {
    bottom: initial;
    right: initial;
    left: -270px;
    top: clamp(-3.125rem, -13.314rem + 44.67vw, 8.125rem);
  }
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--03 .p-page-recruit-section-wowloop__MediaText-img {
    width: 100%;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--03 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi {
  width: 220px;
  height: 220px;
  top: -50px;
  right: -60px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--03 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi {
    width: 156px;
    height: 156px;
    top: -30px;
    right: -45px;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--03 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi::after {
  bottom: 22px;
  left: 4px;
  transform: rotate(44deg);
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--03 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi::after {
    bottom: 15px;
    left: 0px;
    transform: rotate(49deg);
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--03 .p-page-recruit-section-wowloop__MediaText-text {
  width: 49.07%;
  padding-bottom: 80px;
  padding-right: 33px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--03 .p-page-recruit-section-wowloop__MediaText-text {
    width: 100%;
    padding: 0;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--04 {
  align-items: center;
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--04 .p-page-recruit-section-wowloop__MediaText-img {
  width: 46.29%;
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--04 .p-page-recruit-section-wowloop__MediaText-img::before {
  transform: rotate(-45deg);
  bottom: 0px;
  left: -200px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--04 .p-page-recruit-section-wowloop__MediaText-img::before {
    bottom: initial;
    left: initial;
    top: clamp(-1.25rem, -10.307rem + 39.7vw, 8.75rem);
    right: -250px;
  }
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--04 .p-page-recruit-section-wowloop__MediaText-img {
    width: 100%;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--04 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi {
  width: 188px;
  height: 188px;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  margin: 0 auto;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--04 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi {
    bottom: 35px;
    width: 144px;
    height: 144px;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--04 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi::before {
  content: "";
  position: absolute;
  border-top: 60px solid #EE4C26;
  border-right: 40px solid transparent;
  z-index: -1;
  bottom: initial;
  left: initial;
  top: 0px;
  right: 25px;
  transform: rotate(209deg);
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--04 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi::before {
    top: -15px;
    right: 20px;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--04 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi::after {
  bottom: initial;
  left: initial;
  top: 10px;
  left: 10px;
  transform: rotate(114deg);
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--04 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi::after {
    top: 0;
    left: 0;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--04 .p-page-recruit-section-wowloop__MediaText-text {
  width: 48.14%;
  padding: 0 0 0 56px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--04 .p-page-recruit-section-wowloop__MediaText-text {
    width: 100%;
    padding: 0;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--05 .p-page-recruit-section-wowloop__MediaText-img {
  width: 46.29%;
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--05 .p-page-recruit-section-wowloop__MediaText-img::before {
  content: none;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--05 .p-page-recruit-section-wowloop__MediaText-img::before {
    content: "";
    transform: rotate(45deg);
    top: clamp(-3.125rem, -13.314rem + 44.67vw, 8.125rem);
    right: initial;
    left: -270px;
  }
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--05 .p-page-recruit-section-wowloop__MediaText-img {
    width: 100%;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--05 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi {
  width: 220px;
  height: 220px;
  top: -90px;
  right: -90px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--05 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi {
    width: 174px;
    height: 174px;
    top: initial;
    bottom: 0;
    right: -40px;
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--05 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi::after {
  bottom: 22px;
  left: 4px;
  transform: rotate(44deg);
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--05 .p-page-recruit-section-wowloop__MediaText-img .p-page-recruit-section-wowloop__MediaText-img-hukidashi::after {
    bottom: initial;
    top: 15px;
    left: 0px;
    transform: rotate(107deg);
  }
}
.p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--05 .p-page-recruit-section-wowloop__MediaText-text {
  width: 49.07%;
  padding-bottom: 104px;
  padding-right: 33px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--05 .p-page-recruit-section-wowloop__MediaText-text {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 769px) {
  .p-page-recruit-section-wowloop .p-page-recruit-section-wowloop__inner .p-page-recruit-section-wowloop__MediaText--reverse-sp .p-page-recruit-section-wowloop__MediaText-img {
    order: -1;
  }
}

.p-page-recruit-section-WowloopComment .p-page-recruit-section-WowloopComment__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  list-style: 1.3;
  letter-spacing: 0.12em;
  margin-bottom: 80px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-WowloopComment .p-page-recruit-section-WowloopComment__title {
    margin-bottom: 44px;
    font-size: 1.25rem;
  }
}
.p-page-recruit-section-WowloopComment .p-page-recruit-section-WowloopComment__MediaText {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .p-page-recruit-section-WowloopComment .p-page-recruit-section-WowloopComment__MediaText {
    margin: 0 auto;
    flex-direction: column;
  }
}
.p-page-recruit-section-WowloopComment .p-page-recruit-section-WowloopComment__MediaText .p-page-recruit-section-WowloopComment__MediaText-img {
  width: 51.71%;
}
@media (max-width: 769px) {
  .p-page-recruit-section-WowloopComment .p-page-recruit-section-WowloopComment__MediaText .p-page-recruit-section-WowloopComment__MediaText-img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-page-recruit-section-WowloopComment .p-page-recruit-section-WowloopComment__MediaText .p-page-recruit-section-WowloopComment__MediaText-text {
  width: 38.18%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-WowloopComment .p-page-recruit-section-WowloopComment__MediaText .p-page-recruit-section-WowloopComment__MediaText-text {
    width: 100%;
    gap: 16px;
  }
}
.p-page-recruit-section-WowloopComment .p-page-recruit-section-WowloopComment__MediaText .p-page-recruit-section-WowloopComment__MediaText-text .p-page-recruit-section-WowloopComment__MediaText-text-title {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.12em;
}
.p-page-recruit-section-WowloopComment .p-page-recruit-section-WowloopComment__MediaText .p-page-recruit-section-WowloopComment__MediaText-text .p-page-recruit-section-WowloopComment__MediaText-text-text {
  font-weight: 400;
}
.p-page-recruit-section-WowloopComment .p-page-recruit-section-WowloopComment__MediaText .p-page-recruit-section-WowloopComment__MediaText-text .p-page-recruit-section-WowloopComment__MediaText-text-text-02 {
  padding: 24px;
  background-color: #EE4C26;
  color: #fff;
  border-radius: 16px;
}
@media (max-width: 769px) {
  .p-page-recruit-section-WowloopComment .p-page-recruit-section-WowloopComment__MediaText .p-page-recruit-section-WowloopComment__MediaText-text .p-page-recruit-section-WowloopComment__MediaText-text-text-02 {
    padding: 24px 16px;
  }
}

.p-page-recruit-section-JoinUs {
  background-color: #EE4C26;
  color: #fff;
}
.p-page-recruit-section-JoinUs .p-page-recruit-section-JoinUs__inner .p-page-recruit-section-JoinUs__ContentInner {
  display: flex;
  margin-top: 88px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 769px) {
  .p-page-recruit-section-JoinUs .p-page-recruit-section-JoinUs__inner .p-page-recruit-section-JoinUs__ContentInner {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
}
.p-page-recruit-section-JoinUs .p-page-recruit-section-JoinUs__inner .p-page-recruit-section-JoinUs__ContentInner .p-page-recruit-section-JoinUs__ContentInner-colmn {
  background-color: #fff;
  color: #333;
  border-radius: 24px;
  height: fit-content;
  padding: 64px;
  width: 32.81%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  min-height: 360px;
  justify-content: center;
}
@media (max-width: 1025px) {
  .p-page-recruit-section-JoinUs .p-page-recruit-section-JoinUs__inner .p-page-recruit-section-JoinUs__ContentInner .p-page-recruit-section-JoinUs__ContentInner-colmn {
    padding: 48px 20px;
  }
}
@media (max-width: 769px) {
  .p-page-recruit-section-JoinUs .p-page-recruit-section-JoinUs__inner .p-page-recruit-section-JoinUs__ContentInner .p-page-recruit-section-JoinUs__ContentInner-colmn {
    width: 100%;
  }
}
.p-page-recruit-section-JoinUs .p-page-recruit-section-JoinUs__inner .p-page-recruit-section-JoinUs__ContentInner .p-page-recruit-section-JoinUs__ContentInner-colmn h3 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.12em;
}
.p-page-recruit-section-JoinUs .p-page-recruit-section-JoinUs__inner .p-page-recruit-section-JoinUs__ContentInner .p-page-recruit-section-JoinUs__ContentInner-colmn p {
  font-weight: 400;
  text-align: left;
}
@media (max-width: 769px) {
  .p-page-recruit-section-JoinUs .p-page-recruit-section-JoinUs__inner .p-page-recruit-section-JoinUs__ContentInner .p-page-recruit-section-JoinUs__ContentInner-colmn p {
    text-align: center;
  }
}
.p-page-recruit-section-JoinUs .p-page-recruit-section-JoinUs__inner .p-page-recruit-section-JoinUs__ContentInner .p-page-recruit-section-JoinUs__ContentInner-img {
  width: 34.38%;
}
@media (max-width: 769px) {
  .p-page-recruit-section-JoinUs .p-page-recruit-section-JoinUs__inner .p-page-recruit-section-JoinUs__ContentInner .p-page-recruit-section-JoinUs__ContentInner-img {
    width: 100%;
    max-width: 400px;
    order: -1;
  }
}
.p-page-interview-section-hero {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  .p-page-interview-section-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-page-interview-section-hero .p-page-interview-section-hero__inner img {
  border-radius: 16px;
  aspect-ratio: 1280/622;
}
@media (max-width: 600px) {
  .p-page-interview-section-hero .p-page-interview-section-hero__inner img {
    aspect-ratio: 355/240;
  }
}

.p-page-interview-content-inner {
  padding-top: 40px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .p-page-interview-content-inner {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 80px;
  }
}

.p-page-interview-section-profile {
  background-color: #EE4C26;
  border-radius: 24px;
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 600px) {
  .p-page-interview-section-profile {
    border-radius: 16px;
  }
}
.p-page-interview-section-profile .p-page-interview-section-profile__inner {
  margin: 0 auto;
  max-width: 884px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 904px) {
  .p-page-interview-section-profile .p-page-interview-section-profile__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .p-page-interview-section-profile .p-page-interview-section-profile__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__img {
  width: 42.08%;
}
@media (max-width: 600px) {
  .p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__img {
    width: 100%;
  }
}
.p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 49.77%;
  padding: 0 40px;
}
@media (max-width: 600px) {
  .p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area {
    width: fit-content;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 601px) {
  .p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area br {
    display: none;
  }
}
.p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__header {
  display: flex;
  flex-direction: column;
}
.p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__header:after {
  content: "";
  width: 32px;
  height: 3px;
  background-color: #fff;
  margin-top: 32px;
}
@media (max-width: 600px) {
  .p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__header:after {
    margin-top: 16px;
  }
}
.p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__header .p-page-interview-section-profile__name-wrap {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 8px;
}
.p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__header .p-page-interview-section-profile__name-wrap .p-page-interview-section-profile__name {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 600px) {
  .p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__header .p-page-interview-section-profile__name-wrap .p-page-interview-section-profile__name {
    gap: 14px;
  }
}
.p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__header .p-page-interview-section-profile__name-wrap .p-page-interview-section-profile__name .p-page-interview-section-profile__name-ja {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media (max-width: 600px) {
  .p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__header .p-page-interview-section-profile__name-wrap .p-page-interview-section-profile__name .p-page-interview-section-profile__name-ja {
    font-size: 1.25rem;
  }
}
.p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__header .p-page-interview-section-profile__name-wrap .p-page-interview-section-profile__name .p-page-interview-section-profile__name-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
}
@media (max-width: 600px) {
  .p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__header .p-page-interview-section-profile__name-wrap .p-page-interview-section-profile__name .p-page-interview-section-profile__name-en {
    font-size: 1rem;
  }
}
.p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__header .p-page-interview-section-profile__name-wrap .p-page-interview-section-profile__position {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__header .p-page-interview-section-profile__job {
  font-size: 1.25rem;
  font-weight: 900;
  position: relative;
  margin-left: 19px;
}
@media (max-width: 600px) {
  .p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__header .p-page-interview-section-profile__job {
    font-size: 1rem;
    font-weight: 700;
  }
}
.p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__header .p-page-interview-section-profile__job::before {
  position: absolute;
  display: inline-block;
  width: 11px;
  height: 11px;
  content: "";
  border-radius: 100%;
  background: #fff;
  margin-right: 7px;
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__history {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
@media (max-width: 600px) {
  .p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__history {
    margin-top: 16px;
  }
}
.p-page-interview-section-profile .p-page-interview-section-profile__inner .p-page-interview-section-profile__text-area .p-page-interview-section-profile__history .p-page-interview-section-profile__history-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
}
.p-page-interview-section-interview {
  display: flex;
  align-items: stretch;
}
@media (max-width: 769px) {
  .p-page-interview-section-interview {
    flex-direction: column;
    align-items: center;
  }
}
.p-page-interview-section-interview .p-page-interview-section-interview__text {
  background-color: #fff;
  padding: 56px 80px;
  border-radius: 16px;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 600px) {
  .p-page-interview-section-interview .p-page-interview-section-interview__text {
    padding: 24px 16px;
  }
}
.p-page-interview-section-interview .p-page-interview-section-interview__text--padding-right-lg {
  padding-right: 128px;
}
@media (max-width: 769px) {
  .p-page-interview-section-interview .p-page-interview-section-interview__text--padding-right-lg {
    padding-right: 56px;
  }
}
@media (max-width: 600px) {
  .p-page-interview-section-interview .p-page-interview-section-interview__text--padding-right-lg {
    padding-right: 16px;
  }
}
.p-page-interview-section-interview .p-page-interview-section-interview__text--padding-left-lg {
  padding-left: 128px;
}
@media (max-width: 769px) {
  .p-page-interview-section-interview .p-page-interview-section-interview__text--padding-left-lg {
    padding-left: 56px;
  }
}
@media (max-width: 600px) {
  .p-page-interview-section-interview .p-page-interview-section-interview__text--padding-left-lg {
    padding-left: 16px;
  }
}
.p-page-interview-section-interview .p-page-interview-section-interview__text .p-page-interview-section-interview__text-title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.12em;
  display: flex;
  flex-direction: column;
}
.p-page-interview-section-interview .p-page-interview-section-interview__text .p-page-interview-section-interview__text-title::after {
  content: "";
  width: 32px;
  height: 3px;
  background-color: #333;
  margin-top: 24px;
}
.p-page-interview-section-interview .p-page-interview-section-interview__text .p-page-interview-section-interview__text-text {
  font-weight: 400;
  margin-top: 24px;
}
.p-page-interview-section-interview .p-page-interview-section-interview__img {
  width: 100%;
  max-width: 462px;
  height: auto;
  max-height: 396px;
  margin-left: -45px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  .p-page-interview-section-interview .p-page-interview-section-interview__img {
    width: 126.5%;
    max-height: initial;
    margin-left: initial;
    order: -1;
    margin-bottom: -20px;
  }
}
.p-page-interview-section-interview--reverse .p-page-interview-section-interview__img {
  order: -1;
  margin-left: initial;
  margin-right: -45px;
}
@media (max-width: 769px) {
  .p-page-interview-section-interview--reverse .p-page-interview-section-interview__img {
    margin-right: initial;
  }
}

.p-page-contact-section-tel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  max-width: 655px;
  text-align: center;
}
.p-page-contact-section-tel .p-page-contact-section-tel__title {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  line-height: 1.3;
  font-weight: 900;
}
@media (max-width: 600px) {
  .p-page-contact-section-tel .p-page-contact-section-tel__title {
    font-size: 1.25rem;
  }
}
.p-page-contact-section-tel .p-page-contact-section-tel__text {
  font-weight: 400;
}
.p-page-contact-section-tel .p-page-contact-section-tel__tel {
  font-family: "Montserrat", sans-serif;
  font-size: 54px;
  font-weight: 400;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 600px) {
  .p-page-contact-section-tel .p-page-contact-section-tel__tel {
    font-size: 38px;
    padding-left: 44px;
  }
}
.p-page-contact-section-tel .p-page-contact-section-tel__tel:before {
  position: absolute;
  content: "";
  width: 52px;
  height: 53px;
  background-image: url(images/icon_tel_01_lg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
}
@media (max-width: 600px) {
  .p-page-contact-section-tel .p-page-contact-section-tel__tel:before {
    width: 36px;
    height: 36px;
  }
}
.p-page-contact-section-tel .p-page-contact-section-tel__time {
  font-weight: 400;
}
@media (min-width: 601px) {
  .p-page-contact-section-tel .p-page-contact-section-tel__time br {
    display: none;
  }
}

.p-page-contact-section-form {
  background-color: #EE4C26;
  z-index: 10;
  position: relative;
}
@media (max-width: 1100px) {
  .p-page-contact-section-form {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-page-contact-section-form .p-page-contact-section-form__img {
  position: absolute;
  width: 377px;
  height: 242px;
  top: -106px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 600px) {
  .p-page-contact-section-form .p-page-contact-section-form__img {
    width: 290px;
    height: 186px;
    top: -55px;
  }
}
.p-page-contact-section-form .p-page-contact-section-form__img .p-page-contact-section-form__img-inner {
  position: relative;
}
.p-page-contact-section-form .p-page-contact-section-form__img .p-page-contact-section-form__img-inner:before {
  position: absolute;
  content: "";
  width: 144px;
  height: 98px;
  aspect-ratio: 144/98;
  background-image: url(images/text_04.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0px;
  right: 0px;
  z-index: -2;
}
@media (max-width: 600px) {
  .p-page-contact-section-form .p-page-contact-section-form__img .p-page-contact-section-form__img-inner:before {
    top: -20px;
    right: -30px;
  }
}
.p-page-contact-section-form .p-page-contact-section-form__img .p-page-contact-section-form__img-inner img {
  aspect-ratio: 377/242;
}
@media (max-width: 600px) {
  .p-page-contact-section-form .p-page-contact-section-form__img .p-page-contact-section-form__img-inner img {
    aspect-ratio: 290/186;
  }
}
.p-page-contact-section-form .p-page-contact-section-form__inner {
  margin: 0 auto;
  border-radius: 16px;
  background-color: #fff;
  padding: 80px 10px;
  max-width: 1080px;
}
@media (max-width: 600px) {
  .p-page-contact-section-form .p-page-contact-section-form__inner {
    padding: 40px 10px;
  }
}
.p-page-contact-section-form .p-page-contact-section-form__inner .p-page-contact-section-form__content {
  margin: 0 auto;
  max-width: 655px;
}

.p-page-contact-section-contactform7 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .p-page-contact-section-contactform7 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-page-contact-section-contactform7 .text {
  text-align: center;
  display: block;
}
.p-page-contact-section-contactform7 .text-lg {
  text-align: center;
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 56px;
}
@media (max-width: 600px) {
  .p-page-contact-section-contactform7 .text-lg {
    font-size: 1.125rem;
    margin-bottom: 24px;
  }
}
.p-page-contact-section-contactform7 .text-red {
  text-align: right;
  color: #B53434;
  display: block;
}
.p-page-contact-section-contactform7 .red {
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 3px;
  background-color: #EE4C26;
  margin-right: 4px;
}
.p-page-contact-section-contactform7 p {
  width: 100%;
  margin-bottom: 20px;
}
.p-page-contact-section-contactform7 p label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 1rem;
  color: #333;
}
.p-page-contact-section-contactform7 p label .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  height: 50px !important;
  border-radius: 5px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 5px;
}
.p-page-contact-section-contactform7 .wide-textarea {
  min-height: 250px;
}
.p-page-contact-section-contactform7 {
  /* ===============================================
      # ボタン
  =============================================== */
}
.p-page-contact-section-contactform7 .submit-container {
  text-align: center;
}
.p-page-contact-section-contactform7 .submit-container .wpcf7-submit {
  margin-left: 72px;
  padding: 10px 50px;
  height: 50px;
  background-color: #EE4C26;
  color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 1rem;
}
.p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy .p-page-top-section-contactform7__privacy-policy-title {
  margin-top: 24px !important;
  display: block;
  margin-bottom: 8px;
}
.p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy .wp-block-heading {
  margin-top: 24px !important;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy .wp-block-heading {
    font-size: 1.125rem;
  }
}
.p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy p {
  margin-bottom: 0px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy p {
    font-size: 0.875rem;
  }
}
.p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy .checkbox {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
}

.p-page-news {
  max-width: 1080px;
}
.p-page-news .p-page-news__list-item:hover {
  background: #F5F5F7 !important;
  filter: brightness(100%);
}
.p-page-news .p-page-news__page-nation {
  margin-top: 80px;
}
@media (max-width: 600px) {
  .p-page-news .p-page-news__page-nation {
    margin-top: 40px;
  }
}

.p-page-single {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1100px) {
  .p-page-single {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-page-single .p-page-single__inner {
  border: 2px solid #333;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px;
}
@media (max-width: 600px) {
  .p-page-single .p-page-single__inner {
    padding: 64px 20px;
  }
}
.p-page-single .p-page-single__inner .p-page-single__content {
  margin: 0 auto;
  max-width: 690px;
}
.p-page-single .p-page-single__inner .p-page-single__content .p-page-single__title {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.12em;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .p-page-single .p-page-single__inner .p-page-single__content .p-page-single__title {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }
}
.p-page-single .p-page-single__inner .p-page-single__content .p-page-single__meta {
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .p-page-single .p-page-single__inner .p-page-single__content .p-page-single__meta {
    margin-bottom: 64px;
  }
}
.p-page-single .p-page-single__inner .p-page-single__content .p-page-single__meta .p-page-single__date {
  padding-right: 10px;
  border-right: 1px solid #333;
  line-height: 1;
}
.p-page-single .p-page-single__inner .p-page-single__content .p-page-single__meta .p-page-single__label {
  padding-left: 10px;
  line-height: 1;
  text-decoration: underline;
}
.p-page-single .p-page-single__inner .p-page-single__content .p-page-single__text {
  text-align: left;
  margin-bottom: 160px;
}
@media (max-width: 600px) {
  .p-page-single .p-page-single__inner .p-page-single__content .p-page-single__text {
    margin-bottom: 64px;
  }
}
.p-page-single .p-page-single__inner .p-page-single__content .p-page-single__prev-next {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 600px) {
  .p-page-single .p-page-single__inner .p-page-single__content .p-page-single__prev-next {
    font-size: 0.75rem;
  }
}
.p-page-single .p-page-single__inner .p-page-single__content .p-page-single__prev-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #333;
  transform: translate(-50%, -50%);
}
.p-page-single .p-page-single__inner .p-page-single__content .p-page-single__prev-next .p-page-single__prev {
  grid-column: 1;
  justify-self: start;
  padding-right: 8px;
}
.p-page-single .p-page-single__inner .p-page-single__content .p-page-single__prev-next .p-page-single__next {
  grid-column: 2;
  justify-self: end;
  text-align: right;
  padding-left: 8px;
}
.p-page-single .p-page-single__inner .p-page-single__content .p-page-single__prev-next a {
  text-decoration: underline;
}

.swiper_company {
  transform: rotate(335deg);
  padding-top: clamp(6.25rem, 2.232rem + 4.46vw, 9.375rem);
  padding-bottom: clamp(6.25rem, 2.232rem + 4.46vw, 9.375rem);
  overflow: visible;
}
@media (max-width: 600px) {
  .swiper_company {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
.swiper_company .swiper-wrapper {
  align-items: center !important;
  margin-left: 5%;
  height: 100% !important;
}
.swiper_company .swiper-slide {
  /* 左右のスライドを薄くする */
  transform: scale(0.3) rotate(25deg);
  /* 左右のスライドを小さくする */
  transition: 0.7s;
  /* ゆっくり小さくさせる */
  background-image: url(images/slider_back_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.swiper_company .swiper-slide p {
  font-weight: 800;
  color: #A9BDC8;
  position: absolute;
  line-height: 1.2;
  letter-spacing: 0.05em;
  bottom: clamp(2.875rem, -1.042rem + 6.12vw, 8.75rem);
  right: -30px;
  transform: rotate(-10deg);
  font-size: clamp(1rem, -0.286rem + 1.43vw, 2rem);
}
@media (max-width: 600px) {
  .swiper_company .swiper-slide p {
    bottom: 34px;
    right: -17px;
    font-size: 12px;
  }
}
.swiper_company .swiper-slide-next,
.swiper_company .swiper-slide-prev {
  transform: scale(0.6) rotate(25deg);
}
.swiper_company .swiper-slide-next {
  margin-left: 5%;
  margin-right: -10%;
}
.swiper_company .swiper-slide-prev {
  margin-left: -10%;
  margin-right: 5%;
}
.swiper_company .swiper-slide img {
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper_company .swiper-slide-active {
  opacity: 1;
  /* 中央のスライドは薄くしない */
  transform: scale(1.3) rotate(25deg);
  /* 中央のスライドは小さくしない */
  z-index: 1;
  /* 中央のスライドを一番上にする */
  background-image: url(images/slider_back.png);
}
.swiper_company .swiper-slide-active p {
  color: #EE4C26;
}
.swiper_recruit {
  padding-top: 125px;
  padding-bottom: 108px;
  overflow: hidden;
  height: 100% !important;
  position: relative;
}
@media (max-width: 600px) {
  .swiper_recruit {
    padding-top: 120px;
    padding-bottom: 137.5px;
  }
}
.swiper_recruit .swiper-wrapper {
  align-items: center !important;
  height: 100% !important;
}
.swiper_recruit .swiper-slide {
  opacity: 0.3;
  /* 左右のスライドを薄くする */
  transform: scale(0.5);
  /* 左右のスライドを小さくする */
  transition: 0.7s;
  /* ゆっくり小さくさせる */
}
.swiper_recruit .swiper-img {
  background-image: url(images/kemuri_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  aspect-ratio: 421/261;
}
.swiper_recruit .swiper-img img {
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper_recruit .swiper-slide-active {
  opacity: 1;
  /* 中央のスライドは薄くしない */
  transform: scale(1);
  /* 中央のスライドは小さくしない */
  z-index: 1;
  /* 中央のスライドを一番上にする */
}
@media (max-width: 600px) {
  .swiper_recruit .swiper-slide-active {
    transform: scale(1.5);
  }
}
.swiper_recruit .swiper-hukidashi {
  width: 136px;
  height: 72px;
  background-image: url(images/hukidashi.png);
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 51px;
  top: -19px;
}
@media (max-width: 600px) {
  .swiper_recruit .swiper-hukidashi {
    width: 70.6666666667px;
    height: 36.6666666667px;
    right: 19px;
    top: -6px;
  }
}
.swiper_recruit .swiper-hukidashi .swiper-slide-memo {
  position: relative;
  bottom: 7px;
}
@media (max-width: 600px) {
  .swiper_recruit .swiper-hukidashi .swiper-slide-memo {
    font-size: 8px;
    bottom: 4px;
  }
}
.swiper_recruit .swiper-slide-simbol {
  width: 40px;
  height: 40px;
  border-radius: 48px;
  background-color: #EE4C26;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 87px;
  bottom: 8px;
}
@media (max-width: 600px) {
  .swiper_recruit .swiper-slide-simbol {
    font-size: 8px;
    width: 20px;
    height: 20px;
    border-radius: 24px;
    border: 1.0133333333px solid #fff;
    left: 42px;
    bottom: 4px;
  }
}
.swiper_recruit .swiper-slide-calss {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .swiper_recruit .swiper-slide-calss {
    font-size: 9.3333333333px;
    margin-bottom: 5.3333333333px;
  }
}
.swiper_recruit .swiper-slide-name {
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .swiper_recruit .swiper-slide-name {
    font-size: 9.3333333333px;
    margin-bottom: 5.3333333333px;
  }
}
.swiper_recruit .swiper-pagination {
  bottom: var(--swiper-pagination-bottom, 75px);
}
@media (max-width: 600px) {
  .swiper_recruit .swiper-pagination {
    bottom: var(--swiper-pagination-bottom, 45px);
  }
}
.swiper_recruit .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #EE4C26;
}

/* utility */
.clip__img {
  clip-path: url(#clipping);
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.loading__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.loading__logo {
  opacity: 0;
  transform: scale(0.92);
  animation: logoIn 0.8s ease forwards;
  display: flex;
  justify-content: center;
}

.loading__logo img {
  width: 180px;
  height: auto;
}

.loading__text {
  opacity: 0;
  transform: translateY(12px);
  animation: textIn 0.7s ease forwards;
  animation-delay: 0.8s;
  display: flex;
  justify-content: center;
}
.loading__text img {
  width: 50%;
}
@media (max-width: 600px) {
  .loading__text img {
    width: 90%;
  }
}

.loading__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border: 18px solid #f04423;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  animation: circleExpand 0.9s ease-in forwards;
  animation-delay: 2.1s;
}

.loading.is-hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

@keyframes logoIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes textIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes circleExpand {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(45);
  }
}/*# sourceMappingURL=style.css.map */