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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

* {
  text-align: left;
  color: #222;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  background-color: #FFF;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

.barlow-thin {
  font-family: "Barlow", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.yugothic {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.transform-none {
  text-transform: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 9999;
}
.header__container {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background-color: transparent;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(10px, (100vw - 1222px) / 2, 30px);
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  .header__container {
    height: 59px;
    padding: 0 20px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
@media (any-hover: hover) {
  .header__logo:hover {
    opacity: 0.7;
  }
}
.header__logo img {
  width: 209px;
  height: 56px;
}
@media screen and (max-width: 1024px) {
  .header__logo img {
    width: 100px;
    height: auto;
  }
}
.header__nav {
  height: 100%;
}
.header__nav-list {
  display: flex;
  list-style-type: none;
  margin: 0;
  height: 100%;
  align-items: center;
  gap: clamp(20px, (100vw - 1235px) / 2, 32px);
}
.header__nav-item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  color: #fff;
  width: 200px;
  height: 56px;
  background-image: linear-gradient(135deg, #EE0000 0%, #D52B00 100%);
  border-radius: 32px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .header__nav-item {
    font-size: 1.4rem;
    width: 150px;
    height: 35px;
  }
}
.header__nav-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
}
@media screen and (max-width: 1024px) {
  .header__nav-item::after {
    right: 13px;
    width: 5px;
    height: 5px;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #fff;
  }
}
@media (any-hover: hover) {
  .header__nav-item:hover {
    opacity: 0.7;
  }
}
.header__nav-item:focus {
  opacity: 0.7;
}
.header__nav-link {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

/* first-view Section Styles */
.first-view {
  position: relative;
  width: 100%;
  height: 695px;
  background-color: #f5f5f5;
  overflow: hidden;
  background-image: url(../images/first-view__background-image.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .first-view {
    background-image: url(../images/first-view__background-image-sp.webp);
    height: 714px;
  }
}
.first-view__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
  justify-items: center;
}
@media screen and (max-width: 1024px) {
  .first-view__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 59px 13px 0;
  }
}
.first-view__content {
  position: relative;
  z-index: 2;
  padding: 56px 0;
  transform: translateX(31px);
}
@media screen and (max-width: 1024px) {
  .first-view__content {
    padding: 0;
    transform: translate(4px, -41px);
  }
}
@media screen and (max-width: 1024px) {
  .first-view__content::before {
    content: "";
    position: absolute;
    left: 49%;
    bottom: 90px;
    z-index: 2;
    transform: translateX(-50%);
    background-image: url("../images/first-view__stat-item.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: clamp(300px, (275vw - 375px) / 2, 329px);
    height: clamp(95px, (157vw - 375px) / 2, 104px);
  }
}
.first-view__english {
  width: 447px;
  height: 117px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .first-view__english {
    width: 263px;
    height: 58px;
    transform: translate(-6px, -3px);
  }
}
.first-view__title {
  color: #222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(5rem, (100vw - 1025px) / 2, 5.6rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  transform: translate(36px, -30px);
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .first-view__title {
    font-size: clamp(3rem, (118vw - 375px) / 2, 3.2rem);
    line-height: 1.4;
    transform: none;
    margin-bottom: 7px;
  }
}
.first-view__accent {
  color: #FF7F00;
}
.first-view__cta-message {
  margin: -6px 0 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  transform: translateX(34px);
}
@media screen and (max-width: 1024px) {
  .first-view__cta-message {
    font-size: 1.4rem;
    transform: none;
    margin: 0 auto 127px;
  }
}
.first-view__action-message {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  color: #571C06;
  text-align: center;
  transform: translateX(-33px);
  width: fit-content;
  margin: 0 auto 5px;
}
@media screen and (max-width: 1024px) {
  .first-view__action-message {
    transform: none;
  }
}
.first-view__action-message::before, .first-view__action-message::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  background-color: #571C06;
  top: 10px;
}
.first-view__action-message::before {
  transform: rotate(60deg);
  left: -19px;
}
.first-view__action-message::after {
  transform: rotate(123deg);
  right: -19px;
}
.first-view__action {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  color: #fff;
  width: 422px;
  height: 63px;
  background-image: linear-gradient(135deg, #EE0000 0%, #D52B00 100%);
  border-radius: 32px;
  overflow: hidden;
  transform: translateX(35px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .first-view__action {
    font-size: 1.8rem;
    width: clamp(300px, (275vw - 375px) / 2, 327px);
    height: 52px;
    margin: 0 auto;
    transform: translateX(-2px);
  }
}
.first-view__action::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
}
@media (any-hover: hover) {
  .first-view__action:hover {
    opacity: 0.7;
  }
}
.first-view__action:focus {
  opacity: 0.7;
}
.first-view__button {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.first-view__image {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  width: clamp(100%, (175vw - 1025px) / 2, 115%);
}
@media screen and (max-width: 1024px) {
  .first-view__image {
    order: -1;
    width: auto;
  }
}
.first-view__image::before {
  content: "";
  position: absolute;
  left: 48%;
  bottom: 21px;
  z-index: 2;
  transform: translateX(-50%);
  background-image: url("../images/first-view__stat-item.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 477px;
  height: 151px;
}
@media screen and (max-width: 1024px) {
  .first-view__image::before {
    display: none;
  }
}
.first-view__image-01 {
  position: relative;
  z-index: 1;
  width: 374px;
  height: 507px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .first-view__image-01 {
    width: 177px;
    height: 246px;
    right: -8px;
  }
}
.first-view__image-02 {
  position: relative;
  bottom: -120px;
  right: 24px;
  width: 373px;
  height: 495px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .first-view__image-02 {
    bottom: -16px;
    right: 3px;
    width: 177px;
    height: 241px;
  }
}

.footer {
  background-color: #fff;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
}
.footer__wrapper__logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 8px;
}
.footer__wrapper__logo p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: capitalize;
  text-align: center;
}
@media (any-hover: hover) {
  .footer__wrapper__logo:hover {
    opacity: 0.5;
  }
}
.footer__content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
.footer__copy {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 10px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    padding: 2rem 0;
  }
  .footer__copy .sp {
    display: inline;
  }
}

.staff-section {
  padding: 66px 0px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #FFF8F2;
}
@media screen and (max-width: 768px) {
  .staff-section {
    padding: 25px 0 20px;
  }
}
.staff-section__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .staff-section__heading {
    margin-bottom: -3px;
  }
}
.staff-section__heading-text {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .staff-section__heading-text {
    font-size: 2.2rem;
  }
}
.staff-section__heading-highlight {
  display: inline-block;
  background-image: linear-gradient(135deg, #F26F25 0%, #FFD58A 100%);
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  width: 472px;
  height: 52px;
}
@media screen and (max-width: 768px) {
  .staff-section__heading-highlight {
    font-size: 2.6rem;
  }
  .staff-section__heading-highlight.pc_only {
    display: none;
  }
}
.staff-section__heading-highlight.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .staff-section__heading-highlight.sp_only {
    background: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: auto;
    width: auto;
  }
}
.staff-section__heading-highlight-text {
  background-image: linear-gradient(to right, #F26F25 50%, #ffd58a 100%);
  height: 38px;
  width: fit-content;
  padding: 0 12px;
  border-radius: 5px;
  color: #fff;
}

.staff-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 24px clamp(3px, (100vw - 1025px) / 2, 30px);
  margin: 10px;
  min-height: 335px;
}
@media screen and (max-width: 768px) {
  .staff-card {
    margin: 20px 10px;
    padding: 17px;
  }
}
.staff-card__profile {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #FFD58A;
}
@media screen and (max-width: 1024px) {
  .staff-card__profile {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 9px 20px;
    margin-bottom: 17px;
    padding: 0;
    border: none;
  }
}
.staff-card__image {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #FFF8F2;
  margin-left: clamp(0px, (77vw - 1025px) / 2, 17px);
}
@media screen and (max-width: 768px) {
  .staff-card__image {
    margin: 0;
  }
}
.staff-card__info {
  flex: 1;
  margin-left: 8px;
}
.staff-card__area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 30px;
  background-image: linear-gradient(135deg, #F26F25 0%, #FFD58A 100%);
  color: #fff;
  padding: 5px 20px;
  border-radius: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px 0;
}
.staff-card__name {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
.staff-card__name-san {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 5px;
}
.staff-card__salary {
  flex: 1;
  background-color: #FFECD9;
  margin-right: clamp(0px, (77vw - 1025px) / 2, 15px);
  padding: 10px clamp(1px, (77vw - 1025px) / 2, 6px);
  border-radius: 5px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  max-width: 130px;
}
@media screen and (max-width: 1024px) {
  .staff-card__salary {
    grid-column: 1/3;
    margin: 0;
    max-width: none;
  }
}
.staff-card__salary-label {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: clamp(1.2rem, (100vw - 1025px) / 2, 1.4rem);
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .staff-card__salary-label {
    font-size: 1.4rem;
  }
}
.staff-card__salary-label-year {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
.staff-card__salary-amount {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}
.staff-card__salary-amount-millionyen {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.staff-card__heading {
  color: #F26F25;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 7px;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .staff-card__heading {
    margin-bottom: 7px;
  }
}
.staff-card__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 21px;
  background-color: #FFC444;
}
.staff-card__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .staff-card__description {
    line-height: 1.8;
  }
}
.staff-card__one-word {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

.staff-slider {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .staff-slider {
    padding: 0 14px;
  }
}
.staff-slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
}
@media screen and (max-width: 768px) {
  .staff-slider__nav {
    display: none;
  }
}
.staff-slider__prev, .staff-slider__next {
  cursor: pointer;
  display: inline-block;
  transform: rotate(45deg) translateY(0%);
  width: 14px;
  height: 14px;
}
@media (any-hover: hover) {
  .staff-slider__prev:hover, .staff-slider__next:hover {
    opacity: 0.5;
  }
}
.staff-slider__prev {
  border-bottom: 2px solid #F36F56;
  border-left: 2px solid #F36F56;
}
.staff-slider__next {
  border-top: 2px solid #F36F56;
  border-right: 2px solid #F36F56;
}
.staff-slider__dots {
  display: flex;
  gap: 8px;
}
.staff-slider__dots .slick-dots {
  display: flex;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.staff-slider__dots .slick-dots li {
  margin: 0;
  padding: 0;
}
.staff-slider__dots .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #D9D9D9;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.staff-slider__dots .slick-dots li button:before {
  display: none;
}
.staff-slider__dots .slick-dots li.slick-active button {
  background-color: #F36F56;
}

.reasons {
  padding: 55px 0 26px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .reasons {
    padding: 42px 0 31px;
  }
}
.reasons__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 21px;
}
@media screen and (max-width: 1024px) {
  .reasons__title {
    font-size: 2.6rem;
    margin-bottom: 35px;
  }
}
.reasons__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .reasons__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.reasons__card {
  position: relative;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .reasons__card {
    max-width: 370px;
    margin: 0 auto;
    padding: 0;
  }
}
.reasons__card__number {
  position: absolute;
  top: 23px;
  left: 31px;
  background-color: #D92501;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .reasons__card__number {
    top: 0;
    left: 4px;
  }
}
.reasons__card__image-wrapper {
  width: fit-content;
  margin: 0 auto 23px;
  transition: transform 0.3s ease;
}
.reasons__card__image {
  width: 100%;
  height: auto;
}
.reasons__card__image--ec {
  max-width: 217px;
}
.reasons__card__image--convenience {
  max-width: 210px;
}
.reasons__card__image--infrastructure {
  max-width: 215px;
}
.reasons__card__title {
  text-transform: uppercase;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 11px;
  color: #F26F25;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1019607843);
  border-radius: 32px;
}
@media screen and (max-width: 1024px) {
  .reasons__card__title {
    font-size: 2.2rem;
    margin-bottom: 12px;
  }
}
.reasons__card--description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 9px 10px;
}
@media screen and (max-width: 1024px) {
  .reasons__card--description {
    font-size: 1.6rem;
    padding: 9px 7px;
  }
  .reasons__card--description .pc {
    display: none;
  }
}

