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

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

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

:root {
  --accent: 136, 58, 234;
  --accent-light: 224, 204, 250;
  --accent-dark: 49, 10, 101;
  --color-white: #fff;
  --color-blue: #004dc7;
  --color-blue2: #5766c4;
  --color-gray: #d6d6e6;
  --color-gray2: #9595a2;
  --color-black: #2f2d2d;
  --font-noto: "Noto Sans JP", sans-serif;
  --font-poppins: "Poppins", sans-serif;
  --w-sp: calc(327 / 375 * 100%);
  --w-full: 100%;
  --w-md: calc(1200 / 1600 * 100%);
  --w-lg: calc(1440 / 1600 * 100%);
  --accent-gradient: linear-gradient(45deg, rgb(var(--accent)), rgb(var(--accent-light)) 30%, white 60%);
  --ease-none: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  --ease-power1-in: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-power1-inout: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-power1-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-power2-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-power2-inout: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-power2-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-power3-in: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-power3-inout: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-power3-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-power4-in: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-power4-inout: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-power4-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-expo-in: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-expo-inout: cubic-bezier(1, 0, 0, 1);
  --ease-expo-out: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-circ-in: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-circ-inout: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-circ-out: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-back-in: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-back-inout: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --ease-back-out: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

._outer_wrap {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  ._outer_wrap {
    width: calc(327 / 375 * 100%);
  }
}

label {
  color: #251e06;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  display: block;
}
label .--required {
  background: var(--color-blue);
  margin-left: 16px;
  padding: 4px 6px;
  display: inline-block;
  color: var(--color-white);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
label .--new_line {
  margin-top: 8px;
  margin-left: -10px;
  display: block;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 64px;
  padding: 0 20px;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  input,
  select,
  textarea {
    height: 48px;
    padding: 0 12px;
  }
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(47, 45, 45, 0.3);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(47, 45, 45, 0.3);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(47, 45, 45, 0.3);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgba(47, 45, 45, 0.3);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(47, 45, 45, 0.3);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  input::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  input::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 16px;
  }
  input:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  input::-ms-input-placeholder,
  select::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  input::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: 16px;
  }
}

textarea {
  height: 258px;
  padding-top: 19px;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 240px;
    padding-top: 12px;
  }
}

input[type="text"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-radius: 0;
  border: 1px solid var(--color-blue);
}

input[type="radio"] {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  input[type="radio"] {
    width: 26px;
    height: 26px;
  }
}
input[type="radio"]::after {
  content: "";
  background: var(--color-blue);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  input[type="radio"]::after {
    width: 13px;
    height: 13px;
  }
}
input[type="radio"]:checked::after {
  opacity: 1;
}

