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

/* 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.
 */
html,
body {
  margin: 0;
  padding: 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
body {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
body {
  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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 56.5%;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

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

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

textarea {
  field-sizing: content;
  resize: both;
}

/* FontFamily */
/* font-weight */
body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #fff;
}

.l-inner {
  max-width: 112rem;
  padding-left: 4rem;
  padding-right: 4rem;
  margin: 0 auto;
}
.l-inner--s {
  max-width: 107rem;
}
.l-inner--l {
  max-width: 128rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

::-moz-placeholder {
  color: #fff;
}

::placeholder {
  color: #fff;
}

/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  position: relative;
  width: 100%;
  border: 1px solid #C5C5C5;
  border-radius: 0;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    font-size: 16px;
  }
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  position: relative;
  width: 100%;
  height: 300px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border: 1px solid #C5C5C5;
  border-radius: 2px;
}
@media screen and (max-width: 992px) {
  textarea {
    font-size: 16px;
  }
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #92846F;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #92846F;
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

/**
 * checkbox
 *
 */
input[type=checkbox].smf-checkbox-control__control {
  display: none;
  vertical-align: middle;
}

input[type=checkbox] + .smf-checkbox-control__label,
input[type=checkbox] + .checkbox-inner {
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  cursor: pointer;
}

input[type=checkbox] + .smf-checkbox-control__label::before,
input[type=checkbox] + .checkbox-inner::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px #C5C5C5 solid;
  border-radius: 0;
  box-sizing: border-box;
  z-index: 2;
}

input[type=checkbox] + .smf-checkbox-control__label::after,
input[type=checkbox] + .checkbox-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 3px;
  width: 9px;
  height: 6px;
  border-left: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  transform: rotate(-45deg);
  opacity: 0;
  z-index: 3;
}

input[type=checkbox]:checked + .smf-checkbox-control__label::after,
input[type=checkbox]:checked + .checkbox-inner::after {
  opacity: 1;
}

/**
 * select
 *
 */
.select-parts {
  position: relative;
  width: 100%;
  border: 1px #92846F solid;
  border-radius: 5px;
  overflow: hidden;
}
.select-parts::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  margin-top: 2px;
  background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
  pointer-events: none;
  z-index: 5;
}
.select-parts select {
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 20px 0 15px;
  background: #F8F8F8;
  color: #000;
  font-size: 2rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: center;
}

/**
 * snow-monkey-form
 *
 */
.snow-monkey-form {
  max-width: 90rem;
  margin-inline: auto;
}