.driver-role {
  position: relative;
  overflow: hidden;
  background-color: #FFF8F2;
  margin-bottom: -1px;
}
.driver-role::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 616px;
  height: 128px;
  background-image: url("data:image/svg+xml,%3Csvg width='616' height='128' viewBox='0 0 616 128' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='mix-blend-mode:multiply' opacity='0.32' d='M1.11901e-05 7.18273e-06L616 6.10352e-05L616 128L1.11901e-05 7.18273e-06Z' fill='url(%23paint0_linear_77_1373)'/%3E%3Cpath style='mix-blend-mode:multiply' opacity='0.32' d='M77 -1.34451e-06L616 4.57764e-05L616 76L77 -1.34451e-06Z' fill='url(%23paint1_linear_77_1373)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_77_1373' x1='307.992' y1='128' x2='307.992' y2='2.64788e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='0.52' stop-color='%23FFE49D'/%3E%3Cstop offset='1' stop-color='%23FF7F00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_77_1373' x1='346.493' y1='76' x2='346.493' y2='2.22153e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='0.52' stop-color='%23FFE49D'/%3E%3Cstop offset='1' stop-color='%23FF7F00'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
.driver-role::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 593px;
  height: 139px;
  background-image: url("data:image/svg+xml,%3Csvg width='593' height='139' viewBox='0 0 593 139' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='mix-blend-mode:multiply' opacity='0.32' d='M593 139H0V0L593 139Z' fill='url(%23paint0_linear_77_1374)'/%3E%3Cpath style='mix-blend-mode:multiply' opacity='0.32' d='M513 139H0V44L513 139Z' fill='url(%23paint1_linear_77_1374)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_77_1374' x1='296.508' y1='0' x2='296.508' y2='139' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='0.52' stop-color='%23FFE49D'/%3E%3Cstop offset='1' stop-color='%23FF7F00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_77_1374' x1='256.507' y1='44' x2='256.507' y2='139' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='0.52' stop-color='%23FFE49D'/%3E%3Cstop offset='1' stop-color='%23FF7F00'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
.driver-role__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 57px 20px 40px;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .driver-role__inner {
    flex-direction: column-reverse;
    align-items: center;
    padding: 41px 8px 27px;
    gap: 1px;
  }
}
.driver-role__images {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .driver-role__images {
    transform: translateX(16px);
  }
}
.driver-role__image {
  width: 390px;
  height: auto;
  margin: 0 0 0 auto;
  display: block;
  transform: translate(-16px, -8px);
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .driver-role__image {
    margin: 0 auto;
    width: 327px;
  }
}
.driver-role__content {
  flex: 1;
  position: relative;
}
.driver-role__title {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .driver-role__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1px;
  }
}
.driver-role__title-main, .driver-role__title-sub {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
  padding: 0 5px;
  width: fit-content;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.driver-role__highlight {
  margin-bottom: 32px;
}
.driver-role__highlight-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .driver-role__highlight-text {
    align-items: center;
    gap: 10px;
  }
}
.driver-role__highlight-line {
  display: inline-block;
  background-image: linear-gradient(135deg, #F26F25 50%, #ffd58a 100%);
  color: #fff;
  border-radius: 5px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  width: fit-content;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .driver-role__highlight-line.pc_only {
    display: none;
  }
}
.driver-role__highlight-line.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .driver-role__highlight-line.sp_only {
    display: inline;
  }
}
.driver-role__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .driver-role__description.pc_only {
    display: none;
  }
}
.driver-role__description.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .driver-role__description.sp_only {
    display: inline;
    order: -1;
    padding: 15px 19px;
    position: relative;
    z-index: 1;
  }
}

