@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap);
:root {
  --primary: #f799a5;
  --secondary: #49c9aa;
  --tertiary: #cdb7de;
  --navy: #4b5c77;
  --black: #1e3151;
  --bg-color: #f6f1ec;
  --font-color: #1e3151;
  --green: #49c9aa;
  --gray: #dddddd;
  --white: #ffffff;
  --pink: #f67687;
  --yellow: #fca244;
  --lemon: #ffe179;
}

/*! destyle.css v4.0.0 | 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.
 */
body {
  margin: 0;
}

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

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

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol,
li {
  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 dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

input.show {
  appearance: auto;
  -webkit-appearance: auto;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    -ms-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    -ms-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    -ms-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    -ms-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes arrowScaleX {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes arrowScaleY {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
/*<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap" rel="stylesheet">*/
/*@font-face {
  font-family: 'mplus';
  src: url('../fonts/M_PLUS_1p/MPLUS1p-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'mplus';
  src: url('../fonts/M_PLUS_1p/MPLUS1p-Medium.ttf') format('truetype');
  font-weight: medium;
}
@font-face {
  font-family: 'mplus';
  src: url('../fonts/M_PLUS_1p/MPLUS1p-Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'maru';
  src: url('../fonts/Zen_Maru_Gothic/ZenMaruGothic-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'maru';
  src: url('../fonts/Zen_Maru_Gothic/ZenMaruGothic-Medium.ttf') format('truetype');
  font-weight: bold;
}*/
html.js-prevent, html.js-prevent-pc-modal {
  overflow: auto;
  height: 100%;
}
html.js-prevent body, html.js-prevent-pc-modal body {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.15;
  font-family: "Noto Sans JP";
  color: var(--font-color);
  position: relative;
  box-sizing: border-box;
  overflow: scroll;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

video {
  max-width: 100%;
}

img {
  max-width: 100%;
  object-fit: cover;
}

::placeholder {
  color: #d0d0d0;
}

.u-mobile {
  display: none;
}
@media (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

.u-desktop {
  display: block;
}
@media (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.bgc {
  background-color: var(--white);
}

a {
  transition: all 0.3s linear;
}
a:hover {
  opacity: 0.6;
}

.l-inner {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media (min-width: 1250px) {
  .l-inner.-lg {
    max-width: 1300px;
  }
  .l-inner.-md {
    max-width: 1000px;
  }
}
@media (max-width: 1250px) {
  .l-inner {
    padding: 0 20px;
  }
}

.l-footer {
  background-color: var(--white);
  width: 100%;
  padding: 5rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 2.5rem 0;
  }
}
.l-footer.toppage {
  padding-bottom: 110px;
}
.l-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.3125rem;
  background-image: url(../../images/top/top-first-line.svg);
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .l-footer::before {
    background-image: url(../../images/top/top-first-line-sp.svg);
  }
}
.l-footer__sp-regist-button {
  margin: 0 auto 20px;
}
.l-footer__upper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--gray);
  padding-bottom: 3rem;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .l-footer__upper {
    padding-bottom: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .l-footer__upper {
    flex-direction: column;
    align-items: center;
    border-bottom: none;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .l-footer__upper__right {
    flex-direction: column;
    width: 100%;
  }
}
.l-footer__upper__right__upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .l-footer__upper__right__upper {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.l-footer__upper__right__wrap_tel {
  margin-right: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .l-footer__upper__right__wrap_tel {
    margin-right: 0;
    margin-top: 2rem;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px;
    border-right: none;
  }
}
@media (max-width: 768px) {
  .l-footer__upper__right__wrap_line {
    text-align: center;
  }
}
.l-footer__upper__right__wrap_line__img {
  width: 100%;
  max-width: 340px;
}
.l-footer__upper__right__under {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .l-footer__upper__right__under {
    display: block;
  }
}
.l-footer__upper__right__under__button {
  padding-right: 59px;
}
@media (max-width: 768px) {
  .l-footer__upper__right__under__button {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .l-footer__upper__right__under__button a {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .l-footer__upper__right__under__insta {
    margin-left: 0;
    margin-top: 24px;
  }
}
.l-footer__upper__right__under__insta__img {
  width: 340px;
}
@media (max-width: 768px) {
  .l-footer__upper__right__under__insta__img {
    display: block;
    margin: 0 auto;
  }
}
.l-footer__logo {
  width: 20.375rem;
  aspect-ratio: 326/95;
}
@media (max-width: 1440px) {
  .l-footer__logo {
    width: 22.6388888889vw;
  }
}
@media (max-width: 768px) {
  .l-footer__logo {
    width: 16.8125rem;
    aspect-ratio: 269/86;
  }
}
.l-footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-footer__tel {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .l-footer__tel {
    font-size: 2.25rem;
    letter-spacing: 0.1125rem;
  }
}
.l-footer__tel__icon {
  width: 2rem;
  vertical-align: middle;
  margin-right: 0.8125rem;
}
@media (max-width: 1440px) {
  .l-footer__tel__icon {
    width: 2.2222222222vw;
    margin-right: 0.9027777778vw;
  }
}
@media (max-width: 768px) {
  .l-footer__tel__icon {
    width: 2rem;
    margin-right: 0.8125rem;
  }
}
.l-footer__under {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .l-footer__under {
    margin-top: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .l-footer__under {
    margin-top: 0;
  }
}
.l-footer__under__nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 2rem;
}
@media (max-width: 1440px) {
  .l-footer__under__nav li {
    padding-right: 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  .l-footer__under__nav li {
    padding-right: 1.5rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  .l-footer__under__nav2 {
    margin-top: 2.5rem;
  }
}
.l-footer__under__nav2 li {
  display: inline-block;
  padding-left: 2rem;
}
@media (max-width: 1440px) {
  .l-footer__under__nav2 li {
    padding-left: 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  .l-footer__under__nav2 li {
    padding-left: 0;
    padding-right: 1rem;
  }
}
.l-footer__access {
  width: 100%;
  text-align: center;
  margin-top: 3.75rem;
}
@media (max-width: 1440px) {
  .l-footer__access {
    margin-top: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .l-footer__access {
    text-align: left;
    margin-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .l-footer__access span {
    display: block;
  }
}
.l-footer__access__logo {
  width: 6.125rem;
  vertical-align: middle;
}
@media (max-width: 1440px) {
  .l-footer__access__logo {
    width: 6.8055555556vw;
  }
}
@media (max-width: 768px) {
  .l-footer__access__logo {
    width: 6.125rem;
    margin-top: 0.625rem;
  }
}

.l-footer__access__link {
  display: inline-block;
  margin-left: 1.25rem;
}
@media (max-width: 1440px) {
  .l-footer__access__link {
    margin-left: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .l-footer__access__link {
    margin-left: 0;
  }
}

small {
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4.0625rem;
  text-align: center;
  color: #b8b8b8;
  display: block;
}
@media (max-width: 768px) {
  small {
    margin-top: 2.5rem;
  }
}

.l-main {
  overflow-x: hidden;
  margin-top: 114px;
}
@media (max-width: 1250px) {
  .l-main {
    margin-top: 100px;
  }
}

.front-page .l-main {
  margin-top: 0;
}

.l-wrap.-bg-deco {
  background: url(../../images/deco_01@2x.png) right -120px/260px auto no-repeat;
}
@media (max-width: 768px) {
  .l-wrap.-bg-deco {
    background: url(../../images/deco_01@2x.png) right -60px/120px auto no-repeat;
  }
}
.l-wrap.-bg-deco2 {
  background: url(../../images/deco_11@2x.png) left -120px/260px auto no-repeat;
}
@media (max-width: 768px) {
  .l-wrap.-bg-deco2 {
    background: url(../../images/deco_01@2x.png) right 200px/110px auto no-repeat;
  }
}
.l-wrap.-bg-deco-osechi {
  background: url(../../images/deco_01@2x.png) right -120px/260px auto no-repeat;
}
@media (max-width: 768px) {
  .l-wrap.-bg-deco-osechi {
    background: url(../../images/deco_11@2x.png) left 70vw/90px auto no-repeat;
  }
}
.l-wrap.-bg-deco-under {
  background: url(../../images/deco_01@2x.png) right -120px/260px auto no-repeat;
}
@media (max-width: 768px) {
  .l-wrap.-bg-deco-under {
    background: url(../../images/deco_01@2x.png) right 177px/120px auto no-repeat;
  }
}
.l-wrap.-bg-deco-top-under {
  background: url(../../images/deco_01@2x.png), url(../../images/deco_02@2x.png);
  background-position: right -120px, left 0 bottom 0;
  background-size: 260px auto, 280px auto;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 768px) {
  .l-wrap.-bg-deco-top-under {
    background: url(../../images/deco_01@2x.png), url(../../images/deco_02@2x.png);
    background-position: right -60px, left 0 bottom 0;
    background-size: 120px auto, 120px auto;
    background-repeat: no-repeat, no-repeat;
  }
}
.l-wrap.-bg-deco-top-under-middle {
  background: url(../../images/deco_01@2x.png), url(../../images/deco_02@2x.png), url(../../images/deco_03@2x.png);
  background-position: right -120px, left 0 top 50%, right 0 top 90%;
  background-size: 260px auto, 280px auto, 280px auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
@media (max-width: 768px) {
  .l-wrap.-bg-deco-top-under-middle {
    background: url(../../images/deco_01@2x.png), none, none;
    background-position: right -60px;
    background-size: 120px auto;
    background-repeat: no-repeat;
  }
}
.l-wrap.-bg-deco-top-under-middle-over {
  background: url(../../images/deco_01@2x.png), url(../../images/deco_02@2x.png), url(../../images/deco_03@2x.png);
  background-position: right -120px, left 0 top 25%, right 0 top 40%;
  background-size: 260px auto, 280px auto, 280px auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
@media (max-width: 768px) {
  .l-wrap.-bg-deco-top-under-middle-over {
    background: url(../../images/deco_01@2x.png), none, none;
    background-position: right -60px;
    background-size: 120px auto;
    background-repeat: no-repeat;
  }
}
.l-wrap.-bg-deco-top-under-middle-over-under {
  background: url(../../images/deco_01@2x.png), url(../../images/deco_02@2x.png), url(../../images/deco_03@2x.png);
  background-position: right -120px, left 0 top 20%, right 0 top 30%;
  background-size: 260px auto, 280px auto, 280px auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
@media (max-width: 768px) {
  .l-wrap.-bg-deco-top-under-middle-over-under {
    background: url(../../images/deco_01@2x.png), none, none;
    background-position: right 177px;
    background-size: 120px auto;
    background-repeat: no-repeat;
  }
}
.l-wrap.-white {
  background: var(--white);
  position: relative;
}
.l-wrap.-white.-line > div {
  position: relative;
  z-index: 2;
}
.l-wrap.-white.-line::after {
  content: "";
  display: block;
  padding: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid var(--gray);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
@media (max-width: 768px) {
  .l-wrap.-white.-line::after {
    padding: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
}
.l-wrap.-entry {
  width: 950px;
  padding: 70px 0;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 768px) {
  .l-wrap.-entry {
    width: calc(100% - 20px);
    padding: 30px 0;
  }
}
.l-wrap.-shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.l-wrap.-center {
  text-align: center;
}
.l-wrap.-right {
  text-align: right;
}
.l-wrap__two-column {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .l-wrap__two-column {
    flex-direction: column-reverse;
  }
}
.l-wrap .p-for-beginner-voices-item__message {
  margin-top: 20px;
  text-align: justify;
}
@media (max-width: 768px) {
  .l-wrap .p-for-beginner-voices-item__message {
    margin-top: 10px;
  }
}
.l-wrap.-search-wrap {
  background: #e5f4f6;
}
@media (max-width: 768px) {
  .l-wrap.-search-wrap.c-container {
    background-size: contain;
  }
}
.l-wrap.-cta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-button--block {
  position: relative;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22rem;
  height: 4.8125rem;
  border-radius: 38.5px;
  font-size: 1.25rem;
  font-weight: bold;
  transition: all 0.3s linear;
}
@media (max-width: 768px) {
  .c-button--block {
    width: 100%;
    max-width: 22rem;
  }
}
.c-button--block:hover {
  opacity: 0.6;
}
.c-button--block.-v1 {
  border: 1px solid var(--primary);
  color: var(--white);
  background: var(--primary);
}
.c-button--block.-v1-w300 {
  color: var(--white);
  background: linear-gradient(to right, #f799a5, #f7dd47);
  width: 18.75rem;
  height: 4.625rem;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .c-button--block.-v1-w300 {
    width: 17.5rem;
    height: 3.4375rem;
    font-size: 1rem;
  }
}
.c-button--block.-v1-w300::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background: url(../../images/icon-circle-arrow-primary.png) left center/2.5rem 2.5rem no-repeat;
}
@media (max-width: 768px) {
  .c-button--block.-v1-w300::after {
    width: 2rem;
    height: 2rem;
    background: url(../../images/icon-circle-arrow-primary.png) left center/2rem 2rem no-repeat;
  }
}
.c-button--block.-v1-w200 {
  color: var(--white);
  background: var(--primary);
  width: 12.5rem;
  height: 4.625rem;
  font-size: 1.125rem;
  font-size: 1rem;
}
.c-button--block.-v1-w200::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background: url(../../images/icon-circle-arrow-primary.png) left center/2.5rem 2.5rem no-repeat;
}
@media (max-width: 768px) {
  .c-button--block.-v1-w200::after {
    width: 2rem;
    height: 2rem;
    background: url(../../images/icon-circle-arrow-primary.png) left center/2rem 2rem no-repeat;
  }
}
.c-button--block.-v1-w300--2 {
  border: 1px solid var(--primary);
  color: var(--white);
  background: var(--primary);
  width: 18.75rem;
  height: 4.625rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .c-button--block.-v1-w300--2 {
    width: 17.5rem;
    height: 3.4375rem;
    font-size: 1rem;
  }
}
.c-button--block.-v1-w300--2::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background: url(../../images/icon-circle-arrow-primary.png) left center/2.5rem 2.5rem no-repeat;
}
@media (max-width: 768px) {
  .c-button--block.-v1-w300--2::after {
    width: 2rem;
    height: 2rem;
    background: url(../../images/icon-circle-arrow-primary.png) left center/2rem 2rem no-repeat;
  }
}
.c-button--block.-v1-w280 {
  border: 1px solid var(--primary);
  color: var(--white);
  background: var(--primary);
  width: 17.5rem;
  height: 3.4375rem;
  font-size: 1rem;
}
.c-button--block.-v1-w280::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  background: url(../../images/icon-circle-arrow-primary.png) left center/2rem 2rem no-repeat;
}
.c-button--block.-v2 {
  color: var(--white);
  background: linear-gradient(to right, #49c9aa, #a6f087);
}
@media (max-width: 768px) {
  .c-button--block.-v2 {
    width: 17.5rem;
    height: 3.4375rem;
    font-size: 1rem;
  }
}
.c-button--block.-v2::after {
  position: absolute;
  top: 1.0625rem;
  right: 1rem;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background: url(../../images/icon-circle-arrow-secondary@2x.png) left center/2.5rem 2.5rem no-repeat;
}
@media (max-width: 768px) {
  .c-button--block.-v2::after {
    width: 2rem;
    height: 2rem;
    background: url(../../images/icon-circle-arrow-secondary@2x.png) left center/2rem 2rem no-repeat;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-button--block.-v2-w300 {
  color: var(--white);
  background: linear-gradient(to right, #49c9aa, #a6f087);
  width: 18.75rem;
  height: 4.625rem;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .c-button--block.-v2-w300 {
    width: 17.5rem;
    height: 3.4375rem;
    font-size: 1rem;
  }
}
.c-button--block.-v2-w300::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background: url(../../images/icon-circle-arrow-secondary@2x.png) left center/2.5rem 2.5rem no-repeat;
}
@media (max-width: 768px) {
  .c-button--block.-v2-w300::after {
    width: 2rem;
    height: 2rem;
    background: url(../../images/icon-circle-arrow-secondary@2x.png) left center/2rem 2rem no-repeat;
  }
}
.c-button--block.-v2-w280 {
  border: 1px solid var(--secondary);
  color: var(--white);
  background: var(--secondary);
  width: 17.5rem;
  height: 3.4375rem;
  font-size: 1rem;
}
.c-button--block.-v2-w280::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  background: url(../../images/icon-circle-arrow-secondary@2x.png) left center/2rem 2rem no-repeat;
}
.c-button--block.-v2-noelem {
  border: 1px solid var(--secondary);
  color: var(--white);
  background: var(--secondary);
}
.c-button--block.-v3 {
  border: 1px solid var(--gray);
  color: var(--black);
  background: var(--white);
}
.c-button--block.-v3-small {
  border: 1px solid var(--gray);
  color: var(--black);
  background: var(--white);
  font-size: 0.9375rem;
  max-width: none;
  width: auto;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .c-button--block.-v3-small {
    white-space: nowrap;
  }
}
.c-button--block.-v3-w300 {
  color: var(--white);
  background: linear-gradient(to right, #cdb7de, #90d8f7);
  width: 18.75rem;
  height: 4.625rem;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .c-button--block.-v3-w300 {
    width: 17.5rem;
    height: 3.4375rem;
    font-size: 1rem;
  }
}
.c-button--block.-v3-w300::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background: url(../../images/icon-circle-arrow-tertiary.png) left center/2.5rem 2.5rem no-repeat;
}
@media (max-width: 768px) {
  .c-button--block.-v3-w300::after {
    width: 2rem;
    height: 2rem;
    background: url(../../images/icon-circle-arrow-tertiary.png) left center/2rem 2rem no-repeat;
  }
}
.c-button--block.-v4 {
  border: 1px solid var(--secondary);
  color: var(--text);
  background: var(--white);
  height: 4.4375rem;
  width: 17.9375rem;
}
.c-button--block.-v4::after {
  position: absolute;
  top: 1.0625rem;
  right: 1rem;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background: url(../../images/icon-circle-arrow-bg-secondry.svg) left center/2.5rem 2.5rem no-repeat;
}
.c-button--block.-favorite {
  background-color: rgb(229, 229, 229);
  color: rgb(131, 131, 131);
}
.c-button--block.-favorite.-active {
  background: var(--primary);
  color: white;
}
.c-button--block.-danger {
  background: var(--secondary);
  height: 3.125rem;
  width: 9.375rem;
  padding: 0.5rem;
}
.c-button--text.-circre-arrow::after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  background: url(../../images/icon-circle-arrow@2x.png) left center/1rem 1rem no-repeat;
}
.c-button--wide.--search--submit {
  background: var(--navy);
  color: white;
  height: 3.75rem;
  width: 100%;
  border-radius: 0.375rem;
  text-align: center;
}

.c-button--block.--small {
  width: 10.6875rem;
  height: 3.25rem;
  border-radius: 38.5px;
  font-size: 0.875rem;
}

.c-button--block.--w280 {
  width: 17.5rem;
  height: 3.4375rem;
  border-radius: 38.5px;
  font-size: 1rem;
}

.c-button--block.--dl {
  height: 2.8125rem;
  border-radius: 10px;
  font-size: 0.875rem;
}

.c-button--cta {
  display: block;
  text-align: center;
  max-width: 726px;
  width: 100%;
  border: 3px solid var(--secondary);
  background: white url(../../images/for-beginner/cta.png) no-repeat right 15px top 50%/auto;
  padding: 15px 0;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .c-button--cta {
    padding: 10px 0;
    text-align: center;
    border-radius: 70px;
  }
}
.c-button--cta .badge {
  font-size: 18px;
  font-weight: bold;
  color: white;
  background: var(--primary);
  border-radius: 30px;
  padding: 4px 8px;
  margin-right: 4px;
}
@media (max-width: 768px) {
  .c-button--cta .badge {
    font-size: 14px;
    display: block;
    margin: 0 auto;
    width: 100px;
  }
}
.c-button--cta .text {
  font-size: 22px;
  font-weight: bold;
  color: var(--secondary);
}
@media (max-width: 768px) {
  .c-button--cta .text {
    font-size: 18px;
  }
}

.c-icon--checkbox {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background: url(../../images/icon_check.svg);
}
.c-icon--checkbox.-ac {
  background: url(../../images/icon_check_ac.svg);
}

.c-input--checkbox {
  appearance: checkbox;
  outline: initial;
  border-radius: initial;
  border: initial;
  background-color: initial;
  width: 20px;
  height: 20px;
  display: inline-block !important;
}
.c-input--text {
  background-color: white;
  border-radius: 6px;
  width: 100%;
  border: 1px solid var(--gray);
  height: 50px;
  padding: 16px;
}
.c-input--select {
  background-color: white;
  border-radius: 6px;
  width: 100%;
  border: 1px solid var(--gray);
  height: 50px;
  padding: 0 16px;
}
.c-input.--w200 {
  max-width: 200px;
}
.c-input.--w400 {
  max-width: 400px;
}

.c-search-form__row {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.c-search-form__row [type=text],
.c-search-form__row [type=search],
.c-search-form__row [type=tel],
.c-search-form__row [type=url],
.c-search-form__row [type=email],
.c-search-form__row [type=password],
.c-search-form__row [type=date],
.c-search-form__row textarea,
.c-search-form__row select {
  margin-top: 0;
}
.c-search-form__col--left {
  width: 180px;
}
.c-search-form__col--right {
  width: calc(100% - 180px);
}
.c-search-form__col--right__three-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 9px;
}

.c-search-links {
  padding-bottom: 50px;
  background: #f6f1ec;
}
.c-search-links .l-inner {
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 75px;
}
.c-search-links__heading {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #dddddd;
}
.c-search-links__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.c-search-links__list li {
  display: flex;
  flex-wrap: wrap;
  line-height: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}
.c-search-links__list li a {
  display: block;
  background: white;
  border-radius: 4px;
  padding: 18px 20px;
  line-height: 0;
  font-size: 15px;
}
.c-search-links__list li ul.c-search-links__list {
  margin-bottom: 0;
}
.c-search-links__list li ul.c-search-links__list li {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .c-section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.c-section-title.--center .c-section-title__en {
  justify-content: center;
}
.c-section-title.--center .c-section-title__main {
  text-align: center;
}

.c-section-title__en {
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.05rem;
  color: var(--secondary);
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .c-section-title__en {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .c-section-title__en {
    font-size: 0.75rem;
    letter-spacing: 0.0375rem;
  }
}
.c-section-title__en::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: var(--secondary);
  border-radius: 50%;
  margin-right: 1.375rem;
}
@media (max-width: 1440px) {
  .c-section-title__en::before {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
    margin-right: 1.5277777778vw;
  }
}
@media (max-width: 768px) {
  .c-section-title__en::before {
    width: 0.375rem;
    height: 0.375rem;
  }
}
.c-section-title__en::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: var(--secondary);
  border-radius: 50%;
  margin-left: 1.375rem;
}
@media (max-width: 1440px) {
  .c-section-title__en::after {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
    margin-left: 1.5277777778vw;
  }
}
@media (max-width: 768px) {
  .c-section-title__en::after {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.c-section-title__main {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.225rem;
  margin-top: 0.625rem;
}
@media (max-width: 1440px) {
  .c-section-title__main {
    font-size: 2.5vw;
    letter-spacing: 0.25vw;
    margin-top: 0.6944444444vw;
  }
}
@media (max-width: 768px) {
  .c-section-title__main {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
  }
}

.c-sp-nav {
  width: auto;
  overflow-x: scroll;
}
@media (min-width: 1250px) {
  .c-sp-nav {
    display: none;
  }
}
.c-sp-nav__lists {
  display: flex;
}
.c-sp-nav__list {
  white-space: nowrap;
}
.c-sp-nav__list a {
  padding: 0 0.5625rem;
  font-size: 0.75rem;
}
.c-sp-nav__list::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url(../../images/text-slash.svg) right top/10px 11px no-repeat;
}
.c-sp-nav__list:first-child a {
  padding-left: 0;
}

.job-card {
  position: relative;
  padding: 2px 2px 0 2px;
}
.job-card .job-card__img.--job-archive {
  display: none;
}

.job-card__link {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 3.9375rem;
}
.job-card__link.--column::after {
  content: "";
  display: block;
  width: calc(100% - 8.4375rem);
  height: 3.9375rem;
  background: white;
  border-radius: 0 0 20px 20px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08125rem;
}

.job-card__link__inner {
  background-color: var(--white);
  border-radius: 1.25rem 1.25rem 1.25rem 0;
  padding: 1rem 1rem;
  width: 100%;
  height: 100%;
}

.job-card__link-ribon-new {
  width: 127px;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
}

.job-card__link-ribon-vr {
  width: 127px;
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 2;
}

.job-card__cat {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0.25rem 0.25rem;
  border-radius: 0.25rem;
  color: var(--primary);
  border: 1px solid var(--primary);
  width: fit-content;
}
.job-card__cat.--empty {
  border: none;
}

.job-card__img {
  width: 100%;
  aspect-ratio: 285/160;
}
.job-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
}

.job-card__body {
  margin-top: 1rem;
}

.job-card__cat-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-card__cat-wrap__left {
  display: flex;
  align-items: center;
}

.job-card__cat-job {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 0.25rem 0px 0px 0.25rem;
  border: 1px solid var(--secondary);
  color: var(--secondary);
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  width: fit-content;
}

.job-card__cat-place {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 0px 0.25rem 0.25rem 0px;
  padding: 0.25rem 0.375rem 0.25rem 0.25rem;
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  color: var(--white);
  width: fit-content;
}

.job-card__title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.5rem;
  text-align: center;
}
.job-card__title.--column {
  font-size: 1.125rem;
  text-align: left;
}

.job-card__info-point {
  margin-top: 0.875rem;
}

.job-card__info-place {
  margin-top: 0.875rem;
}

.job-card__info-heading {
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: bold;
}

.job-card__info-text {
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}
.job-card__info-text.--salary {
  align-items: center;
}
.job-card__info-text.--salary span {
  font-size: 1.375rem;
  color: #49c9aa;
  font-weight: bold;
}
.job-card__info-text.--service {
  font-size: 0.6875rem;
  display: block;
}
.job-card__info-text.--service span {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0.1875rem;
  font-size: 0.75rem;
  border-left: none;
}
.job-card__info-text i {
  font-style: normal;
  background: #e9ebeb;
  padding: 0.125rem;
  border-radius: 0.1875rem;
  margin-right: 10px;
}
.job-card__info-text span {
  padding-left: 1rem;
  border-left: 1px dotted var(--black);
  margin-left: 1rem;
  display: inline-block;
}

.job-card__features-list {
  line-height: 1;
  margin-bottom: 5px;
}
.job-card__features-list .job-card__features-item {
  font-size: 0.6875rem;
  font-weight: bold;
  background: var(--lemon);
  border-radius: 4px;
  display: inline-block;
  padding: 4px 5px;
  line-height: 1;
  margin-bottom: 2px;
}

.job-card__info-text + .job-card__info-text {
  margin-top: 0.5rem;
}

.job-card__like-btn {
  width: calc(100% - 8.4375rem);
  height: 3.9375rem;
  background: white;
  border-radius: 0 0 20px 20px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08125rem;
  transition: all 0.3s linear;
}
.job-card__like-btn::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 2.5rem;
  margin-right: 7px;
  background: url(../../images/icon-like.svg) left center/1.5rem auto no-repeat;
}
.job-card__like-btn.-active::before {
  background: url(../../images/icon-like-active.svg) left center/1.5rem auto no-repeat;
}
.job-card__like-btn:hover {
  color: rgba(30, 49, 81, 0.5);
}

.job-card__link-btn {
  background: url(../../images/card-radius@2x.png) left top/20px 20px no-repeat;
  width: 8.4375rem;
  height: 3.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.job-card__link-btn a {
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
.job-card__link-btn a:hover {
  color: rgba(30, 49, 81, 0.5);
}
.job-card__link-btn a:hover::after {
  opacity: 0.6;
}
.job-card__link-btn a::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  aspect-ratio: 1;
  background-image: url(../../images/icon-circle-bg-primary.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
  transition: all 0.3s linear;
}
.job-card__link-btn.--column a::after {
  background-image: url(../../images/icon-circle-bg-tertiary.svg);
}

.l-breadcrumb {
  padding: 0.9375rem 0;
  background-color: var(--bg-color);
}
@media (max-width: 768px) {
  .l-breadcrumb {
    padding: 0.625rem 0;
  }
}

.l-inner.l-breadcrumb__inner {
  max-width: 108rem;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

.breadcrumb li {
  color: var(--black);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex !important;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.4375rem;
  /* 記号の左右の余白 */
  color: var(--black);
}

.breadcrumb li:last-child {
  color: var(--black);
}

.breadcrumb li.home > span > a {
  display: flex;
  align-items: center;
  height: 100%;
}
.breadcrumb li.home > span > a > span {
  width: 0.75rem;
  height: 0.75rem;
  aspect-ratio: 1;
  background-image: url(../../images/icon-home.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -9999px;
}

.c-container {
  padding: 6.25rem 0 6.25rem;
}
@media (max-width: 768px) {
  .c-container {
    padding: 2.5rem 0 2.5rem;
  }
}
.c-container__side {
  width: 340px;
  padding: 0 35px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .c-container__side {
    width: 100%;
    padding: 0;
    margin-bottom: 2.5rem;
  }
}

.side-inner {
  position: sticky;
  top: 120px;
}

.l-inner.c-container__inner {
  max-width: 738px;
}

.c-container__contents {
  padding: 2.5rem;
}
@media (max-width: 768px) {
  .c-container__contents {
    padding: 2.5rem 0;
  }
}

.c-container-title {
  text-align: center;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 45px */
  letter-spacing: 0.0375rem;
}
@media (max-width: 768px) {
  .c-container-title {
    font-size: 1.5rem;
  }
}

.p-container__form-wrap {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .p-container__form-wrap {
    margin-top: 2.5rem;
  }
}
.p-container__form-wrap .message {
  text-align: center;
}

.c-container-top-text {
  margin-top: 2.8125rem;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
}
@media (max-width: 768px) {
  .c-container-top-text {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.09375rem;
    margin-top: 2.5rem;
  }
}

/*デフォルト色の指定*/
/*サイズ等の指定*/
/*ボタン系の指定*/
/*ラジオボタンの指定*/
/*チェックボックスの指定*/
/*テキストエリアの指定*/
[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
  /*↓リセットCSS */
  border: none;
  border-radius: 0;
  background-image: none;
  font-family: inherit;
  /*↓カスタム */
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  padding: 0.5625rem 1rem;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  /*↓↓↓↓不要ならコメントアウト or 削除 */
  /*↓↓選択されているときの色*/
}
@media (max-width: 768px) {
  [type=text],
  [type=search],
  [type=tel],
  [type=url],
  [type=email],
  [type=password],
  [type=date],
  textarea {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}
[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
  border: 1px solid var(--primary);
}

[type=tel] {
  max-width: 12.5rem;
  width: 100%;
}

button,
[type=button],
[type=submit] {
  /*↓リセットCSS */
  margin: 0;
  background-image: none;
  width: auto;
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 0;
  /*↓カスタム */
  padding: 1.6875rem 1rem;
  background: var(--primary);
  color: white;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 6.25rem;
  line-height: 1;
  width: 17.9375rem;
  text-align: center;
}
@media (max-width: 768px) {
  button,
  [type=button],
  [type=submit] {
    width: 17.5rem;
  }
}

[type=radio] {
  display: none;
}
[type=radio] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.75rem;
  margin: 0 2.1875rem 0 0;
  line-height: 1;
  cursor: pointer;
}
[type=radio] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}
[type=radio] + span::after {
  opacity: 0;
  transition: 0.3s ease;
}
[type=radio]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0.1875rem;
  transform: translateY(-50%);
  background: #391e88;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  opacity: 1;
}

[type=checkbox] {
  display: none;
}
[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.5625rem;
  margin: 0 1.25rem 0 0;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s ease;
}
[type=checkbox] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid var(--primary);
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}
[type=checkbox] + span::after {
  opacity: 0;
  transition: 0.3s ease;
}
[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  opacity: 1;
  /*チェックマークじゃない場合は以下を変更する*/
  transform: translateY(-50%) rotate(-45deg);
  width: 1.125rem;
  height: 0.625rem;
  margin-top: -0.1em;
  margin-left: 0.1em;
  border-left: 4px solid var(--primary);
  border-bottom: 4px solid var(--primary);
}

[type=checkbox].show {
  display: inline-block;
}

select {
  /*↓リセットCSS */
  border-radius: 0;
  font-family: inherit;
  color: inherit;
  border: none;
  cursor: pointer;
  width: 100%;
  /*↓カスタム */
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  padding: 0.5625rem 1rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
  appearance: auto;
  /*↓デフォルトではないアイコンを使う場合は入力する*/
}
select:focus {
  border: 1px solid var(--primary);
}

[type=date] {
  position: relative;
  /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
  appearance: auto;
  /*↓デフォルトではないアイコンを使う場合は入力する*/
}
[type=date]:focus {
  border-color: 1px solid var(--primary);
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

textarea {
  height: 15.9375rem;
  width: 100%;
  max-width: 37.5rem;
}

.c-form__row + .c-form__row {
  margin-top: 2.625rem;
}

.c-form__row.--flex dd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .c-form__row.--flex dd {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}

.c-form__row.--flex2 dd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 768px) {
  .c-form__row.--flex2 dd {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}

.c-form__row dd.--flex3 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
}
@media (max-width: 768px) {
  .c-form__row dd.--flex3 {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}

.c-form__row.--w90 dd {
  width: 90%;
}
@media (max-width: 768px) {
  .c-form__row.--w90 dd {
    width: 100%;
  }
}

.c-form__title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.1rem;
}
.c-form__title.--center {
  text-align: center;
}

.c-form__privacy {
  margin-top: 3.125rem;
}

.c-form__privacy.--mt55 {
  margin-top: 3.4375rem;
}

.c-form__privacy-title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 32px */
  text-align: center;
}

.c-form__privacy-container {
  margin-top: 0.5rem;
  border: 1px solid #ccc;
  overflow-y: scroll;
  height: 15.625rem;
  padding: 1.25rem;
}
@media (max-width: 768px) {
  .c-form__privacy-container {
    height: 20rem;
  }
}

.c-form__privacy-text {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.c-form__confirm {
  margin-top: 1.4375rem;
}
@media (max-width: 768px) {
  .c-form__confirm {
    margin-top: 1rem;
  }
}

.c-form__confirm div span {
  color: var(--white);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 0.3125rem;
  width: 3.125rem;
  display: inline-block;
  text-align: center;
  border-radius: 1rem;
  margin-left: 0.625rem;
}

.c-form__confirm-check {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-form__confirm-check input[type=checkbox] {
  appearance: none;
  outline: initial;
  border-radius: initial;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 2px solid black;
  position: relative;
}

.c-form__confirm-check input[type=checkbox]:checked {
  background-color: black;
}

.c-form__confirm-check input[type=checkbox]::before {
  content: ""; /* チェックマーク */
  font-size: 16px;
  color: white; /* 白色 */
  position: absolute;
  top: 7px;
  left: 0px;
  width: 14px;
  height: 9px;
  transform: translateY(-50%) rotate(-45deg);
  margin-top: -0.1em;
  margin-left: 0.1em;
  border-left: 4px solid white;
  border-bottom: 4px solid white;
  opacity: 0; /* チェックが入ってないときは非表示 */
}

.c-form__confirm-check input[type=checkbox]:checked::before {
  opacity: 1; /* チェックが入ると表示 */
}

input[type=checkbox] {
  /*accent-color: var(--white);
  opacity: 1;
  color: white;*/
}

.confirm {
  margin-left: 0.5rem;
}

.c-form__policy {
  color: #00ae84;
}

.c-form__form-btn {
  width: fit-content;
  position: relative;
}
.c-form__form-btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background: url(../../images/icon-circle-arrow-primary.png) left center/2.5rem 2.5rem no-repeat;
}

.c-form__form-btn--before {
  width: fit-content;
  position: relative;
}
.c-form__form-btn--before::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background: url(../../images/icon-circle-arrow-primary-pre.png) left center/2.5rem 2.5rem no-repeat;
}

.c-form__form-btn-wrap {
  margin-top: 3.125rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .c-form__form-btn-wrap {
    margin-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .c-form__form-btn-wrap.sp-stack {
    flex-wrap: wrap;
  }
}

.c-form__email-input {
  width: 100%;
  max-width: 37.5rem;
  background: #fff;
  padding: 0.5625rem 1rem;
}

.c-form__email-input-warp {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

.c-form__title-stripe {
  margin-top: 20px;
  font-weight: bold;
}

.c-form__stripe-wrap {
  margin: 15px 0;
  background: #efefef;
  padding: 10px;
}
.c-form__stripe-wrap .StripeElement {
  background: white;
}

.c-form__error {
  display: block;
  color: red;
  font-size: 14px;
  margin-top: 10px;
}

.p-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 114px;
  z-index: 20;
  background: white;
}
.p-header.--cloud {
  background: none;
}
@media (max-width: 1250px) {
  .p-header {
    height: 100px;
  }
}

.p-header__inner {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 114px;
  position: relative;
}
@media (max-width: 1250px) {
  .p-header__inner {
    padding: 0 20px;
    height: 100px;
  }
}

.header-logo {
  width: 18.5rem;
  height: 114px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
}
@media (max-width: 1250px) {
  .header-logo {
    height: 100px;
  }
}
.header-logo img {
  transition: all 0.3s linear;
}
.header-logo img.--square {
  height: 5.375rem;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
@media (max-width: 1250px) {
  .header-logo img.--square {
    height: 2.875rem;
    left: 1.25rem;
  }
}
.header-logo img:hover {
  opacity: 0.6;
}
.header-logo.--cloud {
  width: 22.875rem;
}
@media (max-width: 1250px) {
  .header-logo.--cloud {
    width: 10.625rem;
  }
}
.header-logo.--cloud img {
  aspect-ratio: 732/374;
}
@media (max-width: 1250px) {
  .header-logo.--cloud img {
    aspect-ratio: 343/210;
  }
}

.p-header__nav-wrap {
  position: relative;
  background: white;
  border-radius: 0 0 0 10px;
}

.p-header__nav-pc {
  display: flex;
  align-items: stretch; /* 子要素を高さいっぱいに伸ばす */
  justify-content: flex-end;
  width: calc(100% - 18.5rem);
}
@media (max-width: 1250px) {
  .p-header__nav-pc {
    display: none;
  }
}
.p-header__nav-pc.--mypage {
  align-items: center;
}

.p-header__nav-lists {
  display: flex;
  align-items: center;
  background-color: white;
  height: 46px;
}

.p-header__nav-wrap.--long .p-header__nav-lists {
  flex-wrap: wrap;
  justify-content: flex-end;
  line-height: 1.2;
}

.p-header__nav-list::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url("../../images/text-slash.svg") right top/10px 11px no-repeat;
}
.p-header__nav-list:last-child::after {
  content: none;
}

.p-header__nav-list a {
  padding: 0 1.5rem;
}

.p-header__nav-wrap.--long .p-header__nav-list a {
  padding: 0 0.5625rem;
}

.p-header__nav-list.--under a {
  padding: 0 1vw 0 1vw;
}
@media (max-width: 1380px) {
  .p-header__nav-list.--under a {
    font-size: 1vw;
    padding: 0 0.5vw 0 0.5vw;
  }
}

.p-header__nav-buttons {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.p-header__nav-wrap.--long .p-header__nav-buttons {
  max-width: 590px;
  right: 0;
}

.p-header__nav-button-wrap {
  flex: 1;
}

.p-header__nav-button {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1;
  padding: 19px 0;
}
.p-header__nav-button::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.p-header__nav-button.--job {
  border-radius: 0 0 0 10px;
  background: linear-gradient(to right, #d1ecf8, #e1f6ff);
}
.p-header__nav-button.--job::before {
  background: url("../../images/icon-search.svg") left 0 top 4px/17px 17px no-repeat;
}
.p-header__nav-button.--login {
  background: #fff0d0;
}
.p-header__nav-button.--login::before {
  background: url("../../images/icon-key_vertical.svg") left 0 top 2px/11px 22px no-repeat;
}
.p-header__nav-button.--favorite {
  background: #ffdce7;
}
.p-header__nav-button.--favorite::before {
  background: url("../../images/icon-bookmark.svg") left 0 top 4px/13px 17px no-repeat;
}

.p-header__nav-lg-buttons {
  display: flex;
  align-items: center;
  height: 114px;
  min-width: 132px;
}

.p-header__nav-btn-fav {
  margin-right: 10px;
}

.p-header__nav-lg-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-header__nav-lg-button.--start {
  background: linear-gradient(to right, #49c9aa, #a6f087);
  color: white;
  padding: 7px 0 0;
  width: 100%;
  text-align: center;
}

.p-header__nav-btn__icon {
  display: block;
  margin: 0 auto;
}

.p-header__nav-btn-start .p-header__nav-btn__icon {
  width: 28px;
}

.p-header__humbager {
  position: relative;
  width: 4rem;
  height: 3.875rem;
  z-index: 100;
  background: url(../../images/bg-hamburger.svg) center center/contain no-repeat transparent;
  display: none;
}
@media (max-width: 1250px) {
  .p-header__humbager {
    display: block;
  }
}
.p-header__humbager:hover {
  opacity: 0.6;
}
.p-header__humbager span {
  position: absolute;
  width: 1.625rem;
  height: 0.125rem;
  background-color: var(--white);
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 6.25rem;
  left: 0;
  transition: transform 0.4s ease-in-out;
}

.p-header__humbager span:nth-child(1) {
  top: -25%;
}

.p-header__humbager span:nth-child(2) {
  top: 0%;
  opacity: 1;
}

.p-header__humbager span:nth-child(3) {
  top: 25%;
}

.humbager.is-active span:nth-child(1) {
  top: 0;
  transform: rotate(30deg);
}

.humbager.is-active span:nth-child(2) {
  top: 0%;
  opacity: 0;
}

.humbager.is-active span:nth-child(3) {
  top: 0;
  transform: rotate(-30deg);
}

.p-header__under {
  padding: 15px 0;
  background-color: var(--white);
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .p-header__under {
    padding: 15px 0 13px;
  }
}

.p-header__inner.p-header__inner-under {
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 3.75rem 0 2rem;
}
@media (max-width: 768px) {
  .p-header__inner.p-header__inner-under {
    padding: 0 20px;
  }
}

.p-header__logo-under {
  width: 18.5rem;
  aspect-ratio: 296/86;
  max-width: 14%;
}
@media (max-width: 768px) {
  .p-header__logo-under {
    width: 9.125rem;
    aspect-ratio: 146/46;
    max-width: 100%;
  }
}
.p-header__logo-under img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1250px) {
  .p-header__drawer {
    background-color: var(--bg-color);
    padding: 2rem 1.25rem 10.4375rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    z-index: 50;
    visibility: hidden;
    opacity: 0;
  }
}

.p-header__nav-sp {
  display: none;
}
.p-header__nav-sp.is-active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.p-header__drawer-lists {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.p-header__drawer-list {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #cccccc;
}
.p-header__drawer-list::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--primary);
  border-radius: 50%;
}

.p-header__drawer-list a {
  width: 100%;
  padding: 1.25rem 1rem;
  display: block;
}

.p-header__drawer-buttons {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.p-header__drawer-btn-fav {
  margin-left: -1.25rem;
  margin-bottom: 0.9375rem;
}
.p-header__drawer-btn-fav a {
  background: #ffdce7;
  border-radius: 0 38.5px 38.5px 0;
  font-size: 0.9375rem;
  max-width: 14.5625rem;
  height: 3.5rem;
}
.p-header__drawer-btn-fav a::before {
  content: "";
  display: inline;
  width: 0.8125rem;
  height: 1.1875rem;
  margin-right: 1.1875rem;
  background: url(../../images/icon-bookmark.svg) left 0 top 1px/contain no-repeat;
}

.p-header-drawer__tel-wrap {
  margin-top: 2.5rem;
  text-align: center;
}
.p-header-drawer__tel-wrap p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.0875rem;
}

.p-header-drawer__tel {
  font-family: "Quicksand", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1125rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.p-header-drawer__tel::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1;
  background-image: url(../../images/icon-tell-primary@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.8125rem;
}

.p-top-mv {
  position: relative;
  padding-top: 11.875rem;
  padding-bottom: 0rem;
  background: url(../../images/bg-dot@2x.png) 0 0/12px 12px repeat white;
  z-index: 1;
}
.p-top-mv.--for-recruiter {
  padding-top: 0.625rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top-mv.--for-recruiter {
    padding-top: 0.625rem;
  }
}
.p-top-mv::after {
  content: "";
  display: block;
  width: 100vw;
  height: 10.4166666667vw;
  -webkit-mask: url(../../images/top/bg-mv-bottom.svg?v=1) center bottom/100vw auto no-repeat;
  mask: url(../../images/top/bg-mv-bottom.svg?v=1) center bottom/100vw auto no-repeat;
  /* マスク画像の透明部分を透過させる */
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  position: absolute;
  bottom: -10.4166666667vw;
  left: 0;
  background: url(../../images/bg-dot@2x.png) 0 0/12px 12px repeat white;
  z-index: 1;
}
@media (max-width: 1250px) {
  .p-top-mv {
    padding-top: 6.875rem;
  }
}
.p-top-mv__inner {
  position: relative;
  z-index: 10;
  max-width: 1250px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 550px) {
  .p-top-mv__inner {
    padding: 0 40px;
  }
}
.p-top-mv__video {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .p-top-mv__video {
    position: relative;
    z-index: 1;
    width: 70%;
    margin: 0 auto;
    width: 100%;
  }
}
.p-top-mv__video video {
  width: 100%;
  height: auto;
}
.p-top-mv__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white; /* 白い四角を描画 */
  z-index: 1;
}
.p-top-mv .vimeo-pc {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
}
@media (max-width: 550px) {
  .p-top-mv .vimeo-pc {
    display: none;
  }
}
.p-top-mv .vimeo-pc iframe {
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-top-mv .vimeo-sp {
  display: none;
}
@media (max-width: 550px) {
  .p-top-mv .vimeo-sp {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.p-top-mv .vimeo-sp iframe {
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-top-mv #player {
  width: 100%;
  height: 56.25vw;
}
@media (min-width: 1440px) {
  .p-top-mv #player {
    height: 686.25px;
  }
}
@media (max-width: 550px) {
  .p-top-mv #player {
    height: calc((100vw - 80px) * 1920 / 1080);
  }
}

#js-keyvisual-bg .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
  animation: moveOutwards 1s infinite ease-out;
  z-index: 2;
}
#js-keyvisual-bg .shape.fast {
  animation: moveOutwardsFast 1s infinite ease-out;
}
#js-keyvisual-bg .shape .inner {
  width: 100%;
  height: 100%;
  will-change: transform;
  backface-visibility: hidden;
  animation: rotateShape 20s linear infinite;
}

/* 浮遊感と外側へのアニメーション */
@keyframes moveOutwardsFast {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 1;
  }
  50% {
    transform: translate(calc(var(--x) * 1px), calc(var(--y) * 1px)) scale(1.5);
    opacity: 0.8;
  }
  100% {
    transform: translate(calc(var(--x) * 1px), calc(var(--y) * 1px)) scale(2);
    opacity: 0;
  }
}
@keyframes moveOutwards {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 1;
  }
  100% {
    transform: translate(calc(var(--x) * 1px), calc(var(--y) * 1px)) scale(1.4);
    opacity: 0;
  }
}
/* シェイプの回転アニメーション */
@keyframes rotateShape {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.splide1__splide__track {
  max-width: 101.4375rem;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .splide1__splide__track {
    padding: 0;
  }
}

.splide1__splide__slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .splide1__splide__slide {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}

.splid__text-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .splid__text-wrap {
    margin-top: 1.875rem;
  }
}

.splid__heading {
  text-align: center;
  -webkit-text-stroke-width: 2;
  -webkit-text-stroke-color: #fff;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 86.4px */
  letter-spacing: 0.6rem;
}
@media (max-width: 1440px) {
  .splid__heading {
    font-size: 2.9166666667vw;
  }
}
@media (max-width: 768px) {
  .splid__heading {
    font-size: 1.375rem;
    letter-spacing: 0.275rem;
  }
}
.splid__heading span {
  color: #f67687;
}
.splid__heading span.i-block {
  color: var(--black);
  display: inline-block;
}

.splid__text {
  text-align: center;
  -webkit-text-stroke-width: 2;
  -webkit-text-stroke-color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 250%; /* 50px */
  letter-spacing: 0.125rem;
  margin-top: 1.25rem;
}
@media (max-width: 1440px) {
  .splid__text {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .splid__text {
    font-size: 0.875rem;
    line-height: 200%; /* 28px */
    letter-spacing: 0.0875rem;
    margin-top: 1rem;
  }
}
.splid__text .--green {
  color: #49c9aa;
}
.splid__text .--orange {
  color: #f48817;
}
.splid__text .--blue {
  color: #50aae3;
}
.splid__text .--pink {
  color: #ff66c4;
}

.splide__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .splide__btn-wrap {
    flex-direction: column;
    margin-top: 2rem;
    gap: 1rem;
  }
}

.splide__btn-first {
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .splide__btn-first {
    margin-right: 0;
  }
}

.splid__img {
  position: relative;
  z-index: 1;
  width: 48.2%;
  aspect-ratio: 758/582;
}
@media (max-width: 1440px) {
  .splid__img {
    width: 42%;
  }
}
@media (max-width: 768px) {
  .splid__img {
    width: 91%;
    aspect-ratio: 308/250;
    margin: 0 auto;
  }
}
.splid__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 矢印のクリック範囲など */
.button {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 7.5rem;
  transition: 0.2s;
  width: 3.75rem;
}
@media (max-width: 1440px) {
  .button {
    height: 6.9444444444vw;
    transition: 0.2s;
    width: 3.4722222222vw;
  }
}
@media (max-width: 768px) {
  .button {
    height: 3.875rem;
    width: 1.9375rem;
    top: 20%;
  }
}

/* 矢印共通のスタイル */
.button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 7.5rem;
  left: 0rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 3.75rem;
}
@media (max-width: 1440px) {
  .button::before {
    height: 6.9444444444vw;
    width: 3.4722222222vw;
  }
}
@media (max-width: 768px) {
  .button::before {
    height: 3.875rem;
    width: 1.9375rem;
  }
}

/* 前の矢印 */
.prev::before {
  background-image: url(../../images/top/mv-arrow.png);
  left: -0.9375rem;
}

/* 次の矢印 */
.next::before {
  background-image: url(../../images/top/mv-arrow.png);
  transform: rotate(180deg);
  left: 0.9375rem;
}

.p-top-recommendation {
  padding-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .p-top-recommendation {
    padding-top: 2.5rem;
  }
}
.p-top-recommendation.--recommendation {
  margin-top: 1.875rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .p-top-recommendation.--recommendation {
    margin-top: 0rem;
    padding-bottom: 3.125rem;
  }
}

.splide2,
.splide4 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 4.75rem;
}
@media (max-width: 768px) {
  .splide2,
  .splide4 {
    margin: auto;
    margin-top: 3.5rem;
    width: 100%;
  }
}
.splide2 .splide__button,
.splide4 .splide__button {
  top: -4.1875rem;
}
@media (max-width: 1440px) {
  .splide2 .splide__button,
  .splide4 .splide__button {
    top: -4.6527777778vw;
  }
}
@media (max-width: 768px) {
  .splide2 .splide__button,
  .splide4 .splide__button {
    top: 50%;
  }
}
.splide2 .splide__next,
.splide4 .splide__next {
  right: 28.8125rem;
}
@media (max-width: 1440px) {
  .splide2 .splide__next,
  .splide4 .splide__next {
    right: 32.0138888889vw;
  }
}
@media (max-width: 768px) {
  .splide2 .splide__next,
  .splide4 .splide__next {
    right: -0.625rem;
  }
}
.splide2 .splide__prev,
.splide4 .splide__prev {
  right: 33.4375rem;
  left: auto;
}
@media (max-width: 1440px) {
  .splide2 .splide__prev,
  .splide4 .splide__prev {
    right: 37.1527777778vw;
  }
}
@media (max-width: 768px) {
  .splide2 .splide__prev,
  .splide4 .splide__prev {
    left: -0.625rem;
    right: auto;
  }
}

/* 矢印のクリック範囲など */
.splide__button {
  background-color: var(--navy);
  height: 3.125rem;
  width: 3.125rem;
  transition: 0.2s;
}
@media (max-width: 1440px) {
  .splide__button {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
@media (max-width: 768px) {
  .splide__button {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* 矢印共通のスタイル */
.splide__button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 3.125rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 3.125rem;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .splide__button::before {
    height: 3.4722222222vw;
    width: 3.4722222222vw;
  }
}
@media (max-width: 768px) {
  .splide__button::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* 前の矢印 */
.splide__button::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../../images/icon-white-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1440px) {
  .splide__button::after {
    height: 1.3888888889vw;
    width: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .splide__button::after {
    width: 1rem;
    height: 1rem;
  }
}

/* 次の矢印 */
.splide__prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
  margin-left: -0.125rem;
}

.splide__next::after {
  margin-right: -0.125rem;
}
@media (max-width: 768px) {
  .splide__next::after {
    margin-right: 0;
  }
}

.p-top-recommendation__btn-first {
  display: flex;
  justify-content: center;
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .p-top-recommendation__btn-first {
    margin-top: 3.5rem;
  }
}

.p-top-first {
  position: relative;
  overflow-x: clip;
  padding-top: 4.5rem;
}
.p-top-first::after {
  content: "";
  display: block;
  width: 43.25rem;
  height: 24.125rem;
  background-image: url(../../images/top/img-bg-green.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -6.375rem;
  right: -15rem;
  z-index: -1;
}
@media (max-width: 1440px) {
  .p-top-first::after {
    width: 48.0555555556vw;
    height: 26.8055555556vw;
    bottom: -7.0833333333vw;
    right: -16.6666666667vw;
  }
}
@media (max-width: 768px) {
  .p-top-first::after {
    width: 16.875rem;
    height: 9.375rem;
    bottom: -6.375rem;
    right: -8.75rem;
  }
}

.p-top-first__fukidashi-container {
  width: 100%;
}
.p-top-first__fukidashi-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 14.3229166667vw;
  background-image: url(../../images/top/top-first-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--white);
}
@media (max-width: 768px) {
  .p-top-first__fukidashi-container::before {
    height: 18.6197916667vw;
    background-image: url(../../images/top/top-first-bg-sp.png);
  }
}
.p-top-first__fukidashi-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 17.9166666667vw;
  background-image: url(../../images/top/top-first-bg-fukidashi.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -1.0625rem;
}
@media (max-width: 768px) {
  .p-top-first__fukidashi-container::after {
    height: 44.7916666667vw;
    margin-top: -18.2291666667vw;
    background-image: url(../../images/top/top-first-bg-fukidashi-sp.png);
    position: relative;
    z-index: -1;
  }
}

.p-top-first__bg-container {
  width: 100%;
  background-image: url(../../images/top/top-first-bg-triangle.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--white);
}
@media (max-width: 768px) {
  .p-top-first__bg-container {
    padding-top: 3.375rem;
    background-image: url(../../images/top/top-first-bg-triangle-sp.png);
  }
}

.p-top-first__container {
  background: rgba(255, 255, 255, 0.5);
  padding: 5rem 6.25rem 5.625rem;
}
@media (max-width: 1440px) {
  .p-top-first__container {
    padding: 5.5555555556vw 6.9444444444vw 6.25vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__container {
    padding: 5rem 0;
    max-width: 31.25rem;
    margin: 0 auto;
  }
}

.p-top-first__title-wrap {
  display: flex;
  justify-content: center;
}

.p-top-first__top-text {
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 220%; /* 39.6px */
  margin-top: 4rem;
}
@media (max-width: 1440px) {
  .p-top-first__top-text {
    font-size: 1.25vw;
    margin-top: 4.4444444444vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__top-text {
    font-size: 0.9375rem;
    margin-top: 3.5rem;
  }
}
.p-top-first__top-text span {
  color: var(--pink);
}

.p-top-first__top-text.--bottom {
  margin-top: 2.5rem;
}
@media (max-width: 1440px) {
  .p-top-first__top-text.--bottom {
    margin-top: 2.7777777778vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__top-text.--bottom {
    margin-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .p-top-first__top-text.--bottom {
    font-size: 1.125rem;
    letter-spacing: 0.1125rem;
    padding: 0 20px;
  }
}

.p-top-first__contents {
  margin-top: 4rem;
}
@media (max-width: 1440px) {
  .p-top-first__contents {
    margin-top: 4.4444444444vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__contents {
    margin-top: 4.125rem;
  }
}

.p-top-first__number-deco {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.p-top-first__number-deco::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.3125rem;
  background-image: url(../../images/top/top-first-line.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .p-top-first__number-deco::before {
    background-image: url(../../images/top/top-first-line-sp.svg);
  }
}

@media (max-width: 768px) {
  .p-top-first__number-deco.--bottom {
    margin-top: 4rem;
  }
}

.p-top-first__number {
  font-family: "Quicksand", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../images/top/circle-yellow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 7.75rem;
  aspect-ratio: 124/121;
}
@media (max-width: 1440px) {
  .p-top-first__number {
    font-size: 2.7777777778vw;
    width: 8.6111111111vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__number {
    font-size: 1.75rem;
    width: 4.875rem;
    aspect-ratio: 78/76;
  }
}

.p-top-first__contents-text {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 150% */
  letter-spacing: 0.125rem;
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 1440px) {
  .p-top-first__contents-text {
    font-size: 1.3888888889vw;
    margin-top: 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__contents-text {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}
.p-top-first__contents-text span {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.225rem;
  margin-top: 1rem;
  display: block;
}
@media (max-width: 1440px) {
  .p-top-first__contents-text span {
    font-size: 2.5vw;
    margin-top: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__contents-text span {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
}

.p-top-first__vr-wrap {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .p-top-first__vr-wrap {
    margin-top: 4.4444444444vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__vr-wrap {
    margin-top: 2.375rem;
    padding: 0 1.25rem;
    flex-direction: column-reverse;
  }
}

.p-top-first__vr-img {
  width: 15%;
  aspect-ratio: 150/267;
  margin-right: 2.125rem;
}
@media (max-width: 1440px) {
  .p-top-first__vr-img {
    margin-right: 2.3611111111vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__vr-img {
    width: 48%;
    margin-right: 0;
    margin-top: -3.125rem;
  }
}
.p-top-first__vr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-first__fukidashi-wrap {
  width: 45%;
  aspect-ratio: 444/310;
  background-image: url(../../images/top/fukidashi-pink.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .p-top-first__fukidashi-wrap {
    width: 100%;
    aspect-ratio: 310/232;
    background-image: url(../../images/top/fukidashi-pink-sp.svg);
  }
}

.p-top-first__vr-text {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 220%; /* 39.6px */
  letter-spacing: 0.1125rem;
}
@media (max-width: 1440px) {
  .p-top-first__vr-text {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__vr-text {
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
  }
}
.p-top-first__vr-text span {
  background-color: var(--white);
}

.p-top-first__try-text {
  margin-top: 4rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 0.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .p-top-first__try-text {
    margin-top: 4.4444444444vw;
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__try-text {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    margin-top: 3rem;
    text-align: center;
  }
}
.p-top-first__try-text::before {
  content: "";
  display: block;
  width: 2.8125rem;
  height: 4.125rem;
  background-image: url(../../images/top/circle-4greens.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4.375rem;
}
@media (max-width: 1440px) {
  .p-top-first__try-text::before {
    width: 3.125vw;
    height: 4.5833333333vw;
    margin-right: 4.8611111111vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__try-text::before {
    width: 2.125rem;
    height: 3.125rem;
    margin-right: 0.375rem;
  }
}
.p-top-first__try-text::after {
  content: "";
  display: block;
  width: 2.8125rem;
  height: 4.125rem;
  background-image: url(../../images/top/circle-4greens-right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4.375rem;
}
@media (max-width: 1440px) {
  .p-top-first__try-text::after {
    width: 3.125vw;
    height: 4.5833333333vw;
    margin-left: 4.8611111111vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__try-text::after {
    width: 2.125rem;
    height: 3.125rem;
    margin-left: 0.375rem;
  }
}

.p-top-first__try-images {
  margin-top: 5.3125rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .p-top-first__try-images {
    margin-top: 1.5rem;
    padding: 0 1.25rem;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 1.5rem;
  }
}

.try-img1 {
  grid-area: 1/1/2/3;
}
@media (max-width: 768px) {
  .try-img1 {
    grid-area: 1/1/2/10;
  }
}

.try-img2 {
  grid-area: 1/3/2/5;
  margin-top: -2rem;
}
@media (max-width: 768px) {
  .try-img2 {
    grid-area: 2/2/3/11;
    margin-top: 0;
  }
}

.try-img3 {
  grid-area: 1/5/2/7;
}
@media (max-width: 768px) {
  .try-img3 {
    grid-area: 3/1/4/10;
  }
}

.try-img4 {
  grid-area: 2/2/3/4;
}
@media (max-width: 768px) {
  .try-img4 {
    grid-area: 4/2/5/11;
  }
}

.try-img5 {
  grid-area: 2/4/3/6;
}
@media (max-width: 768px) {
  .try-img5 {
    grid-area: 5/1/6/10;
  }
}

.p-top-first__try-img {
  aspect-ratio: 312/208;
}
.p-top-first__try-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3.125rem;
}

.p-top-first__game-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.375rem;
}
@media (max-width: 1440px) {
  .p-top-first__game-wrap {
    margin-top: 4.8611111111vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__game-wrap {
    margin-top: 4rem;
    flex-direction: column;
  }
}

.p-top-first__game-img {
  width: 47%;
  aspect-ratio: 470/362;
}
.p-top-first__game-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-top-first__game-img {
    width: 88%;
    aspect-ratio: 309/237;
    order: 2;
    position: relative;
    top: -3.125rem;
    z-index: 2;
  }
}

.p-top-first__game-text-wrap {
  width: 53%;
}
@media (max-width: 768px) {
  .p-top-first__game-text-wrap {
    display: contents;
  }
}

.p-top-first__game-fukidashi-wrap01 {
  width: 71.5%;
  aspect-ratio: 476/406;
  background-image: url(../../images/top/ellipse-green.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .p-top-first__game-fukidashi-wrap01 {
    width: 88%;
    order: 1;
    margin-right: 0;
    margin-left: auto;
  }
}

.p-top-first__game-text {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 220%; /* 39.6px */
  max-width: 68%;
}
@media (max-width: 1440px) {
  .p-top-first__game-text {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__game-text {
    font-size: 0.875rem;
    line-height: 200%; /* 28px */
    max-width: 82%;
  }
}
.p-top-first__game-text span {
  background-color: var(--white);
}

.p-top-first__game-fukidashi-wrap02 {
  width: 71.5%;
  aspect-ratio: 450/406;
  background-image: url(../../images/top/ellipse-pink.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2.5rem;
  margin-left: 7.5rem;
}
@media (max-width: 1440px) {
  .p-top-first__game-fukidashi-wrap02 {
    margin-top: -2.7777777778vw;
    margin-left: 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__game-fukidashi-wrap02 {
    margin-top: 0;
    margin-left: 0;
    width: 92%;
    order: 3;
    margin-top: -5rem;
  }
}

.p-top-first__btn-first {
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .p-top-first__btn-first {
    margin-top: 3.4722222222vw;
  }
}
@media (max-width: 768px) {
  .p-top-first__btn-first {
    margin-top: 2.5rem;
  }
}

.p-top-link-for-recruiter {
  position: fixed;
  top: 290px;
  right: 0;
  z-index: 3;
}
@media (max-width: 768px) {
  .p-top-link-for-recruiter {
    display: none;
  }
}
.p-top-link-for-recruiter a {
  display: block;
  width: 44px;
  background: var(--secondary);
  padding: 35px 0;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
  font-size: 15px;
  line-height: 39px;
  letter-spacing: 0.05rem;
  color: white;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
  transition: all 0.3s linear;
}
.p-top-link-for-recruiter a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  border-radius: 10px 0 0 10px;
}
.p-top-link-for-recruiter a:hover {
  opacity: 1;
}
.p-top-link-for-recruiter a:hover::before {
  opacity: 0.2;
}

.p-top-voices-sns {
  display: flex;
}
@media (max-width: 1250px) {
  .p-top-voices-sns {
    display: block;
  }
}

.p-top-sns-wrap {
  flex: 1 1 0%;
}
@media (max-width: 1250px) {
  .p-top-sns-wrap {
    display: flex;
  }
}
@media (max-width: 768px) {
  .p-top-sns-wrap {
    display: block;
  }
}

.p-top-voices-wrap {
  flex: 2 1 0%;
  background: white;
}

.p-top-voices-list {
  padding: 60px;
}
@media (max-width: 1440px) {
  .p-top-voices-list {
    padding: 2vw;
  }
}
@media (max-width: 768px) {
  .p-top-voices-list {
    display: block;
    padding: 10px 20px 60px;
  }
}

.p-top-voices-heading {
  flex-basis: calc(50% - 20px);
  background: var(--secondary);
  border-radius: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  font-size: 32px;
}
@media (min-width: 768px) {
  .p-top-voices-heading.--sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-top-voices-heading.--pc {
    display: none;
  }
}
@media (max-width: 1440px) {
  .p-top-voices-heading {
    flex-basis: calc(50% - 1vw);
  }
}
@media (max-width: 768px) {
  .p-top-voices-heading {
    padding: 60px 0;
    font-size: 24px;
    height: auto;
  }
}
.p-top-voices-heading::before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
.p-top-voices-heading::after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
.p-top-voices-heading span {
  display: block;
}
.p-top-voices-heading span::before {
  position: absolute;
  bottom: 10px;
  left: 10px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
.p-top-voices-heading span::after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

.p-top-voice {
  padding-top: 16.3125rem;
  position: relative;
  overflow-x: clip;
  /*&::before {
    content: '';
    display: block;
    width: rem(403);
    height: rem(484);
    background-image: url(../../images/top/img-bg-w-triangle.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: rem(-123);
    left: 0;

    @include breakpoint(xl-down) {
      width: vw(1440, 403);
      height: vw(1440, 484);
      top: vw(1440, -123);
    }

    @include breakpoint(md-down) {
      width: rem(146);
      height: rem(175);
      top: rem(130);
      left: rem(-31);
    }
  }

  &::after {
    content: '';
    display: block;
    width: rem(582);
    height: rem(718);
    background-image: url(../../images/top/img-bg-blue02.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: rem(-140);
    left: rem(-224);

    @include breakpoint(xl-down) {
      width: vw(1440, 582);
      height: vw(1440, 718);
      bottom: vw(1440, -140);
      left: vw(1440, -224);
    }

    @include breakpoint(md-down) {
      width: rem(258);
      height: rem(346);
      bottom: rem(-150);
      left: rem(-180);
      z-index: -1;
    }
  }*/
}
@media (max-width: 1440px) {
  .p-top-voice {
    padding-top: 18.125vw;
  }
}
@media (max-width: 768px) {
  .p-top-voice {
    padding-top: 6.25rem;
  }
}

.p-top-voice__title-wrap {
  margin-left: 7.125rem;
  margin-bottom: -13.0625rem;
  width: fit-content;
}
@media (max-width: 1440px) {
  .p-top-voice__title-wrap {
    margin-left: 7.9166666667vw;
    margin-bottom: -14.5138888889vw;
  }
}
@media (max-width: 768px) {
  .p-top-voice__title-wrap {
    margin-left: 0;
    margin-bottom: 0;
    width: auto;
  }
}

@media (max-width: 768px) {
  .p-top-voice__voice-content {
    margin-top: 3.5rem;
  }
}

.p-top-voice___voice-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 48.3%;
  aspect-ratio: 580/527;
  background-image: url(../../images/top/img-voice-bg01.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.5rem 1.25rem;
}
@media (max-width: 1440px) {
  .p-top-voice___voice-card {
    padding: 1.6666666667vw 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .p-top-voice___voice-card {
    width: 100%;
    padding: 1.5rem 2rem 6.25rem;
    background-image: none;
    border: 0.25rem solid var(--primary);
    background-color: var(--white);
    border-radius: 12.5rem;
    display: block;
  }
}

.p-top-voice___voice-card.--pink {
  margin-right: 0;
  margin-left: auto;
  position: relative;
  right: 4.375rem;
}
@media (max-width: 1440px) {
  .p-top-voice___voice-card.--pink {
    right: 4.8611111111vw;
  }
}
@media (max-width: 768px) {
  .p-top-voice___voice-card.--pink {
    right: auto;
    width: 100%;
  }
}

.p-top-voice___voice-card.--green {
  gap: 1rem;
  width: 48.3%;
  aspect-ratio: 580/555;
  background-image: url(../../images/top/img-voice-bg02.png);
  margin-top: -12.5rem;
}
@media (max-width: 1440px) {
  .p-top-voice___voice-card.--green {
    margin-top: -13.8888888889vw;
  }
}
@media (max-width: 768px) {
  .p-top-voice___voice-card.--green {
    margin-top: 0;
    width: 100%;
    background-image: none;
    border: 0.25rem solid var(--secondary);
  }
}

.p-top-voice___voice-card.--yellow {
  gap: 1rem;
  width: 48.3%;
  aspect-ratio: 580/584;
  background-image: url(../../images/top/img-voice-bg03.png);
  margin-top: -17.3125rem;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .p-top-voice___voice-card.--yellow {
    margin-top: -19.2361111111vw;
  }
}
@media (max-width: 768px) {
  .p-top-voice___voice-card.--yellow {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
    background-image: none;
    border: 0.25rem solid var(--yellow);
  }
}

@media (max-width: 768px) {
  .p-top-voice___voice-card + .p-top-voice___voice-card {
    margin-top: 2.5rem;
  }
}

.p-top-voice__vice-img {
  width: 5.625rem;
  aspect-ratio: 1;
}
.p-top-voice__vice-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-voice__name {
  color: var(--white);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0.25rem 1rem;
  background-color: var(--primary);
  border-radius: 6.25rem;
  width: fit-content;
}
@media (max-width: 1440px) {
  .p-top-voice__name {
    font-size: 1.1111111111vw;
    padding: 0.2777777778vw 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .p-top-voice__name {
    font-size: 0.875rem;
    padding: 0.25rem 1rem;
  }
}

.p-top-voice__voice-title {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 0.15rem;
  text-align: center;
  padding: 0.5rem 1.625rem;
  position: relative;
}
@media (max-width: 1440px) {
  .p-top-voice__voice-title {
    font-size: 1.6666666667vw;
    padding: 0.5555555556vw 1.8055555556vw;
  }
}
@media (max-width: 768px) {
  .p-top-voice__voice-title {
    font-size: 1.125rem;
    letter-spacing: 0.1125rem;
    padding: 0.5rem 1.625rem;
    width: 100%;
  }
}
.p-top-voice__voice-title::before {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1rem;
  background-image: url(../../images/top/icon-d-quotation.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .p-top-voice__voice-title::before {
    width: 1.1805555556vw;
    height: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .p-top-voice__voice-title::before {
    width: 0.9375rem;
    height: 1rem;
  }
}
.p-top-voice__voice-title::after {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1rem;
  background-image: url(../../images/top/icon-d-quotation.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
@media (max-width: 1440px) {
  .p-top-voice__voice-title::after {
    width: 1.1805555556vw;
    height: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .p-top-voice__voice-title::after {
    width: 0.9375rem;
    height: 1rem;
  }
}

.p-top-voice___voice-card.--green .p-top-voice__name {
  background-color: var(--secondary);
}
.p-top-voice___voice-card.--green .p-top-voice__voice-title::before {
  filter: brightness(0) saturate(100%) invert(75%) sepia(47%) saturate(376%) hue-rotate(117deg) brightness(93%) contrast(85%);
}
.p-top-voice___voice-card.--green .p-top-voice__voice-title::after {
  filter: brightness(0) saturate(100%) invert(75%) sepia(47%) saturate(376%) hue-rotate(117deg) brightness(93%) contrast(85%);
}

.p-top-voice___voice-card.--yellow .p-top-voice__name {
  background-color: var(--yellow);
}
.p-top-voice___voice-card.--yellow .p-top-voice__voice-title::before {
  filter: brightness(0) saturate(100%) invert(77%) sepia(28%) saturate(1757%) hue-rotate(326deg) brightness(101%) contrast(98%);
}
.p-top-voice___voice-card.--yellow .p-top-voice__voice-title::after {
  filter: brightness(0) saturate(100%) invert(77%) sepia(28%) saturate(1757%) hue-rotate(326deg) brightness(101%) contrast(98%);
}

.p-top-voice__text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  max-width: 26.25rem;
}
@media (max-width: 1440px) {
  .p-top-voice__text {
    font-size: 1.1111111111vw;
    max-width: 29.1666666667vw;
  }
}
@media (max-width: 768px) {
  .p-top-voice__text {
    font-size: 0.875rem;
    max-width: 100%;
  }
}

.p-top-voice__btn-more {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-top-voice__btn-more {
    margin-top: 3.5rem;
  }
}

/* splide */
@media (max-width: 768px) {
  .splide5 {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .splide5__splide__list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/* 矢印のクリック範囲など */
.splide5__button {
  background-color: var(--navy);
  height: 3.125rem;
  transition: 0.2s;
  width: 3.125rem;
  top: -4.1875rem;
  display: none;
}
@media (max-width: 768px) {
  .splide5__button {
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: block;
  }
}

.splide5__next {
  right: 28.8125rem;
}
@media (max-width: 768px) {
  .splide5__next {
    right: -0.625rem;
  }
}

.splide5__prev {
  right: 33.4375rem;
  left: auto;
}
@media (max-width: 768px) {
  .splide5__prev {
    left: -0.625rem;
    right: auto;
  }
}

/* 矢印共通のスタイル */
.splide5__button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 3.125rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 3.125rem;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .splide5__button::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* 前の矢印 */
.splide5__button::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../../images/icon-white-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .splide5__button::after {
    width: 1rem;
    height: 1rem;
  }
}

/* 次の矢印 */
.splide5__prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
  margin-left: -0.125rem;
}

.splide5__next::after {
  margin-right: -0.125rem;
}
@media (max-width: 768px) {
  .splide5__next::after {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .splide__pagination .button,
  .splide__pagination [type=button] {
    width: 11px;
    height: 11px;
    padding: 0;
    background: #d9d9d9;
  }
}

.splide__pagination__page.is-active {
  background: #1e3151;
  transform: scale(1);
}

.splide__pagination li {
  padding: 4px;
}

.p-top-column {
  padding-top: 8.75rem;
  padding-bottom: 6.25rem;
  overflow-x: clip;
  position: relative;
  background: url(../../images/bg-column@2x.png) center top/cover no-repeat;
}
@media (max-width: 768px) {
  .p-top-column {
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
  }
}

@media (max-width: 768px) {
  .l-inner.p-top-column__inner {
    max-width: 500px;
  }
}

.p-top-column__title-wrap {
  display: flex;
  justify-content: center;
}

.p-top-column__contents {
  margin-top: 4rem;
}
@media (max-width: 1440px) {
  .p-top-column__contents {
    margin-top: 4.4444444444vw;
  }
}
@media (max-width: 768px) {
  .p-top-column__contents {
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .p-top-column__wrap-nav {
    display: flex;
    justify-content: center;
  }
  .p-top-column__wrap-nav .custom-arrows {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
    margin-left: 20px;
  }
  .p-top-column__wrap-nav .custom-arrows .splide__arrow {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .p-top-column__wrap-nav .custom-arrows .splide__button {
    transform: none;
  }
}
@media (max-width: 768px) {
  .p-top-column__wrap-nav .custom-arrows {
    display: none;
  }
}

.p-top-column__more-infos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(19.125rem, 1fr));
  gap: 0.5rem;
  margin: 0;
  max-width: 52.125rem;
}
@media (min-width: 1440px) {
  .p-top-column__more-infos {
    max-width: 62.5rem;
  }
}
@media (max-width: 1440px) {
  .p-top-column__more-infos {
    grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr));
  }
}
@media (max-width: 768px) {
  .p-top-column__more-infos {
    grid-template-columns: repeat(auto-fit, minmax(19.125rem, 1fr));
  }
}

.p-top-column__more-info {
  padding: 1.5rem;
  background-color: var(--white);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1rem;
  text-align: center;
  border-radius: 0.625rem;
  width: 100%;
  border: 2px solid #ccc;
  color: var(--navy);
}
@media (max-width: 1440px) {
  .p-top-column__more-info {
    padding: 1.6666666667vw;
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .p-top-column__more-info {
    padding: 0.875rem;
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
  }
}

.p-top-column__more-info.is-active {
  background-color: var(--navy);
  color: var(--white);
  position: relative;
  border: 2px solid var(--navy);
}
.p-top-column__more-info.is-active::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: var(--navy);
  border-radius: 50%;
  position: absolute;
  bottom: -0.5625rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-top-column__more-info.is-active::after {
    display: none;
  }
}

.p-top-column__panels {
  margin-top: 2.5rem;
}
@media (max-width: 1440px) {
  .p-top-column__panels {
    margin-top: 2.7777777778vw;
  }
}
@media (max-width: 768px) {
  .p-top-column__panels {
    margin-top: 1.5rem;
  }
}

.splide3 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media (max-width: 768px) {
  .splide3 {
    margin: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .splide3 .splide__arrows {
    display: none;
  }
}
@media (max-width: 768px) {
  .splide3 .splide__button {
    top: 50%;
  }
}
@media (max-width: 768px) {
  .splide3 .splide__next {
    right: -0.625rem;
  }
}
@media (max-width: 768px) {
  .splide3 .splide__prev {
    left: -0.625rem;
    right: auto;
  }
}

/* 矢印のクリック範囲など */
.splide3__button {
  background-color: var(--navy);
  height: 3.125rem;
  transition: 0.2s;
  width: 3.125rem;
  top: -4.1875rem;
  display: none;
}
@media (max-width: 1440px) {
  .splide3__button {
    height: 3.4722222222vw;
    width: 3.4722222222vw;
    top: -4.6527777778vw;
  }
}
@media (max-width: 768px) {
  .splide3__button {
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: block;
  }
}

.splide3__next {
  right: 28.8125rem;
}
@media (max-width: 1440px) {
  .splide3__next {
    right: 32.0138888889vw;
  }
}
@media (max-width: 768px) {
  .splide3__next {
    right: -0.625rem;
  }
}

.splide3__prev {
  right: 33.4375rem;
  left: auto;
}
@media (max-width: 1440px) {
  .splide3__prev {
    right: 37.1527777778vw;
  }
}
@media (max-width: 768px) {
  .splide3__prev {
    left: -0.625rem;
    right: auto;
  }
}

/* 矢印共通のスタイル */
.splide3__button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 3.125rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 3.125rem;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .splide3__button::before {
    height: 3.4722222222vw;
    width: 3.4722222222vw;
  }
}
@media (max-width: 768px) {
  .splide3__button::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* 前の矢印 */
.splide3__button::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../../images/icon-white-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1440px) {
  .splide3__button::after {
    height: 1.3888888889vw;
    width: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .splide3__button::after {
    width: 1rem;
    height: 1rem;
  }
}

/* 次の矢印 */
.splide3__prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
  margin-left: -0.125rem;
}

.splide3__next::after {
  margin-right: -0.125rem;
}
@media (max-width: 768px) {
  .splide3__next::after {
    margin-right: 0;
  }
}

.p-top-column__card a {
  padding-top: 10px;
}
.p-top-column__card.hide {
  display: none;
}
.p-top-column__card__description {
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: var(--navy);
}
.p-top-column__card__date_and_category {
  display: flex;
  align-items: center;
}
.p-top-column__card__date_and_category .date {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: bold;
}
.p-top-column__card__date_and_category .category {
  margin-left: 16px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 6px;
  border: 1px solid #f799a5;
  color: #f799a5;
}

.p-top-column__btn-more {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-top-column__btn-more {
    margin-top: 3.5rem;
  }
}

.p-search-map-bg {
  position: relative;
  margin-top: 0;
  background: url(../../images/bg-search@2x.png) center top/cover no-repeat;
}
.p-search-map {
  position: relative;
  padding-top: 0;
  z-index: 2;
}
.p-search-map.--top {
  padding-top: calc(10.4166666667vw + 10px);
}
@media (max-width: 768px) {
  .p-search-map.--top {
    padding-top: calc(10.4166666667vw - 20px);
  }
}

.p-search-map__inner {
  position: relative;
  padding-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .p-search-map__inner {
    max-width: auto;
  }
}

.p-search-map__fukidashi {
  background-image: url(../../images/top/img-fukidashi@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17.8125rem;
  aspect-ratio: 285/126;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5.9375rem;
}
@media (max-width: 1440px) {
  .p-search-map__fukidashi {
    width: 19.7916666667vw;
    top: -5.2083333333vw;
  }
}
@media (max-width: 768px) {
  .p-search-map__fukidashi {
    position: static;
    width: 12.375rem;
    aspect-ratio: 198/89;
  }
}

.p-search-map__title {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .p-search-map__title {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .p-search-map__title {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
.p-search-map__title::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url(../../images/icon-search.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
@media (max-width: 1440px) {
  .p-search-map__title::before {
    width: 1.7361111111vw;
    height: 1.7361111111vw;
    margin-right: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .p-search-map__title::before {
    width: 1.0625rem;
    height: 1.125rem;
    margin-right: 1rem;
  }
}

.p-search-map__inner {
  max-width: 1828px;
}

@media (max-width: 768px) {
  .p-search-map__contents {
    margin-top: 1.0625rem;
  }
}

.p-search-map__tab {
  display: flex;
  align-items: flex-end; /* メニューを下揃え&高さを調整 */
  justify-content: flex-end;
  min-height: 3.4375rem;
}
@media (max-width: 1440px) {
  .p-search-map__tab {
    min-height: 3.8194444444vw;
  }
}
@media (max-width: 768px) {
  .p-search-map__tab {
    min-height: 3.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0.5rem;
  }
}

.p-search-map__tab-item {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1rem;
  padding: 1rem 2.5rem;
  background-color: var(--white);
  border-radius: 0.625rem;
  border: 2px solid #ccc;
}
@media (max-width: 1440px) {
  .p-search-map__tab-item {
    font-size: 1.1111111111vw;
    padding: 1.1111111111vw 2.7777777778vw;
  }
}
@media (max-width: 768px) {
  .p-search-map__tab-item {
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
    padding: 1rem 0.625rem;
    background-color: var(--white);
    border-radius: 0.625rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .p-search-map__tab-item.--01 {
    grid-area: 1/1/2/2;
  }
}

@media (max-width: 768px) {
  .p-search-map__tab-item.--02 {
    grid-area: 1/2/2/3;
  }
}

@media (max-width: 768px) {
  .p-search-map__tab-item.--03 {
    grid-area: 2/1/3/3;
  }
}

.p-search-map__tab-item.is-active {
  background-color: var(--navy);
  border-radius: 0.625rem;
  border: 2px solid var(--navy);
  color: var(--white);
  position: relative;
}
.p-search-map__tab-item.is-active::after {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background-color: var(--navy);
  border-radius: 50%;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-search-map__tab-item.is-active::after {
    display: none;
  }
}

.p-search-map__tab-item + .p-search-map__tab-item {
  margin-left: 0.5rem;
}
@media (max-width: 1440px) {
  .p-search-map__tab-item + .p-search-map__tab-item {
    margin-left: 0.5555555556vw;
  }
}
@media (max-width: 768px) {
  .p-search-map__tab-item + .p-search-map__tab-item {
    margin-left: 0;
  }
}

.p-search-map__panel {
  margin-top: 0.75rem;
}
.p-search-map__panel__left {
  width: 45%;
}
@media (max-width: 900px) {
  .p-search-map__panel__left {
    width: 100%;
  }
}
.p-search-map__panel__right {
  width: 55%;
  padding-left: 0.625rem;
}
@media (max-width: 900px) {
  .p-search-map__panel__right {
    width: 100%;
    padding-left: 0;
  }
}

.p-search-map__panel-box {
  padding: 3.5rem 3.75rem;
  background-color: var(--white);
  border-radius: 1.875rem;
  border: 2px solid #ccc;
  display: none;
}
@media (max-width: 768px) {
  .p-search-map__panel-box {
    padding: 2rem 1.5rem;
  }
}
.p-search-map__panel-box.--all {
  padding: 1.625rem 6.375rem 1.625rem 8.125rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .p-search-map__panel-box.--all {
    padding: 1.625rem 0.625rem 1.625rem 0.625rem;
  }
}
@media (max-width: 900px) {
  .p-search-map__panel-box.--all {
    padding: 2rem 1.5rem;
    display: block;
  }
}
.p-search-map__panel-box.--all .p-archie-job-search__fields2 dd {
  width: 75%;
}
@media (max-width: 768px) {
  .p-search-map__panel-box.--all .p-archie-job-search__fields2 dd {
    width: 100%;
  }
}

.p-search-map__panel-box.is-show {
  display: block;
}

.p-search-map__panel-box001__list {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  background: url(../../images/top/japan-map@2x.png) no-repeat 50% 50%/contain;
}
@media (max-width: 900px) {
  .p-search-map__panel-box001__list {
    height: 400px;
    background: url(../../images/top/japan-map-sp@2x.png) no-repeat 50% 50%/contain;
  }
}
@media (max-width: 550px) {
  .p-search-map__panel-box001__list {
    height: 300px;
  }
}
.p-search-map__panel-box001__list a {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 30px;
  transition: all 0.3s linear;
  line-height: 1;
}
.p-search-map__panel-box001__list a:hover {
  opacity: 0.6;
}
@media (max-width: 1250px) {
  .p-search-map__panel-box001__list a {
    padding: 2px 15px;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 900px) {
  .p-search-map__panel-box001__list a {
    padding: 7px 10px;
  }
}
.p-search-map__panel-box001__list01 {
  background: linear-gradient(to right, #F05555, #EC8845);
  color: white;
  top: 20%;
  left: 45%;
}
@media (max-width: 900px) {
  .p-search-map__panel-box001__list01 {
    top: 10%;
    left: auto;
    right: 30%;
  }
}
@media (max-width: 550px) {
  .p-search-map__panel-box001__list01 {
    top: 15%;
  }
}
.p-search-map__panel-box001__list02 {
  background: linear-gradient(to right, #F9B253, #E1DC40);
  color: white;
  top: 70%;
  right: 20%;
}
@media (max-width: 900px) {
  .p-search-map__panel-box001__list02 {
    top: 65%;
    right: 20%;
  }
}
@media (max-width: 550px) {
  .p-search-map__panel-box001__list02 {
    top: 55%;
    right: 10%;
  }
}
.p-search-map__panel-box001__list03 {
  background: linear-gradient(to right, #F880A5, #DF67F1);
  color: white;
  top: 80%;
  left: 40%;
}
@media (max-width: 900px) {
  .p-search-map__panel-box001__list03 {
    top: 85%;
    right: 50%;
    left: auto;
  }
}
@media (max-width: 550px) {
  .p-search-map__panel-box001__list03 {
    top: 75%;
  }
}
.p-search-map__panel-box001__list04 {
  background: linear-gradient(to right, #3384D3, #7D36DA);
  color: white;
  top: 45%;
  left: 40%;
}
@media (max-width: 900px) {
  .p-search-map__panel-box001__list04 {
    top: 85%;
    left: 54%;
  }
}
@media (max-width: 550px) {
  .p-search-map__panel-box001__list04 {
    top: 75%;
  }
}
.p-search-map__panel-box001__list05 {
  background: linear-gradient(to right, #56B8E1, #47E28A);
  color: white;
  top: 55%;
  right: 50%;
}
@media (max-width: 1440px) {
  .p-search-map__panel-box001__list05 {
    top: 52%;
  }
}
@media (max-width: 900px) {
  .p-search-map__panel-box001__list05 {
    top: 50%;
    right: 50%;
  }
}
@media (max-width: 550px) {
  .p-search-map__panel-box001__list05 {
    top: 40%;
    right: 40%;
  }
}
.p-search-map__panel-box001__list06 {
  background: linear-gradient(to right, #43AC67, #89D625);
  color: white;
  top: 55%;
  left: 10%;
}
@media (max-width: 900px) {
  .p-search-map__panel-box001__list06 {
    top: 50%;
    right: calc(50% + 105px);
    left: auto;
  }
}
@media (max-width: 550px) {
  .p-search-map__panel-box001__list06 {
    right: auto;
    left: 0;
  }
}

.p-search-map__panel-box002 {
  padding: 3.5rem 3.75rem 2.8125rem;
}
@media (max-width: 768px) {
  .p-search-map__panel-box002 {
    padding: 2rem 1.5rem 1.5rem;
  }
}
.p-search-map__panel-box002__list {
  display: flex;
  flex-wrap: wrap;
}
.p-search-map__panel-box002__list-item {
  display: block;
  padding: 6px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  color: white;
  background: #f799a5;
  border-radius: 6px;
  transition: all 0.3s linear;
}
.p-search-map__panel-box002__list-item:hover {
  opacity: 0.6;
}
.p-search-map__panel-box002__list-item::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
}

.p-email-complete__wrap {
  margin-top: 3.125rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-email-complete__wrap {
    margin-top: 2.5rem;
  }
}

.p-email-complete__complete-email {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.1rem;
}

.p-email-complete__email {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #f4f4f4;
  padding: 1.8125rem;
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .p-email-complete__email {
    font-size: 0.875rem;
    padding: 1.25rem;
    margin-top: 0.5rem;
  }
}

.p-email-complete__text {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .p-email-complete__text {
    margin-top: 1.875rem;
    font-size: 0.875rem;
  }
}

.p-email-complete__button {
  margin-top: 3.125rem;
  display: flex;
  justify-content: center;
}

.p-email-complete__link {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-decoration-line: underline;
  color: #00ae84;
  margin-top: 1.5rem;
  display: block;
}

.p-email-complete__link.-mt50 {
  margin-top: 3.125rem;
}

.p-dashboard__box1 {
  display: flex;
  justify-content: space-between;
}
.p-dashboard__box1__col1 {
  width: 51.6483516484%;
}
.p-dashboard__box1__col2 {
  width: 41.2872841444%;
}

html:focus-within {
  scroll-behavior: smooth;
}

.p-faq-navigation {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.p-faq-navigation__item {
  display: inline-block;
  margin-top: 10px;
}
.p-faq-navigation__item:not(:first-child) {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .p-faq-navigation__item {
    flex-basis: 100%;
  }
  .p-faq-navigation__item:not(:first-child) {
    margin-left: 0;
  }
}

.p-faq-navigation__item a {
  display: flex;
  border: 2px solid var(--gray);
  padding: 10px 20px;
  border-radius: 8px;
}
.p-faq-navigation__item a:hover {
  position: relative;
  border: none;
  background: var(--navy);
  color: var(--white);
}
.p-faq-navigation__item a:hover::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: var(--navy);
  transform: rotate(45deg);
  border-radius: 50%;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}

.p-faq-section {
  padding-top: 80px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-faq-section {
    padding-top: 50px;
  }
}

.p-faq-section-title {
  color: #1e3151;
  font-size: 20px;
  font-weight: bold;
}

.p-faq-section-title .icon {
  display: inline-block;
  margin-right: 10px;
  width: 39px;
}

.p-faq-list {
  margin-top: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #ffffff;
  padding: 10px 20px;
}

.p-faq-list.active {
  background: #f6f6f6;
}

.p-faq-list__question {
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #1e3151;
}
.p-faq-list__question::after {
  position: absolute;
  right: 10px;
  top: calc(50% - 11px);
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background-image: url(../../images/faq/icon-plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-faq-list.active .p-faq-list__question::after {
  background-image: url(../../images/faq/icon-minus.png);
}

.p-faq-list__answer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
  border-radius: 8px;
}
.p-faq-list__answer a {
  color: var(--primary);
  text-decoration: underline;
}

.p-faq-list:not(.active) .p-faq-list__answer {
  display: none;
}

.p-faq-list.active .p-faq-list__answer {
  display: block;
}

.p-page-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.p-contact-lead {
  margin-top: 40px;
}
.p-contact-lead p {
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact-lead p {
    text-align: justify;
  }
}
.p-contact-lead.--description {
  max-width: 800px;
  margin: 20px auto 0;
}
.p-contact-lead.--description p {
  text-align: left;
  margin-bottom: 10px;
}

.p-contact-section {
  margin-top: 100px;
}
.p-contact-section.--first-section {
  margin-top: 0;
}
.p-contact-section .error-message {
  display: block;
  color: red;
  font-size: 14px;
  margin-top: 10px;
}
.p-contact-section .error-message.center {
  text-align: center;
}

.p-contact-faq-wrap {
  margin-top: 20px;
}

.p-contact-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.p-contact-form {
  margin-top: 60px;
}

.p-contact-gender {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
}

.p-contact-form-row.--w100 {
  width: 100%;
}

.p-term-section:not(:first-child) {
  margin-top: 40px;
}

.p-term-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--primary);
}

.p-privacy-lead {
  margin-top: 60px;
  text-align: justify;
}

.p-privacy-section {
  margin-top: 40px;
}

.p-privacy-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--primary);
}

.p-privacy-text {
  text-align: justify;
}

.p-column {
  padding-bottom: 80px;
  background: #F6F1EC;
}
@media (max-width: 768px) {
  .p-column {
    padding-bottom: 40px;
  }
}

.p-column-navigation {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(19.125rem, 1fr));
  gap: 0.5rem;
  margin: 0;
}
@media (max-width: 1440px) {
  .p-column-navigation {
    grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr));
  }
}
@media (max-width: 768px) {
  .p-column-navigation {
    grid-template-columns: repeat(auto-fit, minmax(19.125rem, 1fr));
  }
}

.p-column-navigation__button {
  padding: 1.5rem;
  background-color: var(--white);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1rem;
  text-align: center;
  border-radius: 0.625rem;
  border: 2px solid #ccc;
  color: var(--navy);
}
@media (max-width: 1440px) {
  .p-column-navigation__button {
    padding: 1.6666666667vw;
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .p-column-navigation__button {
    padding: 0.875rem;
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
  }
}
.p-column-navigation__button.is-active, .p-column-navigation__button:hover {
  background-color: var(--navy);
  color: var(--white);
  position: relative;
  border: 2px solid var(--navy);
  opacity: 1;
}
.p-column-navigation__button.is-active::after, .p-column-navigation__button:hover::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: var(--navy);
  border-radius: 50%;
  position: absolute;
  bottom: -0.5625rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-column-navigation__button.is-active::after, .p-column-navigation__button:hover::after {
    display: none;
  }
}

.p-column-list {
  padding: 60px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  justify-content: flex-start;
}

.column-card__date {
  color: var(--primary);
  font-weight: bold;
}

.column-card__category {
  margin-left: 10px;
  color: var(--primary);
  font-weight: bold;
  font-size: 12px;
  border: 1px solid var(--primary);
  border-radius: 6px;
  padding: 2px 6px;
}

.column-card__text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-column-list-content {
  margin-top: 80px;
}

.p-column-list {
  padding: 60px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .p-column-list {
    padding: 30px 0 0;
    grid-template-columns: 1fr;
  }
}

.p-column-list__card__link {
  position: relative;
  display: block;
  padding: 20px 20px 80px;
  background: white;
  border-radius: 10px;
}

.p-column-list___card__img img {
  width: 100%;
  border-radius: 10px;
  height: 200px;
}
@media (max-width: 768px) {
  .p-column-list___card__img img {
    height: 60vw;
  }
}

.p-column-list__btn-more {
  margin-top: 0.5rem;
  background-image: url(../../images/img-card-link-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10.75rem;
  height: 5.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -0.125rem;
  right: -0.125rem;
}
.p-column-list__btn-more span {
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08125rem;
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
  margin-top: 0.9375rem;
}
.p-column-list__btn-more span::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  aspect-ratio: 1;
  background-image: url(../../images/icon-circle-bg-primary.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
}

.p-company-dashboard-heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .p-company-dashboard-heading-wrap {
    display: block;
  }
}

.p-company-dashboard-main {
  background: white;
  border-radius: 20px;
  border: 1px solid #cccccc;
  padding: 1px 40px 40px;
}
@media (max-width: 768px) {
  .p-company-dashboard-main {
    padding: 1px 20px 40px;
  }
}
.p-company-dashboard-main.--bg-color {
  background-color: #f5f5f5;
}

.p-company-dashboard-heading-link {
  display: flex;
  font-size: 1.2rem;
  align-items: center;
  height: 30px;
  cursor: pointer;
}
.p-company-dashboard-heading-link::after {
  display: block;
  width: 30px;
  height: 30px;
  content: url(../../images/icon-circle-bg-primary.svg);
  margin-left: 0.4rem;
}
@media (max-width: 768px) {
  .p-company-dashboard-heading-link {
    justify-content: flex-end;
    font-size: 0.9rem;
  }
}

.p-company-dashboard-heading {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-company-dashboard-heading::before {
  display: flex;
  align-items: center;
  position: relative;
  top: 7px;
  margin-right: 4px;
  width: 29px;
  height: 29px;
}
.p-company-dashboard-heading.--news::before {
  content: url(../../images/company-admin/icon-information.svg);
}
.p-company-dashboard-heading.--recruit-status::before {
  content: url(../../images/company-admin/icon-recruit-status.svg);
}
.p-company-dashboard-heading.--value::before {
  content: url(../../images/user-dashboard/value.png);
}
.p-company-dashboard-heading.--recommend::before {
  content: url(../../images/user-dashboard/recommend.png);
}
.p-company-dashboard-heading.--message::before {
  content: url(../../images/company-admin/icon-message.svg);
}
.p-company-dashboard-heading.--profile::before {
  content: url(../../images/company-admin/icon-company-profile.svg);
}
.p-company-dashboard-heading.--scout::before {
  content: url(../../images/company-admin/icon-scout.svg);
}
.p-company-dashboard-heading.--applicator::before {
  content: url(../../images/company-admin/icon-scout.svg);
}
.p-company-dashboard-heading.--job::before {
  content: url(../../images/company-admin/icon-job.svg);
}

.p-company-admin-news {
  border: 1px solid var(--primary);
  border-radius: 0.4rem;
  padding: 1rem;
  max-height: 200px;
  overflow: auto;
}

.p-company-admin-news__badge-new {
  display: inline-block;
  padding: 0 0.4rem;
  background-color: var(--primary);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 0.2rem;
  margin-right: 0.4rem;
}

.p-company-admin-news__date {
  margin-right: 0.4rem;
}

.p-company-admin-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid var(--primary);
  border-radius: 0.4rem;
  margin-top: 1rem;
}

.p-company-admin-status__child {
  display: flex;
  justify-content: space-between;
  max-width: 250px;
  width: 100%;
  text-align: left;
}

.p-company-admin-message__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--gray);
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .p-company-admin-message__item {
    flex-direction: column-reverse;
  }
}
.p-company-admin-message__item.-deleted:hover {
  opacity: 1;
  cursor: default;
}

.p-company-admin-message__side {
  flex-basis: 20%;
  flex-shrink: 0;
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-company-admin-message__side {
    margin-left: 0;
    margin-bottom: 10px;
    flex-direction: row;
  }
}

.p-company-admin-message__name {
  font-size: 1.2rem;
}

.p-company-admin-message__wrap-name {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-company-admin-message__wrap-name {
    line-height: 1.5;
  }
}

.p-company-admin-message__badge {
  display: inline-block;
  padding: 0 0.4rem;
  background-color: var(--primary);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 0.2rem;
  margin-right: 0.4rem;
}

.p-company-admin-message__message {
  line-height: 1.5;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-company-admin-message__category {
  border: 1px solid var(--primary);
  text-align: center;
  border-radius: 0.2rem;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .p-company-admin-message__category {
    display: inline-block;
    padding: 0 0.4rem;
  }
}

.p-company-admin-message__date {
  font-size: 0.8rem;
}

.p-company-admin-content__lead {
  font-size: 1.2rem;
  font-weight: 700;
}

.p-company-admin-jobs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-company-admin-jobs .job-card {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-company-admin-jobs .job-card {
    width: 100%;
  }
}
.p-company-admin-jobs .job-card__like-btn {
  cursor: auto;
}
.p-company-admin-jobs .job-card__like-btn::before {
  content: none;
}

.p-company-admin-jobs__item {
  flex-basis: calc(50% - 8px);
  border: 1px solid var(--gray);
  border-radius: 0.4rem;
}
@media (min-width: 768px) {
  .p-company-admin-jobs__item:not(:first-child):not(:nth-child(2)) {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .p-company-admin-jobs__item {
    flex-basis: 100%;
  }
  .p-company-admin-jobs__item:not(:first-child) {
    margin-top: 1rem;
  }
}

.p-company-admin-jobs__header {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem;
}

.p-company-admin-jobs__employeement {
  border: 2px solid var(--primary);
  border-radius: 0.4rem;
  padding: 0 0.4rem;
}

.p-company-admin-jobs__content {
  padding: 0.6rem;
}

.p-company-admin-jobs__job-name-and-place {
  padding: 0.4rem;
  line-height: 1.5;
}

.p-company-admin-jobs__job-name-and-place span:not(:first-child)::before {
  content: "｜";
}

.p-company-admin-jobs__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  padding: 0.4rem;
}

.p-company-admin-jobs__list {
  display: flex;
  align-items: flex-start;
}

.p-company-admin-jobs__term {
  display: flex;
  align-items: flex-start;
  flex-basis: 5rem;
}
.p-company-admin-jobs__term.--place::before {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
  margin-right: 2px;
  content: url(../../images/company-admin/icon-map.svg);
}
.p-company-admin-jobs__term.--salary::before {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
  margin-right: 2px;
  content: url(../../images/company-admin/icon-money.svg);
}

.p-company-admin-jobs__description {
  padding-top: 0.35rem;
  flex-basis: calc(100% - 5rem);
  line-height: 1.5;
}

.p-company-admin-jobs__more-wrap {
  margin-top: 1rem;
  text-align: right;
}

.p-company-admin-jobs__more {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  font-size: 0.8rem;
  text-decoration: underline;
  color: var(--primary);
}
.p-company-admin-jobs__more::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  transform: rotate(45deg);
  right: -15px;
  width: 8px;
  height: 1px;
  background-color: var(--primary);
}
.p-company-admin-jobs__more::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 3px);
  transform: rotate(-45deg);
  right: -15px;
  width: 8px;
  height: 1px;
  background-color: var(--primary);
}

.p-column-detial {
  margin-top: 80px;
  border: 1px solid var(--primary);
  background: white;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-column-detial {
    margin-top: 40px;
    padding: 20px;
  }
}

.p-column-detial__date {
  font-size: 14px;
  color: #49c9aa;
  font-weight: bold;
  margin-right: 10px;
}

.p-column-detial__category {
  font-size: 14px;
  border: 1px solid #49c9aa;
  color: #49c9aa;
  padding: 2px 6px;
  display: inline-block;
}

.p-column-detial__title {
  font-size: 24px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.5;
}

.p-column-detial__image-wrap {
  margin-top: 10px;
  text-align: center;
}

.p-column-detial__image {
  width: auto;
  max-width: 100%;
  height: auto;
}

.p-column-detial__content {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8;
}
.p-column-detial__content h1 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  color: #49c9aa;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.p-column-detial__content h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  color: #49c9aa;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #49c9aa;
}
.p-column-detial__content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  border-left: 5px solid #49c9aa;
  padding-left: 10px;
}

.p-column-detial-navigation {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-column-detial-navigation a {
  display: flex;
  align-items: center;
  font-size: 15px;
  text-decoration: none;
  margin: 0 10px;
}
.p-column-detial-navigation__prev::before {
  margin-right: 10px;
  content: url(../../images/column/left-arrow.svg);
  padding-top: 12px;
}
.p-column-detial-navigation__next::after {
  margin-left: 10px;
  content: url(../../images/column/right-arrow.svg);
  padding-top: 12px;
}

.p-column-detial-navigation__prev-wrap {
  display: flex;
  justify-content: center;
  width: 120px;
}

.p-column-detial-navigation__next-wrap {
  display: flex;
  justify-content: center;
  width: 120px;
}

.p-column__card.hide {
  display: none;
}

.p-flow-section:not(:first-child) {
  margin-top: 40px;
}

.p-flow-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--primary);
}

.p-flow-link {
  color: var(--primary);
  text-decoration: underline;
}

.p-reward-form-lead {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-reward-form-lead {
    text-align: justify;
  }
}

.p-reward-form-section:not(:first-child) {
  margin-top: 60px;
}

.p-reward-form-heading {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.p-reward-form-section-lead {
  text-align: center;
  font-size: 15px;
}

.p-reward-form-content {
  margin-top: 30px;
}

.p-reward-form-content__text-center {
  text-align: center;
}

.job-archive-body {
  background-color: #F6F1EC;
}

.p-archie-job-search {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 768px) {
  .p-archie-job-search {
    padding: 20px;
  }
}

.p-archie-job-search__fields1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .p-archie-job-search__fields1 {
    flex-wrap: wrap;
  }
}

.p-archie-job-search__fields1 dt {
  font-weight: bold;
  min-width: 120px;
}

.p-archie-job-search__fields1 dd {
  width: 80%;
  display: grid;
  gap: 0 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .p-archie-job-search__fields1 dd {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.p-archie-job-search__fields1 dd select {
  width: 100%;
}
@media (min-width: 768px) {
  .p-archie-job-search__fields1 dd select {
    font-size: 13px;
    padding: 0 6px;
  }
}

.p-archie-job-search__fields2 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .p-archie-job-search__fields2 {
    flex-wrap: wrap;
  }
}

.p-archie-job-search__fields2 dt {
  font-weight: bold;
}

.p-archie-job-search__fields2 dd {
  margin-top: 10px;
  width: 75%;
  display: block;
}
@media (max-width: 768px) {
  .p-archie-job-search__fields2 dd {
    width: 100%;
  }
}
.p-archie-job-search__fields2 dd input {
  margin: 0;
  border-radius: 6px;
}

.p-archie-job-search__search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 3px;
  background: var(--navy);
  border-radius: 6px;
  height: 50px;
  margin-top: 10px;
  width: 100%;
  transition: all 0.3s linear;
}
.p-archie-job-search__search-button:hover {
  opacity: 0.6;
}
.p-archie-job-search__search-button span {
  margin-right: 5px;
}
.p-archie-job-search-conditions {
  margin-top: 20px;
}

.p-archie-job-search-conditions__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0;
  border-radius: 6px;
  background-color: var(--navy);
  color: white;
  cursor: pointer;
}
.p-archie-job-search-conditions__button::after {
  display: block;
  margin-left: 10px;
  content: url(../../images/job/icon-plus.svg);
  display: block;
  width: 22px;
  height: 22px;
}
.p-archie-job-search-conditions__button.hide {
  display: none;
}

.p-archie-job-search-conditions__condition-group {
  margin-top: 20px;
}

.p-archie-job-search-conditions__condition-group dt {
  font-weight: bold;
}

.p-archie-job-search-conditions__condition-group dd {
  margin-top: 15px;
}

.p-archive-job {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-archive-job {
    margin-top: 15px;
  }
}

.p-archive-job-contents {
  margin-top: 80px;
}

.p-archive-job-contents-header {
  display: flex;
}
@media (max-width: 768px) {
  .p-archive-job-contents-header {
    display: block;
  }
}

.p-archive-job-contents-header__count {
  display: flex;
  align-items: center;
}

.p-archive-job-contents-header__count dt {
  font-size: 20px;
}
.p-archive-job-contents-header__count dt::after {
  content: "：";
}

.p-archive-job-contents-header__count dd {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.p-archive-job-contents-header__count dd span {
  font-size: 28px;
}

.p-archive-job-contents-header__search-conditions-wrap {
  padding-top: 13px;
}
@media (max-width: 768px) {
  .p-archive-job-contents-header__search-conditions-wrap {
    padding-top: 0;
  }
}

.p-archive-job-contents-header__search-conditions {
  display: flex;
  flex-wrap: wrap;
}

.p-archive-job-contents-header__search-conditions li {
  border: 2px solid var(--green);
  padding: 0 4px;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .p-archive-job-contents-header__search-conditions li:first-child {
    margin-left: 0;
  }
}

.p-archive-job-contents-job-list .job-card {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-archive-job-contents-job-list .job-card .job-card__img {
    display: none;
  }
  .p-archive-job-contents-job-list .job-card .job-card__img.--job-archive {
    display: block;
    max-width: 150px;
    flex-shrink: 0;
  }
  .p-archive-job-contents-job-list .job-card .job-card__archive-upper-wrap {
    display: flex;
    justify-content: space-between;
  }
  .p-archive-job-contents-job-list .job-card .job-card__archive-wrap-title {
    width: 100%;
    text-align: left;
    padding-left: 20px;
  }
  .p-archive-job-contents-job-list .job-card .job-card__archive-wrap-title .job-card__title {
    text-align: left;
  }
  .p-archive-job-contents-job-list .job-card .job-card__cat-wrap__right {
    margin-right: 30px;
  }
  .p-archive-job-contents-job-list .job-card .job-card__link-ribon-vr {
    width: 127px;
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 1;
  }
  .p-archive-job-contents-job-list .job-card .job-card__like-btn {
    width: calc(100% - 20rem);
  }
  .p-archive-job-contents-job-list .job-card .job-card__link-btn {
    width: 20rem;
  }
}

.p-archive-job-contents-job-item {
  border: 2px solid var(--green);
  border-radius: 10px;
  padding: 40px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-archive-job-contents-job-item {
    padding: 20px;
  }
}

.p-archive-job-contents-job-item__header {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-archive-job-contents-job-item__header {
    display: block;
  }
}

.p-archive-job-contents-job-item__header__group1 {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-archive-job-contents-job-item__header__group1 {
    display: block;
  }
}

.p-archive-job-contents-job-item__header__vr-video {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 30px;
  background: var(--green);
  color: white;
}
.p-archive-job-contents-job-item__header__vr-video::before {
  display: block;
  margin-right: 5px;
  content: url(../../images/job/icon-video.svg);
}
@media (max-width: 768px) {
  .p-archive-job-contents-job-item__header__vr-video {
    display: inline-flex;
    margin-right: 0;
  }
}

.p-archive-job-contents-job-item__header__conditions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.p-archive-job-contents-job-item__header__conditions li {
  margin-right: 7px;
  margin-bottom: 4px;
}

.p-archive-job-contents-job-item__header__conditions li span {
  display: block;
  font-size: 14px;
  padding: 0 4px;
  border: 2px solid var(--navy);
  border-radius: 4px;
}

.p-archive-job-contents-job-item__header__group2 {
  display: flex;
  align-items: center;
}

.p-archive-job-contents-job-item__header__date {
  display: flex;
  align-items: center;
  color: var(--navy);
  font-size: 14px;
}
.p-archive-job-contents-job-item__header__date::before {
  position: relative;
  top: 2px;
  display: block;
  margin-right: 5px;
  content: url(../../images/job/icon-time.svg);
}

.p-archive-job-contents-job-item__title {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--navy);
}

.p-archive-job-contents-job-item__title__image {
  flex-basis: 90px;
}

.p-archive-job-contents-job-item__title__image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-archive-job-contents-job-item__title__image img {
    width: 60px;
    height: 60px;
  }
}

.p-archive-job-contents-job-item__title__text {
  flex-basis: calc(100% - 90px);
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-archive-job-contents-job-item__title__text {
    flex-basis: calc(100% - 60px);
    padding-left: 10px;
  }
}

.p-archive-job-contents-job-item__body__conditions {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.p-archive-job-contents-job-item__body__conditions li {
  margin-right: 10px;
}

.p-archive-job-contents-job-item__body__dl-group {
  display: flex;
  flex-wrap: wrap;
}

.p-archive-job-contents-job-item__body__dl {
  padding-right: 10px;
  flex-basis: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-archive-job-contents-job-item__body__dl {
    flex-basis: 100%;
  }
}

.p-archive-job-contents-job-item__body__dl dt {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.p-archive-job-contents-job-item__body__dl dt::before {
  position: relative;
  top: 3px;
  display: block;
  margin-right: 10px;
}
.p-archive-job-contents-job-item__body__dl dt.--address::before {
  content: url(../../images/job/icon-address.svg);
}
.p-archive-job-contents-job-item__body__dl dt.--job-type::before {
  content: url(../../images/job/icon-job-type.svg);
}
.p-archive-job-contents-job-item__body__dl dt.--employeement::before {
  content: url(../../images/job/icon-employeement.svg);
}
.p-archive-job-contents-job-item__body__dl dt.--salary::before {
  content: url(../../images/job/icon-salary.svg);
}

.p-archive-job-contents-job-item__footer {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-archive-job-contents-job-item__footer {
    display: block;
  }
}

.p-archive-job-contents-job-item__footer__favorite {
  border: var(--green) 1px solid;
  background: #f6f6f6;
  color: var(--black);
  font-weight: bold;
}
.p-archive-job-contents-job-item__footer__favorite.-active {
  border: 1px solid var(--primary);
  color: var(--white);
  background: var(--primary);
}
@media (max-width: 768px) {
  .p-archive-job-contents-job-item__footer__favorite {
    width: 17.5rem;
    height: 3.4375rem;
    font-size: 1rem;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 10px;
  }
}

@media (max-width: 768px) {
  .p-archive-job-contents-job-item__footer__show-jobs {
    margin: 0 auto;
  }
}

html {
  scroll-behavior: smooth;
}

.p-single-job__header {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-single-job__header {
    display: block;
  }
}

.p-single-job__conditions {
  display: flex;
  flex-wrap: wrap;
}

.p-single-job__conditions li {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 4px;
  font-size: 14px;
  border: 2px solid var(--green);
  border-radius: 4px;
  margin-right: 5px;
}

.p-single-job__date p {
  display: flex;
  align-items: center;
}
.p-single-job__date p::before {
  display: block;
  margin-right: 4px;
  position: relative;
  top: 3px;
  content: url(../../images/job/icon-time.svg);
}

.p-single-job__title {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.p-single-job__title__image {
  flex-basis: 90px;
}
@inlcude breakpoint(md-down) {
  .p-single-job__title__image {
    flex-basis: 60px;
  }
}

.p-single-job__title__image img {
  border-radius: 50%;
}

.p-single-job__title__text-wrap {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .p-single-job__title__text-wrap {
    padding-left: 10px;
  }
}

.p-single-job__title__text {
  flex-basis: calc(100% - 90px);
  text-align: justify;
  line-height: 1.5;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-single-job__title__text {
    flex-basis: calc(100% - 60px);
  }
}

.p-single-job__thumbnails-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-single-job__thumbnails-wrap {
    margin-top: 20px;
  }
}

.p-single-job__thumbnails img {
  width: 100%;
}

#thumbnail-slider {
  margin-top: 10px;
}

.p-single-job__prs {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-single-job__prs {
    display: block;
  }
}

.p-single-job__prs__pr1 {
  flex-basis: 50%;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .p-single-job__prs__pr1 {
    flex-basis: 100%;
    padding-right: 0;
  }
}

.p-single-job__prs__heading {
  font-size: 18px;
  font-weight: bold;
  color: #00ae84;
}

.p-single-job__prs__pr1 p {
  line-height: 1.5;
  font-size: 15px;
}

.p-single-job__prs__pr2 {
  flex-basis: 50%;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .p-single-job__prs__pr2 {
    flex-basis: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}

.p-single-job__prs__pr2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.p-single-job__prs__pr2 li {
  line-height: 1.5;
  margin-right: 10px;
  font-size: 15px;
}

.p-single-job__prs__pr3 {
  margin-top: 40px;
  flex-basis: 60%;
  padding: 20px;
  background: #f6f6f6;
  border-radius: 10px;
}

.p-single-job-pr-dl {
  display: flex;
}
@media (max-width: 768px) {
  .p-single-job-pr-dl {
    display: block;
  }
  .p-single-job-pr-dl:not(:first-child) {
    margin-top: 10px;
  }
}

.p-single-job-pr-dl dt {
  font-weight: bold;
  flex-basis: 140px;
}
@media (max-width: 768px) {
  .p-single-job-pr-dl dt {
    flex-basis: 100%;
    line-height: 1.5;
  }
}

.p-single-job-pr-dl dd {
  flex-basis: calc(100% - 140px);
}
@media (max-width: 768px) {
  .p-single-job-pr-dl dd {
    flex-basis: 100%;
    line-height: 1.5;
  }
}

.p-single-job__prs__pr4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  flex-basis: 40%;
}
.p-single-job__prs__pr4.-single {
  flex-basis: 100%;
  margin: 0 auto;
}

.p-single-job-pr-points-table th {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .p-single-job-pr-points-table th {
    padding: 0 5px;
    font-size: 13px;
  }
}

.p-single-job-pr-points-table td span {
  color: #d9d9d9;
}
.p-single-job-pr-points-table td span.active {
  color: #00ae84;
}

.p-single-job-cta {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.p-single-job-cta__favorite {
  border: var(--green) 1px solid;
  background: #f6f6f6;
  color: var(--black);
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px;
  transition: background-color 0.3s;
}
.p-single-job-cta__favorite.-active {
  border: var(--primary) 1px solid;
  background: var(--primary);
  color: white;
}
@media (max-width: 768px) {
  .p-single-job-cta__favorite {
    font-size: 13px;
  }
}

.p-single-job-cta__entry {
  font-size: 16px !important;
  padding-right: 20px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .p-single-job-cta__entry {
    font-size: 13px !important;
    margin-left: 10px;
  }
}

.p-single-job-contents {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-single-job-contents {
    flex-direction: column-reverse;
  }
}

.p-single-job-contents__body {
  flex-basis: 70%;
}
@media (max-width: 768px) {
  .p-single-job-contents__body {
    flex-basis: 100%;
  }
}

.p-single-job-section:not(:first-child) {
  margin-top: -80px;
  padding-top: 160px;
}
@media (max-width: 768px) {
  .p-single-job-section.--pc-only {
    display: none;
  }
}
.p-single-job-section.--sp-only {
  display: none;
}
@media (max-width: 768px) {
  .p-single-job-section.--sp-only {
    display: block;
  }
}

.p-single-job-video iframe {
  width: 100%;
}
@media (max-width: 768px) {
  .p-single-job-video iframe {
    height: 200px;
  }
}

.p-single-job-section-heading {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.p-single-job-section-heading.work::before {
  content: url(../../images/job/icon-work.svg);
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.p-single-job-section-heading.message::before {
  content: url(../../images/job/icon-message.svg);
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.p-single-job-section-heading.requirements::before {
  content: url(../../images/job/icon-requirements.svg);
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.p-single-job-section-heading.company::before {
  content: url(../../images/job/icon-company.svg);
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.p-single-job-section-heading.flow::before {
  content: url(../../images/job/icon-flow.svg);
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.p-single-job-section-heading.senior-voice::before {
  content: url(../../images/job/icon-senior-voice.svg);
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.p-single-job-work-condition {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.p-single-job-work-condition li {
  margin-right: 10px;
  border: 2px solid var(--green);
  border-radius: 4px;
  font-size: 14px;
  padding: 0 4px;
}

.p-single-job-work-text {
  margin-top: 20px;
  line-height: 1.5;
}

.p-single-job-message-text {
  margin-top: 20px;
  line-height: 1.5;
}

.p-single-job-requirements-table {
  margin-top: 15px;
  width: 100%;
}

.p-single-job-requirements-table th {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
  width: 20%;
}
@media (max-width: 768px) {
  .p-single-job-requirements-table th {
    width: 35%;
  }
}

.p-single-job-requirements-table td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
}

.p-single-job-company-table {
  margin-top: 15px;
  width: 100%;
}

.p-single-job-company-table th {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
  width: 20%;
}
@media (max-width: 768px) {
  .p-single-job-company-table th {
    width: 35%;
  }
}

.p-single-job-company-table td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
}

.p-single-job-map {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-single-job-map {
    margin-top: 40px;
  }
}

.p-single-job-map iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 768px) {
  .p-single-job-map iframe {
    height: 200px;
  }
}

.p-single-job-company-link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.p-single-job-company-link a {
  padding-right: 20px;
}

.p-single-job-flow-list-group {
  margin-top: 40px;
}

.p-single-job-flow-list__marker {
  position: relative;
  top: 17.5px;
  left: 17.5px;
  width: 35px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .p-single-job-flow-list__marker {
    margin-right: 20px;
  }
}
.p-single-job-flow-list__marker span {
  position: relative;
  left: -17.5px;
  top: -17.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #eaf8f5;
}
.p-single-job-flow-list__marker.marker01 {
  border-left: 2px solid var(--green);
}
.p-single-job-flow-list__marker.marker02 {
  border-left: 2px solid var(--green);
}
.p-single-job-flow-list__marker.marker02 span {
  background: #b6eade;
}
.p-single-job-flow-list__marker.marker03 {
  border-left: 2px solid var(--green);
}
.p-single-job-flow-list__marker.marker03 span {
  background: #7dddc6;
  color: white;
}
.p-single-job-flow-list__marker.marker04 span {
  background: var(--green);
  color: white;
}

.p-single-job-flow-list {
  display: flex;
}
.p-single-job-flow-list dd {
  padding-bottom: 32px;
}
.p-single-job-flow-list:last-child .p-single-job-flow-list__marker {
  border-left: 0;
}

.p-single-job-flow-list__heading {
  font-weight: bold;
}

.p-single-job-flow-list__list {
  list-style-type: disc;
  padding-left: 25px;
}

.p-single-job-flow-list__list li {
  list-style-type: disc;
}

.p-single-job-senior-voice-list {
  margin-top: 20px;
}

.p-single-job-senior-voice-card {
  padding-top: 100px;
  margin-top: -100px;
}

.p-single-job-senior-voice-card-inner {
  padding: 30px;
  border: 1px solid #cccccc;
  border-radius: 20px;
  padding: 20px;
  margin-top: 20px;
}

.p-single-job-senior-voice-card__header {
  display: flex;
  align-items: center;
}

.p-single-job-senior-voice-card__image {
  flex-basis: 100px;
}
@media (max-width: 768px) {
  .p-single-job-senior-voice-card__image {
    flex-basis: 60px;
  }
}

.p-single-job-senior-voice-card__image img {
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.p-single-job-senior-voice-card__text {
  flex-basis: calc(100% - 100px);
  padding-left: 20px;
}
@media (max-width: 768px) {
  .p-single-job-senior-voice-card__text {
    flex-basis: calc(100% - 60px);
  }
}

.p-single-job-senior-voice-card__text__position {
  font-size: 14px;
}

.p-single-job-senior-voice-card__text__name {
  font-weight: bold;
}

.p-single-job-senior-voice-card__moretext {
  margin-top: 40px;
  line-height: 1.5;
  text-align: justify;
}

.p-single-job-senior-voice-card__qa {
  margin-top: 40px;
  padding: 20px;
  background: #f6f6f6;
  border: #cccccc 1px solid;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .p-single-job-senior-voice-card__qa {
    margin-top: 20px;
  }
}

.p-single-job-senior-voice-card__qa dt {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.p-single-job-senior-voice-card__qa dt::before {
  position: relative;
  top: 6px;
  margin-right: 10px;
  content: url(../../images/job/icon-question.png);
}

.p-single-job-senior-voice-card__qa dd {
  margin-top: 10px;
  font-size: 15px;
  text-align: justify;
}

.p-single-job-contents__side {
  flex-basis: 26%;
}
@media (max-width: 768px) {
  .p-single-job-contents__side {
    flex-basis: 100%;
  }
}

.p-single-job-contents__side-inner.fixed {
  position: sticky;
  top: 200px;
}

.p-single-job-side-card {
  padding: 20px;
  background: #fdfdfd;
  border-top: 5px solid var(--green);
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-radius: 5px;
}
.p-single-job-side-card:not(:first-child) {
  margin-top: 25px;
}

.p-single-job-side-card__heading {
  font-size: 15px;
  font-weight: bold;
}

.p-single-job-side-card__list {
  padding-left: 10px;
}

.p-single-job-side-card__list li {
  padding-right: 20px;
}
.p-single-job-side-card__list li a {
  position: relative;
  font-size: 14px;
}
.p-single-job-side-card__list li a::before {
  position: absolute;
  top: calc(50% - 3px);
  right: -15px;
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background: var(--green);
  transform: rotate(45deg);
}
.p-single-job-side-card__list li a::after {
  position: absolute;
  top: calc(50% + 3px);
  right: -15px;
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background: var(--green);
  transform: rotate(-45deg);
}

.p-single-job-side-voice-card {
  border: #cccccc 1px solid;
  padding: 20px;
  border-radius: 10px;
}
.p-single-job-side-voice-card a {
  display: flex;
}
.p-single-job-side-voice-card:not(:first-child) {
  margin-top: 10px;
}

.p-single-job-side-voice-card__image {
  flex-basis: 60px;
}

.p-single-job-side-voice-card__image img {
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.p-single-job-side-voice-card__text {
  flex-basis: calc(100% - 60px);
  text-align: center;
}

.p-single-job-side-voice-card__text__name {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}

.p-single-job-side-voice-card__text__category {
  margin-top: 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  color: white;
  border-radius: 20px;
  background: var(--primary);
}

.p-single-job-recommendation {
  margin-top: 100px;
  background-color: #E5FBF1;
}

.p-single-job-recommendation__heading {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.p-single-job-recommendation__list {
  margin-top: 20px;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .p-single-job-recommendation__list {
    display: block;
  }
}

.p-single-job-recommendation__list .job-card {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-single-job-recommendation__list .job-card {
    width: 100%;
  }
}

.p-single-job-job-card {
  flex-basis: calc(33% - 20px);
  margin-right: 15px;
  margin-top: 15px;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.p-single-job-job-card:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .p-single-job-job-card {
    flex-basis: 100%;
    margin-right: 0;
  }
}

.p-single-job-job-card__header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.p-single-job-job-card__employeement:not(.--empty) {
  border: 2px solid var(--green);
  border-radius: 4px;
  padding: 0 4px;
  font-size: 14px;
}

.p-single-job-job-card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-single-job-job-card__body {
  padding: 20px;
}

.p-single-job-job-card__information {
  display: flex;
  flex-wrap: wrap;
}

.p-single-job-job-card__information li {
  font-size: 14px;
}
.p-single-job-job-card__information li:not(:first-child)::before {
  content: "｜";
}

.p-single-job-job-card__title {
  font-weight: bold;
}

.p-single-job-job-card__dl {
  display: flex;
  line-height: 1.5;
}
.p-single-job-job-card__dl.location {
  margin-top: 10px;
}
.p-single-job-job-card__dl.location dt::before {
  content: url(../../images/job/icon-location.svg);
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.p-single-job-job-card__dl.salary dt::before {
  content: url(../../images/job/icon-salary.svg);
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.p-single-job-job-card__dl dt {
  font-size: 14px;
  flex-basis: 80px;
}
.p-single-job-job-card__dl dd {
  font-size: 14px;
}

.p-single-job-job-card__more {
  text-align: right;
}

.p-single-job-job-card__more a {
  color: var(--green);
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
}
.p-single-job-job-card__more a::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 0px;
  transform: rotate(45deg);
  background: var(--green);
  content: "";
  width: 8px;
  height: 1px;
}
.p-single-job-job-card__more a::after {
  position: absolute;
  top: calc(50% + 3px);
  right: 0px;
  transform: rotate(-45deg);
  background: var(--green);
  content: "";
  width: 8px;
  height: 1px;
}

.p-single-job-fixed-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 5;
}
.p-single-job-fixed-navigation.toppage {
  opacity: 0;
  pointer-events: none;
  z-index: 17;
  background: white;
  box-shadow: 0 2px 16px rgba(115, 115, 115, 0.2);
}
.p-single-job-fixed-navigation.toppage .p-single-job-cta {
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-single-job-fixed-navigation.toppage .p-single-job-cta {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .p-single-job-fixed-navigation.toppage .p-single-job-cta .splide__btn-first {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .p-single-job-fixed-navigation.toppage .p-single-job-cta .splide__btn-first a {
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-single-job-fixed-navigation.toppage .p-single-job-cta .splide__btn-first a::after {
    content: none;
  }
}
@media (max-width: 768px) {
  .p-single-job-fixed-navigation.toppage .p-single-job-cta .splide__btn-start {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .p-single-job-fixed-navigation.toppage .p-single-job-cta .splide__btn-start a {
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-single-job-fixed-navigation.toppage .p-single-job-cta .splide__btn-start a::after {
    content: none;
  }
}

.p-for-recruiter-mv {
  background-size: cover;
}
.p-for-recruiter-mv__inner {
  margin: auto;
}
.p-for-recruiter-mv .vimeo-pc {
  display: block;
  width: 100%;
}
@media (max-width: 550px) {
  .p-for-recruiter-mv .vimeo-pc {
    display: none;
  }
}
.p-for-recruiter-mv .vimeo-pc iframe {
  width: 100%;
}
.p-for-recruiter-mv .vimeo-sp {
  display: none;
}
@media (max-width: 550px) {
  .p-for-recruiter-mv .vimeo-sp {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.p-for-recruiter-mv .vimeo-sp iframe {
  width: 100%;
}
.p-for-recruiter-mv #player {
  width: 100vw;
  height: 56.25vw;
}
@media (max-width: 550px) {
  .p-for-recruiter-mv #player {
    height: 177.7777777778vw;
  }
}
.p-for-recruiter-mv__links {
  display: flex;
  justify-content: center;
  padding: 72px 0;
}
@media (max-width: 768px) {
  .p-for-recruiter-mv__links {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
  }
}
.p-for-recruiter-mv__links__tel {
  flex-direction: column;
  line-height: 1.5;
  width: 360px !important;
  padding-right: 20px;
  min-height: 80px;
}
.p-for-recruiter-mv__links__contact {
  margin-left: 20px;
  padding-right: 20px;
  width: 360px !important;
  min-height: 80px;
}
@media (max-width: 768px) {
  .p-for-recruiter-mv__links__contact {
    margin-top: 20px;
    margin-left: 0;
  }
}
.p-for-recruiter-mv__links .message {
  font-size: 16px;
  font-weight: bold;
}
.p-for-recruiter-mv__links .tel-number {
  font-size: 26px;
  font-weight: bold;
}
.p-for-recruiter-mv__links .tel-number::before {
  position: relative;
  top: 2px;
  margin-right: 4px;
  content: url(../../images/for-recruiter/tel.svg);
}

/*.p-for-recruiter-mv__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0 80px 40px;
  @include breakpoint(md-down) {
    flex-direction: column-reverse;
    padding: 40px 20px;
  }
}

.p-for-recruiter-mv__texts {
  flex-basis: 40%;
}

.p-for-recruiter-mv__title {
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.15em;
  @include breakpoint(md-down) {
    font-size: 30px;
  }

  .green {
    color: var(--green);
  }

  .pink {
    color: var(--primary);
  }
  .orange {
    color: #f48817;
  }

  .blue {
    color: #50aae3;
  }
}

.p-for-recruiter-mv__lead {
  margin-top: 20px;
  font-size: 1.2vw;
  font-weight: bold;
  @include breakpoint(md-down) {
    font-size: 14px;
  }

  .green {
    color: var(--green);
  }

  .pink {
    color: var(--primary);
  }
  .orange {
    color: #f48817;
  }

  .blue {
    color: #50aae3;
  }
}

.p-for-recruiter-mv__images {
  flex-basis: 60%;
  @include breakpoint(md-down) {
    flex-basis: 100%;
  }
  img {
    width: 90%;
    @include breakpoint(md-down) {
      width: 100%;
    }
  }
}*/
.p-for-recruiter-campaign {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .p-for-recruiter-campaign {
    padding-top: 60px;
  }
}
.p-for-recruiter-campaign .l-inner {
  max-width: 1850px;
  margin-bottom: 20px;
}
.p-for-recruiter-campaign img {
  width: 100%;
}

.p-for-recruiter-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-for-recruiter-heading.--vertical {
  margin-right: 70px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  align-items: flex-start;
}
.p-for-recruiter-heading.--vertical.--right {
  margin-right: 0;
  margin-left: 70px;
}

.p-for-recruiter-heading__sub-text {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  color: var(--secondary);
  align-items: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-for-recruiter-heading__sub-text {
    font-size: 12px;
  }
}
.p-for-recruiter-heading__sub-text::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--secondary);
  margin-right: 15px;
}
.p-for-recruiter-heading__sub-text::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--secondary);
  margin-left: 15px;
}
.p-for-recruiter-heading__sub-text.--vertical {
  letter-spacing: 0.3rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.p-for-recruiter-heading__sub-text.--vertical::before {
  margin-right: 0;
  margin-bottom: 10px;
}
.p-for-recruiter-heading__sub-text.--vertical::after {
  margin-left: 0;
  margin-top: 10px;
}
.p-for-recruiter-heading__sub-text.--first-flow {
  color: var(--primary);
}
.p-for-recruiter-heading__sub-text.--first-flow::before, .p-for-recruiter-heading__sub-text.--first-flow::after {
  background-color: var(--primary);
}
.p-for-recruiter-heading__sub-text.--real {
  color: #9c0709;
}
.p-for-recruiter-heading__sub-text.--real::before, .p-for-recruiter-heading__sub-text.--real::after {
  background-color: #9c0709;
}
.p-for-recruiter-heading__sub-text.--transition {
  color: #0089bb;
}
.p-for-recruiter-heading__sub-text.--transition::before, .p-for-recruiter-heading__sub-text.--transition::after {
  background-color: #0089bb;
}
.p-for-recruiter-heading__sub-text.--difficult-reason {
  color: #d35e60;
}
.p-for-recruiter-heading__sub-text.--difficult-reason::before, .p-for-recruiter-heading__sub-text.--difficult-reason::after {
  background-color: #d35e60;
}
.p-for-recruiter-heading__sub-text.--data {
  color: #00885d;
}
.p-for-recruiter-heading__sub-text.--data::before, .p-for-recruiter-heading__sub-text.--data::after {
  background-color: #00885d;
}
.p-for-recruiter-heading__sub-text.--pink {
  color: #f799a5;
}
.p-for-recruiter-heading__sub-text.--pink::before, .p-for-recruiter-heading__sub-text.--pink::after {
  background-color: #f799a5;
}

.p-for-recruiter-heading__main-text {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-for-recruiter-heading__main-text {
    font-size: 22px;
  }
}
.p-for-recruiter-heading__main-text span {
  color: var(--secondary);
}
.p-for-recruiter-heading__main-text.--vertical {
  letter-spacing: 0.7rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}
.p-for-recruiter-heading__main-text.--real span {
  color: #9c0709;
}
.p-for-recruiter-heading__main-text.--transition span {
  color: #0089bb;
}
.p-for-recruiter-heading__main-text.--difficult-reason span {
  color: #d35e60;
}
.p-for-recruiter-heading__main-text.--data span {
  color: #00885d;
}
.p-for-recruiter-heading__main-text.--pink span {
  color: #f799a5;
}

.p-for-recruiter-about-real {
  position: relative;
  z-index: 2;
  background: url(../../images/for-recruiter/bg-real-deco-01@2x.png) 10% 28px/253px no-repeat, url(../../images/for-recruiter/bg-real-deco-02@2x.png) left 7% bottom 250px/267px no-repeat, url(../../images/for-recruiter/bg-real-deco-03@2x.png) right -20px top 50%/263px no-repeat, url(../../images/for-recruiter/bg-real.png) center bottom/cover no-repeat;
  padding: 120px 0 150px;
}
@media (max-width: 768px) {
  .p-for-recruiter-about-real {
    padding: 40px 0 70px;
    background: url(../../images/for-recruiter/bg-real-deco-01@2x.png) -10px -20px/134px no-repeat, url(../../images/for-recruiter/bg-real-deco-02@2x.png) left 15px bottom 0/110px no-repeat, url(../../images/for-recruiter/bg-real-deco-03@2x.png) right -20px top 100px/133px no-repeat, url(../../images/for-recruiter/bg-real.png) center bottom/cover no-repeat;
  }
}
@media (max-width: 768px) {
  .p-for-recruiter-about-real .l-inner {
    padding: 0;
  }
}
.p-for-recruiter-about-real__description {
  background: white;
  padding: 40px 50px;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .p-for-recruiter-about-real__description {
    padding: 18px 44px;
    border-radius: 20px;
    width: calc(100vw - 40px);
    margin: 0 auto;
  }
}
.p-for-recruiter-about-real__row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 550px) {
  .p-for-recruiter-about-real__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 550px) {
  .p-for-recruiter-about-real__row .p-for-recruiter-heading.--vertical {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.p-for-recruiter-about-real__text {
  line-height: 1.4;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-for-recruiter-about-real__text a {
  text-decoration: underline;
  font-size: 13px;
}

.p-for-recruiter-about-transition {
  position: relative;
  z-index: 1;
  margin-top: -400px;
  padding: 550px 0 320px;
  background: url(../../images/for-recruiter/bg-transition.png) center top/100% repeat-y;
}
@media (max-width: 768px) {
  .p-for-recruiter-about-transition {
    padding: 450px 0 15px;
  }
}
.p-for-recruiter-about-transition .l-inner {
  max-width: 1440px;
}
.p-for-recruiter-about-transition--pc {
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .p-for-recruiter-about-transition--pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-for-recruiter-about-transition--sp {
    display: none;
  }
}
.p-for-recruiter-about-transition__img-01 {
  position: relative;
  width: 641px;
  margin: 170px auto 15px;
}
@media (max-width: 1440px) {
  .p-for-recruiter-about-transition__img-01 {
    width: 44.5138888889vw;
    margin: 11.8055555556vw auto 15px;
  }
}
.p-for-recruiter-about-transition__img-02 {
  position: absolute;
  top: 0;
  left: 0;
}
.p-for-recruiter-about-transition__img-03 {
  position: absolute;
  bottom: -240px;
  left: 0;
}
@media (max-width: 1440px) {
  .p-for-recruiter-about-transition__img-03 {
    bottom: -16.6666666667vw;
  }
}
.p-for-recruiter-about-transition__text {
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .p-for-recruiter-about-transition__text {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.p-for-recruiter-about-transition__text a {
  text-decoration: underline;
  font-size: 13px;
}

.p-for-recruiter-about-finding {
  position: relative;
  background: linear-gradient(to bottom, #ffdddd 0, white 608px);
}
.p-for-recruiter-about-finding::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/for-recruiter/bg-finding-deco@2x.png) left 5% top 180px/230px auto no-repeat, url(../../images/for-recruiter/bg-finding-deco@2x.png) right 5% top 145px/230px auto no-repeat;
}
@media (max-width: 768px) {
  .p-for-recruiter-about-finding::after {
    content: none;
  }
}
.p-for-recruiter-about-finding__main-img {
  display: block;
  width: 100%;
  max-width: 1275px;
  margin: 0 auto;
}
.p-for-recruiter-about-finding-cta a {
  max-width: 500px !important;
  width: 100% !important;
  margin: 65px auto 84px;
}

.p-for-recruiter-about-difficult-reason {
  padding: 63px 0;
  background: url(../../images/for-recruiter/bg-difficult-reason.png) center center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-for-recruiter-about-difficult-reason {
    padding: 40px 0 0;
  }
}
.p-for-recruiter-about-difficult-reason__row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .p-for-recruiter-about-difficult-reason__row .p-for-recruiter-heading.--vertical {
    margin-right: 0;
  }
}
.p-for-recruiter-about-difficult-reason__images {
  position: relative;
  width: 100%;
}
.p-for-recruiter-about-difficult-reason__image--fuki {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation: fuwafuwa 1.5s ease-in-out 0s infinite alternate;
}
.p-for-recruiter-about-difficult-reason__image--woman {
  position: relative;
  z-index: 1;
}

@keyframes fuwafuwa {
  0% {
    top: -10px;
  }
  100% {
    top: 5px;
  }
}
.p-for-recruiter-reasons {
  padding: 63px 0 0;
}
.p-for-recruiter-reasons .p-for-recruiter-reason__heading__sub {
  font-size: 32px;
}
@media (max-width: 768px) {
  .p-for-recruiter-reasons .p-for-recruiter-reason__heading__sub {
    font-size: 22px;
  }
  .p-for-recruiter-reasons .p-for-recruiter-reason__heading__sub .text-small {
    font-size: 16px;
  }
}
.p-for-recruiter-reasons_row {
  display: flex;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-for-recruiter-reasons_row {
    display: block;
  }
}
.p-for-recruiter-reasons_col {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 768px) {
  .p-for-recruiter-reasons_col {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-for-recruiter-reasons_col.--01 {
    border-right: 2px solid white;
  }
}
@media (max-width: 768px) {
  .p-for-recruiter-reasons_col.--01 {
    border-bottom: 2px solid white;
  }
}
@media (min-width: 768px) {
  .p-for-recruiter-reasons_col.--02 {
    border-left: 2px solid white;
  }
}
.p-for-recruiter-reasons_item {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  cursor: pointer;
  transition: all 3s linear;
}
@media (max-width: 768px) {
  .p-for-recruiter-reasons_item {
    padding-top: 49px;
    padding-bottom: 49px;
  }
}
.p-for-recruiter-reasons_item.--01 {
  width: 100%;
  padding-top: 250px;
  padding-bottom: 250px;
  background: url(../../images/for-recruiter/reason-01@2x.png) center center/cover no-repeat;
  border-bottom: 4px solid white;
}
@media (max-width: 768px) {
  .p-for-recruiter-reasons_item.--01 {
    border-bottom: 2px solid white;
    padding-top: 57px;
    padding-bottom: 57px;
  }
}
.p-for-recruiter-reasons_item.--02 {
  width: 50%;
  background: url(../../images/for-recruiter/reason-02@2x.png) center center/cover no-repeat;
}
@media (min-width: 768px) {
  .p-for-recruiter-reasons_item.--02 {
    border-right: 4px solid white;
  }
}
@media (max-width: 768px) {
  .p-for-recruiter-reasons_item.--02 {
    border-right: 2px solid white;
  }
}
.p-for-recruiter-reasons_item.--03 {
  width: 50%;
  background: url(../../images/for-recruiter/reason-03@2x.png) center center/cover no-repeat;
}
.p-for-recruiter-reasons_item.--04 {
  width: 100%;
  background: url(../../images/for-recruiter/reason-04@2x.png) center center/cover no-repeat;
  padding-top: 250px;
  padding-bottom: 250px;
}
@media (min-width: 768px) {
  .p-for-recruiter-reasons_item.--04 {
    order: 3;
  }
}
@media (max-width: 768px) {
  .p-for-recruiter-reasons_item.--04 {
    border-bottom: 2px solid white;
    padding-top: 57px;
    padding-bottom: 57px;
  }
}
.p-for-recruiter-reasons_item.--05 {
  width: 50%;
  background: url(../../images/for-recruiter/reason-05@2x.png) center center/cover no-repeat;
}
@media (min-width: 768px) {
  .p-for-recruiter-reasons_item.--05 {
    order: 1;
    border-bottom: 4px solid white;
    border-right: 4px solid white;
  }
}
@media (max-width: 768px) {
  .p-for-recruiter-reasons_item.--05 {
    border-right: 2px solid white;
  }
}
.p-for-recruiter-reasons_item.--06 {
  width: 50%;
  background: url(../../images/for-recruiter/reason-06@2x.png) center center/cover no-repeat;
}
@media (min-width: 768px) {
  .p-for-recruiter-reasons_item.--06 {
    order: 2;
    border-bottom: 4px solid white;
  }
}
.p-for-recruiter-reasons_item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s linear;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.p-for-recruiter-reasons_item:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.p-for-recruiter-reasons_item:hover .p-for-recruiter-reasons_item__text,
.p-for-recruiter-reasons_item:hover .p-for-recruiter-reasons_item__more {
  opacity: 1;
}
.p-for-recruiter-reasons_item__inner {
  z-index: 3;
  position: relative;
  padding: 0 15px 0;
}
@media (min-width: 768px) {
  .p-for-recruiter-reasons_item__inner {
    transition: all 0.3s linear;
  }
}
.p-for-recruiter-reasons_item__heading {
  color: white;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .p-for-recruiter-reasons_item__heading {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .p-for-recruiter-reasons_item__heading.--small {
    font-size: 20px;
  }
}
.p-for-recruiter-reasons_item__text {
  color: white;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .p-for-recruiter-reasons_item__text {
    opacity: 0;
    transition: all 0.3s linear;
  }
}
@media (max-width: 768px) {
  .p-for-recruiter-reasons_item__text {
    width: auto;
    padding: 0 15px;
  }
}
.p-for-recruiter-reasons_item__more {
  display: block;
  margin: 20px auto 0;
  text-align: center;
  max-width: 283px;
  width: 100%;
  padding: 10px 0;
  border-radius: 50px;
  color: white;
  border: 3px solid white;
  position: relative;
}
@media (min-width: 768px) {
  .p-for-recruiter-reasons_item__more {
    opacity: 0;
    transition: all 0.3s linear;
  }
}
.p-for-recruiter-reasons_item__more::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 12px;
  top: 50%;
  background: url(../../images/icon-circle-arrow-white@2x.png) center center/contain no-repeat;
  transform: translateY(-50%);
}

.p-for-recruiter-reason__heading {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-for-recruiter-reason__heading .green {
  color: var(--green);
}
.p-for-recruiter-reason__heading .pink {
  color: var(--primary);
}
.p-for-recruiter-reason__heading .orange {
  color: #f48817;
}
.p-for-recruiter-reason__heading .blue {
  color: #50aae3;
}

.p-for-recruiter-reason__heading__sub {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.p-for-recruiter-reason__heading__sub__logo {
  width: 220px;
  margin-bottom: 10px;
  vertical-align: middle;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .p-for-recruiter-reason__heading__sub__logo {
    width: 190px;
  }
}

.p-for-recruiter-cta {
  text-align: center;
  padding: 35px 0 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-for-recruiter-cta {
    padding: 26px 0;
  }
}
.p-for-recruiter-cta.--bg-pink {
  background: #fff2f2;
}
.p-for-recruiter-cta.--for-recruiter {
  margin-top: -70px;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .p-for-recruiter-cta.--for-recruiter {
    margin-top: -30px;
    padding-bottom: 30px;
  }
}
.p-for-recruiter-cta__button {
  max-width: 500px !important;
  width: 100% !important;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-for-recruiter-cta__button {
    max-width: 330px !important;
  }
}
.p-for-recruiter-cta__button img {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .p-for-recruiter-cta__button img {
    width: 25px;
  }
}
.p-for-recruiter-cta__click {
  width: 173px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .p-for-recruiter-cta__click {
    width: 92px;
    margin-bottom: 14px;
  }
}

.p-for-recruiter-data {
  background: url(../../images/for-recruiter/bg-data.png) center -100px/100% repeat-y;
  padding: 135px 0 125px;
}
@media (max-width: 768px) {
  .p-for-recruiter-data {
    padding-top: 37px;
    padding-bottom: 0;
  }
}
.p-for-recruiter-data__row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 0;
}
.p-for-recruiter-data .p-for-recruiter-heading {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media (max-width: 768px) {
  .p-for-recruiter-data .p-for-recruiter-heading {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.p-for-recruiter-data .p-for-recruiter-heading.--vertical.--right {
  margin-left: 11px;
}
.p-for-recruiter-data__main {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media (max-width: 768px) {
  .p-for-recruiter-data__main {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
.p-for-recruiter-data__description-wrap {
  grid-row: 2/3;
  grid-column: 1/2;
  background: white;
  padding: 40px 50px;
  border-radius: 40px;
  box-shadow: 0px 4px 40px 0px rgb(171, 221, 128);
}
@media (max-width: 768px) {
  .p-for-recruiter-data__description-wrap {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-bottom: 26px;
    padding: 20px 20px;
    border-radius: 19px;
  }
}
.p-for-recruiter-data__description__heading {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-for-recruiter-data__description__heading {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.p-for-recruiter-data__description__text {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .p-for-recruiter-data__description__text {
    font-size: 0.9375rem;
  }
}

.p-for-recruiter-price {
  background: url(../../images/bg-dot@2x.png) 0 0/12px 12px repeat white;
  padding: 110px 0 120px;
}
@media (max-width: 768px) {
  .p-for-recruiter-price {
    padding: 47px 0;
  }
}

.p-for-recruiter-price__lead {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}

.p-for-recruiter-price-table-wrap {
  margin-top: 50px;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .p-for-recruiter-price-table-wrap {
    margin-top: 10px;
  }
}

.p-for-recruiter-price-table {
  width: 100%;
  margin-bottom: 10px;
  border-width: 0;
}
@media (max-width: 768px) {
  .p-for-recruiter-price-table.--under {
    margin-top: 50px;
  }
}
.p-for-recruiter-price-table.apply-form {
  border-collapse: separate;
  border-spacing: 0;
}
.p-for-recruiter-price-table.apply-form tr th.r-tlr {
  cursor: pointer;
}
.p-for-recruiter-price-table.apply-form tr th.r-tlr .text-has-icon {
  padding-left: 20px;
  background: url(../../images/for-recruiter/radio.png) left center/17px 17px no-repeat;
}
.p-for-recruiter-price-table.apply-form tr th.r-tlr.active .text-has-icon {
  padding-left: 20px;
  background: url(../../images/for-recruiter/radio-active.png) left center/17px 17px no-repeat;
}
.p-for-recruiter-price-table .hide {
  display: block;
  background: white;
}
.p-for-recruiter-price-table .blue {
  color: white;
  background: linear-gradient(to right, #56b8e1, #8caadd);
}
.p-for-recruiter-price-table .green {
  color: white;
  background: linear-gradient(to right, #49c9aa, #98e3d1);
}
.p-for-recruiter-price-table .pink {
  color: white;
  background: var(--primary);
}
.p-for-recruiter-price-table .badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 2px 15px;
  background: #ffe179;
  border-radius: 20px;
  color: var(--font-color);
}
.p-for-recruiter-price-table .badge.large {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 2px 21px;
  background: var(--lemon);
  border-radius: 25px;
  font-size: 20px;
}
@media (max-width: 1250px) {
  .p-for-recruiter-price-table .badge.large {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-for-recruiter-price-table .badge.large {
    font-size: 14px;
  }
}
.p-for-recruiter-price-table .contents {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.p-for-recruiter-price-table .price {
  display: block;
  text-align: center;
  font-size: 16px;
}
.p-for-recruiter-price-table .application {
  font-size: 13px !important;
  padding: 0 30px 0 0 !important;
  height: 50px !important;
  margin: 10px auto 10px;
}
.p-for-recruiter-price-table .price-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #f05555;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-for-recruiter-price-table .price-number {
    font-size: 1.875rem;
  }
}
.p-for-recruiter-price-table .yen {
  font-size: em(19);
  font-weight: bold;
  color: #f05555;
}
@media (max-width: 768px) {
  .p-for-recruiter-price-table .yen {
    font-size: 1rem;
  }
}
.p-for-recruiter-price-table .campaign {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1.8;
}
.p-for-recruiter-price-table .before-price {
  text-decoration: line-through;
  display: block;
  text-align: center;
  line-height: 1.8;
  color: var(--primary);
}
.p-for-recruiter-price-table .before-price span {
  color: var(--black);
}
.p-for-recruiter-price-table .arrow {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1.8;
}
.p-for-recruiter-price-table .after-price {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1.8;
}
.p-for-recruiter-price-table .r-tlr {
  border-radius: 20px 20px 0 0;
  padding-top: 25px;
}
@media (max-width: 768px) {
  .p-for-recruiter-price-table .r-tlr {
    padding-top: 18px;
  }
}
.p-for-recruiter-price-table .r-tl {
  border-radius: 20px 0 0 0;
}
.p-for-recruiter-price-table .r-tr {
  border-radius: 0 20px 0 0;
}
.p-for-recruiter-price-table .r-bl {
  border-radius: 0 0 0 20px;
}
.p-for-recruiter-price-table .r-br {
  border-radius: 0 0 20px 0;
}
.p-for-recruiter-price-table .no-boreder {
  border-top: 0;
  border-right: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-for-recruiter-price-table .no-left-border {
    border-left: none;
  }
}
.p-for-recruiter-price-table .close-button {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-for-recruiter-price-table .close-button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../../images/icon-arrow-simple.svg) left center/contain no-repeat;
  margin-left: 10px;
  transition: all 0.3s linear;
}
.p-for-recruiter-price-table .close-button.close::after {
  transform: scale(1, -1);
}
.p-for-recruiter-price-table.close tr.toggle {
  display: none;
  height: 0px;
  opacity: 0;
  padding: 0;
}
.p-for-recruiter-price-table.close tr.toggle th {
  border-width: 0;
}
.p-for-recruiter-price-table.close tr.toggle td {
  border-width: 0;
}
.p-for-recruiter-price-table tr {
  opacity: 1;
  transition-property: display, opacity, height, padding-top;
  transition-behavior: allow-discrete;
  transition-duration: 1s;
}
@starting-style {
  .p-for-recruiter-price-table tr {
    height: 0px;
    opacity: 0;
  }
}
.p-for-recruiter-price-table tr:last-child td.active {
  border-bottom: 2px solid black;
}
.p-for-recruiter-price-table th {
  width: 30%;
  position: relative;
  border-left: white 5px solid;
  border-right: white 5px solid;
  border-top: 1px solid #cccccc;
  background: #f6f6f6;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-for-recruiter-price-table th {
    padding: 10px 0;
    width: 20%;
    border-left: none;
    border-right: #cccccc 1px solid;
  }
}
.p-for-recruiter-price-table th.active {
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
}
.p-for-recruiter-price-table td {
  width: 35%;
  position: relative;
  border-left: white 5px solid;
  border-right: white 5px solid;
  border-top: 1px solid #cccccc;
  background: #f6f6f6;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
}
.p-for-recruiter-price-table td.active {
  border-left: 2px solid black;
  border-right: 2px solid black;
}
@media (max-width: 768px) {
  .p-for-recruiter-price-table td {
    width: 40%;
    border-left: #cccccc 1px solid;
  }
}

.p-for-recruiter-flow {
  padding-top: 110px;
  padding-bottom: 0;
  background: url(../../images/bg-dot@2x.png) 0 0/12px 12px repeat white;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
.p-for-recruiter-flow::after {
  content: "";
  display: block;
  width: 100vw;
  height: 15.3200419727vw;
  -webkit-mask: url(../../images/bg-wave@2x.png?v=1) center bottom/100% no-repeat;
  mask: url(../../images/bg-wave@2x.png?v=1) center bottom/100% no-repeat;
  /* マスク画像の透明部分を透過させる */
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  position: absolute;
  bottom: -15.3200419727vw;
  left: 0;
  background: url(../../images/bg-dot@2x.png) 0 0/12px 12px repeat white;
}

.p-for-recruiter-flow-box {
  background: url(../../images/for-recruiter/bg-recruiter-flow.png) center top/cover no-repeat;
  border-radius: 40px;
  padding: 80px;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-box {
    padding: 40px 20px;
    border-radius: 20px;
  }
}

.p-for-recruiter-flow-standard-plans {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-standard-plans {
    margin-top: 30px;
  }
}

.p-for-recruiter-flow-item {
  display: flex;
  align-items: center;
  background: white;
  border: 3px solid #87b1d7;
  border-radius: 40px;
  padding: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-item {
    flex-direction: column;
    padding: 20px;
    border: 3px solid #49c9aa;
  }
}
.p-for-recruiter-flow-item:not(:last-child):not(:nth-child(2))::before {
  position: absolute;
  z-index: 5;
  width: 62px;
  height: 33px;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(../../images/for-recruiter/bg-flow-box01@2x.png) 0 -6px/62px 33px no-repeat;
  z-index: 1;
}
.p-for-recruiter-flow-item:not(:first-child) {
  margin-top: 40px;
}

.p-for-recruiter-flow-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 200px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-item__icon {
    flex-basis: 90px;
    width: 90px;
    height: 90px;
  }
  .p-for-recruiter-flow-item__icon img {
    width: 40px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-for-recruiter-flow-item__icon img {
    width: 150px;
  }
}

.p-for-recruiter-flow-item__text {
  flex-basis: calc(100% - 138px);
  padding-left: 40px;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-item__text {
    padding-left: 0;
  }
}

.p-for-recruiter-flow-item__heading {
  display: flex;
  align-items: center;
  margin-top: -30px;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-item__heading {
    margin-top: 5px;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }
}
.p-for-recruiter-flow-item__heading .number {
  font-size: 48px;
  font-weight: bold;
  color: var(--primary);
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-item__heading .number {
    font-size: 30px;
    line-height: 1.5;
  }
}
.p-for-recruiter-flow-item__heading .text {
  margin-left: 10px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-item__heading .text {
    margin-left: 0;
    font-size: 18px;
    line-height: 1.5;
  }
}

.p-for-recruiter-flow-item__lead {
  margin-top: -10px;
  line-height: 1.8;
  text-align: justify;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-item__lead {
    margin-top: 10px;
  }
}

.p-for-recruiter-flow-premium-plans {
  position: relative;
  max-width: 879px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-premium-plans {
    margin-top: 20px;
    padding-top: 54px;
    border-radius: 20px;
  }
}
.p-for-recruiter-flow-premium-plans::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc((100% - 742px) / 2 - 17px);
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  background: url(../../images/for-recruiter/premium-plus@2x.png) 0 0/contain no-repeat;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-premium-plans::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-for-recruiter-flow-premium-plans__heading {
  font-weight: bold;
  color: white;
  position: relative;
}
.p-for-recruiter-flow-premium-plans__heading::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  content: url(../../images/for-recruiter/stars.png);
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-premium-plans__heading::before {
    right: -12px;
    top: -22px;
  }
}
.p-for-recruiter-flow-premium-plans__heading__01 {
  display: block;
  font-size: 48px;
  line-height: 1;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-premium-plans__heading__01 {
    font-size: 32px;
  }
}
.p-for-recruiter-flow-premium-plans__heading__02 {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-premium-plans__heading__02 {
    font-size: 18px;
  }
}

.p-for-recruiter-flow-item-premium {
  display: flex;
  align-items: center;
  border: 3px solid #49c9aa;
  background: linear-gradient(to bottom, #49c9aa, #98e3d1);
  border-radius: 40px;
  padding: 20px 30px;
  position: relative;
  z-index: 10;
  margin: 0 0 0 auto;
  max-width: 742px;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-item-premium {
    flex-direction: column;
    padding: 20px;
  }
}
.p-for-recruiter-flow-item-premium:not(:last-child)::before {
  position: absolute;
  z-index: 5;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../../images/for-recruiter/bg-flow-box01.png);
}
.p-for-recruiter-flow-item-premium:not(:first-child) {
  margin-top: 40px;
}

.p-for-recruiter-flow-item-premium__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 257px;
  width: 257px;
  height: 210px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-item-premium__icon {
    flex-basis: 90px;
    width: 90px;
    height: 90px;
  }
  .p-for-recruiter-flow-item-premium__icon img {
    width: 40px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-for-recruiter-flow-item-premium__icon img {
    width: 200px;
  }
}

.p-for-recruiter-flow-item-premium__text {
  flex-basis: calc(100% - 138px);
  padding-left: 40px;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-item-premium__text {
    padding-left: 0;
  }
}

.p-for-recruiter-flow-item-premium__heading {
  display: flex;
  align-items: center;
  margin-top: -30px;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-item-premium__heading {
    margin-top: 5px;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }
}
.p-for-recruiter-flow-item-premium__heading .number {
  font-size: 48px;
  font-weight: bold;
  color: var(--primary);
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-item-premium__heading .number {
    font-size: 30px;
    line-height: 1.5;
  }
}
.p-for-recruiter-flow-item-premium__heading .text {
  margin-left: 10px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-item-premium__heading .text {
    margin-left: 0;
    font-size: 18px;
    line-height: 1.5;
  }
}

.p-for-recruiter-flow-item-premium__lead {
  margin-top: -10px;
  line-height: 1.8;
  text-align: justify;
}
@media (max-width: 768px) {
  .p-for-recruiter-flow-item-premium__lead {
    margin-top: 10px;
  }
}

.p-for-recruiter-faq {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: calc(15.3200419727vw + 100px);
  padding-bottom: calc(15.3200419727vw + 30px);
  background: url(../../images/for-recruiter/bg-recruiter-faq.png) center top/100% auto repeat-y;
}
@media (max-width: 768px) {
  .p-for-recruiter-faq {
    padding-top: calc(15.3200419727vw + 50px);
    padding-bottom: calc(15.3200419727vw + 50px);
  }
}
.p-for-recruiter-faq::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 10.15625vw;
  background: url(../../images/bg-wave-bottom@2x.png?v=1) center bottom/100vw 10.15625vw no-repeat;
}

.p-for-recruiter-fixed-cta {
  position: fixed;
  bottom: 160px;
  right: 0;
  background: linear-gradient(to right, #f799a5, #f7dd47);
  border-top: 3px solid white;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 60px 0 0 60px;
  padding: 10px 20px 10px 40px;
  z-index: 4;
}
@media (max-width: 768px) {
  .p-for-recruiter-fixed-cta {
    bottom: 160px;
    border-radius: 20px 0 0 20px;
    padding: 10px 5px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
  }
}
.p-for-recruiter-fixed-cta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  border-radius: 60px 0 0 60px;
}
@media (max-width: 768px) {
  .p-for-recruiter-fixed-cta::before {
    border-radius: 20px 0 0 20px;
  }
}
.p-for-recruiter-fixed-cta:hover {
  opacity: 1;
}
.p-for-recruiter-fixed-cta:hover::before {
  opacity: 0.2;
}

.p-for-recruiter-fixed-cta__icon {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-for-recruiter-fixed-cta__icon {
    line-height: 0;
    margin-bottom: 5px;
  }
}
.p-for-recruiter-fixed-cta__icon img {
  width: 30px;
}
@media (max-width: 768px) {
  .p-for-recruiter-fixed-cta__icon img {
    width: 18px;
    height: 19px;
  }
}

.p-for-recruiter-fixed-cta__text {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .p-for-recruiter-fixed-cta__text {
    font-size: 11px;
    text-align: left;
    line-height: 1.2;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.p-for-recruiter-fixed-line {
  position: fixed;
  bottom: 10px;
  right: 0;
  background: #06c755;
  border-top: 3px solid white;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 12px 10px 12px;
  z-index: 4;
}
@media (max-width: 768px) {
  .p-for-recruiter-fixed-line {
    border-radius: 0;
    padding: 10px 5px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
  }
}
.p-for-recruiter-fixed-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  opacity: 0;
}
.p-for-recruiter-fixed-line:hover {
  opacity: 1;
}
.p-for-recruiter-fixed-line:hover::before {
  opacity: 0.2;
}
.p-for-recruiter-fixed-line__img {
  width: 78px;
}
@media (max-width: 768px) {
  .p-for-recruiter-fixed-line__img {
    width: 26px;
  }
}

.p-for-recruiter-reason-section__hps {
  margin-top: 60px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.p-for-recruiter-reason-section__hps li {
  width: 100%;
}

.p-for-recruiter-reason-section__hps li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.p-for-recruiter-reason-section__hps__text {
  text-align: center;
}

.p-for-recruiter-line {
  border: 1px solid #a8a8a8;
  border-radius: 30px;
  max-width: 793px;
  margin: -90px auto 90px;
  padding: 40px;
  background: white;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-for-recruiter-line {
    flex-wrap: wrap;
  }
}
.p-for-recruiter-line__wrap-text {
  text-align: center;
}
.p-for-recruiter-line__wrap-text__title {
  font-size: 24px;
}
@media (max-width: 768px) {
  .p-for-recruiter-line__wrap-text__title {
    font-size: 20px;
  }
}
.p-for-recruiter-line__wrap-icon {
  width: 82px;
  margin-left: 28px;
}
@media (max-width: 768px) {
  .p-for-recruiter-line__wrap-icon {
    width: 60px;
    margin-left: 0;
    margin-top: 10px;
  }
}

.p-for-beginner-mv-wrap {
  background: url(../../images/for-beginner/bg-about@2x.png) calc(50% - 300px) 220px/112px auto no-repeat, url(../../images/for-beginner/bg-about@2x.png) calc(50% + 300px) 220px/112px auto no-repeat;
  padding-bottom: 0;
}
.p-for-beginner-mv-wrap .l-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-for-beginner-mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 710px;
  width: 100%;
  padding: 60px;
}
@media (max-width: 768px) {
  .p-for-beginner-mv {
    margin-top: 20px;
    padding: 20px 0;
  }
}

.p-for-beginner-mv__text1 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.p-for-beginner-mv__text1 .orange {
  color: #f48817;
}
.p-for-beginner-mv__text1 .blue {
  color: #50aae3;
}
.p-for-beginner-mv__text1 .pink {
  color: var(--primary);
}

.p-for-beginner-mv__text2 {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-for-beginner-mv__text2 {
    font-size: 15px;
  }
}

.p-for-beginner-mv__text3 {
  margin-top: 10px;
  text-align: center;
}

.p-for-beginner-mv__logo {
  width: 200px;
}
@media (max-width: 768px) {
  .p-for-beginner-mv__logo {
    width: 180px;
  }
}

.p-for-beginner-features-wrap {
  padding: 100px 0 0;
}
@media (max-width: 768px) {
  .p-for-beginner-features-wrap {
    padding: 60px 0 50px;
  }
}

.p-for-beginner-features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-for-beginner-features-list {
    margin-top: 20px;
    display: block;
  }
}
.p-for-beginner-features-list.--top {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .p-for-beginner-features-list.--top {
    margin-top: 3.125rem;
  }
}

.p-for-beginner-features-item__more {
  display: block;
  margin: 20px auto 0;
  text-align: center;
  max-width: 283px;
  width: 100%;
  padding: 10px 0;
  border-radius: 50px;
}

.p-for-beginner-features-item {
  position: relative;
  flex: 1;
  padding: 0 0 0;
}
.p-for-beginner-features-item .p-for-beginner-features-item__more {
  color: white;
  border: 3px solid white;
  position: relative;
}
.p-for-beginner-features-item .p-for-beginner-features-item__more::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 12px;
  top: 50%;
  background: url("../../images/icon-circle-arrow-white@2x.png") center center/contain no-repeat;
  transform: translateY(-50%);
}
.p-for-beginner-features-item.item01 {
  background: url("../../images/for-beginner/features-item_01@2x.png") center center/cover no-repeat;
}
.p-for-beginner-features-item.item02 {
  background: url("../../images/for-beginner/features-item_02@2x.png") center center/cover no-repeat;
}
.p-for-beginner-features-item.item03 {
  background: url("../../images/for-beginner/features-item_03@2x.png") center center/cover no-repeat;
}

.p-for-beginner-features-item__inner {
  margin: 190px auto 155px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .p-for-beginner-features-item__inner {
    margin: 0 auto;
    padding: 35px 0;
  }
}

.p-for-beginner-features-item__number {
  margin-left: 30px;
}
@media (max-width: 768px) {
  .p-for-beginner-features-item__number {
    width: 62px;
  }
}

.p-for-beginner-features-item__heading {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: white;
}

.p-for-beginner-features-item__text {
  margin: 20px auto 50px;
  padding: 0 15px;
  text-align: center;
  color: white;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-for-beginner-features-item__text {
    text-align: center;
  }
}

.p-for-beginner-reason {
  padding-bottom: 0;
}

.p-for-beginner-reason-wrap-section .l-inner {
  z-index: 2;
  position: relative;
}
.p-for-beginner-reason-wrap-section.--01 {
  background: url(../../images/for-beginner/bg-watercolor-01@2x.png) left top -240px/630px auto no-repeat;
  padding-top: 135px;
}
@media (max-width: 1440px) {
  .p-for-beginner-reason-wrap-section.--01 {
    background: url(../../images/for-beginner/bg-watercolor-01@2x.png) left top -16.6666666667vw/43.75vw auto no-repeat;
  }
}
.p-for-beginner-reason-wrap-section.--02 {
  position: relative;
  overflow-y: visible;
}
.p-for-beginner-reason-wrap-section.--02::before {
  content: "";
  display: block;
  position: absolute;
  top: -650px;
  right: 0;
  width: 100vw;
  height: 1000px;
  background: url(../../images/for-beginner/bg-watercolor-02@2x.png) right top 200px/560px auto no-repeat, url(../../images/for-beginner/bg-watercolor-02-1@2x.png) right -50px top/180px auto no-repeat;
}
@media (max-width: 1440px) {
  .p-for-beginner-reason-wrap-section.--02::before {
    top: -45.1388888889vw;
    background: url(../../images/for-beginner/bg-watercolor-02@2x.png) right top 13.8888888889vw/38.8888888889vw auto no-repeat, url(../../images/for-beginner/bg-watercolor-02-1@2x.png) right -3.4722222222vw top/12.5vw auto no-repeat;
  }
}
.p-for-beginner-reason-wrap-section.--03 {
  position: relative;
  overflow-y: visible;
}
.p-for-beginner-reason-wrap-section.--03::before {
  content: "";
  display: block;
  position: absolute;
  top: -950px;
  left: 0;
  width: 100vw;
  height: 2000px;
  background: url(../../images/for-beginner/bg-watercolor-03@2x.png) left top 600px/500px auto no-repeat, url(../../images/for-beginner/bg-watercolor-03-1@2x.png) left -30px top/130px auto no-repeat, url(../../images/for-beginner/bg-watercolor-03-2@2x.png) right 50px top 900px/120px auto no-repeat;
}
@media (max-width: 1440px) {
  .p-for-beginner-reason-wrap-section.--03::before {
    top: -65.9722222222vw;
    background: url(../../images/for-beginner/bg-watercolor-03@2x.png) left top 41.6666666667vw/34.7222222222vw auto no-repeat, url(../../images/for-beginner/bg-watercolor-03-1@2x.png) left -2.0833333333vw top/9.0277777778vw auto no-repeat, url(../../images/for-beginner/bg-watercolor-03-2@2x.png) right 3.4722222222vw top 62.5vw/8.3333333333vw auto no-repeat;
  }
}

.p-for-beginner-reason-section {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .p-for-beginner-reason-section {
    margin-top: 80px;
  }
}
.p-for-beginner-reason-section.--first {
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-for-beginner-reason-section.--first {
    margin-top: 0;
  }
}

.p-for-beginner-reason-section__header {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-for-beginner-reason-section__header {
    flex-direction: column-reverse;
  }
}

.p-for-beginner-reason-section__text {
  flex-basis: 40%;
}

.p-for-beginner-reason-section__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .p-for-beginner-reason-section__heading {
    align-items: center;
    flex-direction: row;
  }
}
.p-for-beginner-reason-section__heading .number {
  width: 115px;
}
@media (max-width: 768px) {
  .p-for-beginner-reason-section__heading .number {
    width: 60px;
    position: relative;
    top: 8px;
  }
}
.p-for-beginner-reason-section__heading .title {
  margin-top: 20px;
  padding-left: 40px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-for-beginner-reason-section__heading .title {
    padding-left: 10px;
    line-height: 1.5;
    font-size: 20px;
  }
}

.p-for-beginner-reason-section__lead2 {
  margin-top: 30px;
  margin-left: 40px;
  padding: 10px;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  border: 1px solid var(--font-color);
  border-radius: 10px;
}
@media (max-width: 768px) {
  .p-for-beginner-reason-section__lead2 {
    margin-top: 15px;
    margin-left: 0;
  }
}

.p-for-beginner-reason-section__lead {
  margin-top: 30px;
  padding-left: 40px;
  line-height: 1.8;
  text-align: justify;
}
@media (min-width: 768px) {
  .p-for-beginner-reason-section__lead {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-for-beginner-reason-section__lead {
    margin-top: 15px;
    padding-left: 0;
  }
}

.p-for-beginner-reason-section__image {
  text-align: right;
  flex-basis: 60%;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .p-for-beginner-reason-section__image {
    flex-basis: auto;
    width: auto;
    padding-left: 0;
    text-align: center;
  }
}

.p-for-beginner-reason-section__contents {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-for-beginner-reason-section__contents {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.p-for-beginner-reason-item {
  flex-basis: calc(33.33% - 26.66px);
  margin-top: 40px;
}
.p-for-beginner-reason-item:nth-child(3n) {
  margin-left: 40px;
}
.p-for-beginner-reason-item:nth-child(3n-1) {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .p-for-beginner-reason-item {
    flex-basis: 100%;
    margin-left: 0;
  }
  .p-for-beginner-reason-item:not(:first-child) {
    margin-top: 20px;
  }
  .p-for-beginner-reason-item:nth-child(3n) {
    margin-left: 0;
  }
  .p-for-beginner-reason-item:nth-child(3n-1) {
    margin-left: 0;
  }
}

.p-for-beginner-reason-item__heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.p-for-beginner-reason-item__text {
  text-align: justify;
}

.p-for-beginner-reason-video {
  max-width: 1000px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 120px auto 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-for-beginner-reason-video {
    margin-top: 60px;
  }
}
.p-for-beginner-reason-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-for-beginner-reason-section__movies {
  margin-top: 60px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}
.p-for-beginner-reason-section__movies li {
  width: 100%;
}
.p-for-beginner-reason-section__movies li iframe {
  width: 100%;
}

.p-for-beginner-flow-wrap {
  background: none;
}

.p-for-beginner-flow-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .p-for-beginner-flow-items {
    width: 100%;
    margin: 30px auto 0;
  }
}

.p-for-beginner-flow-item {
  border: 3px solid var(--primary);
  padding: 40px;
  border-radius: 40px;
  width: 100%;
  flex-shrink: 0;
  background: white url(../../images/for-beginner/bg-flow-item.png) no-repeat 0 0/auto;
  position: relative;
}
.p-for-beginner-flow-item:not(:last-child)::before {
  content: url(../../images/for-beginner/bg-flow-box.png);
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-for-beginner-flow-item {
    padding: 20px;
    border-radius: 20px;
  }
}
.p-for-beginner-flow-item:not(:first-child) {
  margin-top: 40px;
}

.p-for-beginner-flow-item__heading {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-for-beginner-flow-item__heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
  }
}
.p-for-beginner-flow-item__heading .row {
  line-height: 1.5;
}
.p-for-beginner-flow-item__heading .step {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary);
  font-family: "Quicksand", sans-serif;
}
.p-for-beginner-flow-item__heading .number {
  margin-left: 5px;
  font-size: 48px;
  font-weight: bold;
  color: var(--primary);
  font-family: "Quicksand", sans-serif;
}
.p-for-beginner-flow-item__heading .text {
  margin-left: 5px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-for-beginner-flow-item__heading .text {
    font-size: 20px;
  }
}

.p-for-beginner-flow-item__content {
  display: flex;
}
@media (max-width: 768px) {
  .p-for-beginner-flow-item__content {
    flex-direction: column;
  }
}

.p-for-beginner-flow-item__image {
  flex-basis: 36%;
}
@media (max-width: 768px) {
  .p-for-beginner-flow-item__image {
    flex-basis: 100%;
    width: 100%;
  }
}
.p-for-beginner-flow-item__image img {
  width: 100%;
}

.p-for-beginner-flow-item__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 64%;
  padding-left: 60px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-for-beginner-flow-item__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-for-beginner-flow-item__text {
    margin-top: 10px;
    flex-basis: 100%;
    width: 100%;
    padding-left: 0;
  }
}
.p-for-beginner-flow-item__text a {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-for-beginner-flow-item__text a {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-for-beginner-flow-categories-wrap {
  background: url(../../images/bg-wave@2x.png?v=1) center top/100% auto no-repeat, url(../../images/for-beginner/bg-flow.png) center top 200px/100% auto no-repeat #FFECEE;
  padding-top: calc(10.4166666667vw + 100px);
}

.p-for-beginner-categories-wrap {
  position: relative;
  padding: 9.375rem 0;
  background: url(../../images/bg-wave-bottom@2x.png) center bottom/100% auto no-repeat, url(../../images/for-beginner/bg-categories@2x.png) left 100px top 170px/2244px auto no-repeat;
}
@media (max-width: 1440px) {
  .p-for-beginner-categories-wrap {
    padding: 6.25rem 0;
    background: url(../../images/bg-wave-bottom@2x.png) center bottom/100% auto no-repeat, url(../../images/for-beginner/bg-categories@2x.png) left 6.9444444444vw top 27.7777777778vw/225.2777777778vw auto no-repeat;
  }
}
.p-for-beginner-categories-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(../../images/for-beginner/bg-categories-1@2x.png) right -10px top/320px auto no-repeat, url(../../images/for-beginner/bg-categories-2@2x.png) left -100px bottom 300px/360px auto no-repeat;
}
@media (max-width: 1440px) {
  .p-for-beginner-categories-wrap::before {
    background: url(../../images/for-beginner/bg-categories-1@2x.png) right -0.6944444444vw top 10px/22.2222222222vw auto no-repeat, url(../../images/for-beginner/bg-categories-2@2x.png) left -6.9444444444vw top 50%/27.7777777778vw auto no-repeat;
  }
}
@media (max-width: 768px) {
  .p-for-beginner-categories-wrap::before {
    background: url(../../images/for-beginner/bg-categories-1@2x.png) right -1.3020833333vw top 10px/41.6666666667vw auto no-repeat, url(../../images/for-beginner/bg-categories-2@2x.png) left -13.0208333333vw bottom 10%/52.0833333333vw auto no-repeat;
  }
}
.p-for-beginner-categories-wrap .l-inner {
  display: flex;
  padding-bottom: 9.375rem;
}
@media (max-width: 768px) {
  .p-for-beginner-categories-wrap .l-inner {
    flex-direction: column;
  }
}

.p-for-beginner-voices__heading {
  display: flex;
}
@media (max-width: 768px) {
  .p-for-beginner-voices__heading {
    flex-direction: column-reverse;
  }
}
.p-for-beginner-voices__heading > span > span {
  font-size: 30px;
  font-weight: bold;
  padding: 3px 0;
  display: inline-block;
  background: white;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .p-for-beginner-voices__heading > span > span {
    font-size: 24px;
    margin-top: 5px;
    margin-left: 0;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}

.p-for-beginner-categories-list {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.p-for-beginner-categories-item.item01 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-for-beginner-categories-item.item01 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 15%;
  }
}
.p-for-beginner-categories-item.item02 {
  margin-left: 20px;
  margin-top: -20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-for-beginner-categories-item.item02 {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 15%;
  }
}
.p-for-beginner-categories-item.item03 {
  margin-left: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-for-beginner-categories-item.item03 {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    padding-right: 15%;
  }
}
.p-for-beginner-categories-item.item04 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-for-beginner-categories-item.item04 {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 15%;
  }
}
.p-for-beginner-categories-item.item05 {
  margin-left: 20px;
  margin-bottom: 40px;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .p-for-beginner-categories-item.item05 {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    padding-right: 15%;
  }
}
.p-for-beginner-categories-item.item06 {
  margin-left: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-for-beginner-categories-item.item06 {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 15%;
  }
}
@media (max-width: 768px) {
  .p-for-beginner-categories-item.item07 {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    padding-right: 15%;
  }
}
.p-for-beginner-categories-item.item08 {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .p-for-beginner-categories-item.item08 {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 15%;
  }
}

.p-for-beginner-categories-item__image {
  position: relative;
  z-index: 10;
  width: 100%;
}
.p-for-beginner-categories-item__image img {
  max-width: 312px;
}

.p-for-beginner-categories-item__name {
  position: relative;
  z-index: 15;
  width: 80%;
  margin: -15px auto 0;
  background: white;
  border-radius: 30px;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.p-for-beginner-categories-item__name.--primary {
  color: var(--primary);
}
.p-for-beginner-categories-item__name.--secondary {
  color: var(--secondary);
}
.p-for-beginner-categories-item__name.--yellow {
  color: var(--yellow);
}

.p-for-beginner-categories__heading {
  width: calc(50% - 20px);
  background: var(--secondary);
  border-radius: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  font-size: 32px;
}
@media (max-width: 768px) {
  .p-for-beginner-categories__heading {
    padding: 60px 0;
    font-size: 24px;
  }
}
.p-for-beginner-categories__heading::before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
.p-for-beginner-categories__heading::after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
.p-for-beginner-categories__heading span {
  display: block;
}
.p-for-beginner-categories__heading span::before {
  position: absolute;
  bottom: 10px;
  left: 10px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
.p-for-beginner-categories__heading span::after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

.p-for-beginner-voices-item {
  border: 3px solid;
  border-radius: 20px;
  padding: 30px;
  background-color: white;
  flex-basis: calc(50% - 20px);
}
@media (max-width: 1440px) {
  .p-for-beginner-voices-item {
    flex-basis: calc(50% - 1vw);
  }
}
@media (max-width: 768px) {
  .p-for-beginner-voices-item {
    flex-basis: auto;
  }
}
.p-for-beginner-voices-item.item01 {
  border-color: var(--primary);
}
@media (max-width: 768px) {
  .p-for-beginner-voices-item.item01 {
    margin-top: 20px;
  }
}
.p-for-beginner-voices-item.item02 {
  margin-top: 40px;
  border-color: #f48817;
}
@media (max-width: 768px) {
  .p-for-beginner-voices-item.item02 {
    margin-top: 20px;
  }
}
.p-for-beginner-voices-item.item03 {
  margin-top: 40px;
  border-color: var(--secondary);
}
@media (max-width: 768px) {
  .p-for-beginner-voices-item.item03 {
    margin-top: 20px;
  }
}

.p-for-beginner-voices-item__header {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-for-beginner-voices-item__header {
    flex-direction: column;
  }
}

.p-for-beginner-voices-item__image {
  margin-right: 20px;
}
.p-for-beginner-voices-item__image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .p-for-beginner-voices-item__text {
    margin-top: 15px;
    text-align: center;
  }
}

.p-for-beginner-voices-item__name {
  color: white;
  border-radius: 20px;
  padding: 1px 10px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-for-beginner-voices-item__name {
    font-size: 12px;
    display: inline-block;
  }
}
.p-for-beginner-voices-item__name.item01 {
  background: var(--primary);
}
.p-for-beginner-voices-item__name.item02 {
  background: #f48817;
}
.p-for-beginner-voices-item__name.item03 {
  background: var(--secondary);
}

.p-for-beginner-voices-item__title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-for-beginner-voices-item__title {
    font-size: 18px;
    text-align: left;
    margin-top: 8px;
  }
}

.p-list-container {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-list-container {
    margin-top: 40px;
  }
}

.p-list-search {
  margin-top: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-list-search {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-list-search.no-top-margin {
  margin-top: 0;
}

.p-list-search__dt {
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  width: 150px;
}
@media (max-width: 768px) {
  .p-list-search__dt {
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-list-search__dd {
  width: calc(100% - 150px);
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-list-search__dd {
    width: 100%;
  }
}

.p-list-search__input {
  border-radius: 6px 0 0 6px;
  height: 50px;
  margin: 0;
  width: calc(100% - 50px);
}

.p-list-search__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0 6px 6px 0;
  background: var(--navy);
  width: 50px;
  height: 50px;
}

.p-list-result {
  display: flex;
  margin-top: 80px;
  align-items: center;
}
@media (max-width: 768px) {
  .p-list-result {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.5;
  }
}

.p-list-result__dt {
  font-size: 20px;
}

.p-list-result__dd {
  font-size: 28px;
}

.p-list-add-wrap {
  margin-top: 20px;
}

.p-list-add-buttton {
  background: var(--secondary);
}
@media (max-width: 768px) {
  .p-list-add-buttton {
    margin-top: 10px;
  }
}

.p-list-export-wrap {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .p-list-export-wrap {
    text-align-last: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.p-list-export-button {
  background: none;
  color: var(--black);
  padding: 0;
}

@media (max-width: 768px) {
  .p-list-table-wrap {
    overflow-x: scroll;
  }
}
.p-list-table-wrap.mt {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-list-table-wrap.mt {
    margin-top: 20px;
  }
}

.p-list-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}
@media (max-width: 768px) {
  .p-list-table {
    width: 1000px;
    table-layout: auto;
  }
}
.p-list-table thead th {
  background: #eafbf7;
  padding: 10px;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}
.p-list-table thead th:first-child {
  border-radius: 20px 0 0 0;
}
.p-list-table thead th:last-child {
  border-radius: 0 20px 0 0;
}
.p-list-table thead th.th-title {
  width: 250px;
}
.p-list-table tbody td {
  padding: 10px;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.p-list-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
.p-list-table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
.p-list-table tbody a {
  text-decoration: underline;
}
.p-list-table .has-sort {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-list-table .order {
  display: flex;
  flex-direction: column;
  margin-right: 5px;
}
.p-list-table .asc {
  display: block;
  font-size: 12px;
  line-height: 1;
  width: 12px;
  height: 12px;
  margin-bottom: 0;
}
.p-list-table .desc {
  display: block;
  font-size: 12px;
  line-height: 1;
  width: 12px;
  height: 12px;
}

.p-list-pagenation-wrap {
  margin: 80px 0 0;
}
@media (max-width: 768px) {
  .p-list-pagenation-wrap {
    margin: 40px 0 0;
  }
}

.p-list-pagenation {
  display: flex;
  justify-content: center;
}
.p-list-pagenation a,
.p-list-pagenation span {
  display: block;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.p-list-pagenation a.active,
.p-list-pagenation span.active {
  background: var(--secondary);
  color: white;
  border-radius: 50%;
}
.p-list-pagenation a.prev, .p-list-pagenation a.next,
.p-list-pagenation span.prev,
.p-list-pagenation span.next {
  width: auto;
}
.p-list-pagenation a.prev,
.p-list-pagenation span.prev {
  background: url(../../images/icon-arrow-prev@2x.png) left center/23px 23px no-repeat;
  padding-left: 30px;
}
.p-list-pagenation a.next,
.p-list-pagenation span.next {
  background: url(../../images/icon-arrow-next@2x.png) right center/23px 23px no-repeat;
  padding-right: 30px;
}
.p-list-pagenation span.current {
  background: var(--secondary);
  color: white;
  border-radius: 50%;
}

.order.active .desc:not(.active),
.order.active .asc:not(.active) {
  transform: scale(0.6);
}

.p-side-panel {
  border-top: 5px solid var(--secondary);
  border-left: 1px solid var(--secondary);
  border-right: 1px solid var(--secondary);
  border-bottom: 1px solid var(--secondary);
  background: #FDFDFD;
  padding: 20px;
  border-radius: 10px;
}
.p-side-panel hr {
  color: var(--secondary);
}

.p-side-panel-list {
  padding: 0 10px 20px;
}
.p-side-panel-list li {
  font-size: 15px;
}

.p-side-panel-heading {
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.p-side-panel-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary);
  color: white;
  border-radius: 30px;
  padding: 10px 0;
  width: 100%;
}

.p-side-panel-note {
  font-size: 14px;
  text-align: center;
}

.p-scout-detail {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background: white;
}

.p-scout-detail-table {
  width: 100%;
}
@media (max-width: 768px) {
  .p-scout-detail-table {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-scout-detail-table tr {
    display: block;
  }
}
.p-scout-detail-table th {
  padding: 0 15px;
  width: 150px;
}
@media (max-width: 768px) {
  .p-scout-detail-table th {
    display: block;
    padding: 0;
    margin-top: 10px;
  }
}
.p-scout-detail-table th.status {
  padding-top: 18px;
}
.p-scout-detail-table td {
  padding: 0 15px;
}
@media (max-width: 768px) {
  .p-scout-detail-table td {
    display: block;
    padding: 0;
  }
}
.p-scout-detail-table .link {
  text-align: right;
  color: #00ae84;
  text-decoration: underline;
  font-size: 14px;
}

.p-scout-detail-heading {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.p-scout-detail-heading::before {
  position: relative;
  top: 7px;
  margin-right: 5px;
}
.p-scout-detail-heading.basic-info::before {
  content: url(../../images/scout/basic-info.png);
}
.p-scout-detail-heading.message {
  margin-top: 30px;
}
.p-scout-detail-heading.message::before {
  content: url(../../images/scout/memo.png);
}
.p-scout-detail-heading.memo {
  margin-top: 30px;
}
.p-scout-detail-heading.memo::before {
  content: url(../../images/scout/memo.png);
}
.p-scout-detail-heading.files {
  margin-top: 30px;
}
.p-scout-detail-heading.files::before {
  content: url(../../images/scout/files.png);
}

.p-scout-detail-memo__content textarea {
  width: 100%;
  max-width: 100%;
}

.p-scout-detail-file:not(:first-child) {
  margin-top: 10px;
}
.p-scout-detail-file dt {
  font-size: 15px;
}

.p-scout-detail-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.p-scout-detail-submit button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-scout-detail-date {
  text-align: right;
  margin-bottom: 0.5em;
}

.p-scout-detail-link {
  text-align: right;
  margin-bottom: 0.5em;
  color: var(--green);
  text-decoration: underline;
}

.p-entry-detail {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background: white;
}
.p-entry-detail.--single {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-entry-detail.--single {
    margin-top: 40px;
  }
}

.p-entry-detail-table {
  width: 100%;
}
@media (max-width: 768px) {
  .p-entry-detail-table {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-entry-detail-table tr {
    display: block;
  }
}
.p-entry-detail-table th {
  padding: 0 15px;
  width: 170px;
}
@media (max-width: 768px) {
  .p-entry-detail-table th {
    display: block;
    padding: 0;
    margin-top: 10px;
  }
}
.p-entry-detail-table th.status {
  padding-top: 18px;
}
.p-entry-detail-table td {
  padding: 0 15px;
}
@media (max-width: 768px) {
  .p-entry-detail-table td {
    display: block;
    padding: 0;
  }
}
.p-entry-detail-table .link {
  text-align: right;
  color: #00AE84;
  text-decoration: underline;
  font-size: 14px;
  margin-left: 10px;
}

.p-entry-detail-table-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-entry-detail-heading {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.p-entry-detail-heading::before {
  position: relative;
  top: 7px;
  margin-right: 5px;
}
.p-entry-detail-heading.basic-info::before {
  content: url(../../images/entry/basic-info.png);
}
.p-entry-detail-heading.contact-info {
  margin-top: 30px;
}
.p-entry-detail-heading.contact-info::before {
  content: url(../../images/entry/contact-info.png);
}
.p-entry-detail-heading.memo {
  margin-top: 30px;
}
.p-entry-detail-heading.memo::before {
  content: url(../../images/entry/memo.png);
}
.p-entry-detail-heading.files {
  margin-top: 30px;
}
.p-entry-detail-heading.files::before {
  content: url(../../images/entry/files.png);
}

.p-entry-detail-memo__content textarea {
  width: 100%;
  max-width: 100%;
}

.p-entry-detail-file:not(:first-child) {
  margin-top: 10px;
}
.p-entry-detail-file dt {
  font-size: 16px;
}
.p-entry-detail-file__filename {
  font-size: 15px;
  color: #00AE84;
  text-decoration: underline;
  margin-left: 10px;
}
.p-entry-detail-file__nofile {
  font-size: 15px;
  margin-left: 10px;
}

.p-entry-detail-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.p-entry-detail-submit button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-entry-detail-file-items {
  padding-left: 30px;
}
.p-entry-detail-file-items__item {
  list-style-type: disc;
  text-decoration: underline;
}

.p-job-detail {
  background: white;
  border-radius: 20px;
  border: #ccc 1px solid;
  padding: 30px;
}

.p-job-detail-wrap-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-job-detail-wrap-heading .icon-publish-status {
  font-style: normal;
  color: white;
  border-radius: 3px;
  font-size: 0.8rem;
  padding: 0 5px;
}
.p-job-detail-wrap-heading .icon-publish-status.-publish {
  background-color: var(--primary);
}
.p-job-detail-wrap-heading .icon-publish-status.-draft {
  background-color: var(--secondary);
}

.p-job-detail-heading {
  font-size: 20px;
  font-weight: bold;
  color: var(--secondary);
}

.p-job-detail-dl {
  margin-top: 10px;
}
.p-job-detail-dl .free-table-row {
  gap: 10px;
}
.p-job-detail-dl dt {
  font-size: 16px;
  font-weight: bold;
}
.p-job-detail-dl dd {
  font-size: 16px;
}
.p-job-detail-dl.-senior-voice textarea {
  width: 100%;
  height: 100px;
}

.p-job-detail-section {
  margin-bottom: 3.125rem;
}
.p-job-detail-section textarea {
  max-width: 100%;
}

.p-job-detail-radios {
  margin-top: 20px;
}

.p-job-detail-radios-table {
  text-align: left;
}
@media (max-width: 768px) {
  .p-job-detail-radios-table {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-job-detail-radios-table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-job-detail-radios-table th {
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-job-detail-radios-table th {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .p-job-detail-radios-table th:not(:first-child) {
    text-align: right;
  }
}
.p-job-detail-radios-table td {
  position: relative;
  top: -5px;
  padding: 0 40px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-job-detail-radios-table td {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 3px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    order: 3;
  }
}
.p-job-detail-radios-table label {
  display: inline-block;
  width: 25px;
}
.senior-voice-group-wrap {
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #f8f8f8;
  padding: 20px 0 20px 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .senior-voice-group-wrap {
    display: block;
    padding: 20px;
  }
}

.senior-voice-group {
  flex-basis: 80%;
}

.senior-voice-group__buttons {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .senior-voice-group__buttons {
    flex-direction: row;
    margin-top: 20px;
  }
}
.senior-voice-group__buttons button {
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #ccc solid 3px;
  background: white;
  color: var(--black);
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .senior-voice-group__buttons button {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.seniors-voice-item {
  display: flex;
}

.p-job-detail-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.p-job-detail-submit.--double {
  gap: 10px;
}
@media (max-width: 768px) {
  .p-job-detail-submit.--double {
    flex-direction: column;
  }
}

.p-job-detail-toggle-publish__button {
  background: none;
  padding: 0;
  color: var(--green);
  text-decoration: underline;
  width: auto;
}

.delete-free-table-row-button {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #ccc solid 3px;
  background: white;
  color: var(--black);
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .delete-free-table-row-button {
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.p-company-password-reset {
  max-width: 668px;
  margin: 0 auto;
  padding: 60px 30px;
  border-radius: 30px;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
}

.p-company-password-reset__lead {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 15px;
  text-align: center;
}

.p-company-password-reset__dl {
  margin-top: 20px;
}
.p-company-password-reset__dl dt {
  font-weight: bold;
}

.p-company-password-reset__button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-password-reset {
  padding: 60px 0;
}
.p-password-reset__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-password-reset__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.p-password-reset__errors {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #ff0000;
  border-radius: 4px;
  background-color: #fff5f5;
}
.p-password-reset__error {
  color: #ff0000;
  margin: 0;
  font-size: 14px;
}
.p-password-reset__error + .p-password-reset__error {
  margin-top: 5px;
}
.p-password-reset__success {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #00a0e9;
  border-radius: 4px;
  background-color: #f5f9ff;
}
.p-password-reset__success p {
  color: #00a0e9;
  margin: 0;
  font-size: 14px;
}
.p-password-reset__success p + p {
  margin-top: 5px;
}
.p-password-reset__form {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-password-reset__form-group + .p-password-reset__form-group {
  margin-top: 20px;
}
.p-password-reset__label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-password-reset__input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.p-password-reset__input:focus {
  outline: none;
  border-color: #00a0e9;
  box-shadow: 0 0 0 2px rgba(0, 160, 233, 0.2);
}
.p-password-reset__button {
  width: 100%;
  padding: 15px;
  background-color: #00a0e9;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s;
}
.p-password-reset__button:hover {
  background-color: #007db6;
}

.p-login {
  padding: 50px 40px 40px;
  border-radius: 30px;
  border: #ccc 1px solid;
  background: white;
}
@media (max-width: 768px) {
  .p-login {
    padding: 40px 20px 20px;
  }
}
@media (max-width: 768px) {
  .p-login dl {
    margin-top: 20px !important;
  }
}
.p-login dd {
  width: 100% !important;
}

.p-login__reset {
  margin-top: 30px;
  text-align: center;
  text-decoration: underline;
}

.p-login__register {
  margin-top: 40px;
  background: #F6F1EC;
  padding: 20px 0;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
}

.p-entry-complete {
  padding: 40px;
  border: #ccc 1px solid;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .p-entry-complete .c-container-title {
    text-align: justify;
  }
}

.p-entry-complete__lead {
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-entry-complete__lead {
    font-size: 14px;
    text-align: justify;
  }
}

.p-entry-complete__dl dt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.p-entry-complete__dl dd {
  background: #F4F4F4;
  font-size: 15px;
  text-align: center;
  padding: 20px 0;
  border-radius: 10px;
  margin-top: 10px;
}

.p-entry-complete__after-text {
  font-size: 15px;
  margin-top: 20px;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-entry-complete__after-text {
    font-size: 14px;
    text-align: justify;
  }
}

.p-entry-complete__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.p-entry-complete__button a {
  text-align: center;
  line-height: 1.5;
}

.p-entry-complete__no-reply {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
  color: #00AE84;
}

.p-entry-form {
  padding: 80px;
  border-radius: 40px;
  border: 1px solid #ccc;
  background: white;
}
@media (max-width: 768px) {
  .p-entry-form {
    padding: 40px 20px;
  }
}

.p-entry-form__job-title {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  background: #F4F4F4;
  text-align: justify;
}

.p-entry-form-table {
  width: 100%;
}
.p-entry-form-table th {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
  width: 150px;
}
@media (max-width: 768px) {
  .p-entry-form-table th {
    display: block;
    padding: 0;
    margin-top: 10px;
  }
}
.p-entry-form-table td {
  font-size: 16px;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .p-entry-form-table td {
    display: block;
    padding: 0;
  }
}

.p-entry-form-files {
  margin-top: 30px;
}

.p-entry-form-files__heading {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.p-entry-form-files__heading::before {
  position: relative;
  top: 5px;
  margin-right: 5px;
  content: url(../../images/entry/files.png);
}

.p-entry-form-dl {
  margin-top: 10px;
}
.p-entry-form-dl dt {
  font-size: 15px;
}

.p-company-profile-edit-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-company-profile-edit-wrap {
    margin-top: 40px;
  }
}

.p-company-profile-edit {
  padding: 60px;
  border-radius: 30px;
  border: #ccc 1px solid;
  background: white;
}
@media (max-width: 768px) {
  .p-company-profile-edit {
    padding: 20px;
    border-radius: 20px;
  }
}
.p-company-profile-edit textarea {
  max-width: 100%;
}

.p-company-profile-edit__lead {
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-company-profile-edit__lead {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: justify;
  }
}

.p-company-profile-edit-dl {
  margin-top: 25px;
}
.p-company-profile-edit-dl dt {
  font-weight: bold;
  display: flex;
}
.p-company-profile-edit-dl__help-badge {
  position: relative;
  font-weight: normal;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 14px;
  margin-left: 10px;
  align-items: center;
  display: flex;
}
.p-company-profile-edit-dl__help-badge::after {
  position: relative;
  top: 3px;
  margin-left: 5px;
  content: url(../../images/company-profile/question.png);
}

.p-company-profile-edit-dl__help-badge__panel {
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: normal;
  display: none;
}
.p-company-profile-edit-dl__help-badge__panel a {
  margin-left: 4px;
  margin-right: 4px;
  color: var(--secondary);
  text-decoration: underline;
}

.p-company-profile-edit-dl__help-badge:hover .p-company-profile-edit-dl__help-badge__panel {
  display: block;
}

.p-company-profile-edit-add-button {
  margin-top: 10px;
  width: 100%;
  border-radius: 10px;
  background: #F6F6F6;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-company-profile-edit-note {
  font-size: 14px;
}

.p-company-profile-edit-start-date {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.p-company-profile-edit-button {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#offices-container > div {
  align-items: center;
}

#offices-container > div > input {
  border-radius: 6px 0 0 6px;
}

#offices-container .delete-office-button {
  margin-top: 8px;
  background: #ccc;
  color: var(--black);
  border-radius: 0 6px 6px 0;
  width: 60px;
  height: 52.25px;
  padding: 0;
  font-size: 0.9375rem;
}

.p-company-profile-edit-building-photo {
  position: relative;
  margin-top: 30px;
}
.p-company-profile-edit-building-photo button {
  position: absolute;
  top: -15px;
  left: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ccc;
  color: var(--black);
}

#facility-images-container input {
  margin-top: 20px;
  display: block;
}

.staff-item {
  align-items: center;
}
.staff-item .staff-position {
  margin-left: 10px;
  border-radius: 6px 0 0 6px;
}
.staff-item .staff-name {
  border-radius: 0;
}
.staff-item .delete-staff-button {
  margin-top: 8px;
  flex-shrink: 0;
  width: 52.25px;
  height: 52.25px;
  border-radius: 0 6px 6px 0;
  background: #ccc;
  color: var(--black);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-company-profile-edit__staff {
  margin-top: 30px;
}

.entry-flow-item {
  margin-top: 30px;
  position: relative;
  display: block;
}
.entry-flow-item input {
  width: 100%;
}
.entry-flow-item textarea {
  margin-top: 10px;
  display: block;
  width: 100%;
}
.entry-flow-item button {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  color: var(--black);
  border-radius: 50%;
  padding: 0;
}

.p-user-company-profile {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-user-company-profile {
    padding: 20px;
  }
}

.p-user-company-profile-header {
  display: flex;
  align-items: center;
}

.p-user-company-profile-header__image {
  width: 90px;
  height: 90px;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-user-company-profile-header__image {
    width: 60px;
    margin-right: 20px;
  }
}
.p-user-company-profile-header__image img {
  border-radius: 50%;
  max-height: 100%;
  aspect-ratio: 1/1;
}

.p-user-company-profile-header__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.p-user-company-profile-header__sub {
  line-height: 1.5;
}
.p-user-company-profile-header__sub.sp {
  display: none !important;
}
@media (max-width: 768px) {
  .p-user-company-profile-header__sub.sp {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .p-user-company-profile-header__sub.pc {
    display: none !important;
  }
}

.p-user-company-profile-header__link {
  font-size: 13px;
  margin-right: 20px;
  overflow-wrap: break-word;
}

.p-user-company-profile-header__location {
  display: inlnine-flex;
  align-items: center;
  font-size: 15px;
}
@media (max-width: 768px) {
  .p-user-company-profile-header__location {
    display: block;
  }
}
.p-user-company-profile-header__location::before {
  margin-right: 3px;
  position: relative;
  top: 5px;
  content: url(../../images/company-profile/location.png);
}

.p-user-company-profile-navigation {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-user-company-profile-navigation {
    margin-top: 10px;
    justify-content: center;
  }
}

.p-user-company-profile-navigation__item {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .p-user-company-profile-navigation__item {
    margin-left: 5px;
    margin-right: 5px;
    white-space: nowrap;
  }
}
.p-user-company-profile-navigation__item a {
  font-size: 14px;
  text-decoration: underline;
  color: #00AE84;
}

.p-user-company-profile-video-and-images {
  margin-top: 40px;
  width: 100%;
}

.p-user-company-profile-video-and-images__item {
  width: 100%;
}

.p-user-company-profile-sub-image {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 768px) {
  .p-user-company-profile-sub-image {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    margin-top: 5px;
  }
}

.p-user-company-profile__two-column {
  margin-top: 60px;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .p-user-company-profile__two-column {
    flex-direction: column-reverse;
  }
}

.p-user-company-profile__contents {
  width: 100%;
}
@media (max-width: 768px) {
  .p-user-company-profile__contents {
    width: 100%;
    padding-right: 0;
  }
}

.p-user-company-profile__side {
  width: 340px;
  padding: 0 35px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-user-company-profile__side {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
}

.p-user-company-profile-section:not(:first-child) {
  padding-top: 120px;
  margin-top: -80px;
}

.p-user-company-profile-heading {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.p-user-company-profile-heading.building::before {
  position: relative;
  top: 5px;
  margin-right: 5px;
  content: url(../../images/company-profile/building.png);
}
.p-user-company-profile-heading.staff::before {
  position: relative;
  top: 5px;
  margin-right: 5px;
  content: url(../../images/company-profile/staff.png);
}
.p-user-company-profile-heading.company::before {
  position: relative;
  top: 5px;
  margin-right: 5px;
  content: url(../../images/company-profile/company.png);
}

.p-user-company-profile-text {
  text-align: justify;
}
.p-user-company-profile-text.mt {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-user-company-profile-text.mt {
    margin-top: 5px;
  }
}

.p-user-company-profile-heading-h3 {
  color: #00AE84;
  font-weight: bold;
  margin-top: 20px;
}

.p-user-company-profile-staffs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .p-user-company-profile-staffs {
    flex-direction: column;
  }
}

.p-user-company-profile-staffs__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  padding: 15px 20px;
  border-radius: 20px;
  background: white;
}
.p-user-company-profile-staffs__item div {
  text-align: center;
}
@media (max-width: 768px) {
  .p-user-company-profile-staffs__item div {
    text-align: left;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .p-user-company-profile-staffs__item {
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 15px;
  }
}
.p-user-company-profile-staffs__item img {
  width: 104px;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .p-user-company-profile-staffs__item img {
    width: 60px;
  }
}

.p-user-company-profile-staffs__position {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  color: var(--primary);
}

.p-user-company-profile-staffs__name {
  font-size: 15px;
}
@media (max-width: 768px) {
  .p-user-company-profile-staffs__name {
    line-height: 1.5;
  }
}

.p-user-company-profile-table {
  width: 100%;
}
.p-user-company-profile-table th {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.p-user-company-profile-table td {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.p-user-company-profile-map {
  margin-top: 60px;
  width: 100%;
}
.p-user-company-profile-map iframe {
  width: 100%;
  height: 300px;
}

.p-user-company-profile-jobs {
  padding-top: 160px;
  margin-bottom: 50px;
  width: 100%;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #ccc;
  background-color: #E5FBF1;
}
@media (max-width: 768px) {
  .p-user-company-profile-jobs {
    padding: 15px;
  }
}
.p-user-company-profile-jobs .p-user-company-profile-jobs__list {
  margin-top: 20px;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .p-user-company-profile-jobs .p-user-company-profile-jobs__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-user-profile-edit-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-user-profile-edit-wrap {
    margin-top: 40px;
  }
}

.p-user-profile-edit {
  width: 100%;
  padding: 60px;
  border-radius: 30px;
  border: 1px solid #ccc;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-user-profile-edit {
    padding: 40px 20px 20px;
    margin-bottom: 30px;
  }
}

.p-user-profile-edit__lead {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-user-profile-edit__lead {
    margin-bottom: 20px;
    text-align: justify;
  }
}

.p-user-profile-edit__dl {
  margin-top: 30px;
}
.p-user-profile-edit__dl dt {
  font-weight: bold;
}

.p-user-profile-edit-licenses {
  display: flex;
  align-items: center;
}
.p-user-profile-edit-licenses input {
  border-radius: 6px 0 0 6px;
}

.remove-license-button {
  margin-top: 8px;
  background: #ccc;
  color: var(--black);
  border-radius: 0 6px 6px 0;
  width: 90px;
  height: 52.25px;
  padding: 0;
  font-size: 0.9375rem;
}

.p-user-profile-edit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  border-radius: 6px;
  width: 100%;
  padding: 15px 0;
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: var(--black);
}

.p-user-profile-edit-note {
  font-size: 14px;
}

.p-user-profile-edit-heading-h3 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.p-user-profile-edit-heading-h3::before {
  position: relative;
  top: 5px;
  margin-right: 5px;
  content: url(../../images/user-profile/files.png);
}

.p-user-profile-edit-files {
  margin-top: 10px;
}
.p-user-profile-edit-files dt {
  font-size: 15px;
}

.p-user-dashboard-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-user-dashboard-wrap {
    margin-top: 30px;
    flex-direction: column-reverse;
  }
  .p-user-dashboard-wrap .c-container__contents {
    padding: 0 !important;
    margin-top: 30px;
  }
}

.p-user-dashboard {
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 20px 40px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-user-dashboard {
    padding: 20px;
    border-radius: 10px;
  }
}
.p-user-dashboard.--background {
  background-color: #E5FBF1;
}

.p-user-dashboard-value__banner {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
  background: url(../../images/user-dashboard/banner01-bg@2x.png) center top/100% auto no-repeat;
  text-align: center;
}
.p-user-dashboard-value__banner__txt {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}
.p-user-dashboard-value__banner__message {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.p-user-dashboard-value__banner__message p {
  margin-bottom: 0;
  line-height: 1.1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-user-dashboard-value__banner__message p {
    font-size: 12px;
  }
}
.p-user-dashboard-value__banner__message p span {
  font-size: 30px;
  color: var(--primary);
  margin-right: 10px;
}

.p-user-dashboard-value__note {
  margin-top: 10px;
  font-size: 14px;
}

.p-user-dashboard-value__more {
  text-align: right;
  text-decoration: underline;
  color: #00ae84;
}

.p-user-dashboard-value-progress-lv {
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.p-user-dashboard-value-progress-lv__list {
  width: 100%;
}

.p-user-dashboard-value-progress-lv__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.p-user-dashboard-value-progress-lv__left {
  display: flex;
  align-items: center;
  width: 100%;
}
.p-user-dashboard-value-progress-lv__left .text-lv {
  font-size: 18px;
  font-weight: bold;
  margin-right: 50px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-user-dashboard-value-progress-lv__left .text-lv {
    margin-right: 20px;
  }
}
.p-user-dashboard-value-progress-lv__left::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #c7c7c7;
  margin-left: 20px;
}

.p-user-dashboard-value-progress-lv__stars {
  display: flex;
  flex-shrink: 0;
}

.p-user-dashboard-value-progress-lv__star {
  width: 3vw;
  margin-right: 1vw;
}
@media (min-width: 1250px) {
  .p-user-dashboard-value-progress-lv__star {
    width: 40px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .p-user-dashboard-value-progress-lv__star {
    width: 15px;
  }
}

.p-user-dashboard-value-progress-lv__clear {
  width: 90px;
  margin-left: 2vw;
}
@media (min-width: 1250px) {
  .p-user-dashboard-value-progress-lv__clear {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .p-user-dashboard-value-progress-lv__clear {
    width: 70px;
  }
}

.p-user-dashboard-value-progress-image {
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}

.p-user-dashboard-value-progress-image__item {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-user-dashboard-value-progress-image__item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-user-dashboard-value-progress-image__item:nth-child(1) {
  margin-top: 15px;
}
.p-user-dashboard-value-progress-image__item:nth-child(2) {
  margin-top: -15px;
}
.p-user-dashboard-value-progress-image__item:nth-child(3) {
  margin-top: 15px;
}
.p-user-dashboard-value-progress-image__item:nth-child(4) {
  margin-top: -15px;
}
.p-user-dashboard-value-progress-image__item:nth-child(5) {
  margin-top: 15px;
}

.p-user-dashboard-value-progress-row {
  display: flex;
}
@media (max-width: 768px) {
  .p-user-dashboard-value-progress-row {
    flex-direction: column;
  }
}

.p-user-dashboard-value-progress-check {
  width: 60%;
}
@media (max-width: 768px) {
  .p-user-dashboard-value-progress-check {
    width: 100%;
  }
}

.p-user-dashboard-value-progress-check__item {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.p-user-dashboard-value-progress-check__item img {
  margin-right: 10px;
}
.p-user-dashboard-value-progress-check__item:not(:first-child) {
  margin-top: 10px;
}

.p-user-dashboard-value-progress-status {
  width: calc(60% - 40px);
  margin-left: 40px;
}
@media (max-width: 768px) {
  .p-user-dashboard-value-progress-status {
    margin-top: 40px;
    width: 100%;
    margin-left: 0;
  }
}

.p-user-dashboard-value-progress-status__detail {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-user-dashboard-value-progress-status__detail {
    justify-content: center;
  }
}
.p-user-dashboard-value-progress-status__detail dt {
  width: 65%;
  font-size: 16px;
  font-weight: bold;
  margin-right: 7px;
}
.p-user-dashboard-value-progress-clear {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px solid var(--secondary);
  border-radius: 10px;
  padding: 20px;
}

.p-user-dashboard-value-progress-clear__label {
  text-align: center;
  font-weight: bold;
}

.p-user-dashboard-value-progress-clear__count {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--secondary);
  color: white;
}

.p-user-dashboard-value-progress-clear__note {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
}

.p-user-dashboard__job-list {
  margin-top: 20px;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .p-user-dashboard__job-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.bg-user .c-container {
  background: white;
}

.bg-company .c-container {
  background: #F6F1EC;
}

.p-message-list-tab-list {
  display: flex;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .p-message-list-tab__item {
    width: 50%;
  }
}
.p-message-list-tab__item button {
  border-radius: 20px 20px 0 0;
  background: #f6f6f6;
  color: var(--black);
  width: 154px;
  height: 53px;
  padding: 0;
}
@media (max-width: 768px) {
  .p-message-list-tab__item button {
    width: 100%;
  }
}
.p-message-list-tab__item button.active {
  background: var(--secondary);
  color: white;
}

.p-message-list-list {
  padding: 0 20px;
  border: 1px solid #ccc;
  background: white;
  border-radius: 20px;
  margin-top: 30px;
}
.p-message-list-list.--none {
  display: none;
}
.p-message-list-list .p-company-admin-message li:last-child a {
  border-bottom: 0;
}

.p-message-list__li {
  border-bottom: 1px solid #ccc;
}

.p-message-list__date {
  font-size: 0.8rem;
  text-align: right;
}

.p-message-list__title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

.p-message-list__title--draft {
  font-size: 14px;
  margin-left: 15px;
}

.p-message-list__links {
  padding-bottom: 1rem;
}

.p-message-list__out {
  margin-right: 10px;
}

.p-message-list__link-delete {
  text-decoration: underline;
  color: var(--primary);
  margin-right: 10px;
  white-space: nowrap;
}

.p-message-list__link-detail {
  text-decoration: underline;
  color: var(--green);
  margin-right: 10px;
  white-space: nowrap;
}

.p-message-list__message {
  text-decoration: underline;
  color: var(--green);
  margin-right: 10px;
  white-space: nowrap;
}

.p-message-detail-header {
  padding: 30px;
  border-radius: 10px;
  background: white;
  border: 1px solid #ccc;
  display: flex;
}
@media (max-width: 768px) {
  .p-message-detail-header {
    flex-direction: column;
  }
}

.p-message-detail-header__image {
  width: 135px;
}
@media (max-width: 768px) {
  .p-message-detail-header__image {
    width: 100%;
    text-align: center;
  }
}

.p-message-detail-header__text {
  width: calc(100% - 135px);
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-message-detail-header__text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.p-message-detail-header__text.--user-name {
  padding-left: 0;
}

.p-message-detail-header__text__badge span {
  display: inline-block;
  font-size: 12px;
  padding: 2px 4px;
  background: var(--secondary);
  color: white;
  border-radius: 5px;
}

.p-message-detail-header__text__name {
  font-size: 20px;
  font-weight: bold;
}

.p-message-detail-content {
  margin-top: 30px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px 10px 0 0;
  padding: 30px 30px 0;
}

.p-message-detail-application {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-message-detail-application {
    flex-direction: column;
    align-items: flex-end;
  }
}

.p-message-detail-application__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-message-detail-application__title {
    font-size: 16px;
  }
}

.p-message-detail-application__info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
  flex-shrink: 0;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .p-message-detail-application__info {
    margin-left: 0;
    margin-top: 10px;
    align-items: flex-end;
  }
}

.p-message-detail-application__date {
  font-size: 12px;
}

.p-message-detail-application__link {
  font-size: 14px;
  color: #00ae84;
  text-decoration: underline;
}

.p-message-detail-message-01 {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .p-message-detail-message-01 {
    flex-direction: column;
  }
}

.p-message-detail-message-01__image {
  width: 52px;
  height: 52px;
  margin-right: 20px;
  margin-top: 10px;
}
.p-message-detail-message-01__image img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.p-message-detail-message-01__message {
  width: calc(100% - 52px);
}
@media (max-width: 768px) {
  .p-message-detail-message-01__message {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.p-message-detail-message-01__icons {
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.p-message-detail-message-01__icon {
  font-style: normal;
  padding: 0 5px;
  color: white;
  margin-right: 5px;
  padding: 0 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 0.2rem;
  margin-right: 0.4rem;
}
.p-message-detail-message-01__icon.--new {
  background-color: var(--primary);
}
.p-message-detail-message-01__icon.--unread {
  background-color: #888888;
}

.p-message-detail-message-01__text {
  background: #eafbf7;
  padding: 20px;
  font-size: 15px;
  border-radius: 0 10px 10px 10px;
  text-align: justify;
  line-height: 1.5;
}
.p-message-detail-message-01__text.-no-message {
  color: #8aaca4;
}

.p-message-detail-message-01__footer {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-message-detail-message-01__file {
  background: #eafbf7;
  font-size: 15px;
  padding: 2px 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: underline;
}

.p-message-detail-message-01__date {
  font-size: 12px;
  color: #8e8d8d;
}

.p-message-detail-message-02 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.p-message-detail-message-02__message {
  width: calc(100% - 52px);
  padding-left: 20px;
}
@media (max-width: 768px) {
  .p-message-detail-message-02__message {
    width: 100%;
    padding-left: 0;
  }
}

.p-message-detail-message-02__text {
  background: #eafbf7;
  padding: 20px;
  font-size: 15px;
  border-radius: 10px 0 10px 10px;
  text-align: justify;
  line-height: 1.5;
}

.p-message-detail-message-02__footer {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-message-detail-message-02__file {
  background: #eafbf7;
  font-size: 15px;
  padding: 2px 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: underline;
}

.p-message-detail-message-02__date {
  font-size: 12px;
  color: #8e8d8d;
}

.p-message-detail-wrap-templates {
  display: flex;
  justify-content: space-between;
}

.p-message-detail-template__link {
  font-size: 14px;
  color: #00ae84;
  text-decoration: underline;
}

.p-message-detail-form {
  padding: 30px;
  background: white;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
}
.p-message-detail-form textarea {
  max-width: 100%;
}

.p-message-detail-form__footer {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .p-message-detail-form__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-message-detail-form__footer button {
  margin-top: 10px;
  padding: 0;
}

.p-message-detail-to-list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-message-detail-to-list a {
  font-size: 15px;
  display: inline-flex;
  align-items: center;
}
.p-message-detail-to-list a::after {
  position: relative;
  top: 5px;
  margin-left: 5px;
  content: url(../../images/message/right-arrow.png);
}

.p-message-detail-error-message {
  margin-top: 10px;
  color: red;
}

.p-message-template-list {
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px;
}

.p-message-template-create-heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px auto 10px;
}

.p-message-template-textarea {
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
}

.p-message-template-link {
  font-size: 14px;
  color: #00ae84;
  text-decoration: underline;
}

.u-quicksand {
  font-family: "Quicksand";
}

.u-w--full {
  width: 100%;
}

.u-text-underline {
  text-decoration: underline;
}

.u-font-color-link {
  color: var(--secondary);
}

.u-mt--0 {
  margin-top: 0px;
}

.u-mt--2 {
  margin-top: 2px;
}

.u-mt--4 {
  margin-top: 4px;
}

.u-mt--6 {
  margin-top: 6px;
}

.u-mt--8 {
  margin-top: 8px;
}

.u-mt--10 {
  margin-top: 10px;
}

.u-mt--12 {
  margin-top: 12px;
}

.u-mt--14 {
  margin-top: 14px;
}

.u-mt--16 {
  margin-top: 16px;
}

.u-mt--18 {
  margin-top: 18px;
}

.u-mt--20 {
  margin-top: 20px;
}

.u-mt--22 {
  margin-top: 22px;
}

.u-mt--24 {
  margin-top: 24px;
}

.u-mt--26 {
  margin-top: 26px;
}

.u-mt--28 {
  margin-top: 28px;
}

.u-mt--30 {
  margin-top: 30px;
}

.u-mt--32 {
  margin-top: 32px;
}

.u-mt--34 {
  margin-top: 34px;
}

.u-mt--36 {
  margin-top: 36px;
}

.u-mt--38 {
  margin-top: 38px;
}

.u-mt--40 {
  margin-top: 40px;
}

.u-mt--42 {
  margin-top: 42px;
}

.u-mt--44 {
  margin-top: 44px;
}

.u-mt--46 {
  margin-top: 46px;
}

.u-mt--48 {
  margin-top: 48px;
}

.u-mt--50 {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}

@media (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}

.hide {
  display: none;
}

.splide {
  visibility: visible !important;
}

/*# sourceMappingURL=main.css.map */