input[type="checkbox"] {
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 50%;
  border-radius: 8px;
  border: 1px solid #d5d5d5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background: url(../images/checked_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}

.l-form {
  max-width: 1111px;
  width: 100%;
  margin-left: auto;
}

.l-form-2column {
  width: 100%;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-form-2column {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.l-form-2column.--justification {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.l-form-2column.--justification .l-form-2column__details {
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .l-form-2column.--justification .l-form-2column__details {
    margin-top: 0;
  }
}
.l-form-2column:nth-last-of-type(1) {
  margin-top: 62px;
}

.l-form-2column__details {
  width: 311px;
}
@media screen and (max-width: 767px) {
  .l-form-2column__details {
    width: 100%;
    margin-bottom: 23px;
  }
}

.l-form-2column__operation {
  width: calc(100% - 311px);
}
@media screen and (max-width: 767px) {
  .l-form-2column__operation {
    width: 100%;
  }
}
.l-form-2column__operation.--radio ._wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 15px;
}
@media screen and (max-width: 767px) {
  .l-form-2column__operation.--radio ._wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-form-2column__operation.--radio ._operation_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.l-form-2column__operation.--postal_code {
  width: 355px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-form-2column__operation.--postal_code {
    width: 100%;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    gap: 12px;
  }
}
.l-form-2column__operation.--postal_code input {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .l-form-2column__operation.--postal_code input {
    width: 150px;
  }
}
.l-form-2column__operation.--postal_code ._post_search {
  background: #eaeaea;
  width: 122px;
  height: 44px;
  color: #251e06;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  display: block;
  border: none;
}
.l-form-2column__operation.--privacy ._wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l-form-2column__operation.--privacy ._wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}
.l-form-2column__operation.--privacy ._privacy_text {
  color: #251e06;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-form-2column__operation.--privacy ._privacy_text {
    width: calc(100% - 38px);
  }
}
.l-form-2column__operation.--privacy ._privacy_text a {
  margin: 0 1px;
  color: #01368d;
  text-decoration: underline;
  -webkit-text-decoration-color: #01368d;
  text-decoration-color: #01368d;
  text-underline-offset: 2px;
}
.l-form-2column__operation ._error_message {
  margin-top: 12px;
  color: #b70000;
}

.l-form-thanks_text {
  margin-top: 67px;
  color: #251e06;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .l-form-thanks_text {
    margin-top: 34px;
    text-align: left;
  }
}

.l-form-thanks_head {
  color: #251e06;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
}

.l-form-thanks_copy {
  margin-top: 43px;
  color: #251e06;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}

/* .l-form-btn {
  margin: 48px auto 0;
} */

.l-form-btn input,
.l-form-btn a {
  background: var(--color-blue);
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  width: 400px;
  height: 100px;
}
.entry__bg {
  position: relative;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="address"],
input[type="postal_code"],
select,
textarea {
  background-color: #fff;
  color: #2f2d2d;
}
.entry__bg .contact__main {
  padding-bottom: 80px;
}
@media (width >= 768px) {
  .entry__bg .contact__main {
    padding-bottom: 100px;
    max-width: 1200px;
  }
}
.entry__bg .contact__main-right {
  padding-top: 40px;
}
@media (width >= 768px) {
  .entry__bg .contact__main-right {
    padding-top: 63px;
  }
}
.entry__bg .l-form-btn,
.form__bg .l-form-btn {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 100;
}
.form__bg {
  padding-block: 80px;
}
@media (width >= 768px) {
  .form__bg {
    padding-block: 100px;
    padding-bottom: 214px;
  }
}
.thanks__bg .contact {
  padding-bottom: 136px;
}
.thanks__bg .l-form-btn {
  margin-top: 142px;
  display: flex;
  justify-content: center;
}
@media (width >= 768px) {
  .thanks__bg .l-form-btn {
    margin-top: 242px;
  }
}

.thanks__bg {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (width >= 768px) {
  .thanks__bg {
    padding-top: 136px;
    padding-bottom: 536px;
  }
}
.recruit__confirm {
  background-color: #f2f2f5;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (width >= 768px) {
  .recruit__confirm {
    background-color: #f2f2f5;
    padding-top: 137px;
    padding-bottom: 163px;
  }
}
.hero.-confirm .hero__triangle1 {
  right: -98px;
  top: -71px;
}
.hero.-confirm .hero__topBg {
  height: 550px;
}
.hero.-confirm .hero__smText p {
  bottom: 81px;
}
@media (width >= 768px) {
  .hero.-confirm .hero__topBg {
    height: 800px;
  }
  .hero.-confirm .hero__triangle1 {
    right: 0px;
    top: -314px;
  }
  .hero.-confirm .hero__smText p {
    bottom: 73px;
  }
}
.contact__bg {
  background-color: #ffffff;
  position: relative;
}

.l-form-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 40px;
  margin-top: 100px;
}
@media (width >= 768px) {
  .l-form-flex {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
    margin-top: 210px;
  }
}
.l-form-btn .-back {
  border: 1px solid #585858;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #585858;
  background-color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  width: 400px;
  height: 100px;
  border: 1px solid #585858;
}
.l-form-btn button {
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #585858;
  background-color: #fff;
  border: 1px solid #585858;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  width: 400px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .l-form-btn .-back {
    width: 327px;
    height: 82px;
  }
}
.recruit__confirm .l-form-btn + .l-form-btn {
  /* margin-top: 10px; */
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  .l-form-btn input,
  .l-form-btn a {
    width: 327px;
    height: 82px;
    /* margin-top: 68px; */
  }
}
.entry__bg .l-form-btn {
  text-align: center;
  display: flex;
  justify-content: center;
}
.privacy__triangle1 .privacy__triangle1 {
  width: 811px;
}

.confirm__text {
  padding-block: 50px;
  font-size: 16px;
  color: #2f2d2d;
  text-align: center;
}