.job-description {
  padding: 49px 20px 51px;
  background-color: #F8AD69;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .job-description {
    padding: 32px 17px 37px;
  }
}
.job-description__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 47px;
  background-color: #fff;
  border-radius: 28px;
}
@media screen and (max-width: 768px) {
  .job-description__inner {
    border-radius: 18px;
    padding: 37px 17px 30px;
  }
}
.job-description__title {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 19px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F26F25;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .job-description__title {
    font-size: 2.6rem;
  }
}
.job-description__intro {
  display: flex;
  align-items: center;
  gap: 19px;
  background-color: #FEF4EB;
  margin: 0 auto 18px;
  padding: 23px 81px;
  border-radius: 10px;
  max-width: 870px;
}
@media screen and (max-width: 768px) {
  .job-description__intro {
    flex-direction: column;
    margin: 0 auto 34px;
    padding: 23px 18px;
  }
}
.job-description__intro-image {
  position: relative;
}
.job-description__intro-image img {
  max-width: 182px;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.job-description__intro-image::before {
  content: "";
  position: absolute;
  top: -34px;
  left: -37px;
  background-image: url("../images/Whatdriver.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 240px;
  height: 67px;
}
.job-description__intro-text {
  flex: 1;
  text-transform: uppercase;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .job-description__intro-text {
    font-size: 1.6rem;
  }
  .job-description__intro-text .pc {
    display: none;
  }
}

.job-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  border: 1px solid #F8AD69;
  border-radius: 10px;
  max-width: 870px;
  margin: 0 auto 40px;
  padding: 25px 14px 19px;
}
@media screen and (max-width: 1024px) {
  .job-steps {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: none;
    margin: 0 auto 8px;
  }
}

.job-step {
  position: relative;
  text-align: center;
}
.job-step__header {
  margin: 7px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .job-step__header {
    margin: 0 0 9px;
  }
}
.job-step__number {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F8AD69;
  border-radius: 24px;
  color: #fff;
  width: 97px;
  height: 34px;
  padding: 4px 16px;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Helvetica", "Arial", sans-serif;
}
@media screen and (max-width: 1024px) {
  .job-step__number {
    width: 100%;
  }
}
.job-step__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .job-step__content {
    flex-direction: row;
    gap: 9px;
    padding: 22px 0;
  }
}
.job-step__image {
  width: 162px;
  height: 162px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .job-step__image {
    transform: translateY(-21px);
    width: 140px;
    height: 140px;
  }
}
.job-step__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .job-step__text {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .job-step__text03 {
    margin: -15px 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .job-step__text04 {
    margin: 12px 0;
  }
}
.job-step__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #F36F56;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .job-step__title {
    text-align: left;
  }
}
.job-step__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 0 9px;
}
@media screen and (max-width: 1024px) {
  .job-step__description {
    font-size: 1.4rem;
    padding: 0;
  }
}
.job-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 32%;
  right: -13px;
  transform: translateY(-50%);
  width: 15px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6778 7.36404C13.2098 7.66151 13.2203 8.42334 12.6967 8.73532L1.50439 15.404C0.980776 15.716 0.315779 15.3442 0.307398 14.7347L0.128244 1.7076C0.119863 1.09814 0.774381 0.708154 1.30638 1.00562L12.6778 7.36404Z' fill='%23F8AD69'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .job-step:not(:last-child)::before {
    top: auto;
    bottom: 10%;
    right: 45%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.job-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 32%;
  right: -31px;
  transform: translateY(-50%);
  width: 15px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6778 7.36404C13.2098 7.66151 13.2203 8.42334 12.6967 8.73532L1.50439 15.404C0.980776 15.716 0.315779 15.3442 0.307398 14.7347L0.128244 1.7076C0.119863 1.09814 0.774381 0.708154 1.30638 1.00562L12.6778 7.36404Z' fill='%23F8AD69'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .job-step:not(:last-child)::after {
    display: none;
  }
}