.wp-block-snow-monkey-forms-item.smf-item {
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
  padding-block: 2.3rem;
}
.wp-block-snow-monkey-forms-item.smf-item.--textarea {
  align-items: flex-start;
}
.wp-block-snow-monkey-forms-item.smf-item.hidden-field {
  display: none;
}
.wp-block-snow-monkey-forms-item.smf-item + .wp-block-snow-monkey-forms-item.smf-item {
  border-top: none;
  margin-top: 0;
}
.wp-block-snow-monkey-forms-item.smf-item + * {
  margin-top: 2.4rem;
}
.smf-item__col--label {
  width: 100%;
  display: flex;
  align-items: center;
}
.smf-item__col--controls {
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .smf-item__col--controls {
    font-size: 1.6rem;
  }
}
.smf-item__label label {
  display: block;
}
.smf-item__label__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
}
@media screen and (max-width: 992px) {
  .smf-item__label__text {
    font-size: 1.6rem;
  }
}
.smf-item__controls .smf-textarea-control__control, .smf-item__controls .smf-text-control__control {
  padding: 1.3rem 1.4rem;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #C5C5C5;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .smf-item__controls .smf-textarea-control__control, .smf-item__controls .smf-text-control__control {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.smf-item__controls .smf-textarea-control__control {
  padding: 1.3rem 1.4rem;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #C5C5C5;
  background-color: #F8F8F8;
}
.smf-item__controls .smf-select-control {
  width: 100%;
}
.smf-item__controls .smf-select-control__control {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000;
  padding: 1.3rem 1.4rem;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #C5C5C5;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .smf-item__controls .smf-select-control__control {
    padding-inline: 1.6rem;
  }
}
.smf-item__controls .smf-select-control__toggle::before {
  width: 12px;
  height: 10px;
  background-color: #92846F;
  border: none;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.smf-item__controls .smf-checkboxes-control__control {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
}
.smf-item__controls .smf-checkboxes-control__control .smf-label {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 0 !important;
}
.smf-item__controls .smf-checkbox-control__control {
  margin-top: 0.3rem;
}
.smf-item__controls .smf-radio-buttons-control__control {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 3.6rem;
}
.smf-item__controls .smf-control-description {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
.smf-item.--required .smf-item__description {
  color: #fffabe;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .smf-item.--required .smf-item__description {
    font-size: 1.6rem;
  }
}
.smf-item .smf-placeholder {
  position: relative;
}
.smf-item .smf-placeholder .smf-error-messages {
  white-space: nowrap;
}
.smf-item .smf-error-messages {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fffabe;
}
@media screen and (max-width: 767px) {
  .smf-item .smf-error-messages {
    margin-top: 1.5rem;
  }
}
.smf-item .smf-error-messages.--tel {
  margin-top: 0;
}
.smf-item .smf-error-messages.--tel span {
  display: block;
  padding-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .smf-item .smf-error-messages.--tel span {
    padding-top: 1.5rem;
  }
}
.smf-item.--checkboxes {
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .smf-item.--checkboxes {
    align-items: flex-start;
  }
}
.smf-item.--checkboxes .smf-item__label {
  padding-top: 0;
}
.smf-item.--content .smf-item__label {
  padding-top: 137px;
}
@media screen and (max-width: 1023px) {
  .smf-item.--content .smf-item__label {
    padding-top: 0;
  }
}

.smf-action {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .smf-action {
    margin-top: 6rem;
  }
}

.smf-button-control {
  display: block;
}
.smf-button-control button[type=submit] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 100rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-left: 3.3rem;
  padding-right: 3.3rem;
  font-size: 1.6rem;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .smf-button-control button[type=submit] {
    gap: 2.4rem;
  }
}
.smf-button-control button[type=submit]:hover, .smf-button-control button[type=submit]:focus-visible {
  background-color: #fff;
  color: #14255b;
}
.smf-button-control button[type=submit]:hover .circle, .smf-button-control button[type=submit]:focus-visible .circle {
  border-color: #14255b;
}
.smf-button-control button[type=submit] .circle {
  display: block;
  aspect-ratio: 1/1;
  width: 1.5rem;
  border: 0.3rem solid #fff;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}

.snow-monkey-form[data-screen=confirm] .wp-block-snow-monkey-forms-item.smf-item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .wp-block-snow-monkey-forms-item.smf-item {
    margin-top: 5.5rem;
  }
}
.snow-monkey-form[data-screen=confirm] .wp-block-snow-monkey-forms-item.smf-item + .wp-block-snow-monkey-forms-item.smf-item {
  margin-top: 0;
}
.snow-monkey-form[data-screen=confirm] .p-contact__text.--input {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .p-contact__text.--confirm {
  display: block;
}
.snow-monkey-form[data-screen=confirm] .p-contact__text + .p-contact__text {
  margin-top: 0;
}
.snow-monkey-form[data-screen=confirm] .smf-item__label {
  padding-top: 0;
}
.snow-monkey-form[data-screen=confirm] .smf-action {
  max-width: 33.35rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .smf-action {
    max-width: 25.2rem;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control {
  margin-top: 0;
}
.snow-monkey-form[data-screen=confirm] .smf-button-control {
  display: block;
}
.snow-monkey-form[data-screen=confirm] .smf-button-control button[type=submit] {
  min-width: 7.5rem;
}
.snow-monkey-form[data-screen=confirm] .smf-button-control button[type=submit][data-action=back] {
  flex-direction: row-reverse;
}
.snow-monkey-form[data-screen=confirm] .smf-button-control button[type=submit][data-action=back] .c-arrow {
  transform: rotate(-180deg);
}

.smf-complete-content .p-contact-thanks__h2 {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__h2 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.smf-complete-content .p-contact-thanks__h2 + * {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__h2 + * {
    margin-top: 3.2rem;
  }
}
.smf-complete-content .p-contact-thanks__h2 span {
  display: inline-block;
}
.smf-complete-content .p-contact-thanks__text {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__text {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
  }
}
.smf-complete-content .p-contact-thanks__text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__text span {
    display: initial;
  }
}
.smf-complete-content .p-contact-thanks__btn {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__btn {
    margin-top: 3.2rem;
  }
}
.smf-complete-content .p-contact-thanks__btn .c-btn {
  margin-inline: auto;
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #fff;
  z-index: 20;
  transition: all 0.25s;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 1.4rem;
  padding-left: 3.5rem;
  padding-right: 2.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    padding: 1.2rem 1.6rem 0;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.l-header__logo a {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 40;
  transition: all 0.3s;
}
.l-header__logo a:hover, .l-header__logo a:focus-visible {
  opacity: 0.7;
}
.l-header__logo-main {
  display: block;
  max-width: 15.3rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .l-header__logo-main {
    max-width: 14rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__logo-main {
    max-width: 10rem;
  }
}
.l-header__logo-img {
  width: 100%;
}
.l-header__logo-img.black {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.l-header__container {
  display: flex;
  align-items: center;
  gap: 5.2rem;
}
.l-header__btn {
  width: 211px;
  margin-left: 40px;
}

.p-header-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-header-nav {
    display: none;
  }
}
.p-header-nav__list {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 1120px) {
  .p-header-nav__list {
    gap: 1rem;
  }
}
.p-header-nav__item {
  position: relative;
  height: 100%;
}
.p-header-nav__item:first-child .p-header-nav__link {
  padding-left: 0;
}
.p-header-nav__item:first-child .p-header-nav__link::after {
  width: calc(100% - 1rem);
}
.p-header-nav__item:not(:first-child) .p-header-nav__link span {
  left: 1rem;
}
.p-header-nav__item:last-child .p-header-nav__link {
  padding-right: 0;
}
.p-header-nav__link {
  display: block;
  position: relative;
  overflow: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1px;
  transition: 0.25s;
  text-transform: uppercase;
  transition: opacity 0.25s;
}
@media screen and (max-width: 1120px) {
  .p-header-nav__link {
    font-size: 1.67rem;
  }
}
.p-header-nav__link:hover span:first-child, .p-header-nav__link:focus-visible span:first-child {
  transform: translateY(-100%);
}
.p-header-nav__link:hover span:last-child, .p-header-nav__link:focus-visible span:last-child {
  transform: translateY(0);
}
.p-header-nav__link span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.5s;
  display: block;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-header-nav__link span:last-child {
  transform: translateY(100%);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}
.p-header-nav__icon path {
  transition: 0.3s;
}
.p-header-nav__item.current .l-header-nav__link {
  color: #1a2e71;
}
.p-header-nav__item.current .l-header-nav__link::after {
  transform: translate(0);
}
.p-header-nav__item.current .l-header-nav__icon path {
  fill: #1a2e71;
}

.c-hamburger-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 7.2rem;
  height: 7.2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 50;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn {
    width: 6rem;
    height: 6rem;
  }
}
.c-hamburger-btn:hover, .c-hamburger-btn:focus-visible {
  opacity: 0.7;
}
.c-hamburger-btn:focus-visible {
  outline: 2px solid #333;
}
.c-hamburger-btn button {
  touch-action: manipulation;
}
.c-hamburger-btn__inner {
  display: block;
  position: relative;
  width: 2.7rem;
  height: 1.9rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn__inner {
    width: 24px;
    height: 15px;
  }
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.2s;
  transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}

.p-sub-nav {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.15s;
  margin-top: 0;
  width: 100%;
  height: 100dvh;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(to right, #14255b 0%, #14255b 50%, #1a2e71 50%, #1a2e71 100%);
  transition: 0.15s;
  z-index: 30;
  overflow-y: auto;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav {
    justify-content: flex-start;
    background: #1a2e71;
  }
}
.p-sub-nav::-webkit-scrollbar {
  display: none;
}
.p-sub-nav__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 5rem;
  z-index: 30;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__inner {
    flex-direction: column;
    gap: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav__inner {
    padding-top: 6.4rem;
  }
}
.p-sub-nav__logo-wrap {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__logo-wrap {
    width: 100%;
  }
}
.p-sub-nav__logo {
  max-width: min(19.29vw, 32rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .p-sub-nav__logo {
    max-width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav__logo {
    max-width: 16rem;
  }
}
.p-sub-nav__logo img {
  width: 100%;
}
.p-sub-nav__logo a {
  transition: opacity 0.25s;
}
.p-sub-nav__logo a:hover, .p-sub-nav__logo a:focus-visible {
  opacity: 0.7;
}
.p-sub-nav__logo + * {
  margin-top: min(3.93vw, 5.6rem);
}
@media screen and (max-width: 992px) {
  .p-sub-nav__logo + * {
    margin-top: 5.4rem;
  }
}
.p-sub-nav__content {
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__content {
    width: 100%;
  }
}
.p-sub-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #fff;
}
.p-sub-nav__list + * {
  margin-top: 4rem;
}
.p-sub-nav__item {
  position: relative;
  width: 50%;
  margin: 0 auto;
  cursor: pointer;
}
.p-sub-nav__title {
  position: relative;
  text-transform: uppercase;
}
.p-sub-nav__link {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.p-sub-nav__link .en {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.1428571429;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__link .en {
    font-size: 1.2rem;
  }
}
.p-sub-nav__link .jp {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5833333333;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__link .jp {
    font-size: 1.7rem;
  }
}
.p-sub-nav__license, .p-sub-nav__invoice {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7692307692;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__license, .p-sub-nav__invoice {
    font-size: 1.3rem;
  }
}
.p-sub-nav__license {
  letter-spacing: 0.4em;
}
.p-sub-nav__license + * {
  margin-top: min(0.45vw, 0.7rem);
}
@media screen and (max-width: 992px) {
  .p-sub-nav__license + * {
    margin-top: 0.8rem;
  }
}
.p-sub-nav__invoice {
  letter-spacing: 0.2em;
}
.p-sub-nav__invoice + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 992px) {
  .p-sub-nav__invoice + * {
    margin-top: 4rem;
  }
}
.p-sub-nav__address {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}
.p-sub-nav__address-text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.2987012987;
}
@media screen and (max-width: 992px) {
  .p-sub-nav__address-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav__address-text {
    font-size: 1.6rem;
  }
}
.p-sub-nav__address-text + * {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__address-text + * {
    margin-top: 0.8rem;
  }
}
.p-sub-nav__address-tel {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1851851852;
}
@media screen and (max-width: 992px) {
  .p-sub-nav__address-tel {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav__address-tel {
    font-size: 2.6rem;
  }
}

.l-header.active .l-header__logo {
  opacity: 0;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
.l-header.active .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  transition: 0.01s;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-30deg);
}
.l-header.active .p-sub-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: 0.15s;
}

body.is-footer .l-header {
  opacity: 0;
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-footer::after {
    content: "";
    background-color: #231815;
    opacity: 0.25;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
}
.l-footer__map {
  background-color: #1a2e71;
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1120/330;
}
@media screen and (max-width: 992px) {
  .l-footer__map {
    aspect-ratio: 4/3;
    height: auto;
  }
}
.l-footer__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer__bg {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  position: fixed;
  bottom: 0;
  left: 0;
}
.l-footer__bg img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .l-footer__bg img {
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
}
.l-footer__inner {
  width: 88.3928571429%;
  max-width: 128rem;
  margin-inline: auto;
  height: 100vh;
  min-height: 600px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .l-footer__inner {
    height: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.l-footer__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .l-footer__container {
    flex-direction: column;
    justify-content: flex-start;
    gap: 3.2rem;
  }
}
.l-footer__logo {
  max-width: min(19.29vw, 32rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .l-footer__logo {
    max-width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 20rem;
  }
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__logo a {
  transition: opacity 0.25s;
}
.l-footer__logo a:hover, .l-footer__logo a:focus-visible {
  opacity: 0.7;
}
.l-footer__logo + * {
  margin-top: min(3.93vw, 5.6rem);
}
@media screen and (max-width: 992px) {
  .l-footer__logo + * {
    margin-top: 5.4rem;
  }
}
.l-footer__license, .l-footer__invoice {
  font-size: clamp(1.4rem, 1.16vw, 1.6rem);
  font-weight: 500;
  line-height: 1.7692307692;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__license, .l-footer__invoice {
    font-size: 1.3rem;
  }
}
.l-footer__license {
  letter-spacing: 0.4em;
}
.l-footer__license + * {
  margin-top: min(0.45vw, 0.7rem);
}
@media screen and (max-width: 992px) {
  .l-footer__license + * {
    margin-top: 0.8rem;
  }
}
.l-footer__invoice {
  letter-spacing: 0.2em;
}
.l-footer__invoice + * {
  margin-top: min(4.64vw, 6.68rem);
}
@media screen and (max-width: 992px) {
  .l-footer__invoice + * {
    margin-top: 4rem;
  }
}
.l-footer__address {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}
.l-footer__address-text {
  font-size: clamp(1.5rem, 1.38vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 1.2987012987;
}
@media screen and (max-width: 992px) {
  .l-footer__address-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address-text {
    font-size: 1.6rem;
  }
}
.l-footer__address-text + * {
  margin-top: clamp(1.6rem, 2.14vw, 2.8rem);
}
@media screen and (max-width: 767px) {
  .l-footer__address-text + * {
    margin-top: 0.8rem;
  }
}
.l-footer__address-tel {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(2.4rem, 2.41vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1851851852;
}
@media screen and (max-width: 992px) {
  .l-footer__address-tel {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address-tel {
    font-size: 2.7rem;
  }
}
.l-footer__address-tel + * {
  margin-top: min(5.36vw, 6rem);
}
.l-footer__nav-wrap {
  display: flex;
  flex-direction: column;
  padding-right: min(7.59vw, 8.5rem);
}
@media screen and (max-width: 992px) {
  .l-footer__nav-wrap {
    padding-right: 0;
  }
}
.l-footer__nav {
  width: 100%;
  max-width: min(16.07vw, 18rem);
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .l-footer__nav {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
}
.l-footer__nav + * {
  margin-top: min(4.91vw, 5.5rem);
}
@media screen and (max-width: 992px) {
  .l-footer__nav + * {
    margin-top: 4rem;
  }
}
.l-footer__nav-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .l-footer__nav-list {
    flex-direction: row;
    gap: 1.6rem 3.2rem;
  }
}
.l-footer__nav-item + .l-footer__nav-item {
  margin-top: min(2.14vw, 2.4rem);
}
@media screen and (max-width: 992px) {
  .l-footer__nav-item + .l-footer__nav-item {
    margin-top: 0;
  }
}
.l-footer__nav-item a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.4rem, 1.96vw, 2.6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4545454545;
  transition: opacity 0.25s;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .l-footer__nav-item a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item a {
    font-size: 1.4rem;
  }
}
.l-footer__nav-item a:hover span:first-child, .l-footer__nav-item a:focus-visible span:first-child {
  transform: translateY(-100%);
}
.l-footer__nav-item a:hover span:last-child, .l-footer__nav-item a:focus-visible span:last-child {
  transform: translateY(0);
}
.l-footer__nav-item a span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.5s;
  display: block;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-footer__nav-item a span:last-child {
  transform: translateY(100%);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}

/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.l-section--first {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .l-section--first {
    padding-top: 100px;
  }
}
.l-section--last {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-section--last {
    padding-bottom: 80px;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  background-color: #1a2e71;
  color: #fff;
  position: relative;
  z-index: 2;
}
.l-main--under {
  padding-top: 18rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-main--under {
    padding-top: 14rem;
    padding-bottom: 4rem;
  }
}
.l-main--404 {
  padding-block: 30vh 26vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-main--404 {
    padding-block: 18rem 16rem;
  }
}
.l-main--404 .error-h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-main--404 .error-h1 .en {
  font-size: 8.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1.1981132075;
  color: #fffabe;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .en {
    font-size: 4.5rem;
    line-height: 1.4;
  }
}
.l-main--404 .error-h1 .jp {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5652173913;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .jp {
    font-size: 1.6rem;
    line-height: 1.3793103448;
  }
}
.l-main--404 .error-h1 + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 + * {
    margin-top: 2.1rem;
  }
}
.l-main--404 .error-text {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.l-main--404 .error-text + * {
  margin-top: 4.5rem;
}
.l-main--404 .error-link .c-btn {
  margin-inline: auto;
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  flex-wrap: wrap;
  gap: 40px 60px;
}
@media screen and (max-width: 1280px) {
  .l-grid {
    gap: 40px;
  }
}

.l-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -------------------------------------
        l-form
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .l-form--privacy__text {
    text-align: left;
  }
}
.l-form--privacy__text a {
  text-decoration: underline;
  transition: all 0.25s;
}
.l-form--privacy__text a::after {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_blank.svg) 50%/contain no-repeat;
}
.l-form--privacy__text a:hover, .l-form--privacy__text a:focus {
  opacity: 0.7;
}

/* -------------------------------------
        l-fixed
-----------------------------------------*/
.l-fixed-cta {
  position: fixed;
  right: 0;
  bottom: 5rem;
  z-index: 10;
  transition: all 0.25s;
}
@media screen and (max-width: 992px) {
  .l-fixed-cta {
    right: 1.6rem;
    bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-fixed-cta {
    opacity: 0;
    transition-delay: 0.3s;
    right: 1rem;
    bottom: 1rem;
  }
}
.l-fixed-cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1/1;
  background: #fffabe;
  border: 2px solid #fff;
  border-right: none;
  color: #14255b;
  text-align: center;
  border-top-left-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  padding: 2rem 0.8rem;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .l-fixed-cta__btn {
    width: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .l-fixed-cta__btn {
    width: 15rem;
    padding-bottom: 6.125%;
  }
}
.l-fixed-cta__btn:hover, .l-fixed-cta__btn:focus-visible {
  opacity: 0.7;
}
.l-fixed-cta__btn .logo {
  width: 4.8rem;
}
.l-fixed-cta__btn .logo img {
  width: 100%;
}
.l-fixed-cta__btn .jp {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  letter-spacing: 0.1em;
}
.l-fixed-cta__btn .jp .text01 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.l-fixed-cta__btn .jp .text02 {
  font-size: 1.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

body.is-recruit .l-fixed-cta,
body.is-footer .l-fixed-cta {
  opacity: 0;
}

/* -------------------------------------
        l-undermv
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .l-undermv {
    margin-top: -14rem;
    height: 100svh;
    position: relative;
  }
}
.l-undermv .l-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-undermv .l-inner {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-undermv .c-primary-title {
  position: absolute;
  bottom: 6.8rem;
  left: 4rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-undermv .c-primary-title {
    left: 1.6rem;
    bottom: 25%;
  }
}
.l-undermv .c-primary-title .en,
.l-undermv .c-primary-title .jp {
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
}
.l-undermv .c-primary-title .en {
  letter-spacing: 0.05em;
}
.l-undermv__image {
  width: 76.0606060606%;
  aspect-ratio: 753/505;
  border-radius: 6.4rem;
  overflow: hidden;
  margin-top: -7.5rem;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .l-undermv__image {
    aspect-ratio: initial;
    min-height: 505px;
  }
}
@media screen and (max-width: 767px) {
  .l-undermv__image {
    width: 88.75%;
    height: calc(100svh - 6vh);
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4rem 0 0 4rem;
  }
}
.l-undermv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .l-undermv__image img {
    min-height: 505px;
  }
}

/* -------------------------------------
        l-cta
-----------------------------------------*/
.l-cta {
  background-color: #1a2e71;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.l-cta__body {
  background-color: #14255b;
  border-radius: 1rem;
  padding: 8.5rem 6.2rem 9rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .l-cta__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__body {
    padding: 3.2rem;
    gap: 2.4rem;
  }
}
.l-cta__btn {
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-cta__btn {
    padding-bottom: 0;
  }
}
.l-cta__btn .c-btn {
  font-size: 1.5rem;
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.8rem;
  font-size: 8rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .c-primary-title {
    gap: 1.44rem;
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    font-size: 4rem;
    gap: 0.9rem;
    position: relative;
  }
}
.c-primary-title::before {
  content: "";
  display: block;
  width: 19.4rem;
  aspect-ratio: 194/34;
  background: url(../img/common/mukaida_en.svg) 50%/contain no-repeat;
}
@media screen and (max-width: 992px) {
  .c-primary-title::before {
    width: 15.5rem;
    margin-left: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-primary-title::before {
    width: 11rem;
  }
}
.c-primary-title.--02 .en {
  font-size: 7.4rem;
}
@media screen and (max-width: 992px) {
  .c-primary-title.--02 .en {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-primary-title.--02 .en {
    font-size: 4rem;
  }
}
.c-primary-title.--02 .jp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 29.6rem;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
  border: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title.--02 .jp {
    min-width: 18rem;
    font-size: 1.6rem;
  }
}
.c-primary-title--row {
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title--row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-primary-title--row::before {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title--row::before {
    margin-top: 0;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
  letter-spacing: 0.1em;
  color: #14255b;
  border: 1px solid #14255b;
  border-radius: 100rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-left: 3.3rem;
  padding-right: 3.3rem;
  font-size: 1.6rem;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn {
    gap: 2.4rem;
  }
}
.c-btn:hover::after, .c-btn:focus-visible::after {
  background-color: transparent;
}
.c-btn::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 1.5rem;
  border: 0.3rem solid #14255b;
  background-color: #14255b;
  border-radius: 50%;
  transition: all 0.3s;
}
.c-btn--white {
  border-color: #fff;
  color: #fff;
}
.c-btn--white:hover, .c-btn--white:focus-visible {
  background-color: #fff;
  color: #14255b;
}
.c-btn--white:hover::after, .c-btn--white:focus-visible::after {
  border-color: #14255b;
}
.c-btn--white::after {
  border-color: #fff;
  background-color: #fff;
}

/* -------------------------------------
        c-secondary-title
-----------------------------------------*/
.c-secondary-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.c-secondary-title .jp {
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", serif;
  font-size: 5.6rem;
  letter-spacing: 0.165em;
  line-height: 1.0714285714;
}
@media screen and (max-width: 992px) {
  .c-secondary-title .jp {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-secondary-title .jp {
    font-size: 2.8rem;
  }
}
.c-secondary-title .en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.075em;
  color: #fffabe;
}
@media screen and (max-width: 992px) {
  .c-secondary-title .en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-secondary-title .en {
    font-size: 1.6rem;
  }
}

/* -------------------------------------
        p-top
-----------------------------------------*/
.p-top__fv {
  position: relative;
  height: 220dvh;
}
@media screen and (max-width: 992px) {
  .p-top__fv {
    height: 220svh;
  }
}
.p-top__fv .p-top-mv {
  z-index: 2;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
}
@media screen and (max-width: 992px) {
  .p-top__fv .p-top-mv {
    height: 100svh;
  }
}
.p-top__fv .p-top-mv,
.p-top__fv .p-top-about {
  width: 100%;
  height: 100dvh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.p-top__fv .p-top-about {
  margin-top: -100dvh;
}
@media screen and (max-width: 992px) {
  .p-top__fv .p-top-about {
    height: 100vh;
    margin-top: -100vh;
  }
}
.p-top__fv-snap {
  scroll-snap-align: start;
}
.p-top__bg {
  background-color: #1a2e71;
  position: relative;
  z-index: 1;
}
.p-top__bg::before {
  content: "";
  background: url(../img/top/bottom_bg.jpg) 50% 100%/cover no-repeat;
  opacity: 0.79;
  mix-blend-mode: hard-light;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.p-top__bg-top::before {
  background-image: url(../img/top/top_bg.jpg);
}

/* -------------------------------------
        p-top-mv
-----------------------------------------*/
.p-top-mv {
  height: 100svh;
  position: relative;
  background-color: #1a2e71;
}
.p-top-mv__copy-box {
  position: absolute;
  bottom: 20%;
  left: 3rem;
  color: #fff;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.8));
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy-box {
    left: 1.6rem;
    bottom: 25%;
  }
}
.p-top-mv__copy-en {
  width: 75.9rem;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy-en {
    width: 64rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy-en {
    width: 34rem;
  }
}
.p-top-mv__copy-en img {
  width: 100%;
}
.p-top-mv__copy-en + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy-en + * {
    margin-top: 1.6rem;
  }
}
.p-top-mv__copy-jp {
  font-size: 3.1rem;
  letter-spacing: 0.2em;
  line-height: 1.4516129032;
  padding-left: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy-jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy-jp {
    font-size: 1.8rem;
  }
}
.p-top-mv__images {
  width: 88.75%;
  height: calc(100svh - 6vh);
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top-mv__images .swiper-slide:nth-child(2) .p-top-mv__images-item img {
    -o-object-position: 35% 50%;
       object-position: 35% 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__images .swiper-slide:nth-child(3) .p-top-mv__images-item img {
    -o-object-position: 45% 50%;
       object-position: 45% 50%;
  }
}
.p-top-mv__images-item {
  height: 100%;
  overflow: hidden;
  border-bottom-left-radius: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__images-item {
    border-bottom-left-radius: 4rem;
  }
}
.p-top-mv__images-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  body.is-scrolled .p-top-mv__cta {
    opacity: 1;
  }
}
/* -------------------------------------
        p-top-concept
-----------------------------------------*/
.p-top-concept {
  padding-top: 11.6rem;
  background-color: #1a2e71;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-concept {
    padding-top: 10rem;
  }
}
.p-top-concept::after {
  content: "";
  display: block;
  width: 68.3035714286%;
  max-width: 76.5rem;
  aspect-ratio: 765/757;
  opacity: 0.6;
  background: url(../img/top/concept_bg.png) 50%/contain no-repeat;
  mix-blend-mode: overlay;
  position: absolute;
  right: 0;
  bottom: 19.8rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-concept::after {
    bottom: 8.8rem;
  }
}
.p-top-concept .l-inner {
  position: relative;
}
.p-top-concept .c-primary-title + * {
  margin-top: 5.6rem;
}
.p-top-concept__copy {
  font-family: "Noto Serif JP", serif;
  font-size: 3.7rem;
  letter-spacing: 0.2em;
  line-height: 1.7837837838;
}
@media screen and (max-width: 1023px) {
  .p-top-concept__copy {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept__copy {
    font-size: 2.4rem;
  }
}
.p-top-concept__copy + * {
  margin-top: 6.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__copy + * {
    margin-top: 4rem;
  }
}
.p-top-concept__text {
  width: 52.5252525253%;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  line-height: 2.0588235294;
}
@media screen and (max-width: 767px) {
  .p-top-concept__text {
    width: 100%;
    font-size: 1.5rem;
  }
}
.p-top-concept__text + *.p-top-concept__text {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__text + *.p-top-concept__text {
    margin-top: 2.4rem;
  }
}
.p-top-concept__images {
  width: 43.6448598131%;
  position: absolute;
  top: -3.2rem;
  right: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .p-top-concept__images {
    top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept__images {
    width: 50%;
    top: -7rem;
  }
}
.p-top-concept__image {
  mix-blend-mode: screen;
}
.p-top-concept__image.--01 {
  width: 100%;
}
.p-top-concept__image.--02 {
  width: 46.8950749465%;
  margin-right: -1rem;
}
.p-top-concept__image.--03 {
  width: 67.2376873662%;
  margin-top: 0.8rem;
  margin-right: 7rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__image.--03 {
    margin-right: 5rem;
  }
}
.p-top-concept__scroll {
  margin-top: 23rem;
  overflow: hidden;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__scroll {
    margin-top: 8rem;
    gap: 1.6rem;
  }
}
.p-top-concept__scroll + .p-top-construction__scroll {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__scroll + .p-top-construction__scroll {
    margin-top: 1.6rem;
  }
}
.p-top-concept__scroll-list {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__scroll-list {
    gap: 1.6rem;
  }
}
.p-top-concept__scroll-list.--right {
  -webkit-animation: flowingRight 50s infinite linear 0.5s both;
          animation: flowingRight 50s infinite linear 0.5s both;
}
.p-top-concept__scroll-list.--left {
  -webkit-animation: flowingLeft 50s infinite linear 0.5s both;
          animation: flowingLeft 50s infinite linear 0.5s both;
}
.p-top-concept__scroll-list li {
  width: 51.25vw;
  max-width: 57.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__scroll-list li {
    width: 48vw;
  }
}
.p-top-concept__scroll-list li figure {
  aspect-ratio: 574/373;
  border-radius: 6.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-concept__scroll-list li figure {
    border-radius: 1.6rem;
  }
}
.p-top-concept__scroll-list li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------
        p-top-business
-----------------------------------------*/
.p-top-business {
  padding-top: 8rem;
  background-color: #1a2e71;
}
.p-top-business__inner {
  max-width: 192rem;
  margin-left: auto;
  margin-right: auto;
}
.p-top-business .c-primary-title {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-business .c-primary-title {
    padding-left: 0;
  }
}
.p-top-business__body.l-grid {
  margin-top: 2.4rem;
  border: 1px solid #fff;
  gap: 0;
}
@media screen and (max-width: 1920px) {
  .p-top-business__body.l-grid {
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-business__body.l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-business__item {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  background-color: #14255b;
}
@media screen and (max-width: 1023px) {
  .p-top-business__item {
    flex-direction: row-reverse;
    align-items: stretch;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__item {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0;
  }
}
.p-top-business__item:nth-child(2) .p-top-business__box {
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-business__item:nth-child(2) .p-top-business__box {
    transition-delay: 0s;
  }
}
.p-top-business__item:nth-child(3) .p-top-business__box {
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .p-top-business__item:nth-child(3) .p-top-business__box {
    transition-delay: 0s;
  }
}
.p-top-business__item + .p-top-business__item {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
  .p-top-business__item + .p-top-business__item {
    border-left: none;
    border-top: 1px solid #fff;
  }
}
.p-top-business__box {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 78.6096256684%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .p-top-business__box {
    flex: 1;
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__box {
    width: 89.3333333333%;
    padding-right: 0;
    padding-bottom: 3.2rem;
  }
}
.p-top-business__h3 .jp {
  font-size: 3.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .p-top-business__h3 .jp {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__h3 .jp {
    font-size: 2.8rem;
  }
}
.p-top-business__h3 .en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fffabe;
}
@media screen and (max-width: 767px) {
  .p-top-business__h3 .en {
    font-size: 1.4rem;
  }
}
.p-top-business__h3 + * {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__h3 + * {
    margin-top: 1.6rem;
  }
}
.p-top-business__text {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.8461538462;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 1120px) {
  .p-top-business__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-business__text {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__text {
    font-size: 1.5rem;
  }
}
.p-top-business__btn {
  margin-top: auto;
}
.p-top-business__btn .c-btn {
  margin-left: auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 1280px) {
  .p-top-business__btn .c-btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1120px) {
  .p-top-business__btn .c-btn {
    font-size: 1rem;
    gap: 2.2rem;
    padding: 0.9rem 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__btn .c-btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1120px) {
  .p-top-business__btn .c-btn::after {
    width: 1rem;
  }
}
.p-top-business__image {
  width: 100%;
  aspect-ratio: 373/249;
}
@media screen and (max-width: 1023px) {
  .p-top-business__image {
    width: 40%;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__image {
    width: 100%;
    max-height: 30rem;
    aspect-ratio: 373/249;
  }
}
.p-top-business__image img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-top-business__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* -------------------------------------
        p-top-recruit
-----------------------------------------*/
.p-top-recruit {
  padding-top: 17.2rem;
  background: linear-gradient(to bottom, #1a2e71 0%, #1a2e71 60rem, transparent 60rem, transparent 100%);
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    padding-top: 8rem;
  }
}
.p-top-recruit .c-primary-title {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit .c-primary-title {
    padding-left: 0;
  }
}
.p-top-recruit__body {
  margin-top: 8.4rem;
  background-color: #e4e8eb;
  border-radius: 8.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__body {
    border-radius: 3.2rem;
  }
}
.p-top-recruit__body-inner {
  max-width: 112rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 7rem;
  padding-bottom: 13.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__body-inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__body .l-inner {
    display: contents;
  }
}
.p-top-recruit__copy, .p-top-recruit__text, .p-top-recruit__btn {
  width: calc(51.5151515152% + 2rem);
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__copy, .p-top-recruit__text, .p-top-recruit__btn {
    width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-top-recruit__copy {
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", serif;
  font-size: 5.6rem;
  letter-spacing: 0.2em;
  line-height: 1.1428571429;
  color: #14255b;
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
@media screen and (max-width: 1023px) {
  .p-top-recruit__copy {
    width: 100%;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__copy {
    margin-top: 3.2rem;
    order: 2;
    font-size: 3.2rem;
    gap: 1.6rem;
  }
}
.p-top-recruit__copy .ls {
  letter-spacing: -0.1em;
}
.p-top-recruit__copy + * {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__copy + * {
    margin-top: 3.2rem;
  }
}
.p-top-recruit__text {
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  line-height: 2.0588235294;
  color: #14255b;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__text {
    order: 3;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.p-top-recruit__text + * {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__text + * {
    margin-top: 4rem;
  }
}
.p-top-recruit__text + *.p-top-recruit__text {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__text + *.p-top-recruit__text {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__btn {
    order: 20;
  }
}
.p-top-recruit__btn .c-btn {
  font-size: 1.9rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}
@media screen and (max-width: 1023px) {
  .p-top-recruit__btn .c-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__btn .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-recruit__btn .c-btn::after {
  width: 1.8rem;
}
.p-top-recruit__images {
  width: 43.6607142857%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  bottom: 7.8rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__images {
    display: contents;
  }
}
.p-top-recruit__image {
  aspect-ratio: 489/521;
  border-radius: 8rem;
  overflow: hidden;
}
@media screen and (max-width: 1120px) {
  .p-top-recruit__image {
    border-radius: 8rem 0 0 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__image {
    aspect-ratio: auto;
    height: 24rem;
    width: 95%;
    border-radius: 2.4rem 0 0 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__image:nth-child(1) {
    order: 1;
    margin-top: -10.8rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__image:nth-child(2) {
    order: 4;
    margin-top: 3.2rem;
    margin-right: auto;
    border-radius: 0 2.4rem 2.4rem 0;
  }
}
.p-top-recruit__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------
        p-top-overview
-----------------------------------------*/
.p-top-overview {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-overview {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.p-top-overview::after {
  content: "";
  background-color: #231815;
  opacity: 0.4;
  position: absolute;
  top: -10rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.p-top-overview__title {
  width: 18.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  .p-top-overview__title {
    width: 15.4rem;
  }
}
.p-top-overview__title img {
  width: 100%;
}
.p-top-overview__title + * {
  margin-top: 4.2rem;
}
.p-top-overview__body {
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  border-radius: 3.2rem;
  padding: 3.3rem 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-overview__body {
    border-radius: 2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    flex-direction: column;
  }
}
.p-top-overview__dl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-overview__dl {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-top-overview__dl .inner {
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-overview__dl .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
}
.p-top-overview__dl .inner + .inner {
  margin-top: 1.2rem;
}
.p-top-overview__dl:nth-child(even) {
  padding-left: 4.2rem;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-top-overview__dl:nth-child(even) {
    padding-left: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-overview__dl + .p-top-overview__dl {
    margin-top: 1.2rem;
  }
}
.p-top-overview__dt, .p-top-overview__dd {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .p-top-overview__dt, .p-top-overview__dd {
    font-size: 1.6rem;
  }
}
.p-top-overview__dt {
  min-width: 9rem;
}
@media screen and (max-width: 767px) {
  .p-top-overview__dt {
    font-weight: 500;
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-overview__dt::before {
    content: "-";
  }
}
.p-top-overview__dd {
  flex: 1;
}
.p-top-overview__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top-overview__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .p-top-overview__bg img {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
}

/* -------------------------------------
        p-top-message
-----------------------------------------*/
.p-top-message {
  background-color: #1a2e71;
  padding-top: 9.2rem;
  padding-bottom: 4.6rem;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-message {
    padding-top: 6rem;
    padding-bottom: 0;
  }
}
.p-top-message .c-primary-title {
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-message .c-primary-title {
    padding-left: 0;
  }
}
.p-top-message .c-primary-title + * {
  margin-top: 10.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-message .c-primary-title + * {
    margin-top: -3.2rem;
  }
}
.p-top-message__body {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-message__body {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-top-message__balloon {
  max-width: 61.5rem;
  padding: 3.6rem;
  border: 0.3rem solid #fff;
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__balloon {
    margin-top: 1.6rem;
    padding: 1.6rem;
    border-width: 0.2rem;
  }
}
.p-top-message__text {
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  line-height: 2.1176470588;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-top-message__text {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.p-top-message__text + .p-top-message__text {
  margin-top: 1.6rem;
}
.p-top-message__image {
  width: 65.7692307692%;
  position: absolute;
  top: -25.5rem;
  right: -2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-message__image {
    position: static;
    width: 30rem;
    top: -50%;
    margin-left: auto;
  }
}
.p-top-message__image img {
  width: 100%;
  border-radius: 6.7rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-message__image img {
    border-radius: 3.2rem;
  }
}
.p-top-message__image figcaption {
  font-size: 2rem;
  text-align: right;
  padding-top: 0.4rem;
  padding-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__image figcaption {
    font-size: 1.6rem;
  }
}

/* -------------------------------------
        p-business
-----------------------------------------*/
.p-business__section {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-business__section {
    margin-top: 4rem;
  }
}
.p-business__section + .p-business__section {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-business__section + .p-business__section {
    margin-top: 6rem;
  }
}
.p-business__body {
  display: flex;
  align-items: flex-start;
  gap: 3.2rem 5.4rem;
}
@media screen and (max-width: 992px) {
  .p-business__body {
    flex-direction: column;
  }
}
.p-business__title {
  width: 18.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 992px) {
  .p-business__title {
    width: 100%;
    writing-mode: initial;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__title {
    gap: 0.8rem;
  }
}
.p-business__title .num {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  font-family: serif;
  font-size: 13rem;
  line-height: 1;
  writing-mode: initial;
}
@media screen and (max-width: 992px) {
  .p-business__title .num {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__title .num {
    font-size: 7.2rem;
  }
}
.p-business__title .inner {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-business__title .jp {
  font-size: 10rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .p-business__title .jp {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__title .jp {
    font-size: 3.2rem;
  }
}
.p-business__title .jp.small {
  font-size: 4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-business__title .jp.small {
    font-size: 2.8rem;
  }
}
.p-business__title .jp .jp-en {
  text-orientation: upright;
}
.p-business__title .en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.1923076923;
  color: #fffabe;
  margin-top: 0.5rem;
}
@media screen and (max-width: 992px) {
  .p-business__title .en {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-business__title .en {
    font-size: 1.4rem;
  }
}
.p-business__contents {
  flex: 1;
}
.p-business__image {
  aspect-ratio: 760/335;
  overflow: hidden;
  border-radius: 6.4rem;
}
@media screen and (max-width: 992px) {
  .p-business__image {
    border-radius: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__image {
    aspect-ratio: 3/2;
    border-radius: 2.4rem;
  }
}
.p-business__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business__image + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-business__image + * {
    margin-top: 2.4rem;
  }
}
.p-business__copy {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 992px) {
  .p-business__copy {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__copy {
    font-size: 1.6rem;
  }
}
.p-business__copy + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-business__copy + * {
    -webkit-margin-after: 1.6rem;
            margin-block-end: 1.6rem;
  }
}
.p-business__h3 {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 992px) {
  .p-business__h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__h3 {
    font-size: 1.8rem;
  }
}
.p-business__h3::before {
  content: "●";
}
.p-business__h3 + * {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-business__h3 + * {
    margin-top: 1.6rem;
  }
}
.p-business__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-business__list {
    gap: 1rem;
  }
}
.p-business__list-item {
  border: 1px solid #fff;
  border-radius: 10rem;
  text-align: center;
  font-size: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 992px) {
  .p-business__list-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__list-item {
    font-size: 1.4rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.p-business .p-top-business {
  margin-top: 3.4rem;
}
.p-business .l-cta {
  padding-top: 9.8rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-business .l-cta {
    padding-top: 6rem;
  }
}

/* -------------------------------------
        p-recruit
-----------------------------------------*/
.p-recruit .l-cta {
  padding-top: 9.8rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit .l-cta {
    padding-top: 6rem;
  }
}

/* -------------------------------------
        p-recruit-about
-----------------------------------------*/
.p-recruit-about {
  padding-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-about .l-inner {
    max-width: none !important;
  }
}
.p-recruit-about .c-secondary-title .jp {
  color: #000;
}
.p-recruit-about .c-secondary-title .en {
  color: #1a2e71;
}
.p-recruit-about .c-secondary-title + * {
  margin-top: 6rem;
}
.p-recruit-about__body {
  padding-top: 5rem;
  padding-bottom: 9rem;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .p-recruit-about__body {
    padding-right: 5.8rem;
    border-radius: 0 6.4rem 6.4rem 0;
  }
}
@media screen and (max-width: 992px) {
  .p-recruit-about__body {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-about__body {
    padding-right: 1.6rem;
    padding-bottom: 4rem;
  }
}
.p-recruit-about__body::before {
  content: "";
  display: block;
  background: #EBEDF2;
  width: calc(100% + 5.8rem + 5.8rem);
  border-radius: 6.4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1120px) {
  .p-recruit-about__body::before {
    width: calc(100% + 100vw);
    border-radius: 0 6.4rem 6.4rem;
    left: auto;
    right: 0;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-about__body::before {
    border-radius: 0 2.4rem 2.4rem 0;
  }
}
.p-recruit-about__item {
  border: 1rem solid #1a2e71;
  padding: 4.8rem 4rem 2.6rem;
  counter-increment: about;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-about__item {
    border-width: 0.4rem;
    padding: 4rem 1.6rem 2rem;
  }
}
.p-recruit-about__item:nth-child(1)::after {
  content: "";
  display: block;
  width: 24.4rem;
  aspect-ratio: 244/289;
  background: url(../img/recruit/about-treat.png) 50%/contain no-repeat;
  position: absolute;
  top: -0.9rem;
  right: 2.5rem;
  transform: translateY(-100%);
}
@media screen and (max-width: 992px) {
  .p-recruit-about__item:nth-child(1)::after {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-about__item:nth-child(1)::after {
    width: 13rem;
    top: -0.4rem;
    right: 1.4rem;
  }
}
.p-recruit-about__item::before {
  content: "#" counter(about, decimal-leading-zero);
  font-family: "Noto Serif JP", serif;
  font-size: 6rem;
  letter-spacing: 0.2em;
  color: #000;
  background-color: #EBEDF2;
  position: absolute;
  top: -4rem;
  left: -1.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-about__item::before {
    font-size: 4rem;
    top: -2.4rem;
  }
}
.p-recruit-about__item + .p-recruit-about__item {
  margin-top: 4.6rem;
}
.p-recruit-about__h3 {
  font-size: 4.8rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  color: #1a2e71;
}
@media screen and (max-width: 992px) {
  .p-recruit-about__h3 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-about__h3 {
    font-size: 2.4rem;
  }
}
.p-recruit-about__h3 + * {
  margin-top: 1.2rem;
}
.p-recruit-about__text {
  font-size: 1.8rem;
  line-height: 1.8333333333;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-recruit-about__text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

/* -------------------------------------
        p-recruit-merit
-----------------------------------------*/
.p-recruit-merit {
  padding-top: 8rem;
}
.p-recruit-merit .c-secondary-title + * {
  margin-top: 2.4rem;
}
.p-recruit-merit__body.l-grid {
  gap: 4rem;
}
@media screen and (max-width: 992px) {
  .p-recruit-merit__body.l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .p-recruit-merit__item {
    position: relative;
    min-height: 24rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-merit__item {
    min-height: auto;
  }
}
.p-recruit-merit__image {
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .p-recruit-merit__image {
    width: 24rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-merit__image {
    width: 26.5rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: none;
  }
}
.p-recruit-merit__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit-merit__image + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 992px) {
  .p-recruit-merit__image + * {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-merit__image + * {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 992px) {
  .p-recruit-merit__h3, .p-recruit-merit__box {
    width: 60%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-merit__h3, .p-recruit-merit__box {
    width: 100%;
  }
}
.p-recruit-merit__h3 {
  font-size: 3.4rem;
  letter-spacing: 0.19em;
  min-height: 10.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .p-recruit-merit__h3 {
    font-size: 2.8rem;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-merit__h3 {
    font-size: 2.6rem;
    text-align: center;
  }
}
.p-recruit-merit__h3 + * {
  margin-top: 1.9rem;
}
.p-recruit-merit__box {
  background-color: #fff;
  border-radius: 1rem;
  color: #1a2e71;
  padding: 1.6rem 2.2rem;
}
.p-recruit-merit__text {
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-recruit-merit .p-top-concept__scroll {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-merit .p-top-concept__scroll {
    margin-top: 4rem;
  }
}

/* -------------------------------------
        p-recruit-description
-----------------------------------------*/
.p-recruit-description {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-description {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-recruit-description .c-secondary-title + * {
  margin-top: 2.4rem;
}
.p-recruit-description__body {
  border: 1px solid #fff;
  border-radius: 3.2rem;
  padding: 3.3rem 3rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-recruit-description__body {
    border-radius: 2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    flex-direction: column;
  }
}
.p-recruit-description__dl {
  width: 50%;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-description__dl {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-recruit-description__dl .inner {
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-description__dl .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
}
.p-recruit-description__dl .inner + .inner {
  margin-top: 1.2rem;
}
.p-recruit-description__dl:nth-child(even) {
  padding-left: 4.2rem;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-description__dl:nth-child(even) {
    padding-left: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-description__dl + .p-recruit-description__dl {
    margin-top: 1.2rem;
  }
}
.p-recruit-description__dt, .p-recruit-description__dd {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .p-recruit-description__dt, .p-recruit-description__dd {
    font-size: 1.6rem;
  }
}
.p-recruit-description__dt {
  min-width: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-description__dt {
    font-weight: 500;
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-description__dt::before {
    content: "-";
  }
}
.p-recruit-description__dd {
  flex: 1;
}

/* -------------------------------------
        p-recruit-flow
-----------------------------------------*/
.p-recruit-flow {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 7.4rem;
  padding-bottom: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.p-recruit-flow .c-secondary-title .jp {
  color: #1a2e71;
}
.p-recruit-flow .c-secondary-title .en {
  color: #000;
}
.p-recruit-flow .c-secondary-title + * {
  margin-top: 3.2rem;
}
.p-recruit-flow__list.l-grid {
  gap: 8rem 4rem;
}
@media screen and (max-width: 992px) {
  .p-recruit-flow__list.l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-recruit-flow__list-item {
  position: relative;
}
.p-recruit-flow__list-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 2.9rem;
  aspect-ratio: 29/11;
  background: url(../img/recruit/icon_arrow-flow.svg) 50%/contain no-repeat;
  position: absolute;
  transform: translateX(100%);
  top: 8.2rem;
  right: -0.2rem;
}
@media screen and (max-width: 992px) {
  .p-recruit-flow__list-item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -6rem;
    left: 50%;
    transform: rotate(90deg) translate(-50%, 100%);
  }
}
.p-recruit-flow__list-title {
  width: 16.4rem;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1/1;
  text-align: center;
  background-color: #1a2e71;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.p-recruit-flow__list-title .jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.p-recruit-flow__list-title .en {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #fffabe;
}
.p-recruit-flow__list-title + * {
  margin-top: 1.6rem;
}
.p-recruit-flow__list-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 992px) {
  .p-recruit-flow__list-text {
    font-size: 1.6rem;
  }
}

/* -------------------------------------
        p-contact
-----------------------------------------*/
.p-contact {
  padding-bottom: 12rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: 10rem;
  }
}
.p-contact__body .l-inner {
  min-width: 90rem;
}
@media screen and (max-width: 992px) {
  .p-contact__body .l-inner {
    min-width: 64rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__body .l-inner {
    min-width: auto;
  }
}
.p-contact .c-primary-title + * {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-contact .c-primary-title + * {
    margin-top: 6.4rem;
  }
}
.p-contact__text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 1.6rem;
    line-height: 1.8461538462;
  }
}
.p-contact__text.--confirm {
  margin-top: 0;
  display: none;
}
.p-contact__text.--confirm + * {
  margin-top: 4rem;
}
.p-contact__text.--note {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.p-contact__text.--note + * {
  margin-top: 1rem;
}
.p-contact__text + .p-contact__text {
  margin-top: 2.4rem;
}
.p-contact__text + * {
  margin-top: 5.5rem;
}
.p-contact__btn .c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.8rem;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__btn .c-btn {
    font-size: 1.6rem;
  }
}
.p-contact__privacy-wrap h3 {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p-contact__privacy-wrap h3 + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy-wrap h3 + * {
    margin-top: 1.5rem;
  }
}
.p-contact__privacy-wrap .simplebar__inner {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none;
  overflow-y: scroll; /* Firefox 対応 */
}
.p-contact__privacy-wrap .simplebar__inner::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
.p-contact__privacy-wrap .simplebar-scrollbar::before {
  background: #D9D9D9;
  border-radius: 1rem;
  margin-top: 0.2rem;
  width: 0.4rem;
}
.p-contact__privacy-wrap .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.p-contact__privacy-wrap .simplebar-track.simplebar-vertical {
  width: 1rem;
}
.p-contact__privacy-wrap + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy-wrap + * {
    margin-top: 1.8rem;
  }
}
.p-contact__privacy-box {
  max-height: 28.3rem;
  border: 1px solid #fff;
  overflow-y: scroll;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.8333333333;
  color: #fff;
  padding-top: 2.1rem;
  padding-bottom: 2.5rem;
  padding-left: 2.4rem;
  padding-right: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy-box {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 2rem;
  }
}
.p-contact__privacy-box h4 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6923076923;
}
.p-contact__privacy-box p + * {
  margin-top: 2.2rem;
}
.p-contact__privacy-box p + ul, .p-contact__privacy-box p + ol {
  margin-top: 0;
}
.p-contact__privacy-box ul, .p-contact__privacy-box ol {
  list-style-position: inside;
}
.p-contact__privacy-box ul li + li, .p-contact__privacy-box ol li + li {
  margin-top: 0;
}
.p-contact__privacy-box ul + *, .p-contact__privacy-box ol + * {
  margin-top: 2rem;
}
.p-contact__privacy-box ul + p, .p-contact__privacy-box ol + p {
  margin-top: 1rem;
}
.p-contact__privacy-box ul {
  list-style: none !important;
}
.p-contact__privacy-box ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-contact__privacy-box ul li::before {
  content: "・";
}
.p-contact__privacy-box ol {
  list-style-type: decimal !important;
}
.p-contact__privacy-box ol li {
  text-indent: -1.15em;
  padding-left: 1.15em;
}
.p-contact__privacy-box li li {
  text-indent: -0.8em;
  padding-left: 0.8em;
}
.p-contact__privacy-box li li::before {
  display: none;
}
.p-contact__privacy-text {
  font-size: 1.6rem;
  line-height: 1.4444444444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy-text {
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-contact__privacy-text a {
  text-decoration: underline;
}
.p-contact__privacy-confirm .smf-checkboxes-control__control {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy-confirm .smf-checkboxes-control__control {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__privacy-confirm .smf-checkboxes-control__control input[type=checkbox] + .smf-checkbox-control__label::before, .p-contact__privacy-confirm .smf-checkboxes-control__control input[type=checkbox] + .checkbox-inner::before {
    top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__privacy-confirm .smf-checkboxes-control__control input[type=checkbox] + .smf-checkbox-control__label::after, .p-contact__privacy-confirm .smf-checkboxes-control__control input[type=checkbox] + .checkbox-inner::after {
    top: 0.3rem;
    transform: rotate(-45deg);
  }
}
.p-contact__privacy-confirm .smf-error-messages {
  text-align: center;
  padding-left: 0;
}

.snow-monkey-form[data-screen=confirm] .p-contact__catalog {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .p-contact__catalog + * {
  margin-top: 4rem;
}
.snow-monkey-form[data-screen=confirm] .p-contact__catalog + .p-contact__text.--note {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .p-contact__privacy-wrap {
  display: none;
}

.p-contact__thanks-flex + * {
  margin-top: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks-flex + * {
    margin-top: 10rem;
  }
}
.p-contact__thanks-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-contact__thanks-h1 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.p-contact__thanks-h1 + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks .p-contact__text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.p-contact__thanks .l-breadcrumbs {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks .l-breadcrumbs {
    margin-top: 12rem;
  }
}

.p-contact__body {
  transform: translate(0, 2vw);
  transition: all 2s ease;
}

body.is-done .p-contact__body {
  opacity: 1;
  transform: translate(0, 0);
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 1023px) {
  .u-only-pc {
    display: none;
  }
}

.u-only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-only-sp {
    display: block;
  }
}

.u-only-tbsp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-only-tbsp {
    display: inline-block;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-text-accent-color {
  color: #92846F;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

/* -------------------------------------
        fade
-----------------------------------------*/
.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fade.show {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fadeUp.show {
  opacity: 1;
  transform: translateY(0);
}

/* -------------------------------------
        animation
-----------------------------------------*/
body.is-fade {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.3s;
}
body.is-fade.is-active {
  opacity: 1;
}

.js-animatedText span {
  opacity: 0;
  transition: opacity 1.8s;
}

.js-fade,
.js-fade-child {
  opacity: 0;
  transition: 1s ease;
}

@media screen and (max-width: 767px) {
  .js-fade-sp {
    opacity: 0;
  }
}

/* そのまま */
.fadeIn {
  transition: 1s ease;
}

/* 下から */
.fadeBottom {
  transform: translate(0, 4rem);
}

/* 上から */
.fadeTop {
  transform: translate(0, -4rem);
}

/* 右から */
.fadeRight {
  transform: translate(4rem, 0);
}

/* 左から */
.fadeLeft {
  transform: translate(-4rem, 0);
}

@-webkit-keyframes flowingLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes flowingLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flowingRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flowingRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* -------------------------------------
    設定
-----------------------------------------*/