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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

/**
 * 1. 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 */
}

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

/*------------------------------------------------------------------------------
  base style
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

html {
  color: #333333;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
}
html.is-noScroll {
  overflow: hidden;
}

img {
  border: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}

p {
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
}
a.is-hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  a.is-hover:hover {
    opacity: 0.6;
  }
}

input ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder,
select ::-webkit-input-placeholder {
  color: #ccc;
}
input :-ms-input-placeholder,
textarea :-ms-input-placeholder,
select :-ms-input-placeholder {
  color: #ccc;
}
input ::-ms-input-placeholder,
textarea ::-ms-input-placeholder,
select ::-ms-input-placeholder {
  color: #ccc;
}
input ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder, select ::-webkit-input-placeholder {
  color: #ccc;
}
input ::-moz-placeholder, textarea ::-moz-placeholder, select ::-moz-placeholder {
  color: #ccc;
}
input :-ms-input-placeholder, textarea :-ms-input-placeholder, select :-ms-input-placeholder {
  color: #ccc;
}
input ::-ms-input-placeholder, textarea ::-ms-input-placeholder, select ::-ms-input-placeholder {
  color: #ccc;
}
input ::placeholder,
textarea ::placeholder,
select ::placeholder {
  color: #ccc;
}

.l-header {
  z-index: 20;
  width: 100%;
  position: absolute;
  top: 0;
}
.l-header__inner {
  padding-top: clamp(30px, 8vw, 50px);
  padding-left: clamp(20px, 5.3333333333vw, 50px);
}
.l-header__logo {
  width: 38.9333333333vw;
  max-width: 169px;
}
.l-header__mail {
  position: fixed;
  top: 0;
  right: 0;
  width: clamp(60px, 16vw, 100px);
  height: clamp(60px, 16vw, 100px);
  padding-top: 7px;
  background-color: #009CE7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px 0;
}
.l-header__mail__icon {
  width: clamp(25px, 6.6666666667vw, 36px);
}
.l-header__mail__text {
  font-size: clamp(10px, 2.6666666667vw, 16px);
  color: #fff;
  font-weight: 700;
}

.l-footer {
  width: 100%;
  background-color: #2e363e;
}
.l-footer__inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 60px 47px 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding-top: 100px;
  }
}
.l-footer__logo {
  max-width: 203px;
}
.l-footer__access {
  margin-top: 31px;
  font-size: 16px;
  line-height: 1.875;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer__access {
    margin-top: 26px;
  }
}
.l-footer__copyright {
  margin-top: 60px;
  font-size: 12px;
  line-height: 1.5;
  color: #667073;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    width: 100%;
    margin-top: 50px;
    text-align: right;
  }
}
.l-footer__toplink {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 83px;
  right: 0;
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .l-footer__toplink {
    bottom: 120px;
    margin-right: 47px;
  }
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
@media screen and (min-width: 640px) {
  .p-about-slider {
    pointer-events: none;
  }
}
.p-about-slider__inner {
  padding: 45px 0 165px;
}
@media screen and (min-width: 640px) {
  .p-about-slider__inner {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 116px 30px 190px 30px;
  }
}
@media screen and (min-width: 640px) {
  .p-about-slider .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 640px) {
  .p-about-slider .swiper-slide {
    max-width: 303px;
  }
}
.p-about-slider .swiper-slide.m-margin {
  margin: 0 -0.5px;
}
.p-about-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  padding: 0 30px;
  bottom: var(--swiper-pagination-bottom, 94px) !important;
}
@media screen and (min-width: 640px) {
  .p-about-slider .swiper-pagination {
    display: none;
  }
}
.p-about-slider .swiper-pagination-bullet {
  margin: 0 !important;
  border-radius: 0 !important;
  height: auto !important;
  background: #fff !important;
  opacity: 1 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 14px 5px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #009CE7;
  color: #009CE7;
}
.p-about-slider .swiper-pagination-bullet-active {
  background: #009CE7 !important;
  color: #fff;
}

@media screen and (min-width: 640px) {
  .p-flow-slider {
    pointer-events: none;
  }
}
.p-flow-slider__inner {
  padding: 26px 0 65px 30px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .p-flow-slider__inner {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 20px 30px 107px 30px;
  }
}
.p-flow-slider__btn {
  pointer-events: painted;
  cursor: pointer;
  padding: clamp(11px, 2.9333333333vw, 14px) clamp(20px, 5.3333333333vw, 30px);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(12px, 3.2vw, 15px);
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
  border: 1px solid #009CE7;
  color: #009CE7;
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  bottom: 7.5%;
  left: 40%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .p-flow-slider__btn:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 640px) {
  .p-flow-slider__btn {
    padding: clamp(3px, 0.46875vw, 11px) clamp(3px, 0.46875vw, 20px);
    font-size: clamp(10px, 0.8571428571vw, 12px);
    letter-spacing: normal;
    bottom: 5%;
    left: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow-slider__btn {
    letter-spacing: 0.1em;
    padding: clamp(1px, 0.7857142857vw, 11px) clamp(1px, 1.4285714286vw, 20px);
    bottom: 7.5%;
    left: 40%;
  }
}
@media screen and (min-width: 640px) {
  .p-flow-slider .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-flow-slider .swiper-slide {
  position: relative;
}
@media screen and (min-width: 640px) {
  .p-flow-slider .swiper-slide {
    max-width: 248px;
  }
}
.p-flow-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  bottom: var(--swiper-pagination-bottom, 35px) !important;
}
@media screen and (min-width: 640px) {
  .p-flow-slider .swiper-pagination {
    display: none;
  }
}
.p-flow-slider .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
  background: #fff !important;
  opacity: 1 !important;
  border: 1px solid #009CE7;
}
.p-flow-slider .swiper-pagination-bullet-active {
  background: #009CE7 !important;
}

.p-popup {
  position: relative;
  display: none;
  z-index: 100;
}

.p-popup.is-open {
  display: block;
}

.p-popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-popup__container {
  background: #fff;
  width: clamp(0px, 84vw, 800px);
  max-height: 100vh;
  overflow-y: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 40px;
}
@media screen and (min-width: 768px) {
  .p-popup__container {
    padding: 50px;
  }
}

.p-popup__title {
  font-size: 16px;
  line-height: 1.5;
  color: #009CE7;
}

.p-popup__sentense {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
}

.p-popup__sentense + .p-popup__title {
  margin-top: 30px;
}

.p-popup__close {
  margin-top: 42px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #009CE7;
  min-width: 120px;
  padding: 12px 12px 11px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #009CE7;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-popup__close {
    margin-top: 72px;
  }
}

.lp-mv {
  width: 100%;
  height: clamp(650px, 173.3333333333vw, 750px);
  position: relative;
  background: url(../img/sp/mv.jpg) center center/cover;
}
@media screen and (min-width: 640px) {
  .lp-mv {
    background: url(../img/mv.jpg) 92% top/cover;
  }
}
.lp-mv__inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-mv__contents {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 640px) {
  .lp-mv__contents {
    margin-bottom: 18px;
    gap: 35px 0;
  }
}
.lp-mv__contents__sentence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 640px) {
  .lp-mv__contents__sentence {
    font-size: 24px;
    line-height: 1.4583333333;
  }
}
.lp-mv__contents__sentence > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 640px) {
  .lp-mv__contents__sentence > span {
    width: 54px;
  }
}
.lp-mv__contents__catch {
  max-width: 275px;
}
@media screen and (min-width: 640px) {
  .lp-mv__contents__catch {
    max-width: 544px;
  }
}
.lp-mv__contents__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 11px 6px;
  border: 2px solid #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4615384615;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .lp-mv__contents__text {
    padding: 6px 23px 7px;
    border: 1px solid #fff;
    font-size: 20px;
    line-height: 1.45;
  }
}
.lp-mv__bottom {
  width: clamp(268px, 71.4666666667vw, 800px);
  text-align: center;
  padding: clamp(19px, 5.0666666667vw, 35px);
  background-color: #009CE7;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp-mv__bottom::before {
  content: "";
  width: 1px;
  height: clamp(30px, 8vw, 60px);
  background-color: #fff;
  -webkit-animation: scrollDown 2s ease infinite;
          animation: scrollDown 2s ease infinite;
  position: absolute;
  bottom: calc(clamp(60px, 16vw, 100px) - clamp(15px, 4vw, 30px));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  55% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  55% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
.lp-mv__bottom__sentence {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(14px, 3.7333333333vw, 20px);
  color: #fff;
}
@media screen and (min-width: 640px) {
  .lp-mv__bottom__sentence {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}

.lp-pr__inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 76px;
  padding-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .lp-pr__inner {
    padding-top: 120px;
    padding-bottom: 134px;
    text-align: center;
  }
}
.lp-pr__intro {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px 0;
}
@media screen and (min-width: 768px) {
  .lp-pr__intro {
    width: 100%;
    padding-left: 0;
    gap: 30px 0;
  }
}
.lp-pr__intro__sentence {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #484A4C;
}
@media screen and (min-width: 768px) {
  .lp-pr__intro__sentence {
    font-size: 20px;
    line-height: 1.45;
  }
}
@media screen and (min-width: 1024px) {
  .lp-pr__intro__sentence.m-margin {
    margin-left: 9%;
  }
}
.lp-pr__intro__sentence__border {
  display: inline-block;
  max-width: 90px;
  width: 100%;
  height: 1px;
  margin: 0 15px;
  vertical-align: super;
  background-color: #484A4C;
}
@media screen and (min-width: 768px) {
  .lp-pr__intro__sentence__border {
    max-width: 50px;
  }
}
.lp-pr__intro__sentence > span {
  display: block;
}
@media screen and (min-width: 768px) {
  .lp-pr__intro__sentence > span {
    display: contents;
  }
}
.lp-pr__keyword {
  margin: 36px 0 0 -58px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #009CE7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-pr__keyword {
    margin: 55px 0 0 10px;
    font-size: 40px;
    line-height: 1.45;
  }
}
.lp-pr__keyword > span {
  display: block;
}
@media screen and (min-width: 768px) {
  .lp-pr__keyword > span {
    display: contents;
  }
}
.lp-pr__keyword::before {
  content: "“";
  position: absolute;
  font-size: 24px;
  top: 0px;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .lp-pr__keyword::before {
    font-size: 30px;
    top: 5px;
    left: -27px;
  }
}
.lp-pr__keyword::after {
  content: "”";
  position: absolute;
  font-size: 24px;
  bottom: 0px;
  right: -20px;
}
@media screen and (min-width: 768px) {
  .lp-pr__keyword::after {
    font-size: 30px;
    bottom: -13px;
    right: -18px;
  }
}

.lp-about {
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-about__bg-gray {
    z-index: -2;
    width: 62.8571428571vw;
    height: clamp(0px, 35.7142857143vw, 500px);
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: calc(50% - 50vw);
  }
}
.lp-about__bg-blue {
  z-index: -1;
  width: 100%;
  height: 66.6666666667vw;
  background-color: #009CE7;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .lp-about__bg-blue {
    width: clamp(0px, 62.8571428571vw, 1100px);
    height: clamp(0px, 35.7142857143vw, 500px);
    top: 60px;
    margin-right: calc(50% - 50vw);
  }
}
.lp-about__inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 47px;
}
@media screen and (min-width: 768px) {
  .lp-about__inner {
    padding-top: 180px;
    position: relative;
  }
}
.lp-about__img {
  width: clamp(250px, 66.6666666667vw, 550px);
}
@media screen and (min-width: 768px) {
  .lp-about__img {
    width: clamp(250px, 39.2857142857vw, 550px);
    position: absolute;
    top: 180px;
    right: 30px;
  }
}
.lp-about__contents {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .lp-about__contents {
    z-index: 1;
    position: relative;
    max-width: 500px;
    margin-top: 44px;
  }
}
.lp-about__contents__title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.42;
  color: #000;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .lp-about__contents__title {
    font-size: 100px;
    line-height: 1.4;
  }
}
.lp-about__contents__title__img {
  width: 100%;
  max-width: 150px;
  position: absolute;
  bottom: -13px;
  left: -4.7%;
}
@media screen and (min-width: 768px) {
  .lp-about__contents__title__img {
    max-width: 204px;
    bottom: -3px;
    left: -25px;
  }
}
@media screen and (min-width: 1280px) {
  .lp-about__contents__title__img {
    left: -73px;
  }
}
.lp-about__contents__keyword {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #009CE7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-about__contents__keyword {
    margin-top: 60px;
    margin-left: 27px;
    font-size: 30px;
    line-height: 1.6666666667;
  }
}
.lp-about__contents__keyword > span {
  display: block;
}
.lp-about__contents__keyword::before {
  content: "“";
  position: absolute;
  font-size: 24px;
  top: 0px;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .lp-about__contents__keyword::before {
    font-size: 30px;
    top: -6px;
    left: -27px;
  }
}
.lp-about__contents__keyword::after {
  content: "”";
  position: absolute;
  font-size: 24px;
  bottom: -4px;
  right: 27px;
}
@media screen and (min-width: 768px) {
  .lp-about__contents__keyword::after {
    font-size: 30px;
    bottom: -19px;
    right: 33px;
  }
}
.lp-about__contents__sentence {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .lp-about__contents__sentence {
    margin-top: 50px;
  }
}

.lp-flow__container {
  background-color: #f9f9f9;
  position: relative;
}
.lp-flow__inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.lp-flow__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .lp-flow__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lp-flow__contents__title {
  margin-top: -35px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.42;
  color: #000;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .lp-flow__contents__title {
    margin-top: -71px;
    font-size: 100px;
    line-height: 1.4;
    text-align: center;
  }
}
.lp-flow__contents__title__img {
  width: 100%;
  max-width: 136px;
  position: absolute;
  bottom: -11px;
  left: -2.7%;
}
@media screen and (min-width: 768px) {
  .lp-flow__contents__title__img {
    max-width: 185px;
    bottom: -8px;
    left: 30px;
  }
}
.lp-flow__contents__keyword {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 45px;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4583333333;
  color: #009CE7;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .lp-flow__contents__keyword {
    margin-top: 69px;
    margin-left: -4px;
    font-size: 30px;
    line-height: 1.6;
  }
}
.lp-flow__contents__keyword > span {
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .lp-flow__contents__keyword > span {
    display: inline-block;
  }
}
.lp-flow__contents__keyword::before {
  content: "“";
  position: absolute;
  font-size: 24px;
  top: 0px;
  left: -20px;
}
@media screen and (min-width: 1024px) {
  .lp-flow__contents__keyword::before {
    top: -6px;
    left: -27px;
  }
}
.lp-flow__contents__keyword::after {
  content: "”";
  position: absolute;
  font-size: 24px;
  bottom: -1px;
  right: 56%;
}
@media screen and (min-width: 1024px) {
  .lp-flow__contents__keyword::after {
    bottom: -7px;
    right: -24px;
  }
}
.lp-flow__contents__sentence {
  margin-top: 27px;
  font-size: 16px;
  line-height: 2;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .lp-flow__contents__sentence {
    margin-top: 17px;
  }
}
.lp-flow__triangle {
  max-width: 134px;
  position: absolute;
  bottom: -59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp-flow__end {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 99px;
  padding-bottom: 189px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px 0;
}
@media screen and (min-width: 768px) {
  .lp-flow__end {
    padding-bottom: 220px;
    gap: 18px 0;
  }
}
.lp-flow__end__sentence {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .lp-flow__end__sentence {
    font-size: 30px;
    line-height: 1.4666666667;
  }
}
.lp-flow__end__keyword {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
  color: #009CE7;
  position: relative;
}
.lp-flow__end__keyword__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .lp-flow__end__keyword__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 55px;
  }
}
@media screen and (min-width: 768px) {
  .lp-flow__end__keyword {
    font-size: 40px;
    line-height: 1.45;
  }
}
.lp-flow__end__keyword::before {
  content: "“";
  position: absolute;
  font-size: 24px;
  top: -3px;
  left: -15px;
}
@media screen and (min-width: 768px) {
  .lp-flow__end__keyword::before {
    font-size: 40px;
    top: -9px;
    left: -26px;
  }
}
.lp-flow__end__keyword::after {
  content: "”";
  position: absolute;
  font-size: 24px;
  bottom: -14px;
  right: -17px;
}
@media screen and (min-width: 768px) {
  .lp-flow__end__keyword::after {
    font-size: 40px;
    bottom: -22px;
    right: -27px;
  }
}

.lp-works {
  background-color: #009CE7;
}
.lp-works__inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .lp-works__inner {
    padding-top: 100px;
    position: relative;
  }
}
.lp-works__img {
  width: clamp(250px, 66.6666666667vw, 300px);
  margin-top: -125px;
}
.lp-works__img__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .lp-works__img {
    width: clamp(250px, 39.2857142857vw, 550px);
    margin: 0;
    position: absolute;
    top: -119px;
    right: 30px;
  }
}
.lp-works__contents {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .lp-works__contents {
    margin-top: 0;
    z-index: 1;
    max-width: 500px;
  }
}
.lp-works__contents__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.42;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .lp-works__contents__title {
    font-size: 100px;
    line-height: 1.4;
  }
}
.lp-works__contents__title__img {
  width: 100%;
  max-width: 119px;
  position: absolute;
  bottom: -3px;
  right: -77%;
}
@media screen and (min-width: 768px) {
  .lp-works__contents__title__img {
    max-width: 162px;
    bottom: -2px;
    right: -48%;
  }
}
.lp-works__contents__sentence {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .lp-works__contents__sentence {
    margin-top: 40px;
  }
}
.lp-works__contents__text {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.4166666667;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .lp-works__contents__text {
    margin-top: 15px;
  }
}
.lp-works__body {
  padding-top: 45px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .lp-works__body {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.lp-works__body__contents {
  background-color: #fff;
  padding: 50px 20px 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .lp-works__body__contents {
    padding: clamp(30px, 7.1428571429vw, 100px) clamp(20px, 5.7142857143vw, 80px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 clamp(50px, 7.1428571429vw, 100px);
  }
}
.lp-works__body__contents__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .lp-works__body__contents__head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lp-works__body__contents__head__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
  color: #000;
  padding-bottom: 3px;
  border-bottom: 3px solid #009CE7;
}
.lp-works__body__contents__head__title > span {
  margin: 0 5px;
  font-size: 16px;
  line-height: 1.5;
}
.lp-works__body__contents__head__sentence {
  margin-top: 19px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #009CE7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp-works__body__contents__head__sentence {
    margin-top: 23px;
    font-size: clamp(30px, 2.5714285714vw, 36px);
    line-height: 1.5555555556;
    text-align: left;
  }
}
.lp-works__body__contents__head__sentence > span {
  display: block;
}
.lp-works__body__contents__head__img {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .lp-works__body__contents__head__img {
    width: clamp(290px, 30vw, 450px);
    margin-top: 70px;
  }
}
.lp-works__body__contents__head__btn {
  cursor: pointer;
  margin-top: 40px;
  padding: clamp(11px, 2.9333333333vw, 14px) clamp(20px, 5.3333333333vw, 30px);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(12px, 3.2vw, 15px);
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
  border: 1px solid #009CE7;
  color: #009CE7;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (hover: hover) {
  .lp-works__body__contents__head__btn:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .lp-works__body__contents__head__btn {
    display: none;
  }
}
.lp-works__body__contents__detail {
  padding: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (min-width: 768px) {
  .lp-works__body__contents__detail {
    padding-top: 0;
    height: auto;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(20px, 4.0714285714vw, 57px) 0;
  }
}
.lp-works__body__contents__detail.is-open {
  margin-bottom: -10px;
  padding-top: 30px;
  height: auto;
  opacity: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px 0;
}
.lp-works__body__contents__detail__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
.lp-works__body__contents__detail__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #009CE7;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .lp-works__body__contents__detail__title {
    font-size: 20px;
    line-height: 1.45;
  }
}
.lp-works__body__contents__detail__list__item {
  list-style: none;
  font-size: 16px;
  line-height: 1.875;
  color: #333333;
  margin-left: 1em;
  text-indent: -1em;
}
.lp-works__body__contents__detail__list__item::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #009CE7;
  margin-right: 7px;
  border-radius: 9999px;
  vertical-align: 4px;
}
.lp-works__body__contents__detail__btn {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: clamp(11px, 2.9333333333vw, 14px) clamp(38px, 10.1333333333vw, 45px);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(12px, 3.2vw, 15px);
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
  border: 1px solid #009CE7;
  color: #009CE7;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (hover: hover) {
  .lp-works__body__contents__detail__btn:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .lp-works__body__contents__detail__btn {
    display: none;
  }
}

.lp-wanted__inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 50px;
  padding-bottom: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .lp-wanted__inner {
    padding-top: 115px;
    padding-bottom: 258px;
    position: relative;
  }
}
.lp-wanted__title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.42;
  color: #000;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .lp-wanted__title {
    font-size: 100px;
    line-height: 1.4;
  }
}
.lp-wanted__title__img {
  width: 100%;
  max-width: 95px;
  position: absolute;
  bottom: -16px;
  right: 7%;
}
@media screen and (min-width: 768px) {
  .lp-wanted__title__img {
    max-width: 129px;
    bottom: 0px;
    right: 3%;
  }
}
.lp-wanted__container {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .lp-wanted__container {
    margin-top: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 clamp(10px, 3.2142857143vw, 45px);
  }
}
@media screen and (min-width: 768px) {
  .lp-wanted__container.m-margin {
    margin-top: 20px;
  }
}
.lp-wanted__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-wanted__contents__list {
  padding: 27px 0;
  border-bottom: 1px solid #e3e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px 0;
}
@media screen and (min-width: 1024px) {
  .lp-wanted__contents__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.lp-wanted__contents__list__item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
  color: #009CE7;
}
@media screen and (min-width: 1024px) {
  .lp-wanted__contents__list__item__title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 8.3571428571vw;
    min-width: 100px;
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .lp-wanted__contents__list__item__title > span {
    display: block;
  }
}
.lp-wanted__contents__list__item__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
.lp-wanted__contents__list__item__detail__list__item {
  list-style: none;
  font-size: 16px;
  line-height: 2;
  color: #333333;
}
.lp-wanted__contents__list__item__detail__list__title {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #333333;
}
.lp-wanted__contents__list__item__detail__list.m-dots .lp-wanted__contents__list__item__detail__list__item {
  margin-left: 25px;
  text-indent: -24px;
}
.lp-wanted__contents__list__item__detail__list.m-dots .lp-wanted__contents__list__item__detail__list__item::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #009CE7;
  margin-right: 19px;
  border-radius: 9999px;
  vertical-align: 4px;
}
.lp-wanted__contents__list__item__detail__notes {
  display: block;
  font-size: 12px;
  line-height: 1.4166666667;
  color: #333333;
}
.lp-wanted__contents__list__item__detail__notes.m-margin {
  margin-left: 25px;
}
.lp-wanted__about {
  width: 100%;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .lp-wanted__about {
    padding-top: 50px;
  }
}
.lp-wanted__about__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .lp-wanted__about__title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.4666666667;
  }
}

.lp-join {
  background-color: #f9f9f9;
}
.lp-join__inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .lp-join__inner {
    padding-bottom: 120px;
  }
}
.lp-join__img {
  margin-top: -192px;
}
.lp-join__img__wrapper {
  margin-bottom: 27px;
  position: relative;
}
.lp-join__img__wrapper::before {
  content: "";
  width: 1px;
  height: 54px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #009CE7), to(#009CE7));
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #009CE7 50%, #009CE7 100%);
  -webkit-animation: scrollDown 2s ease infinite;
          animation: scrollDown 2s ease infinite;
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .lp-join__img {
    margin-top: -110px;
  }
}
.lp-join__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-top: 33px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.42;
  color: #000;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .lp-join__title {
    padding-top: 93px;
    font-size: 100px;
    line-height: 1.4;
  }
}
.lp-join__title__img {
  width: 100%;
  max-width: 170px;
  position: absolute;
  bottom: -10px;
  right: -37%;
}
@media screen and (min-width: 768px) {
  .lp-join__title__img {
    max-width: 231px;
    bottom: -1px;
    right: -41%;
  }
}

.lp-join__form {
  width: 100%;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .lp-join__form {
    margin-top: 100px;
    gap: 60px 0;
  }
}
.lp-join__form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .lp-join__form__item {
    gap: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lp-join__form__item.m-tel {
  position: relative;
}
.lp-join__form__item.m-tel .lp-join__form__tel__text {
  font-size: 12px;
  line-height: 1.4166666667;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .lp-join__form__item.m-tel .lp-join__form__tel__text.m-sp {
    display: none;
  }
}
.lp-join__form__item.m-tel .lp-join__form__tel__text.m-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .lp-join__form__item.m-tel .lp-join__form__tel__text.m-pc {
    display: block;
    margin-top: 10px;
  }
}
.lp-join__form__label {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .lp-join__form__label {
    width: clamp(100px, 16.9285714286vw, 237px);
  }
}
.lp-join__form__label-required, .lp-join__form__label-any {
  min-width: 45px;
  padding: 5px 10px;
  background-color: #009CE7;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.lp-join__form__label-any {
  background-color: #ababac;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .lp-join__form__contents {
    width: clamp(500px, 61.6428571429vw, 863px);
  }
}
.lp-join__form__contents.m-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 25px;
}
.lp-join__form__contents.m-flex-align-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lp-join__form__explanation {
  width: 100%;
  padding: 20px;
  background-color: #f5efef;
}
@media screen and (min-width: 768px) {
  .lp-join__form__explanation {
    width: clamp(500px, 61.6428571429vw, 863px);
    margin-left: auto;
    padding: 20px 40px;
  }
}
.lp-join__form__explanation__title {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
.lp-join__form__explanation__title.m-margin {
  margin-top: 30px;
}
.lp-join__form__explanation__list {
  margin-top: 7px;
}
.lp-join__form__explanation__list__item {
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  color: #707070;
}
.lp-join__form__dateWrapper {
  position: relative;
}
.lp-join__form__dateWrapper::after {
  position: absolute;
  content: "";
  right: 19px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 4px solid #009CE7;
  border-bottom: 4px solid #009CE7;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .lp-join__form__dateWrapper::after {
    right: 30px;
  }
}
.lp-join__form__input, .lp-join__form__textarea, .lp-join__form__select, .lp-join__form__date {
  width: 100%;
  padding: 17px 22px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  background-color: white;
  border: 1px solid #becbcc;
}
.lp-join__form__input::-webkit-input-placeholder, .lp-join__form__textarea::-webkit-input-placeholder {
  color: #989898;
}
.lp-join__form__input::-moz-placeholder, .lp-join__form__textarea::-moz-placeholder {
  color: #989898;
}
.lp-join__form__input:-ms-input-placeholder, .lp-join__form__textarea:-ms-input-placeholder {
  color: #989898;
}
.lp-join__form__input::-ms-input-placeholder, .lp-join__form__textarea::-ms-input-placeholder {
  color: #989898;
}
.lp-join__form__input::placeholder, .lp-join__form__textarea::placeholder {
  color: #989898;
}
.lp-join__form__textarea {
  resize: none;
  min-height: 180px;
}
.lp-join__form__input.m-age {
  width: 65px;
  margin-right: 10px;
  padding: 17px 2px;
  text-align: center;
}
.lp-join__form__radio__wrapper {
  margin-top: 20px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .lp-join__form__radio__wrapper {
    margin-top: 0;
  }
}
.lp-join__form__radio > input[type=radio] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.lp-join__form__radio > input[type=radio]:focus + span::before {
  outline: solid #009CE7;
}
.lp-join__form__radio > input[type=radio]:checked + span::after {
  opacity: 1;
}
.lp-join__form__radio > span {
  position: relative;
  padding-left: 49px;
  display: inline-block;
  cursor: pointer;
}
.lp-join__form__radio > span::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 29px;
  height: 29px;
  border: 1px solid #656666;
  border-radius: 9999px;
}
.lp-join__form__radio > span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9px;
  width: 11px;
  height: 11px;
  border-radius: 9999px;
  background-color: #009CE7;
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.lp-join__form__radio.m-margin {
  margin-left: 20px;
}
.lp-join__form__radio__text {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
.lp-join__form__policyWrapper {
  border: 1px solid #becbcc;
  background: #fff;
  padding: 20px 18px 20px 30px;
}
@media screen and (min-width: 768px) {
  .lp-join__form__policyWrapper {
    padding-right: 6px;
  }
}
.lp-join__form__policy {
  max-height: 110px;
  padding-right: 16px;
  overflow-y: auto;
  color: #707071;
}
@media screen and (min-width: 768px) {
  .lp-join__form__policy {
    max-height: 107px;
    padding-right: 50px;
  }
}
.lp-join__form__policy-head {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.lp-join__form__policy-sentense {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5;
}
.lp-join__form__policy-sentense > span {
  display: block;
}
.lp-join__form__policy .simplebar-track.simplebar-vertical {
  width: 7px;
}
.lp-join__form__policy .simplebar-scrollbar:before {
  background: #009CE7;
  opacity: 1;
  border-radius: 0;
}
.lp-join__form__check {
  display: inline-block;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .lp-join__form__check {
    margin-top: 60px;
  }
}
.lp-join__form__check > input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.lp-join__form__check > input[type=checkbox]:focus + span::before {
  outline: solid #009CE7;
}
.lp-join__form__check > input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.lp-join__form__check > span {
  position: relative;
  display: inline-block;
  padding-left: 59px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  cursor: pointer;
}
.lp-join__form__check > span::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 34px;
  height: 34px;
  border: 1px solid #becbcc;
  border-radius: 2px;
}
.lp-join__form__check > span::after {
  position: absolute;
  top: 6px;
  left: 8px;
  width: 18px;
  height: 9px;
  border-left: 2px solid #0057aa;
  border-bottom: 2px solid #0057aa;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.lp-join__form__submit {
  width: 100%;
  margin-top: 20px;
  position: relative;
  text-align: center;
  background-color: #fff;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .lp-join__form__submit:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .lp-join__form__submit {
    max-width: 315px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lp-join__form__submit::before {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../img/join_arrow.svg) center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lp-join__form__submit > input {
  border: 1px solid #0057ab;
  padding: 18px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}

@media screen and (min-width: 1024px) {
  .u-dn-lg-min {
    display: none;
  }
}

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