.job-point {
  text-align: center;
  position: relative;
}
.job-point__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .job-point__text {
    font-size: 2rem;
    line-height: 1.6;
  }
  .job-point__text .sp {
    display: inline;
  }
}
.job-point__text::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 20.3%;
  width: 93px;
  height: 40px;
  background-image: url(../images/Point.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .job-point__text::before {
    top: -31px;
    left: 10%;
  }
}
.job-point__highlight {
  color: #F26F25;
  font-weight: 700;
}
.job-point__benefit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #F26F25 50%, #ffd58a 100%);
  color: #fff;
  padding: 0px 10px;
  border-radius: 5px;
  font-weight: 700;
  margin: 8px 4px;
}
@media screen and (max-width: 1024px) {
  .job-point__benefit {
    margin: 5px 2px 7px;
  }
}

.benefits {
  padding: 49px 20px 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .benefits {
    padding: 41px 20px 43px;
  }
}
.benefits__inner {
  max-width: 902px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .benefits__inner {
    padding: 0;
  }
}
.benefits__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  width: fit-content;
  margin: 0 auto 39px;
  padding-bottom: 4px;
  border-bottom: 1px solid #F26F25;
  position: relative;
}
@media screen and (max-width: 768px) {
  .benefits__title {
    margin: 0 auto 19px;
    padding-bottom: 3px;
  }
}
.benefits__title-main, .benefits__title-sub {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .benefits__title-main, .benefits__title-sub {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .benefits__title-sub {
    font-size: 2.4rem;
  }
}
.benefits__description {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .benefits__description {
    margin-bottom: 36px;
  }
}
.benefits__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .benefits__list {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 19px;
  }
}
.benefits__item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 17px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .benefits__item {
    gap: 18px;
    padding: 3px;
  }
}
.benefits__item:nth-child(n+3) {
  align-items: flex-start;
}
.benefits__icon {
  flex-shrink: 0;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .benefits__icon {
    width: 120px;
    height: 120px;
  }
}
.benefits__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.benefits__content {
  flex: 1;
}
.benefits__item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #F26F25;
  margin-bottom: 19px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .benefits__item-title {
    font-size: clamp(1.8rem, (111vw - 375px) / 2, 2rem);
  }
}
.benefits__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
}

