@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 (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;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
  height: 100%;
}

body {
  background-color: #ffffff;
  color: #343434;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-style: normal;
  height: 100%;
}

iframe {
  border: 0;
}

address, dl, fieldset, figure, ol, p, pre, ul {
  margin-bottom: 2rem;
}
address:last-child, dl:last-child, fieldset:last-child, figure:last-child, ol:last-child, p:last-child, pre:last-child, ul:last-child {
  margin-bottom: 0;
}

* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
  margin-top: 2rem;
}

table tr th, table tr td {
  line-height: 1.75;
}

a {
  text-decoration: none;
}

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

i, svg {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  max-width: 100%;
  height: auto;
}

pre {
  color: #666;
  overflow: auto;
  padding: 25px;
  background-color: #242424;
  color: #f0f0f0;
  border-radius: 0;
}

hr {
  border-color: #e5e5e5;
  overflow: visible;
  text-align: inherit;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

:not(pre) code {
  font-family: "Roboto Mono", monospace;
  background-color: #000000;
  color: #fff;
  white-space: nowrap;
  padding: 2px 4px 3px;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

ul, ol {
  padding-left: 3rem;
}

.content__header {
  position: relative;
  background-color: #acacac;
}
.content__header .container {
  position: relative;
}
.content__title {
  padding: 6.4rem 0;
  text-align: center;
}
.content__body {
  margin: 6.4rem 0;
}
.header {
  background-color: transparent;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}
.footer__copy {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-family: "Outfit", sans-serif;
}

.align-center {
  text-align: center !important;
}
.align-center img {
  display: inline-block;
}
.align-center > * {
  margin-left: auto;
  margin-right: auto;
}

.align-right {
  text-align: right !important;
}

.background {
  background-color: #acacac;
}
.background-primary {
  background-color: #F5DA00;
}
.background-secondary {
  background-color: #3E3A39;
}
.background-dark {
  background-color: #000000;
}
.background-warning {
  background-color: #DFCD29;
}
.background-modest {
  background-color: #dcdcdc;
}
.background-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.background-light {
  background-color: #fff;
}

.background-parallax {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
.background-parallax__mask {
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  z-index: -100;
  background-size: cover;
  background-position: center;
}
.background-parallax__mask-image,
.background-parallax__mask img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  border-radius: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 2rem;
  vertical-align: middle;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}
.button-default {
  color: #222;
  border: 1px solid #aaaaaa;
  background-color: transparent;
  background-color: #fff;
}
.button-default:hover {
  border-color: #919191;
}
.button-primary {
  background-color: #F5DA00;
  color: #fff;
  border: 1px solid transparent;
}
.button-primary:hover {
  background-color: #dcc300;
}
.button-secondary {
  background-color: #3E3A39;
  color: #fff;
  border: 1px solid transparent;
}
.button-secondary:hover {
  background-color: #312e2d;
}
.button-tertiary {
  background-color: #A540C9;
  color: #fff;
  border: 1px solid transparent;
}
.button-tertiary:hover {
  background-color: #9835bb;
}
.button-danger {
  background-color: #DD3737;
  color: #fff;
  border: 1px solid transparent;
}
.button-danger:hover {
  background-color: #d62424;
}
.button-text {
  padding: 0;
  line-height: 1.5;
  color: #222;
  position: relative;
  border: none;
}
.button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid currentColor;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.button-text:hover::before {
  right: 0;
}
.button:disabled, .button[aria-disabled=true] {
  background-color: transparent;
  color: #bbb;
  border-color: #bbb;
  cursor: auto;
}
.button-small {
  padding: 0.4rem 1.2rem;
}
.button-large {
  padding: 1.6rem 3rem;
}

.button-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
.container-fluid {
  max-width: 100% !important;
}
.display-none {
  display: none !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-inline {
  display: inline !important;
}

.display-block {
  display: block !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex-align-between {
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}
.flex-align-around {
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
}
.flex-align-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-align-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-xsmall {
  margin-left: -1.2rem;
}
.flex-xsmall > div {
  padding-left: 1.2rem;
}
.flex-small {
  margin-left: -2.4rem;
}
.flex-small > div {
  padding-left: 2.4rem;
}
.flex-medium {
  margin-left: -4.8rem;
}
.flex-medium > div {
  padding-left: 4.8rem;
}
.flex-large {
  margin-left: -6rem;
}
.flex-large > div {
  padding-left: 6rem;
}
.flex-xlarge {
  margin-left: -8rem;
}
.flex-xlarge > div {
  padding-left: 8rem;
}

.flex-column > *:first-child {
  margin-top: 0 !important;
}

.form textarea {
  resize: none;
}

.form-table {
  display: grid;
}
.form-table__block {
  display: grid;
  margin: 0;
}
.form-table__label {
  display: block;
  font-weight: 700;
}
.form-table__label--required {
  position: relative;
}
.form-table__label--required::after {
  content: "必須";
  font-size: 1.1rem;
  background-color: #DD3737;
  color: #fff;
  border-radius: 999px;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-table__required {
  color: #DD3737;
}
.form-table__header {
  margin-bottom: 1rem;
  background-color: #3E3A39;
  color: #fff;
  border-radius: 6px;
  position: relative;
  font-size: 1.8rem;
}
.form-table__header::before {
  border-radius: 0 2px 2px 0;
  background-color: #F5DA00;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 6px;
  margin-top: -3px;
}

.form-submit {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-input,
.form-textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: initial;
  width: 100%;
  background-color: #F8F8F8;
  padding: 0.6rem 1.2rem 0.6rem;
  border-radius: 6px;
}
.form-input::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #000;
  opacity: 0.3;
}
.form-input:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.form-input::-ms-input-placeholder, .form-textarea::-ms-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: #000;
  opacity: 0.3;
}

.form-textarea {
  resize: none;
}

.form-toggle__item {
  display: inline-block;
  cursor: pointer;
}
.form-toggle__item input {
  display: none;
}
.form-toggle__item input:checked + span::after {
  opacity: 1;
}
.form-toggle__item span {
  display: block;
  position: relative;
  padding-left: 3.2rem;
}
.form-toggle__item span::before, .form-toggle__item span::after {
  content: "";
  display: block;
  position: absolute;
}
.form-toggle__item span::after {
  opacity: 0;
}
.form-toggle__item input[type=radio] + span::before {
  border: 1px solid #e5e5e5;
  left: 0;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.form-toggle__item input[type=radio] + span::after {
  width: 14px;
  height: 14px;
  background-color: #F5DA00;
  left: 0.5rem;
  border-radius: 50%;
}
.form-toggle__item input[type=checkbox] + span::before {
  border: 1px solid #e5e5e5;
  left: 0;
  border-radius: 2px;
  width: 24px;
  height: 24px;
}
.form-toggle__item input[type=checkbox] + span::after {
  border-bottom: 3px solid #F5DA00;
  border-left: 3px solid #F5DA00;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 14px;
  height: 7px;
  left: 0.5rem;
}

.form-select {
  position: relative;
  display: inline-block;
}
.form-select::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  background: #434343;
  height: calc(tan(60deg) * 12px / 2);
  width: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  border-radius: 2px;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-select select {
  background-color: #F8F8F8;
  padding: 0.6rem 6rem 0.6rem 1.2rem;
  border-radius: 6px;
}

.form-error {
  color: #DD3737;
  position: relative;
  padding-left: 2.4rem;
  font-weight: bold;
  margin-top: 1rem;
}
.form-error::before {
  background: #DFCD29;
  height: calc(tan(60deg) * 18px / 2);
  width: 18px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "!";
  position: absolute;
  color: #DD3737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  padding-top: 4px;
  border-radius: 2px;
  left: 0;
  top: 0.2rem;
}
.form-error__text {
  color: #DD3737;
}
.form-error__list {
  background-color: rgba(221, 55, 55, 0.05);
  padding: 1.2rem;
  margin-top: 2rem;
}

.form-file {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-file__label {
  width: 130px;
  background-color: #F8F8F8;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 1rem;
  position: relative;
  text-align: center;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
}
.form-file__choose {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.form-privacy__scroll {
  border: 1px solid #f0f0f0;
  padding: 2rem 2rem 1.6rem 2.4rem;
  margin-top: 2rem;
  text-align: left;
  background-color: #fff;
}
.form-privacy__scroll-inner {
  height: 200px;
  padding-right: 2rem;
  overflow: auto;
}
.form-privacy__title {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  margin-top: 2.4rem;
}
.form-privacy__title:first-child {
  margin-top: 0;
}
.form-privacy__check {
  text-align: center;
  margin-top: 2rem;
}
.form-privacy__content {
  font-size: 1.3rem;
  font-weight: 400;
}
.form-privacy__content h3 {
  margin-bottom: 1rem;
  text-align: center;
}
.form-privacy__content h4 {
  margin-bottom: 1rem;
  margin-top: 2.4rem;
}
.form-privacy__content p {
  margin: 1rem 0;
}
.form-privacy .form-error {
  display: inline-block;
}

.heading {
  font-weight: bold;
  line-height: 1.5;
}
.heading-h2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 24px;
  font-size: 2.4rem;
}
.heading-h3 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 3.2rem;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 2rem 0;
  font-weight: bold;
  color: #343434;
  text-transform: none;
  line-height: 1.5;
}
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child,
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

* + .h1, * + .h2, * + .h3, * + .h4, * + .h5, * + .h6,
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 4rem;
}

.h1, h1 {
  font-size: 32.3px;
  font-size: 26px;
  font-size: 2.6rem;
}

.h2, h2 {
  font-size: 24px;
  font-size: 2.4rem;
}

.h3, h3 {
  font-size: 20px;
  font-size: 2rem;
}

.h4, h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

.h5, h5 {
  font-size: 15px;
  font-size: 1.5rem;
}

.h6, h6 {
  font-size: 14px;
  font-size: 1.4rem;
}

.height-xsmall {
  height: 150px;
}
.height-small {
  height: 300px;
}
.height-large {
  height: 400px;
}
.height-xlarge {
  height: 500px;
}

.hero {
  overflow: hidden;
  position: relative;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__background {
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  z-index: -100;
  background-size: cover;
  background-position: center;
}
.hero__background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-parallax .hero__background img {
  position: fixed;
  top: 0;
  left: 0;
}
.hero__content {
  padding-top: 16rem;
  padding-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__content-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hero__content-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero__content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__headline {
  font-size: 2rem;
  display: block;
}
.hero__subheadline {
  color: #666;
}
.hero__wrap {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hero-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero-xsmall {
  height: 200px;
}
.hero-small {
  height: 400px;
}
.hero-medium {
  height: 600px;
}
.hero-large {
  height: 800px;
}
.hero-xlarge {
  height: 1000px;
}

.image-responsive,
.image-fluid {
  width: 100%;
  height: auto;
}

.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.link {
  font-weight: 500;
  display: inline-block;
}

.link-zoom {
  position: relative;
  display: inline-block;
}
.link-zoom::after {
  content: "";
  display: block;
  background-image: url(../img/common/icon_zoom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 20px auto;
  width: 30px;
  height: 30px;
}

.margin {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.margin-top {
  margin-top: 2rem !important;
}
.margin-bottom {
  margin-bottom: 2rem !important;
}
.margin-left {
  margin-left: 2rem !important;
}
.margin-right {
  margin-right: 2rem !important;
}
.margin-xsmall {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}
.margin-xsmall-top {
  margin-top: 1.2rem !important;
}
.margin-xsmall-bottom {
  margin-bottom: 1.2rem !important;
}
.margin-xsmall-left {
  margin-left: 1.2rem !important;
}
.margin-xsmall-right {
  margin-right: 1.2rem !important;
}
.margin-small {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}
.margin-small-top {
  margin-top: 2.4rem !important;
}
.margin-small-bottom {
  margin-bottom: 2.4rem !important;
}
.margin-small-left {
  margin-left: 2.4rem !important;
}
.margin-small-right {
  margin-right: 2.4rem !important;
}
.margin-medium {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}
.margin-medium-top {
  margin-top: 4.8rem !important;
}
.margin-medium-bottom {
  margin-bottom: 4.8rem !important;
}
.margin-medium-left {
  margin-left: 4.8rem !important;
}
.margin-medium-right {
  margin-right: 4.8rem !important;
}
.margin-large {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.margin-large-top {
  margin-top: 6rem !important;
}
.margin-large-bottom {
  margin-bottom: 6rem !important;
}
.margin-large-left {
  margin-left: 6rem !important;
}
.margin-large-right {
  margin-right: 6rem !important;
}
.margin-xlarge {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.margin-xlarge-top {
  margin-top: 8rem !important;
}
.margin-xlarge-bottom {
  margin-bottom: 8rem !important;
}
.margin-xlarge-left {
  margin-left: 8rem !important;
}
.margin-xlarge-right {
  margin-right: 8rem !important;
}
.margin-reset {
  margin: 0 !important;
}
.margin-reset-top {
  margin-top: 0rem !important;
}
.margin-reset-right {
  margin-right: 0 !important;
}
.margin-reset-left {
  margin-left: 0 !important;
}
.margin-reset-bottom {
  margin-bottom: 0 !important;
}
.margin-reset-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-reset-horizontal {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding: 0;
  min-height: 80px;
}

.navbar-center {
  -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;
}

.navbar-expand {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.padding {
  padding: 2rem !important;
}
.padding-top {
  padding-top: 2rem !important;
}
.padding-bottom {
  padding-bottom: 2rem !important;
}
.padding-left {
  padding-left: 2rem !important;
}
.padding-right {
  padding-left: 2rem !important;
}
.padding-horizontal {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.padding-vertical {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.padding-xsmall {
  padding: 1.2rem !important;
}
.padding-xsmall-top {
  padding-top: 1.2rem !important;
}
.padding-xsmall-bottom {
  padding-bottom: 1.2rem !important;
}
.padding-xsmall-left {
  padding-left: 1.2rem !important;
}
.padding-xsmall-right {
  padding-left: 1.2rem !important;
}
.padding-xsmall-horizontal {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}
.padding-xsmall-vertical {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.padding-small {
  padding: 1.6rem !important;
}
.padding-small-top {
  padding-top: 1.6rem !important;
}
.padding-small-bottom {
  padding-bottom: 1.6rem !important;
}
.padding-small-left {
  padding-left: 1.6rem !important;
}
.padding-small-right {
  padding-left: 1.6rem !important;
}
.padding-small-horizontal {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}
.padding-small-vertical {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.padding-large {
  padding: 4rem !important;
}
.padding-large-top {
  padding-top: 4rem !important;
}
.padding-large-bottom {
  padding-bottom: 4rem !important;
}
.padding-large-left {
  padding-left: 4rem !important;
}
.padding-large-right {
  padding-left: 4rem !important;
}
.padding-large-horizontal {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.padding-large-vertical {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.padding-xlarge {
  padding: 6rem !important;
}
.padding-xlarge-top {
  padding-top: 6rem !important;
}
.padding-xlarge-bottom {
  padding-bottom: 6rem !important;
}
.padding-xlarge-left {
  padding-left: 6rem !important;
}
.padding-xlarge-right {
  padding-left: 6rem !important;
}
.padding-xlarge-horizontal {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.padding-xlarge-vertical {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.padding-reset {
  padding: 0 !important;
}
.padding-reset-top {
  padding-top: 0rem !important;
}
.padding-reset-right {
  padding-right: 0rem !important;
}
.padding-reset-left {
  padding-left: 0rem !important;
}
.padding-reset-bottom {
  padding-bottom: 0rem !important;
}
.padding-reset-vertical {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.padding-reset-horizontal {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.text-primary {
  color: #F5DA00;
}
.text-secondary {
  color: #3E3A39;
}
.text-tertiary {
  color: #A540C9;
}
.text-warning {
  color: #DFCD29;
}
.text-danger {
  color: #DD3737;
}
.text-modest {
  color: #dcdcdc;
}
.text-dark {
  color: #000000;
}
.text-white, .text-light {
  color: #fff;
}
.text-white *, .text-light * {
  color: #fff;
}
.text-xsmall {
  font-size: 12px;
  font-size: 1.2rem;
}
.text-small {
  font-size: 14px;
  font-size: 1.4rem;
}
.text-default {
  font-size: 16px;
  font-size: 1.6rem;
}
.text-large {
  font-size: 20px;
  font-size: 2rem;
}
.text-xlarge {
  font-size: 24px;
  font-size: 2.4rem;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}
.text-exbold {
  font-weight: 900;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}

.visible {
  visibility: visible !important;
}

.hidden {
  visibility: hidden !important;
}

[class*=width] {
  width: 100%;
  max-width: 100%;
}

.width-1-1 {
  width: 100%;
}

.width-1-2 {
  width: 50%;
}

.width-1-3 {
  width: 33.3333333333%;
}

.width-2-3 {
  width: 66.6666666667%;
}

.width-1-4 {
  width: 25%;
}

.width-3-4 {
  width: 75%;
}

.width-1-5 {
  width: 20%;
}

.width-2-5 {
  width: 40%;
}

.width-3-5 {
  width: 60%;
}

.width-4-5 {
  width: 80%;
}

.width-1-6 {
  width: 16.6666666667%;
}

.width-5-6 {
  width: 83.3333333333%;
}

.width-1-12 {
  width: 8.3333333333%;
}

.width-2-12 {
  width: 16.6666666667%;
}

.width-3-12 {
  width: 25%;
}

.width-4-12 {
  width: 33.3333333333%;
}

.width-5-12 {
  width: 41.6666666667%;
}

.width-6-12 {
  width: 50%;
}

.width-7-12 {
  width: 58.3333333333%;
}

.width-8-12 {
  width: 66.6666666667%;
}

.width-9-12 {
  width: 75%;
}

.width-10-12 {
  width: 83.3333333333%;
}

.width-11-12 {
  width: 91.6666666667%;
}

.width-xsmall {
  width: 100px;
}

.width-small {
  width: 200px;
}

.width-medium {
  width: 400px;
}

.width-large {
  width: 600px;
}

.width-xlarge {
  width: 750px;
}

.width-thumbnail {
  width: 300px;
}

.width-auto {
  width: auto;
}

.width-fluid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}

.header .navbar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-title {
  color: #3E3A39;
}
.section-title__ja > * {
  font-weight: 900;
}
.section-title__en {
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.2;
}

.content__header {
  background-color: #F5DA00;
  position: relative;
}
.content__header::after {
  content: "";
  display: block;
  width: 4px;
  background-color: #3E3A39;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.contact-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem 2rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 2rem;
}

.link-text {
  text-decoration: underline;
  color: #3E3A39;
}

.hero__background::after {
  content: "";
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero__wrap {
  background-color: transparent;
  padding: 0;
}

.hero__headline {
  line-height: 1.5;
  font-weight: 900;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.hero__headline > span {
  color: #F5DA00;
}
.recruit-guideline__table table {
  width: 100%;
}
.recruit-guideline__table table td {
  border-bottom: 1px solid #a0a0a0;
}
.recruit-guideline__table table td:first-child {
  border-color: #F5DA00;
}

.recruit-entry {
  background-color: #F5DA00;
  padding: 1px 0 6.4rem;
  margin-left: auto;
  margin-right: auto;
}
.recruit-entry__form {
  background-color: #fff;
}
@media screen and (max-width: 768.98px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .display-pc {
    display: none !important;
  }
  .display-none--sp {
    display: none !important;
  }
  .display-inline-block--sp {
    display: inline-block !important;
  }
  .display-inline--sp {
    display: inline !important;
  }
  .display-block--sp {
    display: block !important;
  }
  .flex-column--sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-between--sp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-center--sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-xsmall--sp {
    margin-left: -1.2rem;
  }
  .flex-xsmall--sp > div {
    padding-left: 1.2rem;
  }
  .flex-small--sp {
    margin-left: -2.4rem;
  }
  .flex-small--sp > div {
    padding-left: 2.4rem;
  }
  .flex-medium--sp {
    margin-left: -4.8rem;
  }
  .flex-medium--sp > div {
    padding-left: 4.8rem;
  }
  .flex-large--sp {
    margin-left: -6rem;
  }
  .flex-large--sp > div {
    padding-left: 6rem;
  }
  .flex-xlarge--sp {
    margin-left: -8rem;
  }
  .flex-xlarge--sp > div {
    padding-left: 8rem;
  }
  .form-table {
    gap: 2rem;
  }
  .form-table__block {
    gap: 1rem;
  }
  .form-table__header {
    padding: 0.6rem 1rem 0.6rem 2.4rem;
    margin-top: 2rem;
  }
  .form-table__header::before {
    width: 16px;
  }
  .form-submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-input,
.form-textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-toggle__item {
    font-size: 1.4rem;
  }
  .form-toggle__item input[type=radio] + span::before {
    top: 1px;
  }
  .form-toggle__item input[type=radio] + span::after {
    top: 0.6rem;
  }
  .form-toggle__item input[type=checkbox] + span::before {
    top: 1px;
  }
  .form-toggle__item input[type=checkbox] + span::after {
    top: 0.8rem;
  }
  .form-error {
    font-size: 1.2rem;
  }
  .form-file {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .form-file__name {
    font-size: 1.2rem;
  }
  .form-privacy__scroll {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .form-privacy__content h3 {
    font-size: 1.6rem;
  }
  .form-privacy__content h4 {
    font-size: 1.4rem;
  }
  .height-xsmall--sp {
    height: 150px;
  }
  .height-small--sp {
    height: 300px;
  }
  .height-large--sp {
    height: 400px;
  }
  .height-xlarge--sp {
    height: 500px;
  }
  .margin--sp {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .margin-top--sp {
    margin-top: 2rem !important;
  }
  .margin-bottom--sp {
    margin-bottom: 2rem !important;
  }
  .margin-left--sp {
    margin-left: 2rem !important;
  }
  .margin-right--sp {
    margin-right: 2rem !important;
  }
  .margin-xsmall--sp {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .margin-xsmall-top--sp {
    margin-top: 1.2rem !important;
  }
  .margin-xsmall-bottom--sp {
    margin-bottom: 1.2rem !important;
  }
  .margin-xsmall-left--sp {
    margin-left: 1.2rem !important;
  }
  .margin-xsmall-right--sp {
    margin-right: 1.2rem !important;
  }
  .margin-small--sp {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .margin-small-top--sp {
    margin-top: 2.4rem !important;
  }
  .margin-small-bottom--sp {
    margin-bottom: 2.4rem !important;
  }
  .margin-small-left--sp {
    margin-left: 2.4rem !important;
  }
  .margin-small-right--sp {
    margin-right: 2.4rem !important;
  }
  .margin-medium--sp {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .margin-medium-top--sp {
    margin-top: 4.8rem !important;
  }
  .margin-medium-bottom--sp {
    margin-bottom: 4.8rem !important;
  }
  .margin-medium-left--sp {
    margin-left: 4.8rem !important;
  }
  .margin-medium-right--sp {
    margin-right: 4.8rem !important;
  }
  .margin-large--sp {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .margin-large-top--sp {
    margin-top: 6rem !important;
  }
  .margin-large-bottom--sp {
    margin-bottom: 6rem !important;
  }
  .margin-large-left--sp {
    margin-left: 6rem !important;
  }
  .margin-large-right--sp {
    margin-right: 6rem !important;
  }
  .margin-xlarge--sp {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .margin-xlarge-top--sp {
    margin-top: 8rem !important;
  }
  .margin-xlarge-bottom--sp {
    margin-bottom: 8rem !important;
  }
  .margin-xlarge-left--sp {
    margin-left: 8rem !important;
  }
  .margin-xlarge-right--sp {
    margin-right: 8rem !important;
  }
  .margin-reset-top--sp {
    margin-top: 0rem !important;
  }
  .padding--sp {
    padding: 2rem !important;
  }
  .padding-top--sp {
    padding-top: 2rem !important;
  }
  .padding-bottom--sp {
    padding-bottom: 2rem !important;
  }
  .padding-left--sp {
    padding-left: 2rem !important;
  }
  .padding-right--sp {
    padding-left: 2rem !important;
  }
  .padding-horizontal--sp {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .padding-vertical--sp {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .padding-xsmall--sp {
    padding: 1.2rem !important;
  }
  .padding-xsmall-top--sp {
    padding-top: 1.2rem !important;
  }
  .padding-xsmall-bottom--sp {
    padding-bottom: 1.2rem !important;
  }
  .padding-xsmall-left--sp {
    padding-left: 1.2rem !important;
  }
  .padding-xsmall-right--sp {
    padding-left: 1.2rem !important;
  }
  .padding-xsmall-horizontal--sp {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .padding-xsmall-vertical--sp {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .padding-small--sp {
    padding: 1.6rem !important;
  }
  .padding-small-top--sp {
    padding-top: 1.6rem !important;
  }
  .padding-small-bottom--sp {
    padding-bottom: 1.6rem !important;
  }
  .padding-small-left--sp {
    padding-left: 1.6rem !important;
  }
  .padding-small-right--sp {
    padding-left: 1.6rem !important;
  }
  .padding-small-horizontal--sp {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .padding-small-vertical--sp {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .padding-large--sp {
    padding: 4rem !important;
  }
  .padding-large-top--sp {
    padding-top: 4rem !important;
  }
  .padding-large-bottom--sp {
    padding-bottom: 4rem !important;
  }
  .padding-large-left--sp {
    padding-left: 4rem !important;
  }
  .padding-large-right--sp {
    padding-left: 4rem !important;
  }
  .padding-large-horizontal--sp {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .padding-large-vertical--sp {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .padding-xlarge--sp {
    padding: 6rem !important;
  }
  .padding-xlarge-top--sp {
    padding-top: 6rem !important;
  }
  .padding-xlarge-bottom--sp {
    padding-bottom: 6rem !important;
  }
  .padding-xlarge-left--sp {
    padding-left: 6rem !important;
  }
  .padding-xlarge-right--sp {
    padding-left: 6rem !important;
  }
  .padding-xlarge-horizontal--sp {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .padding-xlarge-vertical--sp {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .padding-reset-top--sp {
    padding-top: 0rem !important;
  }
  .padding-reset-right--sp {
    padding-right: 0rem !important;
  }
  .padding-reset-left--sp {
    padding-left: 0rem !important;
  }
  .padding-reset-bottom--sp {
    padding-bottom: 0rem !important;
  }
  .padding-reset-vertical--sp {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .padding-reset-horizontal--sp {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .text-center--sp {
    text-align: center !important;
  }
  .text-right--sp {
    text-align: right !important;
  }
  .text-left--sp {
    text-align: left !important;
  }
  .visible--sp {
    visibility: visible !important;
  }
  .hidden--sp {
    visibility: hidden !important;
  }
  .width-1-1--sp {
    width: 100%;
  }
  .width-1-2--sp {
    width: 50%;
  }
  .width-1-3--sp {
    width: 33.3333333333%;
  }
  .width-2-3--sp {
    width: 66.6666666667%;
  }
  .width-1-4--sp {
    width: 25%;
  }
  .width-3-4--sp {
    width: 75%;
  }
  .width-1-5--sp {
    width: 20%;
  }
  .width-2-5--sp {
    width: 40%;
  }
  .width-3-5--sp {
    width: 60%;
  }
  .width-4-5--sp {
    width: 80%;
  }
  .width-1-6--sp {
    width: 16.6666666667%;
  }
  .width-5-6--sp {
    width: 83.3333333333%;
  }
  .width-1-12--sp {
    width: 8.3333333333%;
  }
  .width-2-12--sp {
    width: 16.6666666667%;
  }
  .width-3-12--sp {
    width: 25%;
  }
  .width-4-12--sp {
    width: 33.3333333333%;
  }
  .width-5-12--sp {
    width: 41.6666666667%;
  }
  .width-6-12--sp {
    width: 50%;
  }
  .width-7-12--sp {
    width: 58.3333333333%;
  }
  .width-8-12--sp {
    width: 66.6666666667%;
  }
  .width-9-12--sp {
    width: 75%;
  }
  .width-10-12--sp {
    width: 83.3333333333%;
  }
  .width-11-12--sp {
    width: 91.6666666667%;
  }
  .width-xsmall--sp {
    width: 100px;
  }
  .width-small--sp {
    width: 200px;
  }
  .width-medium--sp {
    width: 400px;
  }
  .width-large--sp {
    width: 600px;
  }
  .width-xlarge--sp {
    width: 750px;
  }
  .width-thumbnail--sp {
    width: 300px;
  }
  .width-auto--sp {
    width: auto;
  }
  .width-fluid--sp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
  .section-title {
    margin-bottom: 3.2rem;
  }
  .section-title__ja > * {
    font-size: 1.8rem;
  }
  .section-title__en {
    font-size: 4rem;
  }
  .content__header::after {
    height: 48px;
    margin-top: -2.4rem;
  }
  .content__title {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .content__body {
    padding-bottom: 4.8rem;
  }
  .contact-note {
    margin: 2rem 0;
    font-size: 1.4rem;
    padding: 2rem 0;
  }
  .hero-medium {
    height: 50vh;
  }
  .recruit-guideline {
    padding: 3.2rem 0 6.4rem;
    margin-bottom: 6.4rem;
  }
  .recruit-guideline__table table {
    font-size: 1.4rem;
  }
  .recruit-guideline__table table td {
    padding: 2rem 0;
  }
  .recruit-guideline__table table td:first-child {
    width: 100px;
    font-size: 1.5rem;
  }
  .recruit-entry {
    padding: 1px 0 4rem;
    border-radius: 20px;
  }
  .recruit-entry .section-title {
    margin-top: -2.4rem;
  }
  .recruit-entry__form {
    border-radius: 20px;
    padding: 2rem;
  }
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .align-center--pc {
    text-align: center !important;
  }
  .container {
    max-width: 1140px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .container-xsmall {
    max-width: 790px;
  }
  .container-small {
    max-width: 1020px;
  }
  .container-large {
    max-width: 1300px;
  }
  .container-xlarge {
    max-width: 1480px;
  }
  .display-sp {
    display: none !important;
  }
  .display-none--pc {
    display: none !important;
  }
  .display-inline-block--pc {
    display: inline-block !important;
  }
  .display-inline--pc {
    display: inline !important;
  }
  .display-block--pc {
    display: block !important;
  }
  .flex-column--pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-between--pc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-center--pc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-xsmall--pc {
    margin-left: -1.2rem;
  }
  .flex-xsmall--pc > div {
    padding-left: 1.2rem;
  }
  .flex-small--pc {
    margin-left: -2.4rem;
  }
  .flex-small--pc > div {
    padding-left: 2.4rem;
  }
  .flex-medium--pc {
    margin-left: -4.8rem;
  }
  .flex-medium--pc > div {
    padding-left: 4.8rem;
  }
  .flex-large--pc {
    margin-left: -6rem;
  }
  .flex-large--pc > div {
    padding-left: 6rem;
  }
  .flex-xlarge--pc {
    margin-left: -8rem;
  }
  .flex-xlarge--pc > div {
    padding-left: 8rem;
  }
  .form__description {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-table {
    max-width: 800px;
    margin: 0 auto;
    gap: 4rem;
  }
  .form-table__block {
    grid-template-columns: 260px 1fr;
    gap: 4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-table__header {
    padding: 1rem 2rem 1rem 3.2rem;
    margin-top: 3rem;
  }
  .form-table__header::before {
    width: 20px;
  }
  .form-submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
  }
  .form-input,
.form-textarea {
    padding: 1rem 1.6rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-toggle__item input[type=radio] + span::before {
    top: 2px;
  }
  .form-toggle__item input[type=radio] + span::after {
    top: 0.7rem;
  }
  .form-toggle__item input[type=checkbox] + span::before {
    top: 3px;
  }
  .form-toggle__item input[type=checkbox] + span::after {
    top: 1rem;
  }
  .form-select select {
    padding: 1rem 6rem 1rem 1.6rem;
  }
  .form-error {
    font-size: 1.3rem;
  }
  .form-error__list {
    margin-top: 3rem;
    padding: 2.4rem;
  }
  .form-file {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-file__name {
    font-size: 1.4rem;
  }
  .form-privacy__scroll {
    padding: 2.6rem 2rem 1.4rem 3.4rem;
    margin-top: 4rem;
  }
  .form-privacy__scroll-inner {
    padding-right: 2.6rem;
  }
  .form-privacy__content h3 {
    font-size: 1.8rem;
  }
  .form-privacy__content h4 {
    font-size: 1.6rem;
  }
  .heading-h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .heading-h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .h1, h1 {
    font-size: 31.2px;
    font-size: 3.12rem;
  }
  .h2, h2 {
    font-size: 28.8px;
    font-size: 2.88rem;
  }
  .h3, h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .h4, h4 {
    font-size: 21.6px;
    font-size: 2.16rem;
  }
  .h5, h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .h6, h6 {
    font-size: 16.8px;
    font-size: 1.68rem;
  }
  .height-xsmall--pc {
    height: 150px;
  }
  .height-small--pc {
    height: 300px;
  }
  .height-large--pc {
    height: 400px;
  }
  .height-xlarge--pc {
    height: 500px;
  }
  .hero__headline {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .link {
    font-size: 1.4rem;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .link-zoom:hover::after {
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .link-zoom::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .margin--pc {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .margin-top--pc {
    margin-top: 2rem !important;
  }
  .margin-bottom--pc {
    margin-bottom: 2rem !important;
  }
  .margin-left--pc {
    margin-left: 2rem !important;
  }
  .margin-right--pc {
    margin-right: 2rem !important;
  }
  .margin-xsmall--pc {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .margin-xsmall-top--pc {
    margin-top: 1.2rem !important;
  }
  .margin-xsmall-bottom--pc {
    margin-bottom: 1.2rem !important;
  }
  .margin-xsmall-left--pc {
    margin-left: 1.2rem !important;
  }
  .margin-xsmall-right--pc {
    margin-right: 1.2rem !important;
  }
  .margin-small--pc {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .margin-small-top--pc {
    margin-top: 2.4rem !important;
  }
  .margin-small-bottom--pc {
    margin-bottom: 2.4rem !important;
  }
  .margin-small-left--pc {
    margin-left: 2.4rem !important;
  }
  .margin-small-right--pc {
    margin-right: 2.4rem !important;
  }
  .margin-medium--pc {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .margin-medium-top--pc {
    margin-top: 4.8rem !important;
  }
  .margin-medium-bottom--pc {
    margin-bottom: 4.8rem !important;
  }
  .margin-medium-left--pc {
    margin-left: 4.8rem !important;
  }
  .margin-medium-right--pc {
    margin-right: 4.8rem !important;
  }
  .margin-large--pc {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .margin-large-top--pc {
    margin-top: 6rem !important;
  }
  .margin-large-bottom--pc {
    margin-bottom: 6rem !important;
  }
  .margin-large-left--pc {
    margin-left: 6rem !important;
  }
  .margin-large-right--pc {
    margin-right: 6rem !important;
  }
  .margin-xlarge--pc {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .margin-xlarge-top--pc {
    margin-top: 8rem !important;
  }
  .margin-xlarge-bottom--pc {
    margin-bottom: 8rem !important;
  }
  .margin-xlarge-left--pc {
    margin-left: 8rem !important;
  }
  .margin-xlarge-right--pc {
    margin-right: 8rem !important;
  }
  .margin-reset-top--pc {
    margin-top: 0rem !important;
  }
  .padding--pc {
    padding: 2rem !important;
  }
  .padding-top--pc {
    padding-top: 2rem !important;
  }
  .padding-bottom--pc {
    padding-bottom: 2rem !important;
  }
  .padding-left--pc {
    padding-left: 2rem !important;
  }
  .padding-right--pc {
    padding-left: 2rem !important;
  }
  .padding-horizontal--pc {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .padding-vertical--pc {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .padding-xsmall--pc {
    padding: 1.2rem !important;
  }
  .padding-xsmall-top--pc {
    padding-top: 1.2rem !important;
  }
  .padding-xsmall-bottom--pc {
    padding-bottom: 1.2rem !important;
  }
  .padding-xsmall-left--pc {
    padding-left: 1.2rem !important;
  }
  .padding-xsmall-right--pc {
    padding-left: 1.2rem !important;
  }
  .padding-xsmall-horizontal--pc {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .padding-xsmall-vertical--pc {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .padding-small--pc {
    padding: 1.6rem !important;
  }
  .padding-small-top--pc {
    padding-top: 1.6rem !important;
  }
  .padding-small-bottom--pc {
    padding-bottom: 1.6rem !important;
  }
  .padding-small-left--pc {
    padding-left: 1.6rem !important;
  }
  .padding-small-right--pc {
    padding-left: 1.6rem !important;
  }
  .padding-small-horizontal--pc {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .padding-small-vertical--pc {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .padding-large--pc {
    padding: 4rem !important;
  }
  .padding-large-top--pc {
    padding-top: 4rem !important;
  }
  .padding-large-bottom--pc {
    padding-bottom: 4rem !important;
  }
  .padding-large-left--pc {
    padding-left: 4rem !important;
  }
  .padding-large-right--pc {
    padding-left: 4rem !important;
  }
  .padding-large-horizontal--pc {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .padding-large-vertical--pc {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .padding-xlarge--pc {
    padding: 6rem !important;
  }
  .padding-xlarge-top--pc {
    padding-top: 6rem !important;
  }
  .padding-xlarge-bottom--pc {
    padding-bottom: 6rem !important;
  }
  .padding-xlarge-left--pc {
    padding-left: 6rem !important;
  }
  .padding-xlarge-right--pc {
    padding-left: 6rem !important;
  }
  .padding-xlarge-horizontal--pc {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .padding-xlarge-vertical--pc {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .padding-reset-top--pc {
    padding-top: 0rem !important;
  }
  .padding-reset-right--pc {
    padding-right: 0rem !important;
  }
  .padding-reset-left--pc {
    padding-left: 0rem !important;
  }
  .padding-reset-bottom--pc {
    padding-bottom: 0rem !important;
  }
  .padding-reset-vertical--pc {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .padding-reset-horizontal--pc {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .text-xsmall {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .text-default {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-xlarge {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .text-center--pc {
    text-align: center !important;
  }
  .text-right--pc {
    text-align: right !important;
  }
  .text-left--pc {
    text-align: left !important;
  }
  .visible--pc {
    visibility: visible !important;
  }
  .hidden--pc {
    visibility: hidden !important;
  }
  .width-1-1--pc {
    width: 100%;
  }
  .width-1-2--pc {
    width: 50%;
  }
  .width-1-3--pc {
    width: 33.3333333333%;
  }
  .width-2-3--pc {
    width: 66.6666666667%;
  }
  .width-1-4--pc {
    width: 25%;
  }
  .width-3-4--pc {
    width: 75%;
  }
  .width-1-5--pc {
    width: 20%;
  }
  .width-2-5--pc {
    width: 40%;
  }
  .width-3-5--pc {
    width: 60%;
  }
  .width-4-5--pc {
    width: 80%;
  }
  .width-1-6--pc {
    width: 16.6666666667%;
  }
  .width-5-6--pc {
    width: 83.3333333333%;
  }
  .width-1-12--pc {
    width: 8.3333333333%;
  }
  .width-2-12--pc {
    width: 16.6666666667%;
  }
  .width-3-12--pc {
    width: 25%;
  }
  .width-4-12--pc {
    width: 33.3333333333%;
  }
  .width-5-12--pc {
    width: 41.6666666667%;
  }
  .width-6-12--pc {
    width: 50%;
  }
  .width-7-12--pc {
    width: 58.3333333333%;
  }
  .width-8-12--pc {
    width: 66.6666666667%;
  }
  .width-9-12--pc {
    width: 75%;
  }
  .width-10-12--pc {
    width: 83.3333333333%;
  }
  .width-11-12--pc {
    width: 91.6666666667%;
  }
  .width-xsmall--pc {
    width: 100px;
  }
  .width-small--pc {
    width: 200px;
  }
  .width-medium--pc {
    width: 400px;
  }
  .width-large--pc {
    width: 600px;
  }
  .width-xlarge--pc {
    width: 750px;
  }
  .width-thumbnail--pc {
    width: 300px;
  }
  .width-auto--pc {
    width: auto;
  }
  .width-fluid--pc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
  .section-title {
    margin-bottom: 4.8rem;
  }
  .section-title__ja > * {
    font-size: 2.8rem;
  }
  .section-title__en {
    font-size: 9.6rem;
  }
  .content__header::after {
    height: 80px;
    margin-top: -4rem;
  }
  .content__body {
    padding-bottom: 6.4rem;
  }
  .contact-note {
    margin: 3rem 0;
    padding: 2rem;
  }
  .hero__headline {
    font-size: 4.6rem;
  }
  .recruit-guideline {
    padding: 8rem 0;
    margin-bottom: 8rem;
  }
  .recruit-guideline__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-guideline__table {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    padding-left: 80px;
  }
  .recruit-guideline__table table td {
    padding: 3rem 0;
  }
  .recruit-entry {
    max-width: calc(100% - 80px);
    border-radius: 40px;
  }
  .recruit-entry .section-title {
    margin-top: -6.4rem;
  }
  .recruit-entry__form {
    border-radius: 40px;
    padding: 6.4rem;
  }
}
@media (hover: hover) {
  .link:hover {
    text-decoration: underline;
    color: #F5DA00;
  }
  .link-text:hover {
    text-decoration: none;
  }
}