.choose-reasons {
  padding: 75px 20px 93px;
  background-color: #FFF8F2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .choose-reasons {
    padding: 50px 20px 41px;
  }
}
.choose-reasons__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.choose-reasons__title {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 auto 20px;
  padding-bottom: 3px;
  position: relative;
  width: fit-content;
  border-bottom: 1px solid #F26F25;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__title {
    font-size: clamp(2.2rem, (114vw - 375px) / 2, 2.6rem);
  }
}
.choose-reasons__subtitle {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 11px;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__subtitle {
    font-size: clamp(1.6rem, (110vw - 375px) / 2, 1.8rem);
    margin-bottom: 41px;
  }
}
.choose-reasons__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__list.pc_only {
    display: none;
  }
}
.choose-reasons__list.sp_only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__list.sp_only {
    display: flex;
    gap: 45px;
  }
}
.choose-reasons__item {
  display: flex;
  align-items: center;
  gap: 0px;
  width: 900px;
}
.choose-reasons__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__item:nth-child(even) {
    flex-direction: column;
  }
}
.choose-reasons__item:nth-child(even) .choose-reasons__content {
  margin-left: 20px;
}
.choose-reasons__item:nth-child(even) .choose-reasons__text {
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__item {
    flex-direction: column;
    width: 100%;
  }
}
.choose-reasons__content {
  flex: 1;
  margin-left: 86px;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__content {
    margin: 0;
  }
}
.choose-reasons__content--02 {
  transform: translate(-1px, -29px);
}
.choose-reasons__content--03 {
  transform: translate(26px, -32px);
}
.choose-reasons__content--04 {
  transform: translate(22px, -16px);
}
.choose-reasons__content--05 {
  transform: translate(-14px, -2px);
}
.choose-reasons__header {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__header {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .choose-reasons__header--03 {
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .choose-reasons__header--04 {
    margin-top: 9px;
  }
}
@media screen and (max-width: 768px) {
  .choose-reasons__header--05 {
    margin-top: 8px;
  }
}
.choose-reasons__number {
  text-transform: capitalize;
  display: inline-block;
  font-family: "Helvetica", "Arial", sans-serif;
  color: #F4A394;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.choose-reasons__item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #F26F25;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__item-title {
    text-align: center;
  }
  .choose-reasons__item-title .sp {
    display: inline;
  }
}
.choose-reasons__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__text {
    font-size: 1.6rem;
    padding: 0 3px;
  }
  .choose-reasons__text .pc {
    display: none;
  }
}
.choose-reasons__text--accent {
  font-weight: 600;
}
.choose-reasons__image-wrapper {
  min-width: 377px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image-wrapper {
    min-width: auto;
  }
}
.choose-reasons__image-wrapper--01::after {
  content: "";
  position: absolute;
  width: 361px;
  height: 276px;
  bottom: -37px;
  left: 119px;
  background-image: url("data:image/svg+xml,%3Csvg width='361' height='276' viewBox='0 0 361 276' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_78_1149)'%3E%3Cpath opacity='0.24' d='M164.908 6.92511C109.332 23.5175 118.711 76.4799 61.5297 86.942C-1.45874 98.4674 -25.5072 144.407 0.0897751 187.231C25.6867 230.055 110.705 198.863 147.498 242.242C204.008 308.861 308.327 265.875 308.327 208.068C308.327 125.013 359.061 147.084 349.884 79.1705C342.89 27.4194 247.491 -17.7253 164.903 6.92973L164.908 6.92511Z' fill='url(%23paint0_linear_78_1149)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_78_1149' x1='170.497' y1='360.588' x2='178.686' y2='-23.7056' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFD58A'/%3E%3Cstop offset='1' stop-color='%23F26F25'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_78_1149'%3E%3Crect width='361' height='276' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image-wrapper--01::after {
    width: 235px;
    height: 180px;
    bottom: 68px;
    left: -144px;
  }
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image-wrapper--02 {
    margin-bottom: 21px;
  }
}
.choose-reasons__image-wrapper--02::before {
  content: "";
  position: absolute;
  width: 114px;
  height: 142px;
  right: 37px;
  bottom: 42px;
  background-image: url(../images/reason02__accent.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image-wrapper--02::before {
    width: 90px;
    height: 112px;
    right: 224px;
    bottom: 4px;
  }
}
.choose-reasons__image-wrapper--02::after {
  content: "";
  position: absolute;
  width: 333px;
  height: 283px;
  bottom: 66px;
  left: -108px;
  background-image: url("data:image/svg+xml,%3Csvg width='333' height='302' viewBox='0 0 333 302' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M121.868 30.5036C74.3491 64.6562 100.842 117.639 49.7608 145.815C-6.50816 176.853 -14.229 232.466 24.3766 269.902C62.9823 307.339 133.751 248.973 183.221 283.635C259.199 336.867 344.472 260.286 325.32 199.386C297.804 111.887 353.514 119.919 322.259 51.1244C298.442 -1.29789 192.48 -20.2397 121.865 30.5101L121.868 30.5036Z' fill='url(%23paint0_linear_78_1183)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_78_1183' x1='244.369' y1='401.415' x2='126.591' y2='-6.39815' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFD58A'/%3E%3Cstop offset='1' stop-color='%23F26F25'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image-wrapper--02::after {
    width: 184px;
    height: 169px;
    transform: rotate(14deg);
    bottom: 25px;
    left: 161px;
  }
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image-wrapper--03 {
    margin-bottom: 42px;
  }
}
.choose-reasons__image-wrapper--03::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 66px;
  left: -72px;
  bottom: 29px;
  background-image: url(../images/reason03__accent.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image-wrapper--03::before {
    width: 99px;
    height: 47px;
    left: -7px;
    bottom: -13px;
  }
}
.choose-reasons__image-wrapper--03::after {
  content: "";
  position: absolute;
  width: 334px;
  height: 198px;
  bottom: -14px;
  left: 65px;
  background-image: url("data:image/svg+xml,%3Csvg width='333' height='198' viewBox='0 0 333 198' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M228.502 197.914C287.286 200.711 356.918 136.001 324.95 56.7177C301.932 -0.371031 225.793 -12.3215 191.115 11.7309C156.437 35.7833 121.705 11.2766 67.5746 28.2112C-54.8817 66.5168 7.4464 221.561 109.296 191.678C164.982 175.345 185.75 195.883 228.502 197.914Z' fill='url(%23paint0_linear_79_1257)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_79_1257' x1='435.062' y1='99.0007' x2='-27.7953' y2='77.305' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFD58A'/%3E%3Cstop offset='1' stop-color='%23F26F25'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image-wrapper--03::after {
    width: 202px;
    height: 120px;
    bottom: -39px;
    left: 193px;
    transform: rotate(-16deg);
  }
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image-wrapper--04 {
    margin-bottom: 9px;
  }
}
.choose-reasons__image-wrapper--04::before {
  content: "";
  position: absolute;
  width: 91px;
  height: 117px;
  left: 250px;
  bottom: 18px;
  background-image: url(../images/reason04__accent.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image-wrapper--04::before {
    width: 60px;
    height: 77px;
    left: 227px;
    bottom: 30px;
  }
}
.choose-reasons__image-wrapper--04::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 242px;
  bottom: 64px;
  left: -50px;
  background-image: url("data:image/svg+xml,%3Csvg width='325' height='235' viewBox='0 0 325 235' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M77.9616 38.225C20.4563 50.7377 -30.0551 131.265 21.3444 199.573C58.3532 248.759 134.992 240.596 162.263 208.388C189.534 176.18 229.425 190.862 277.328 160.494C385.697 91.8 285.364 -41.8296 194.719 13.3958C145.159 43.5849 119.782 29.1221 77.9616 38.225Z' fill='url(%23paint0_linear_79_1259)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_79_1259' x1='-95.9599' y1='187.23' x2='356.741' y2='88.3899' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFD58A'/%3E%3Cstop offset='1' stop-color='%23F26F25'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image-wrapper--04::after {
    width: 153px;
    height: 110px;
    bottom: 7px;
    left: -24px;
    transform: rotate(26deg);
  }
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image-wrapper--05 {
    margin-bottom: 27px;
  }
}
.choose-reasons__image-wrapper--05::before {
  content: "";
  position: absolute;
  width: 94px;
  height: 101px;
  left: -32px;
  bottom: 3px;
  background-image: url(../images/reason05__accent.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image-wrapper--05::before {
    width: 87px;
    height: 93px;
    left: 18px;
    bottom: 7px;
  }
}
.choose-reasons__image-wrapper--05::after {
  content: "";
  position: absolute;
  width: 366px;
  height: 299px;
  bottom: -34px;
  left: 33px;
  background-image: url("data:image/svg+xml,%3Csvg width='368' height='300' viewBox='0 0 368 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M123.634 297.541C180.737 310.337 202.706 255.324 257.712 274.755C318.305 296.158 364.983 264.956 367.286 211.229C369.59 157.502 278.943 143.434 271.952 83.4348C261.211 -8.71173 147.316 -21.507 114.551 33.2849C67.4762 112.007 36.4427 65.0491 5.82632 134.13C-17.5032 186.771 38.7855 278.522 123.641 297.539L123.634 297.541Z' fill='url(%23paint0_linear_96_1285)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_96_1285' x1='319.291' y1='-40.5419' x2='92.927' y2='318.544' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFD58A'/%3E%3Cstop offset='1' stop-color='%23F26F25'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image-wrapper--05::after {
    width: 205px;
    height: 173px;
    bottom: 70px;
    left: 151px;
  }
}
.choose-reasons__image {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  z-index: 2;
}
.choose-reasons__image--01 {
  max-width: 378px;
  transform: translate(-32px, 24px);
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image--01 {
    max-width: 311px;
    transform: translate(19px, 0px);
  }
}
.choose-reasons__image--02 {
  max-width: 338px;
  transform: translateY(-30px);
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image--02 {
    max-width: 311px;
    transform: translate(-13px, 0px);
  }
}
.choose-reasons__image--03 {
  max-width: 320px;
  transform: translate(-50px, -31px);
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image--03 {
    max-width: 283px;
    transform: translate(9px, 14px);
  }
}
.choose-reasons__image--04 {
  max-width: 360px;
  transform: translate(2px, -17px);
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image--04 {
    max-width: 271px;
    transform: translate(9px, 5px);
  }
}
.choose-reasons__image--05 {
  max-width: 320px;
  transform: translate(-11px, -1px);
}
@media screen and (max-width: 1024px) {
  .choose-reasons__image--05 {
    max-width: 295px;
    transform: translate(8px, 0px);
  }
}
@media (max-width: 440px) {
  .choose-reasons__description--03 {
    margin: -9px auto 0 0;
  }
}

.recruitment {
  padding: 48px 0 50px;
  background-color: #F8AD69;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitment {
    padding: 33px 0 74px;
  }
}
.recruitment__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.recruitment-slider {
  max-width: 1050px;
  margin: 0 auto 24px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .recruitment-slider {
    margin: 0 auto 26px;
  }
}
.recruitment-slider .slick-slide {
  margin: 0 10px;
}
.recruitment-slider__prev, .recruitment-slider__next {
  width: 40px;
  height: 40px;
  background-color: #D92501;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border: none;
  position: absolute;
  top: 47%;
}
@media screen and (max-width: 768px) {
  .recruitment-slider__prev, .recruitment-slider__next {
    top: auto;
    bottom: -16px;
  }
}
.recruitment-slider__prev::before, .recruitment-slider__next::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
}
@media (any-hover: hover) {
  .recruitment-slider__prev:hover, .recruitment-slider__next:hover {
    background-color: #F36F56;
  }
  .recruitment-slider__prev:hover::before, .recruitment-slider__next:hover::before {
    border-color: #fff;
  }
}
.recruitment-slider__prev {
  left: 0;
}
@media screen and (max-width: 768px) {
  .recruitment-slider__prev {
    left: 24px;
  }
}
.recruitment-slider__prev::before {
  transform: rotate(-135deg);
  left: 16px;
}
.recruitment-slider__next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .recruitment-slider__next {
    right: 24px;
  }
}
.recruitment-slider__next::before {
  transform: rotate(45deg);
  left: 12px;
}
.recruitment-slider__dots {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.recruitment-slider__dots .slick-dots {
  display: flex;
  list-style: none;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.recruitment-slider__dots li {
  display: block;
  width: 12px;
  height: 12px;
}
.recruitment-slider__dots li.slick-active button {
  background-color: #F36F56;
}
.recruitment-slider__dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D9D9D9;
  border: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
.recruitment-slider__dots button:hover {
  background-color: #F36F56;
}
.recruitment__item {
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.08);
  min-height: 498px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruitment__item {
    padding: 25px 19px;
  }
}
.recruitment__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3px;
}
.recruitment__item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.recruitment__priority-label {
  background-color: #F36F56;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  white-space: nowrap;
}
.recruitment__item-duties {
  margin-bottom: 15px;
}
.recruitment__item-label {
  color: #F36F56;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 5px;
  padding-left: 12px;
  position: relative;
}
.recruitment__item-label::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: #F36F56;
  font-weight: bold;
}
.recruitment__item-text {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.recruitment__item-salary {
  margin-bottom: 19px;
}
.recruitment__item-duties h3, .recruitment__item-salary h3 {
  color: #F36F56;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 5px;
  padding-left: 9px;
  position: relative;
}
.recruitment__item-duties h3::before, .recruitment__item-salary h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #F36F56;
}
.recruitment__item-duties p, .recruitment__item-salary p {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.recruitment__item-button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  color: #fff;
  max-width: 164px;
  width: 100%;
  height: 33px;
  margin: auto auto 0;
  background-image: linear-gradient(135deg, #EE0000 0%, #D52B00 100%);
  border-radius: 32px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.recruitment__item-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 5px;
  height: 5px;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
}
@media screen and (max-width: 1024px) {
  .recruitment__item-button::after {
    right: 13px;
    width: 5px;
    height: 5px;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #fff;
  }
}
@media (any-hover: hover) {
  .recruitment__item-button:hover {
    opacity: 0.7;
  }
}
.recruitment__item-button:focus {
  opacity: 0.7;
}
.recruitment__item-link {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.entry-form {
  margin-top: -1px;
  padding: 86px 0 62px;
  position: relative;
  background-color: #FFF8F2;
}
@media screen and (max-width: 768px) {
  .entry-form {
    padding: 40px 0;
  }
}
.entry-form::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 444px;
  height: 414px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQ0IiBoZWlnaHQ9IjQxNCIgdmlld0JveD0iMCAwIDQ0NCA0MTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3R5bGU9Im1peC1ibGVuZC1tb2RlOm11bHRpcGx5IiBvcGFjaXR5PSIwLjMiIGQ9Ik0wIDBINDQ0VjQxNEwwIDBaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfOTlfMjYxMCkiLz48cGF0aCBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bXVsdGlwbHkiIG9wYWNpdHk9IjAuMyIgZD0iTTYxIDFINDQ0VjQwNEw2MSAxWiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzk5XzI2MTApIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzk5XzI2MTAiIHgxPSIwIiB5MT0iMjA2Ljk5MyIgeDI9IjQ0NCIgeTI9IjIwNi45OTMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSJ3aGl0ZSIvPjxzdG9wIG9mZnNldD0iMC41MiIgc3RvcC1jb2xvcj0iI0ZGRTQ5RCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGN0YwMCIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyXzk5XzI2MTAiIHgxPSI2MSIgeTE9IjIwMi40OTMiIHgyPSI0NDQiIHkyPSIyMDIuNDkzIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiLz48c3RvcCBvZmZzZXQ9IjAuNTIiIHN0b3AtY29sb3I9IiNGRkU0OUQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRjdGMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .entry-form::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjE2IiBoZWlnaHQ9IjExMiIgdmlld0JveD0iMCAwIDIxNiAxMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3R5bGU9Im1peC1ibGVuZC1tb2RlOm11bHRpcGx5IiBvcGFjaXR5PSIwLjMiIGQ9Ik0wIDAuMTkxNDA2SDIxNi42MzhWMTExLjE5MUwwIDAuMTkxNDA2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzQxMV8yNzc1KSIvPjxwYXRoIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTptdWx0aXBseSIgb3BhY2l0eT0iMC4zIiBkPSJNMjkuNzYzMiAwLjQ1OTk2MUgyMTYuNjM4VjEwOC41MTFMMjkuNzYzMiAwLjQ1OTk2MVoiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl80MTFfMjc3NSkiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNDExXzI3NzUiIHgxPSIwIiB5MT0iNTUuNjg5NSIgeDI9IjIxNi42MzgiIHkyPSI1NS42ODk1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiLz48c3RvcCBvZmZzZXQ9IjAuNTIiIHN0b3AtY29sb3I9IiNGRkU0OUQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRjdGMDAiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl80MTFfMjc3NSIgeDE9IjI5Ljc2MzIiIHkxPSI1NC40ODM1IiB4Mj0iMjE2LjYzOCIgeTI9IjU0LjQ4MzUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSJ3aGl0ZSIvPjxzdG9wIG9mZnNldD0iMC41MiIgc3RvcC1jb2xvcj0iI0ZGRTQ5RCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGN0YwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==");
    width: 216px;
    height: 111px;
  }
}
.entry-form__inner {
  max-width: 891px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .entry-form__inner {
    padding: 0 15px;
  }
}
.entry-form__content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 49px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .entry-form__content-wrapper {
    flex-direction: column;
    margin-bottom: 33px;
  }
}
.entry-form__title {
  display: flex;
  flex-direction: column;
  gap: 17px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 28px;
}
@media screen and (max-width: 1024px) {
  .entry-form__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .entry-form__title {
    gap: 12px;
    font-size: clamp(2rem, (113vw - 375px) / 2, 2.4rem);
    margin-bottom: 307px;
  }
}
.entry-form__title--highlight {
  display: inline-block;
  background-image: linear-gradient(to right, #F26F25 50%, #ffd58a 100%);
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 12px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .entry-form__title--highlight {
    padding: 3px 5px;
  }
}
.entry-form__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .entry-form__description {
    padding: 0 9px;
  }
}
.entry-form__image {
  transform: translateY(-22px);
}
@media screen and (max-width: 768px) {
  .entry-form__image {
    position: absolute;
    top: 109px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.entry-form__image img {
  max-width: 331px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .entry-form__image img {
    width: clamp(290px, (279vw - 375px) / 2, 331px);
  }
}
.entry-form__form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .entry-form__form {
    gap: 33px;
    padding: 0 9px;
  }
}
.entry-form__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.entry-form__label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #222;
}
@media screen and (max-width: 768px) {
  .entry-form__label {
    font-size: clamp(14px, (109vw - 375px) / 2, 16px);
  }
}
.entry-form .required,
.entry-form .optional {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2px 8px;
  width: 52px;
  height: 27px;
  text-align: center;
  border-radius: 5px;
}
.entry-form .required {
  background: #F26F25;
  color: #fff;
}
.entry-form .optional {
  border: 1px solid #F26F25;
  background: #fff;
  color: #F26F25;
}
.entry-form__input, .entry-form__select, .entry-form__textarea {
  padding: 11px;
  border: 1px solid #C3C3C3;
  border-radius: 5px;
  background-color: #fff;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.entry-form__input::placeholder, .entry-form__select::placeholder, .entry-form__textarea::placeholder {
  color: #C3C3C3;
}
.entry-form__input.error, .entry-form__select.error, .entry-form__textarea.error {
  background-color: #FFF5F5;
  border-color: #FF4B4B;
}
@media (any-hover: hover) {
  .entry-form__input:hover, .entry-form__select:hover, .entry-form__textarea:hover {
    border-color: #F26F25;
  }
}
.entry-form__input:focus, .entry-form__select:focus, .entry-form__textarea:focus {
  color: #222;
}
.entry-form__select-wrapper {
  position: relative;
}
.entry-form__select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #d9d9d9;
  transform: translateY(-83%) rotate(135deg);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 0.1);
  will-change: transform;
  pointer-events: none;
}
.entry-form__select-wrapper.is-open::after {
  transform: translateY(-25%) rotate(-45deg);
}
.entry-form__select {
  cursor: pointer;
  width: 100%;
  position: relative;
  color: #222;
  transition: border-color 0.3s ease;
}
@media (any-hover: hover) {
  .entry-form__select:hover {
    border-color: #F26F25;
  }
}
.entry-form__select:invalid {
  color: #C3C3C3;
}
.entry-form__select:valid {
  color: #222;
}
.entry-form__select:nth-child(2n) {
  color: #222;
}
.entry-form__select option {
  color: #222;
}
.entry-form__select:focus {
  color: #222;
  border-color: #F26F25;
}
.entry-form__textarea {
  min-height: 181px;
}
.entry-form__privacy {
  text-align: center;
  margin: 12px 0;
}
@media screen and (max-width: 768px) {
  .entry-form__privacy {
    margin: 9px auto;
  }
}
.entry-form__privacy input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 -1px;
  border: 2px solid #C3C3C3;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  vertical-align: -4px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s;
}
.entry-form__privacy input[type=checkbox].error {
  border-color: #FF4B4B;
}
@media screen and (max-width: 768px) {
  .entry-form__privacy input[type=checkbox] {
    top: -4px;
  }
}
.entry-form__privacy input[type=checkbox]:checked {
  background-color: #fff;
}
.entry-form__privacy input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuMjUgMi4wMTEyM0w1LjkxNjY3IDEwLjM0NDZMMS43NSA2LjE3NzkiIHN0cm9rZT0iI0MzQzNDMyIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
}
.entry-form__privacy-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .entry-form__privacy-text {
    font-size: clamp(14px, (127vw - 375px) / 2, 16px);
  }
}
.entry-form__privacy-link {
  letter-spacing: 0;
  border-bottom: 1px solid #C3C3C3;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .entry-form__privacy-link:hover {
    opacity: 0.5;
  }
}
.entry-form__submit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  color: #fff;
  width: 421px;
  height: 63px;
  border-radius: 32px;
  background-image: linear-gradient(135deg, #EE0000 0%, #D52B00 100%);
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  padding: 16px 0;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .entry-form__submit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .entry-form__submit {
    max-width: 421px;
    width: 100%;
    height: 52px;
  }
}
.entry-form__submit::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
}
@media screen and (max-width: 1024px) {
  .entry-form__submit::after {
    right: 25px;
  }
}
@media (any-hover: hover) {
  .entry-form__submit:hover {
    opacity: 0.7;
  }
}
.entry-form__submit:focus {
  opacity: 0.7;
}
.entry-form__message {
  width: fit-content;
  margin: 0 auto;
  margin: 20px auto;
  padding: 12px;
  font-size: 2.4rem;
  color: #D92501;
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
.entry-form__error {
  font-family: "Noto Sans JP", sans-serif;
  color: #D92501;
}
.entry-form__error-message {
  font-size: 1.4rem;
  color: #D92501;
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
.entry-form #privacy-error-message {
  text-align: center;
  margin-top: 8px;
}
.entry-form__success-content {
  text-align: center;
  padding: 40px 20px;
  animation: fadeIn 0.5s ease-in-out;
  max-width: 720px;
  margin: 0 auto;
}
.entry-form__success-message {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .entry-form__success-message {
    font-size: 2rem;
  }
}
.entry-form__home-button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  color: #fff;
  width: 280px;
  height: 63px;
  border-radius: 32px;
  background-image: linear-gradient(135deg, #EE0000 0%, #D52B00 100%);
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  padding: 18px 0;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .entry-form__home-button {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .entry-form__home-button {
    max-width: 280px;
    width: 100%;
    height: 52px;
    padding: 14px 0;
  }
}
.entry-form__home-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
}
@media screen and (max-width: 1024px) {
  .entry-form__home-button::after {
    right: 25px;
  }
}
@media (any-hover: hover) {
  .entry-form__home-button:hover {
    opacity: 0.7;
  }
}
.entry-form__home-button:focus {
  opacity: 0.7;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}/*# sourceMappingURL=style.css.map */