@charset "UTF-8";
/*――――――――――――――――――――――――――――――――――――――――――――
/* font
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* vw
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* line-height
――――――――――――――――――――――――――――――――――――――――――――――*/
/**********************************************************

ブレイクポイント

***********************************************************/
@font-face {
  font-family: "Noto Serif CJK JP";
  src: url("../font/NotoSerifCJK-JP-semibold.otf") format("otf"), url("../font/NotoSerifCJK-JP-semibold.woff") format("woff"), url("../font/NotoSerifCJK-JP-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP.ttf") format("ttf"), url("../font/NotoSansJP.woff") format("woff"), url("../font/NotoSansJP.woff2") format("woff2");
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* pc sp 出し分けのためのcss
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
/*! 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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea { /* 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 */
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

/*――――――――――――――――――――――――――――――――――――――――――――
/* html,body
――――――――――――――――――――――――――――――――――――――――――――――*/
* {
  min-height: 0;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}
html.js-noscroll {
  overflow: hidden;
  scroll-behavior: auto;
}
body {
  min-height: 100svh;
  color: #2d3239;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  background-color: #f7f7f7;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
}
body.is-active {
  overflow: hidden;
}
body.js-noscroll {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* デフォルトの設定
――――――――――――――――――――――――――――――――――――――――――――――*/
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  image-orientation: from-image;
  pointer-events: none;
}

svg {
  display: block;
}

a {
  transition: 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}
a.c-imgScale .c-img {
  transition: 0.5s;
}
a.c-imgScale:hover {
  opacity: 1;
}
a.c-imgScale:hover .c-img {
  transform: scale(1.1);
}
a circle,
a path,
a line,
a rect {
  transition: 0.3s;
}
a::before, a::after {
  transition: 0.3s;
}

input,
textarea {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #ededed;
}

a {
  color: #4072c3;
}

.c-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.c-btn-wrapper--column {
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .c-btn-wrapper--column-sp {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .company.applicants .c-btn-wrapper--column-sp {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .master.categories .c-modal__footer .c-btn-wrapper--column-sp {
    flex-direction: column-reverse;
  }
}

.c-btn {
  display: block;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  padding: 18px 10px;
  background: #2d3239;
  border: 2px solid #2d3239;
  max-width: 240px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  transition: 0.3s;
  z-index: 10;
}
.c-btn:hover {
  background: #ffffff;
  color: #2d3239;
  opacity: 1;
}
.c-btn:hover .c-btn-text::before {
  background: #2d3239;
}
.c-btn .c-btn-text {
  position: relative;
}
.c-btn .c-btn-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  width: 6.5px;
  height: 11.5px;
  background-color: #ffffff;
  mask-image: url(../img/common/ico_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
}
.c-btn.--dark {
  font-size: 20px;
  background-color: #2d3239;
  border: 2px solid #2d3239;
  max-width: 304px;
}
@media screen and (max-width: 768px) {
  .c-btn.--dark {
    max-width: 315px;
  }
}
.c-btn.--dark:hover {
  background: #ffffff;
  color: #2d3239;
  opacity: 1;
}
.c-btn.--dark:hover .c-btn-text::after {
  background: #2d3239;
}
.c-btn.--dark .c-btn-text::before {
  width: 9px;
  height: 16px;
  right: -33px;
}
.c-btn.--pink {
  font-size: 20px;
  background-color: #f00b5a;
  border: 2px solid #f00b5a;
  max-width: 304px;
}
@media screen and (max-width: 768px) {
  .c-btn.--pink {
    max-width: 315px;
  }
}
.c-btn.--pink:hover {
  background: #ffffff;
  color: #f00b5a;
  opacity: 1;
}
.c-btn.--pink:hover .c-btn-text::before {
  background: #f00b5a;
}
.c-btn.--pink .c-btn-text::before {
  width: 9px;
  height: 16px;
  right: -33px;
}
.c-btn.--gray {
  font-size: 20px;
  background-color: #747474;
  border: 2px solid #747474;
}
.c-btn.--gray:hover {
  background: #ffffff;
  color: #747474;
  opacity: 1;
}
.c-btn.--gray:hover .c-btn-text::before {
  background: #747474;
}
.c-btn.--gradient {
  background: linear-gradient(90deg, #3a79c5 0%, #10a4d1 50%, #0cb99a 100%);
  border: none;
  z-index: 0;
}
.c-btn.--gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, #3a79c5 0%, #3a79c5 50%, #3a79c5 100%);
  opacity: 0;
  transition: opacity 0.5s;
}
.c-btn.--gradient:hover {
  color: #ffffff;
}
.c-btn.--gradient:hover::after {
  opacity: 1;
}
.c-btn.--gradient:hover .c-btn-text::before {
  background-color: #ffffff;
}
.c-btn.--orange {
  background: #f07d0b;
  border: 2px solid #f07d0b;
}
.c-btn.--orange:hover {
  background: #ffffff;
  color: #f07d0b;
  opacity: 1;
}
.c-btn.--orange:hover .c-btn-text::before {
  background: #f07d0b;
}
.c-btn.--search .c-btn-text {
  padding-left: 14px;
  transition: 0.3s;
}
.c-btn.--search .c-btn-text::before {
  width: 18px;
  height: 18px;
  left: -15px;
  right: auto;
  mask-image: url(../img/common/ico_search.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_search.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.c-btn.--white {
  background-color: #ffffff;
  border: 1px solid #999ba3;
  color: #2d3239;
}
.c-btn.--favorite .c-btn-text {
  padding-left: 24px;
  margin-right: 0;
}
.c-btn.--favorite .c-btn-text::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: -1px;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  background-color: #d8d8d8;
  mask-image: url(../img/common/ico_fav-star.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_fav-star.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
}
.c-btn.--favorite .c-btn-text.js-active::before {
  border: 9px solid #eddb02;
}
.c-btn.--favorite:hover .c-btn-text {
  position: relative;
}
.c-btn.--favorite:hover .c-btn-text::before {
  animation: rotate 0.7s ease-in-out both;
}
.c-btn.--yellow {
  background-color: #ffd72e;
  border: none;
}
.c-btn.--yellow::after {
  content: "";
  background: #ffd72e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.c-btn.--yellow::before {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.c-btn.--yellow:hover::after {
  opacity: 0.6;
}
.c-btn.--yellow .c-btn-text {
  padding-right: 8px;
  color: #2d3239;
}
.c-btn.--yellow .c-btn-text::before {
  width: 8px;
  height: 14px;
  right: -30px;
  background-color: #2d3239;
}
.c-btn.for-shops-top-message-btn {
  max-width: 440px;
  min-height: 80px;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-btn.for-shops-top-message-btn {
    max-width: 315px;
    min-height: 68px;
    bottom: -34px;
  }
  .c-btn.for-shops-top-message-btn .c-btn-text {
    padding-right: 15px;
  }
  .c-btn.for-shops-top-message-btn .c-btn-text::before {
    right: -22.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .c-btn.for-shops-top-message-btn {
    max-width: 84vw;
  }
  .c-btn.for-shops-top-message-btn .c-btn-text::before {
    right: -4.5px;
  }
}

@keyframes rotate {
  0% {
    transform: translateY(-50%) rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: translateY(-50%) rotate(7deg) translate3d(0, 0, 0);
  }
  50% {
    transform: translateY(-50%) rotate(-7deg) translate3d(0, 0, 0);
  }
  75% {
    transform: translateY(-50%) rotate(3deg) translate3d(0, 0, 0);
  }
  100% {
    transform: translateY(-50%) rotate(0deg) translate3d(0, 0, 0);
  }
}
.c-btn-primary {
  max-width: 413px;
  width: 100%;
  min-height: 56px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid transparent;
  transition: 0.3s;
}

.c-btn-primary--submit {
  background-color: #f07d0b;
}
.c-btn-primary--submit:hover {
  color: #f07d0b;
  border-color: #f07d0b;
  background-color: #ffffff;
}
.c-btn-primary--submit:hover .c-icon-arrow-line::after {
  border-top-color: #f07d0b;
  border-right-color: #f07d0b;
}

.c-btn-primary--delete {
  background-color: #c34040;
}
.c-btn-primary--delete:hover {
  color: #c34040;
  border-color: #c34040;
  background-color: #ffffff;
}
.c-btn-primary--delete:hover .c-icon-arrow-line::after {
  border-top-color: #c34040;
  border-right-color: #c34040;
}

.company .c-icon-arrow-line {
  padding-right: 0;
}

.c-btn-inner {
  position: relative;
}

.c-btn-inner--full {
  width: 100%;
  text-align: center;
  display: block;
}

.c-btn-order {
  width: 13.28125vw;
  max-width: 200px;
  min-height: 40px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn-order .c-icon-svg {
  margin-right: 5px;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .c-btn-order {
    width: auto;
    max-width: none;
  }
}

.master .c-btn-order {
  padding: 7px 10px;
  min-width: 153px;
}

.c-btn-add {
  width: 13.28125vw;
  max-width: 200px;
  min-height: 40px;
  padding: 10px 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #4072c3;
  border: 1px solid #4072c3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn-add svg {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .c-btn-add {
    width: auto;
    max-width: none;
  }
}

.company .c-btn-add {
  padding: 7px 10px;
}
@media screen and (max-width: 768px) {
  .company .c-btn-add {
    width: 170px;
  }
}

.master .c-btn-add {
  padding: 7px 10px;
  min-width: 153px;
}

/* 並び替えモード時に追加ボタンを非活性化 */
.reorder-mode .c-btn-add {
  pointer-events: none;
  border-color: #a0a0a0;
  background-color: #a0a0a0;
  cursor: not-allowed;
}

.c-text--cancel-order {
  color: #2d3239;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  display: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.c-text--cancel-order:hover {
  opacity: 1;
  text-decoration: none;
}

.c-btn--duplicate {
  min-width: 170px;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
  transition: 0.3s;
}
.c-btn--duplicate .c-icon-svg {
  margin-right: 8px;
  display: inline-flex;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-btn--duplicate {
    width: auto;
    min-width: 145px;
    padding: 10px 5px;
  }
}
.c-btn--duplicate svg path {
  transition: 0.3s;
}
.c-btn--duplicate:hover {
  color: #ffffff;
  background-color: #b2b2b2;
}
.c-btn--duplicate:hover svg path {
  fill: #ffffff;
  stroke: #ffffff;
}

.c-btn-top-company-dashboard {
  width: 100%;
  min-height: 54px;
  height: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2d3239;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #2d3239;
  transition: 0.3s;
}
.c-btn-top-company-dashboard svg {
  margin: 0 6px 2px 0;
  display: inline-flex;
  vertical-align: middle;
}
.c-btn-top-company-dashboard svg path {
  stroke: #2d3239;
  fill: none;
}
.c-btn-top-company-dashboard:hover {
  color: #ffffff;
  background-color: #2d3239;
}
.c-btn-top-company-dashboard:hover svg {
  margin: 0 6px 2px 0;
  display: inline-flex;
  vertical-align: middle;
}
.c-btn-top-company-dashboard:hover svg path {
  stroke: #ffffff;
  fill: none;
}

.c-section-title {
  font-size: clamp(26px, 26px + 4 * (100vw - 768px) / 512, 30px);
  line-height: 1.7666666667;
  font-weight: 700;
}

.c-section-title--xm {
  font-size: clamp(25px, 25px + 3 * (100vw - 768px) / 512, 28px);
  font-weight: 700;
}

.c-section-title--m {
  font-size: 24px;
  font-weight: 700;
}

.c-section-title--sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
}

.c-section-title--s {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.c-section-title--s-sub {
  font-size: 12px;
  font-weight: 700;
  color: #4072c3;
}

.c-section-title-text {
  font-size: clamp(17px, 17px + 3 * (100vw - 768px) / 512, 20px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 22px;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.45;
  }
  .c-section-title--xm {
    font-size: 22px;
  }
  .c-section-title--m {
    font-size: 18px;
  }
  .c-section-title--sub {
    font-size: 15px;
  }
  .c-section-title--s {
    font-size: 18px;
    line-height: 1.67;
  }
  .c-section-title-text {
    font-size: 16px;
    line-height: 1.7;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 擬似要素
――――――――――――――――――――――――――――――――――――――――――――――*/
.--blank {
  position: relative;
}
.--blank::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  background-color: #ffffff;
  mask-image: url(../img/common/ico_blank.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_blank.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}

.--arrow,
.--arrow-l {
  position: relative;
}
.--arrow::before,
.--arrow-l::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5.29px;
  height: 9.07px;
  margin: auto;
  background-color: #2d3239;
  mask-image: url(../img/common/ico_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}

.--arrow-l::before {
  transform: rotate(0deg);
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* c-text
――――――――――――――――――――――――――――――――――――――――――――――*/
.c-text {
  line-height: 1.6;
}

.c-text--m {
  font-size: clamp(15px, 15px + 1 * (100vw - 768px) / 512, 16px);
  line-height: 1.65;
}

.c-text--bold {
  line-height: 1.6;
  font-weight: 700;
}

.c-text--s {
  font-size: 12px;
}

.c-text--l {
  font-size: 18px;
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
  .c-text--l {
    font-size: 15px;
    line-height: 1.6;
  }
  .c-text--m {
    font-size: 14px;
    line-height: 1.6;
  }
}
.c-text-with-ruby {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.c-text-with-ruby__ruby {
  font-size: 10px;
  font-weight: 700;
}

.c-input-text::placeholder,
.c-textarea::placeholder {
  color: #b2b2b2;
  opacity: 1;
}

.c-input-text::-webkit-input-placeholder,
.c-textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}

.c-input-text:-ms-input-placeholder,
.c-textarea:-ms-input-placeholder {
  color: #b2b2b2;
}

.c-input-text::-ms-input-placeholder,
.c-textarea::-ms-input-placeholder {
  color: #b2b2b2;
}

.c-input-text {
  width: 100%;
  min-height: 40px;
  padding: 8px 19px;
  font-size: 16px;
  border: 1px solid #b2b2b2;
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}
.c-input-text--short {
  width: 175px;
}

.c-input-text--disabled {
  background-color: #f2f2f2;
  border-color: #b2b2b2;
  cursor: not-allowed;
}

.c-input-text--password {
  padding-right: 5em;
}

.c-textarea {
  width: 100%;
  min-height: 92px;
  padding: 8px 19px;
  font-size: 16px;
  font-family: inherit;
  border: 1px solid #b2b2b2;
  background-color: #ffffff;
  resize: vertical;
}

.c-textarea--disabled {
  background-color: #f2f2f2;
  border-color: #b2b2b2;
  cursor: not-allowed;
}

.c-select-wrap {
  position: relative;
}
.c-select-wrap::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #2d3239;
  border-bottom: 1px solid #2d3239;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.c-select {
  width: 100%;
  min-height: 40px;
  padding: 8px 40px 8px 19px;
  font-size: 16px;
  border: 1px solid #b2b2b2;
  background-color: #ffffff;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpolyline points='1,1 5,5 9,1' fill='none' stroke='%232d3239' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 19px) center;
  background-size: 10px 6px;
  background-repeat: no-repeat;
  appearance: none;
  outline: none;
}

.c-select--simple {
  border: none;
  border-bottom: 1px solid #2d3239;
  padding: 4px 10px 4px 5px;
  min-height: auto;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpolyline points='1,1 5,5 9,1' fill='none' stroke='%232d3239' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: 100% center;
  background-size: 10px 6px;
  background-repeat: no-repeat;
}

.c-select--disabled {
  background-color: #f2f2f2;
  border-color: #b2b2b2;
  cursor: not-allowed;
}

.c-select-overlay--birth-year {
  width: calc(100% - 35px);
  padding: 0 8px;
  color: #b2b2b2;
  font-weight: 400;
  background: white;
  display: flex;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  cursor: pointer;
  pointer-events: none;
}

.c-form-group {
  margin-bottom: 16px;
}

.c-form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.c-form-error {
  margin-top: 7px;
  color: #d32f2f;
  font-size: 14px;
  font-weight: 400;
  display: none;
  grid-column: 1/-1;
  width: 100%;
}
.c-form-error::before {
  content: "!";
  width: 15px;
  height: 15px;
  margin-right: 4px;
  color: #ffffff;
  font-size: 11px;
  border-radius: 50%;
  background-color: #c34040;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-1px);
}
.c-form-error.show, .c-form-error[style*="display: block"] {
  display: block;
}

.mypage .c-form-label {
  font-weight: 700;
}

.c-password-group {
  position: relative;
}
.c-password-group .c-input-toggle {
  width: 70px;
  padding-left: 23px;
  color: #a0a0a0;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 19px;
}
.c-password-group .c-input-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url(/assets/img/common/ico_password_toggle.png) no-repeat top/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-password-group .c-input-toggle[aria-pressed=true]::after {
  background-position: bottom;
}

.c-select-box {
  width: 100%;
  min-height: 40px;
  padding: 8px 19px;
  font-size: 14px;
  background-color: #ffffff;
  appearance: none;
}
.c-select-box-wrapper {
  width: 62.78366112%;
  border: 1px solid #b2b2b2;
  position: relative;
}
.c-select-box-wrapper::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #2d3239;
  border-bottom: 1px solid #2d3239;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.c-checkbox {
  display: none;
  width: 20px;
  height: 20px;
  appearance: none;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  position: relative;
}
.c-checkbox-label {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.c-checkbox-label::before, .c-checkbox-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-checkbox-label::before {
  display: block;
  width: 20px;
  height: 20px;
  appearance: none;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  left: 0;
}
.c-checkbox-label::after {
  display: none;
  width: 5px;
  height: 10px;
  border-right: 2px solid #4072c3;
  border-bottom: 2px solid #4072c3;
  transform: translateY(-60%) rotate(45deg);
  left: 7px;
}
.c-checkbox-label + .c-checkbox + .c-checkbox-label {
  margin-left: 40px;
}
.c-checkbox:checked + .c-checkbox-label::after {
  display: block;
}
.c-checkbox:disabled + .c-checkbox-label {
  cursor: not-allowed;
  opacity: 0.5;
}

.c-checkbox-label--boxed {
  padding: 10px 5px 10px 34px;
  width: 200px;
  border: 1px solid #b2b2b2;
  display: flex;
  align-items: center;
  line-height: 1.5;
  word-break: break-word;
  white-space: normal;
  position: relative;
}
.c-checkbox-label--boxed::after {
  display: none !important;
}
.c-checkbox-label--boxed::before {
  content: "";
  width: 8px;
  height: 8px;
  border: none;
  border-top: 2px solid #4072c3;
  border-right: 2px solid #4072c3;
  border-radius: 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: 15px;
  top: 50%;
}

.c-checkbox:checked + .c-checkbox-label--boxed {
  color: #4072c3;
  border-color: #4072c3;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}

.c-checkbox-boxed-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}

.c-checkbox-boxed-list > div {
  display: flex;
}

.c-radio {
  display: none;
  width: 20px;
  height: 20px;
  appearance: none;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  position: relative;
}
.c-radio-label {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.c-radio-label::before, .c-radio-label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-radio-label::before {
  display: block;
  width: 20px;
  height: 20px;
  appearance: none;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  left: 0;
}
.c-radio-label::after {
  display: none;
  background: #4072c3;
  left: 5px;
}
.c-radio-label + .c-radio + .c-radio-label {
  margin-left: 40px;
}
.c-radio:checked + .c-radio-label::after {
  display: block;
}
.c-radio:disabled + .c-radio-label {
  cursor: not-allowed;
  opacity: 0.5;
}

.company .c-radio-label + .c-radio + .c-radio-label {
  margin-left: clamp(20px, 20px + 13 * (100vw - 768px) / 512, 33px);
}
@media screen and (max-width: 768px) {
  .company .c-radio-label + .c-radio + .c-radio-label {
    margin-left: 0;
  }
}

.c-radio-grid,
.c-checkbox-grid {
  display: grid;
  gap: 16px 20px;
  margin: 0;
  grid-template-columns: repeat(2, 1fr);
}
.c-radio-grid--col-1,
.c-checkbox-grid--col-1 {
  grid-template-columns: 1fr;
}
.c-radio-grid--col-2,
.c-checkbox-grid--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-radio-grid--col-3,
.c-checkbox-grid--col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-radio-grid--col-4,
.c-checkbox-grid--col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-radio-grid--col-5,
.c-checkbox-grid--col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.c-radio-grid--col-6,
.c-checkbox-grid--col-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 768px) {
  .c-radio-grid,
  .c-checkbox-grid {
    grid-template-columns: 1fr !important;
  }
}
.c-radio-grid__item,
.c-checkbox-grid__item {
  display: flex;
  align-items: center;
  margin: 0;
}
.c-radio-grid__item .c-radio-label,
.c-radio-grid__item .c-checkbox-label,
.c-checkbox-grid__item .c-radio-label,
.c-checkbox-grid__item .c-checkbox-label {
  margin-left: 0;
}
.c-radio-grid__item .c-radio-label + .c-radio + .c-radio-label, .c-radio-grid__item .c-radio-label + .c-radio + .c-checkbox-label, .c-radio-grid__item .c-radio-label + .c-checkbox + .c-radio-label, .c-radio-grid__item .c-radio-label + .c-checkbox + .c-checkbox-label,
.c-radio-grid__item .c-checkbox-label + .c-radio + .c-radio-label,
.c-radio-grid__item .c-checkbox-label + .c-radio + .c-checkbox-label,
.c-radio-grid__item .c-checkbox-label + .c-checkbox + .c-radio-label,
.c-radio-grid__item .c-checkbox-label + .c-checkbox + .c-checkbox-label,
.c-checkbox-grid__item .c-radio-label + .c-radio + .c-radio-label,
.c-checkbox-grid__item .c-radio-label + .c-radio + .c-checkbox-label,
.c-checkbox-grid__item .c-radio-label + .c-checkbox + .c-radio-label,
.c-checkbox-grid__item .c-radio-label + .c-checkbox + .c-checkbox-label,
.c-checkbox-grid__item .c-checkbox-label + .c-radio + .c-radio-label,
.c-checkbox-grid__item .c-checkbox-label + .c-radio + .c-checkbox-label,
.c-checkbox-grid__item .c-checkbox-label + .c-checkbox + .c-radio-label,
.c-checkbox-grid__item .c-checkbox-label + .c-checkbox + .c-checkbox-label {
  margin-left: 0;
}

.c-upload-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border: 2px solid #b2b2b2;
  background-color: #fff;
  color: #2d3239;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}
.c-upload-btn:hover {
  opacity: 0.7;
}
.c-upload-btn .c-icon-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
}
.c-upload-btn input[type=file] {
  display: none;
}

.company .c-upload-btn {
  flex-direction: row-reverse;
  border: 1px solid #b2b2b2;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
  min-width: 217px;
  padding: 10px 24px;
}

.c-image-upload .c-image-upload__note {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71428571;
}

.company .c-image-upload .c-image-upload__note {
  font-size: 11px;
}
.company .c-image-upload .c-image-upload__note.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.company.shop .c-image-upload .c-image-upload__note {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .company.shop .c-image-upload .c-image-upload__note {
    font-size: 13px;
  }
}

.c-image-preview {
  margin-top: 20px;
}
.c-image-preview .c-image-item {
  padding: 25px;
  border: 4px solid #e8e9ea;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .c-image-preview .c-image-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-image-preview .c-image-item + .c-image-item {
  margin-top: 15px;
}
.c-image-preview .c-handle {
  margin-right: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-image-preview .c-handle {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}
.c-image-preview .c-image-item__head {
  aspect-ratio: 80/106;
  width: 80px;
  max-height: 106px;
  margin-right: 20px;
}
.c-image-preview .c-image-item__head img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 106px;
  object-fit: contain;
}
.c-image-preview .c-image-item__body {
  color: #2d3239;
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .c-image-preview .c-image-item__body {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-image-preview .btn-delete {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.c-image-preview .marked-for-deletion {
  position: relative;
}
.c-image-preview .marked-for-deletion .delete-pending-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.c-image-preview .marked-for-deletion .btn-undo {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.c-image-preview .marked-for-deletion .btn-undo .btn-icon {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .c-image-preview .marked-for-deletion .btn-undo {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.company .c-image-preview .c-image-item {
  min-height: 140px;
}
.company .c-image-preview .c-image-item__head {
  max-width: 90px;
}
@media screen and (max-width: 768px) {
  .company .c-image-preview .c-image-item__head {
    max-width: 160px;
    margin: 0;
  }
}

.company.shop .c-image-preview .c-image-item .c-image-item__head {
  aspect-ratio: 90/90;
  min-width: 90px;
  max-height: 90px;
}

@media screen and (max-width: 768px) {
  .company.jobs .c-image-preview.is-active .c-image-item {
    gap: 20px;
  }
}
.company.jobs .c-image-preview .c-image-item__head {
  min-width: 148px;
  aspect-ratio: 148/90;
}
.company.jobs .c-image-preview .c-image-item__head img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .company.jobs .c-image-preview .c-image-item__head {
    width: 148px;
    margin-left: 30px;
    min-width: 0;
  }
}
@media (max-width: 320px) {
  .company.jobs .c-image-preview .c-image-item__head {
    max-width: 148px;
    width: auto;
  }
}

.c-char-count {
  color: #999ba3;
  font-size: 14px;
  font-weight: 400;
}

.c-address-with-pin {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
}
.c-address-with-pin__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 14px;
  height: 19px;
  margin-top: 2px;
}
.c-address-with-pin__icon svg {
  width: 100%;
  height: 100%;
}
.c-address-with-pin__text {
  flex: 1;
  color: #2d3239;
}

.profile .c-address-with-pin {
  margin-bottom: 14px;
}

.is-disabled {
  background-color: #f2f2f2;
  border-color: #b2b2b2;
  pointer-events: none;
}

.register .c-password-group .c-input-toggle {
  width: 63px;
  padding-left: 23px;
}

.register .c-select:not(#prefecture_id) {
  background-image: none;
}

.register.applicant_confirm .c-radio-label {
  pointer-events: none;
}

.mypage .profile .c-select {
  min-height: 44px;
}

.register .c-radio-label + .c-radio + .c-radio-label {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .register .c-radio-label + .c-radio + .c-radio-label {
    margin-left: 4vw;
  }
}

.register .c-radio-label {
  font-weight: normal;
}
.register .c-image-preview .c-image-item {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .register .c-image-preview .c-image-item__head {
    margin: 0;
  }
}

.c-message {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background-color: #fff2f2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-message.is-error {
  padding: 12px 15px 12px;
  margin-bottom: 20px;
  opacity: 1;
  visibility: visible;
}
.c-message.is-error .c-message__head {
  opacity: 1;
  visibility: visible;
}
.c-message.is-success {
  padding: 12px 15px 12px;
  margin-bottom: 20px;
  background-color: #f2fff4;
  opacity: 1;
  visibility: visible;
}
.c-message.is-success .c-message__head {
  opacity: 1;
  visibility: visible;
}
.c-message.is-success .c-message__body {
  color: #2d3239;
}

.c-message__head {
  height: 0;
  opacity: 0;
  visibility: hidden;
  flex-shrink: 0;
}

.c-message__body {
  color: #c34040;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.60714286;
  flex-grow: 1;
}

.c-message--success {
  color: green;
}

.c-message--error {
  color: red;
}

.c-success-message__title {
  margin-bottom: 15px;
  font-size: 14px;
}

.c-email-verification {
  margin-top: 30px;
  padding: 25px;
  border: 4px solid #e8e9ea;
  line-height: 1.6;
}

.register .c-email-verification {
  margin-top: 24px;
  padding: 16px 19px 18px;
}
@media screen and (max-width: 768px) {
  .register .c-email-verification {
    padding: clamp(10px, 4vw, 16px) clamp(12px, 5vw, 19px) clamp(12px, 5vw, 18px);
  }
}

.register .login__title {
  margin-bottom: 25px;
}

.register .c-success-message__title {
  margin-bottom: 18px;
}

.register .login__content {
  padding: 37px 51px 40px;
}
@media screen and (max-width: 768px) {
  .register .login__content {
    padding: 30px 20px 30px;
  }
}

.register .c-email-verification__address {
  margin-top: 13px;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .register .login__main {
    padding: 30px 20px 50px;
  }
}

.c-has-icon {
  display: flex;
  align-items: center;
}
.c-has-icon--right svg {
  margin-left: 5px;
  transition: 0.3s;
}
.c-has-icon a {
  display: inline-flex;
}
.c-has-icon a:hover + svg {
  opacity: 0.7;
}

.c-icon-arrow-line {
  padding-right: 10px;
  position: relative;
}
.c-icon-arrow-line::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -1px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.3s;
}
.c-icon-arrow-line--dark::after {
  border-top-color: #2d3239;
  border-right-color: #2d3239;
}

.c-icon-arrow-line--thin::after {
  border-top-width: 1px;
  border-right-width: 1px;
}

.c-icon-star {
  padding-left: 25px;
  position: relative;
}
.c-icon-star::before {
  content: "";
  display: block;
  width: 17px;
  height: 16px;
  background: url(/assets/img/common/ico_star.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c-icon-workplace {
  padding-left: 30px;
  position: relative;
}
.c-icon-workplace::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/img/common/ico_workplace.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c-icon-external {
  padding-right: 18px;
  position: relative;
}
.c-icon-external::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(/assets/img/common/ico_external.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.c-icon-triangle {
  padding-right: 13px;
  display: inline-block;
  position: relative;
}
.c-icon-triangle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-top: 5px solid #2d3239;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: center;
  transition: 0.3s;
}
.c-icon-triangle.--s::after {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.c-icon-triangle--right::after {
  transform: rotate(45deg);
}

.c-icon-triangle--down::after {
  transform: rotate(0);
}

.c-icon-aside {
  margin-left: 7px;
}

.c-icon-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #4072c3;
}
.c-icon-info--gradient {
  background: linear-gradient(90deg, #3a79c5 0%, #10a4d1 50%, #0cb99a 100%);
}
.c-icon-info__inner {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.c-icon-info--danger {
  width: 15px;
  height: 15px;
  color: #ffffff;
  font-size: 11px;
  background-color: #c34040;
}
.c-icon-info--danger .c-icon-info__inner {
  font-size: 11px;
  font-weight: normal;
}
.c-icon-info--success {
  width: 15px;
  height: 15px;
  color: #ffffff;
  font-size: 11px;
  background-color: #4ac340;
}
.c-icon-info--success .c-icon-info__inner {
  font-size: 11px;
  font-weight: normal;
}

.c-icon-spinner {
  width: 20px;
  height: 20px;
  border: 4px rgba(255, 255, 255, 0.45) solid;
  border-top: 4px #ffffff solid;
  border-radius: 50%;
  animation: spCircRot 0.6s infinite linear;
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.master .c-icon-arrow-line {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .master .c-icon-triangle.c-icon-triangle--right.c-icon-triangle--down {
    font-size: 0;
  }
}

@media screen and (max-width: 768px) {
  .master .c-icon-triangle::after {
    margin-top: -6px;
  }
}

@media screen and (max-width: 768px) {
  .master .c-icon-workplace {
    padding-left: 20px;
  }
}

.c-status-published {
  color: #0a9d26;
}

.c-status-pending {
  color: #e83030;
}

.c-status-reviewing {
  color: #0a9d26;
}

.c-status-closed {
  color: #7b7b7b;
}

.c-status-draft {
  color: #7b7b7b;
}

.c-status-accepted {
  color: #2d3239;
}

.c-status-rejected {
  color: #2d3239;
}

.c-status-cancelled {
  color: #2d3239;
}

.c-status-icon {
  position: relative;
  padding-left: 16px;
}
.c-status-icon::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-status-icon.c-status-icon--hired, .c-status-icon.c-status-icon--cancelled, .c-status-icon.c-status-icon--not-hired, .c-status-icon.c-status-icon--declined {
  padding-left: 0;
}
.c-status-icon.c-status-icon--hired::before, .c-status-icon.c-status-icon--cancelled::before, .c-status-icon.c-status-icon--not-hired::before, .c-status-icon.c-status-icon--declined::before {
  display: none;
}

.c-status-icon--reviewing::before {
  background-color: #0a9d26;
}

.c-status-icon--unconfirmed::before {
  background-color: #e83030;
}

.c-status-icon--not-hired::before {
  background-color: #7b7b7b;
}

.c-status-icon--cancelled::before {
  background-color: #9e9e9e;
}

.c-status-is-unconfirmed {
  color: #999ba3;
}

.c-pagination {
  margin-top: 30px;
}

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

.c-pagination__item {
  min-width: 30px;
  min-height: 30px;
  font-size: 14px;
  color: #22282e;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-pagination__item--active {
  background-color: #4072c3;
  color: #ffffff;
  pointer-events: none;
  cursor: default;
}

.c-pagination__item--prev,
.c-pagination__item--next {
  color: transparent;
  position: relative;
  background-color: #ededed;
}
.c-pagination__item--prev:after,
.c-pagination__item--next:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #414141;
  border-right: 2px solid #414141;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-pagination__item--prev:after {
  transform: translate(calc(-50% + 2px), -50%) rotate(225deg);
}

.c-pagination__item--next:after {
  transform: translate(calc(-50% - 2px), -50%) rotate(45deg);
}

.c-image-placeholder {
  width: 100%;
  height: 100%;
  min-width: 77px;
  min-height: 77px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1.42857143;
  background-color: #e8e9ea;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-title-main-box {
  background-color: #ededed;
  display: flex;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-title-main-box {
    flex-direction: column;
  }
}

.master .c-title-main-box {
  position: static;
}

.company .c-title-main-box {
  position: static;
}

.c-title-main-box-flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-title-main-box-flex {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.c-title-main {
  color: #2d3239;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-title-main {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
  }
}

.company .c-title-main {
  font-size: clamp(22px, 22px + 4 * (100vw - 768px) / 512, 26px);
}
@media screen and (max-width: 768px) {
  .company .c-title-main {
    font-size: 20px;
  }
}

.master.jobs .c-title-main {
  padding-bottom: 5px;
}

.c-title-with-line {
  padding-bottom: 19px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-title-with-line {
    padding-bottom: 15px;
  }
}
.c-title-with-line::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #d6d6d6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.c-title-with-line--divide::after {
  /* 左から右へのライン。左端80pxはグラデーション、それ以降はグレー */
  width: 100%;
  background: linear-gradient(to right, #4072c3 0%, #10a4d1 47.78%, #0bbc93 100%) no-repeat, #d6d6d6;
  background-size: 80px 3px, 100% 3px;
  background-position: left center, left center;
}

.c-title-main-box__actions {
  margin-left: auto;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-title-main-box__actions {
    width: 100%;
    margin-top: 10px;
  }
}
.c-title-main-box__actions button {
  text-decoration: none;
}

.c-title-sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-title-sub {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
  }
}

.c-title__note {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-title__note {
    font-size: 14px;
  }
}

.c-title-tertiary {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.c-title-tertiary--sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .master.categories .c-title-main {
    font-size: clamp(18px, 2.3vw, 26px);
  }
}
.c-admin-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  /* ハンドル列の隣は罫線を表示しない */
}
.c-admin-table thead th {
  background-color: #e8e9ea;
}
.c-admin-table tbody td {
  background-color: #ffffff;
}
.c-admin-table th, .c-admin-table td {
  width: 120px;
  padding: 5px 20px;
  text-align: left;
  font-size: 14px;
  text-align: center;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .c-admin-table th, .c-admin-table td {
    width: 100px;
  }
}
.c-admin-table th {
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 1px solid #d6d6d6;
}
.c-admin-table th:first-child {
  text-align: left;
}
.c-admin-table th + th {
  position: relative;
  /* 左の罫線を上下7px空けて中央のみ1px描画 */
}
.c-admin-table th + th::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 7px; /* 高さは要素の全高 - 14px */
  width: 1px;
  background: #bfbfbf;
  pointer-events: none;
}
.c-admin-table th.sort-handle-col + th::before {
  content: normal;
}
.c-admin-table td {
  height: 74px;
  text-align: center;
  word-break: break-all;
  border-bottom: 1px solid #d6d6d6;
  vertical-align: middle;
}
.c-admin-table td:first-child {
  text-align: left;
}
.c-admin-table a {
  color: #2d3239;
  text-decoration: underline;
}
.c-admin-table a:hover {
  text-decoration: none;
}

.c-admin-table--sticky {
  overflow-x: auto;
}

/* 旧来の first-child ベースの挙動を保持したい画面向けモディファイア */
.c-admin-table--sticky.is-legacy-first-col thead th:first-child {
  width: 350px;
  background-color: #e8e9ea;
  position: sticky;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-admin-table--sticky.is-legacy-first-col thead th:first-child {
    width: 220px;
  }
}
.c-admin-table--sticky.is-legacy-first-col tbody td:first-child {
  background-color: #fff;
  position: sticky;
  left: 0;
  z-index: 1;
}

/* 列ユーティリティ：幅とスティッキーをクラスで制御 */
.c-admin-table__col--handle {
  width: 22px !important;
  min-width: 22px;
  max-width: 22px;
  padding: 0 !important;
  box-sizing: border-box;
  text-align: center !important;
  vertical-align: middle !important;
  display: none; /* 通常は非表示 */
}

/* 並び替えモード時にハンドル列を表示 */
.reorder-mode .c-admin-table__col--handle {
  display: table-cell;
}

/* ドラッグ中の行スタイル */
tr.dragging {
  opacity: 0.6;
}

.c-admin-table__col--name {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .c-admin-table__col--name {
    width: 220px;
  }
}

/* 左固定（th/td 両方で使用）。z-index と背景色は役割に合わせる */
.c-admin-table--sticky thead th.c-admin-table__col--sticky-left {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #e8e9ea;
  text-align: left;
}

.master .c-admin-table--sticky thead th.c-admin-table__col--sticky-left {
  min-width: 255px;
}
@media screen and (max-width: 768px) {
  .master .c-admin-table--sticky thead th.c-admin-table__col--sticky-left {
    min-width: 150px;
    padding: 8px 70px 5px 20px;
  }
}

.c-admin-table--sticky tbody td.c-admin-table__col--sticky-left {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
  text-align: left;
}

/* 並び替え時に左にハンドル列（22px）が現れるレイアウトへ補正 */
.c-admin-table--sticky.reorder-mode thead th.c-admin-table__col--sticky-left,
.c-admin-table--sticky.reorder-mode tbody td.c-admin-table__col--sticky-left {
  left: 22px;
}

.c-admin-table__pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.c-admin-table__pagination .pagination__item {
  margin: 0 5px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.c-admin-table__pagination .pagination__item.active {
  font-weight: 700;
}
.c-admin-table__no-data {
  text-align: center;
  padding: 20px;
  font-size: 16px;
}

.c-view-all-link {
  width: 100%;
  min-height: 41px;
  margin-top: 25px;
  padding: 5px 10px;
  color: #2d3239;
  border: 1px solid #b2b2b2;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-admin-detail-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #d6d6d6;
}
.c-admin-detail-table th, .c-admin-detail-table td {
  width: 120px;
  padding: 14px 0;
  font-size: 16px;
  text-align: left;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .c-admin-detail-table th, .c-admin-detail-table td {
    width: 100%;
    padding: 10px 0 0;
    display: block;
  }
}
.c-admin-detail-table th {
  width: 145px;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) {
  .c-admin-detail-table th {
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
}
.c-admin-detail-table td {
  width: 100%;
  font-weight: 400;
  text-align: left;
  word-break: break-all;
  border-bottom: 1px solid #d6d6d6;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-admin-detail-table td {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
}
.c-admin-detail-table a {
  color: #2d3239;
  text-decoration: underline;
}
.c-admin-detail-table a:hover {
  text-decoration: none;
}

.c-admin-detail-table--shop th, .c-admin-detail-table--shop td {
  font-size: 14px;
}
.c-admin-detail-table--shop th {
  width: 125px;
}

.c-admin-table--reviewing thead th:first-child {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .c-admin-table--reviewing thead th:first-child {
    width: 150px;
  }
}
.c-admin-table--reviewing td:first-child {
  padding-left: 0;
}
.c-admin-table--reviewing a {
  color: #4072c3;
}

.c-admin-table--reviewing__name a {
  font-weight: 700;
  text-decoration: none;
}

.master .c-admin-table {
  table-layout: auto;
}

.master .c-admin-table td {
  padding: 10px 20px;
  height: 75px;
}

.master .c-admin-table thead th {
  font-size: 12px;
}

.master .c-admin-table thead th:first-child {
  min-width: 165px;
  padding: 8px 20px 5px;
}
@media screen and (max-width: 768px) {
  .master .c-admin-table thead th:first-child {
    padding: 8px clamp(10px, 10vw, 20px) 5px 20px;
    min-width: 155px;
  }
}

.master .l-spacing-bottom-medium {
  margin-bottom: 19px;
}

.master .c-admin-table th + th {
  padding: 8px 20px 5px;
}

.master.applicants .c-admin-table th, .master.applicants .c-admin-table td {
  width: auto;
}

.master.applicants .c-admin-table thead th:first-child {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .master.applicants .c-admin-table thead th:first-child {
    min-width: 110px;
  }
}

.master.applicants .c-admin-table thead th:nth-child(2) {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .master.applicants .c-admin-table thead th:nth-child(2) {
    min-width: 125px;
  }
}

.master.applicants .c-admin-table thead th:nth-child(3) {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .master.applicants .c-admin-table thead th:nth-child(3) {
    min-width: 150px;
  }
}

.master.applicants .c-admin-detail-table tbody th {
  padding: 13px 0;
}

.master.jobs .l-jobsList .l-admin-container .c-admin-table--sticky .c-admin-table thead th:first-child {
  width: 365px;
}

.master.jobs #job-list thead th:nth-child(3) {
  min-width: 150px;
}

.master.styles #style-list thead th:nth-child(3) {
  min-width: 150px;
}

.master.tags #tag-list thead th:nth-child(3) {
  min-width: 150px;
}

.master.faq #job-list thead th:nth-child(3) {
  min-width: 150px;
}

.master.categories #category-list-tag thead th:nth-child(3) {
  min-width: 150px;
}

.l-jobsList .c-admin-table thead .c-admin-table__col--name:first-child {
  width: 365px;
}

#tag-list thead th:nth-child(4) {
  width: 155px;
}

#tag-list thead th:nth-child(5) {
  width: 161px;
}

.c-admin-table__mail {
  min-width: 210px;
}
@media screen and (max-width: 768px) {
  .c-admin-table__mail {
    min-width: 175px;
  }
}

.c-admin-table__phone {
  min-width: 155px;
}

.c-admin-form__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #d6d6d6;
}
.c-admin-form__table--borderless {
  border-top: none;
}
.c-admin-form__table th, .c-admin-form__table td {
  width: 120px;
  padding: 20px 20px;
  text-align: left;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .c-admin-form__table th, .c-admin-form__table td {
    width: 100%;
    padding: 10px 10px;
    display: block;
  }
}
.c-admin-form__table th {
  width: 165px;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) {
  .c-admin-form__table th {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: none;
  }
}
.c-admin-form__table td {
  width: 100%;
  height: 74px;
  font-weight: 700;
  text-align: left;
  word-break: break-all;
  border-bottom: 1px solid #d6d6d6;
  vertical-align: middle;
}
.c-admin-form__table td input, .c-admin-form__table td select, .c-admin-form__table td textarea {
  font-weight: 400;
}
.c-admin-form__table td:first-child {
  width: 165px;
}
@media screen and (max-width: 768px) {
  .c-admin-form__table td {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
  .c-admin-form__table td:first-child {
    width: 100%;
  }
}
.c-admin-form__table .c-input-text {
  width: 100%;
}
.c-admin-form__table .c-input-text--long {
  width: 80%;
}
.c-admin-form__table .c-input-text--middle {
  width: 62.78366112%;
}
.c-admin-form__table .c-input-text--short {
  width: 174px;
}
@media screen and (max-width: 768px) {
  .c-admin-form__table .c-input-text {
    width: 100%;
  }
}
.c-admin-form__table a {
  color: #2d3239;
  text-decoration: underline;
}
.c-admin-form__table a:hover {
  text-decoration: none;
}
.c-admin-form__table--inside {
  border-top: none;
}
.c-admin-form__table--inside th, .c-admin-form__table--inside td {
  height: auto;
  border-bottom: none;
}
.c-admin-form__table--inside td {
  padding: 6px 0;
}

.bottom-line {
  padding-bottom: 70px;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) {
  .bottom-line {
    padding-bottom: 50px;
  }
}

.second-block {
  margin-top: 62px;
}

.company .c-admin-form__table tr {
  font-size: 16px;
}
.company .c-admin-form__table tr + tr td {
  padding-top: 23px;
}
@media screen and (max-width: 768px) {
  .company .c-admin-form__table tr + tr td {
    padding-top: 28px;
  }
  .company .c-admin-form__table tr + tr td + td {
    padding-top: 0;
  }
}
.company .c-admin-form__table tr:first-of-type td {
  padding-top: 0;
}
.company .c-admin-form__table tr td:first-of-type {
  padding-left: 0;
  font-size: clamp(14px, 14px + 2 * (100vw - 768px) / 512, 16px);
  width: clamp(120px, 120px + 30 * (100vw - 768px) / 512, 150px);
}
@media screen and (max-width: 768px) {
  .company .c-admin-form__table tr td:first-of-type {
    border-bottom: none;
    padding-bottom: 10px;
  }
}
.company .c-admin-form__table tr td:last-of-type {
  padding-right: 0;
}
.company .c-admin-form__table td {
  padding: 5px 5px 24px 0;
  font-size: clamp(14px, 14px + 2 * (100vw - 768px) / 512, 16px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .company .c-admin-form__table td {
    padding-bottom: 28px;
  }
}
.company .c-admin-form__table td.align-top {
  vertical-align: top;
}
.company .c-admin-form__table td.padding-adjustment {
  padding-top: 28px;
}
.company .c-admin-form__table .c-input-text {
  border: 1px solid #b2b2b2;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}
.company .c-admin-form__table .c-textarea {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}
.company .c-admin-form__table .c-textarea--l {
  min-height: 140px;
}
.company .c-admin-form__table .c-admin-form__table--inside tr:last-of-type td {
  padding-bottom: 0;
}
.company .c-admin-form__table .c-admin-form__table--inside td {
  padding: 5px 5px 10px 0;
  height: auto;
}
.company .c-admin-form__table .c-admin-form__table--inside td:first-of-type {
  width: 144px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .company .c-admin-form__table.c-admin-form__table--inside {
    position: relative;
  }
  .company .c-admin-form__table.c-admin-form__table--inside::before {
    content: "";
    background-color: #e6e6e6;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .company .c-admin-form__table.c-admin-form__table--inside tr th,
  .company .c-admin-form__table.c-admin-form__table--inside tr td {
    padding-left: 19px;
  }
}
.company .c-input-text {
  padding: 9px 19px;
}
.company .c-radio-group {
  display: flex;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .company .c-radio-group {
    flex-direction: column;
    gap: 5px;
  }
}

.c-admin-form__submit-box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-admin-form__submit-box.c-admin-form__submit-box {
  flex-direction: column;
  align-items: center;
}
.c-admin-form__submit-box.c-admin-form__submit-box .c-icon-info {
  margin-bottom: 20px;
}
.c-admin-form__submit-box.c-admin-form__submit-box .c-form-note {
  margin-bottom: 35px;
  font-weight: 700;
  text-align: center;
}

.c-submit-btns {
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-submit-btns {
    flex-direction: column;
    gap: 10px;
  }
}

.mypage .c-submit-btns {
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .mypage .c-submit-btns {
    gap: 10px;
  }
}

.c-btn-submit {
  max-width: 413px;
  width: 100%;
  min-height: 56px;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid transparent;
  transition: 0.3s;
  position: relative;
}

.mypage .c-btn-submit {
  min-height: 60px;
}

.master .c-btn-submit {
  max-width: 359px;
  min-height: 60px;
}

.c-btn-submit--submit {
  background-color: #4072c3;
}
.c-btn-submit--submit:hover {
  color: #4072c3;
  border-color: #4072c3;
  background-color: #ffffff;
}
.c-btn-submit--submit:hover .c-icon-arrow-line::after {
  border-top-color: #4072c3;
  border-right-color: #4072c3;
}

.c-btn-submit--danger {
  background-color: #c34040;
}
.c-btn-submit--danger:hover {
  color: #c34040;
  border-color: #c34040;
  background-color: #ffffff;
}
.c-btn-submit--danger:hover .c-icon-arrow-line::after {
  border-top-color: #c34040;
  border-right-color: #c34040;
}

.c-btn-submit--draft {
  background-color: #676c74;
}
.c-btn-submit--draft:hover {
  color: #676c74;
  border-color: #676c74;
  background-color: #ffffff;
}
.c-btn-submit--draft:hover .c-icon-arrow-line::after {
  border-top-color: #676c74;
  border-right-color: #676c74;
}

.c-btn-submit--login {
  text-decoration: none;
  background-color: #2d3239;
}
.c-btn-submit--login .c-btn-inner {
  padding: 0 37px;
}
.c-btn-submit--login:hover {
  color: #2d3239;
  border-color: #2d3239;
  background-color: #ffffff;
}
.c-btn-submit--login:hover .c-icon-arrow-line::after {
  border-top-color: #2d3239;
  border-right-color: #2d3239;
}

.register.applicant_verified .c-btn-submit--login .c-btn-inner {
  padding: 0 18px 0 0;
  margin-right: 0;
}

.register.company_verified .c-btn-submit--login .c-btn-inner {
  padding: 0 18px 0 0;
  margin-right: 0;
}

.company .c-btn-submit {
  max-width: 359px;
  min-height: 60px;
}

.c-btn-submit--danger.is-disabled,
.c-admin-form.is-readonly .c-btn-submit--danger,
#generate-text-btn.is-disabled,
#regenerate-text-btn.is-disabled {
  background-color: #bdbdbd;
  color: #ffffff;
  border-color: transparent;
  pointer-events: none;
  opacity: 0.9;
}

.c-btn-submit--cancel {
  text-decoration: none;
  background-color: #a0a0a0;
}
.c-btn-submit--cancel:hover {
  color: #a0a0a0;
  border-color: #a0a0a0;
  background-color: #ffffff;
}
.c-btn-submit--cancel:hover svg line {
  fill: #a0a0a0;
  stroke: #a0a0a0;
}

.c-btn-submit.is-loading {
  color: #ffffff;
  background-color: #a0a0a0;
  pointer-events: none;
  opacity: 0.9;
}
.c-btn-submit.is-loading .c-icon-arrow-line::after {
  display: none;
}
.c-btn-submit.is-loading .c-loading-spinner {
  display: inline-flex;
}

.c-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.c-admin-form.is-readonly input,
.c-admin-form.is-readonly textarea,
.c-admin-form.is-readonly select {
  background-color: #f2f2f2;
  color: #555;
  pointer-events: none;
  opacity: 1;
}

.company .c-form-error {
  display: none;
}
.company .c-image-preview {
  display: none;
}
.company .c-image-preview.is-active {
  margin-top: 15px;
  display: block;
}

.c-form-error-global {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #d32f2f;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  max-width: 400px;
  font-size: 14px;
}

.c-form-error-global:empty {
  display: none;
}

.c-definition-list__desc .c-select {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}

.c-salary .c-salary__item {
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-salary .c-salary__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-salary .c-salary__item__head {
  width: 50px;
  margin-right: 20px;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-salary .c-salary__item__head {
    margin-bottom: 10px;
  }
}
.c-salary .c-salary__item__body {
  flex: 1;
}
.c-salary .c-salary__item__body .c-input-text:first-child {
  margin-left: 0;
}
.c-salary .c-select {
  font-weight: 700;
}
.c-salary .c-input-text {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .c-salary .c-input-text {
    width: 80%;
    margin: 0;
  }
}
.c-salary .hr {
  margin: 20px 0;
  border-top: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) {
  .c-salary .hr {
    margin: 10px 0;
  }
}

.c-select {
  font-weight: 700;
}
.c-select[name=category_id] {
  width: 62.78366112%;
}
@media screen and (max-width: 768px) {
  .c-select[name=category_id] {
    width: 100%;
  }
}

.c-selected-tags {
  margin-top: 40px;
  padding: 20px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .c-selected-tags {
    padding: 10px;
  }
}
.c-selected-tags__title {
  font-size: 14px;
  font-weight: 700;
}

.c-generate-text {
  margin: 30px 0 53px;
  display: flex;
  justify-content: center;
}
.c-generate-text .c-btn-add {
  width: auto;
  max-width: 230px;
  flex: 1;
  transition: 0.3s;
  position: relative;
}
.c-generate-text .c-btn-add:hover {
  opacity: 0.7;
}
.c-generate-text .c-loading-spinner {
  right: 10px;
}
.c-generate-text .c-icon-spinner {
  display: inline-block;
}

.c-generated-text-area {
  padding: 30px 40px 30px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .c-generated-text-area {
    padding: 20px 15px 20px;
  }
}
.c-generated-text-area .c-input-text {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}
.c-generated-text-area .hr {
  margin: 20px 0;
  border-top: 1px solid #d6d6d6;
}
.c-generated-text__title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
.c-generated-text__title--line {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
}
.c-generated-text__item__head {
  margin-bottom: 15px;
}
.c-generated-text__item__foot {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-generated-text__item__foot .c-reset-link {
  color: #4072c3;
  font-size: 12px;
  text-decoration: underline;
}
.c-generated-text__item__foot .c-reset-link:hover {
  text-decoration: none;
}
.c-generated-text__item__foot .c-char-count {
  margin-top: 0;
}

.c-edit-shop-info {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.c-preview-link {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}
.c-preview-link a {
  padding-right: 20px;
  color: #4072c3;
  text-decoration: underline;
  position: relative;
}
.c-preview-link a:hover {
  text-decoration: none;
}
.c-preview-link a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: none;
  border-top: 2px solid #4072c3;
  border-right: 2px solid #4072c3;
  border-radius: 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .c-company-statuses .c-radio-label {
    width: 47%;
    display: inline-block;
  }
}

.c-status-selector-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-status-selector-box {
    margin-bottom: 25px;
  }
}

.c-select-wrapper {
  position: relative;
}

.c-select-overlay {
  padding: 0 16px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  overflow: hidden;
  pointer-events: none;
}
.c-select-overlay--has-space-left {
  width: calc(100% - 40px);
}
.c-select-overlay__text {
  color: #999;
}
.c-select-overlay__shop {
  color: #333;
  flex-shrink: 0;
}
.c-select-overlay__icon {
  width: 14px;
  height: 18.7px;
  margin: 0 5px 0 35px;
  flex-shrink: 0;
  vertical-align: middle;
}
.c-select-overlay__address {
  color: #999ba3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.master .c-admin-form__table tr:nth-child(1) td:last-child,
.master .c-admin-form__table tr:nth-child(2) td:last-child,
.master .c-admin-form__table tr:nth-child(3) td:last-child,
.master .c-admin-form__table tr:nth-child(4) td:last-child {
  padding: 20px 0;
}

.master .c-admin-form__table tr:first-child th {
  padding: 20px 60px 30px 20px;
}

.master .c-admin-form__table tr:nth-child(1) td:last-child,
.master .c-admin-form__table tr:nth-child(2) td:last-child,
.master .c-admin-form__table tr:nth-child(3) td:last-child,
.master .c-admin-form__table tr:nth-child(4) td:last-child {
  padding: 20px 0;
}

#tagForm .c-admin-form__table td {
  height: auto;
  font-weight: normal;
}

.master .c-admin-form__table tr:first-child th {
  padding: 20px 60px 30px 20px;
}

.c-admin-form__sectionTitle {
  margin-bottom: 30px;
}

.register .c-admin-form__sectionTitle th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 20px;
  background-color: #ededed;
  border-bottom: none;
}

.register .c-admin-form__table td {
  display: block;
  padding: 0;
  border-bottom: none;
  height: auto;
}

.register .c-admin-form__partsTitle {
  padding-top: 24px !important;
  padding-bottom: 10px !important;
  white-space: nowrap;
}

.register.applicant .c-admin-form__partsTitle.--sizeL {
  font-size: 16px;
}

.register .c-admin-form__partsTitle.flex {
  padding-top: 10px !important;
}

.c-admin-form__accent {
  margin-left: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #c34040;
  padding: 3px 4px;
  border: 1px solid #c34040;
  vertical-align: middle;
}

.c-admin-form__sub {
  margin-left: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #aaaaaa;
  padding: 3px 4px;
  border: 1px solid #aaaaaa;
  vertical-align: middle;
}

.c-admin-form__flex {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-admin-form__flex {
    gap: 10px;
  }
}

.register .date-of-birth-box {
  display: flex;
  gap: clamp(12px, 12px + 4 * (100vw - 768px) / 512, 16px);
}
@media screen and (max-width: 768px) {
  .register .date-of-birth-box {
    gap: 5px;
  }
}

.register .u-short-input.--birth_year {
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .register .u-short-input.--birth_year {
    max-width: 110px;
    padding: 8px 35px 8px 8px !important;
  }
}

.register .u-short-input {
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  .register .u-short-input {
    max-width: 80px;
  }
}

.register .c-admin-form__table.c-admin-form__table--inside tr td:first-of-type {
  width: 132px;
  white-space: nowrap;
}

.register .c-admin-form__table.c-admin-form__table--inside tr td .c-input-text.u-short-input {
  width: 100% !important;
  max-width: 190px !important;
  padding: 9px 19px;
}

.register .c-admin-form__table.c-admin-form__table--inside tr td {
  padding-left: 23px !important;
  padding-bottom: 10px;
}

.register.applicant_confirm .c-admin-form__table.c-admin-form__table--inside tr td {
  padding-left: 23px !important;
  padding-bottom: 10px;
}

.register.applicant .c-admin-form__table.c-admin-form__table--inside tr td .c-select.p-region-id {
  width: 100%;
  max-width: 174px;
}

.register #address_1,
#address_2 {
  padding: 8px 40px 8px 19px;
}

.company.profile #address_1,
#address_2 {
  padding: 8px 19px;
  min-height: 0;
}

.register .c-admin-form__table.c-admin-form__table--inside::before {
  content: "";
  background-color: #e6e6e6;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.register .c-admin-form__table.c-admin-form__table--inside {
  position: relative;
}

.register.applicant .c-admin-form__table .qualification-item {
  width: 100%;
  display: flex;
  gap: 10px;
}

.register .c-admin-form__table .qualification-item + .qualification-item {
  margin-top: 14px;
}

.register.applicant .c-admin-form__table .qualification-item:first-of-type .btn-delete {
  visibility: hidden;
}

.register.applicant .add-qualification-btn {
  margin-top: 13px;
  font-weight: 400;
}

.register.applicant .blue-plus-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #4072c3;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  top: 4px;
}

.register.applicant .blue-plus-btn::before,
.register.applicant .blue-plus-btn::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.register.applicant .blue-plus-btn::before {
  width: 8px;
  height: 1px;
}

.register.applicant .blue-plus-btn::after {
  width: 1px;
  height: 8px;
}

.register.applicant .date-of-birth-box .arrow-adjustment-box {
  margin: 0;
}

.register.applicant .arrow-adjustment-box #experience_category {
  max-width: 130px;
}

.register.applicant .career-list {
  display: flex;
  gap: clamp(12px, 12px + 4 * (100vw - 768px) / 512, 13px);
}

.register.applicant .career-list + .career-list {
  margin-top: 14px;
}

.register.applicant .arrow-adjustment-box.career {
  margin: 0;
  display: inline-block;
  flex-shrink: 0;
}

.register.applicant .career-list .qualification-item {
  width: 100%;
}

.register .c-admin-form__text {
  display: block !important;
  width: 100% !important;
  font-size: 14px !important;
  font-weight: normal;
}

.register.applicant_confirm .c-admin-form__text,
.company_confirm .c-admin-form__text {
  margin-top: 0;
}

.register .c-admin-form__text.note {
  margin-top: 18px;
}

.register.applicant_confirm .c-admin-form__text {
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
}

.register.company_confirm .c-admin-form__text {
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
}

.register .login__title {
  margin-bottom: 38px;
}

.register .c-admin-form__sectionTitle#user th {
  margin-top: 30px;
}

.register.applicant .formAddress .c-admin-form__partsTitle {
  padding-bottom: 20px !important;
}

.register.applicant_confirm .formAddress .c-admin-form__partsTitle {
  padding-bottom: 20px !important;
}

.register .formAddress .c-admin-form__table--inside tr:first-child td:first-child {
  margin-top: -5px;
}

.register .c-admin-form__table--inside tr > td:nth-of-type(2) {
  padding-bottom: 18px;
}

.register.applicant .formAddress__last {
  padding-bottom: 0 !important;
}

.register.company .c-admin-form__table tr + tr td {
  padding-top: 0;
}

.register .login__button {
  margin-top: 0;
}

.register .careers-list {
  width: 100%;
}
.register .career-item {
  width: 100%;
  display: flex;
  gap: clamp(12px, 12px + 4 * (100vw - 768px) / 512, 16px);
}
.register .career-item input {
  padding-top: 8px;
  padding-bottom: 8px;
}
.register .career-item + .career-item {
  margin-top: 10px;
}
.register .career-item:first-of-type .btn-delete {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .register .career-item {
    flex-direction: column;
    gap: 5px;
  }
}
.register .c-image-preview {
  display: none;
}
.register .c-image-preview.is-active {
  margin-top: 15px;
  display: inline-flex;
}

.c-input-text__disabled {
  display: block;
  padding: 9px 19px !important;
  width: 100%;
  border: 1px solid #b2b2b2;
  background-color: #f2f2f2;
  pointer-events: none;
}

.register .c-admin-form__submit-box {
  margin-top: 52px;
}

.register .c-success-message__text + .c-success-message__text {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .register .c-btn-submit {
    padding: clamp(5px, 2vw, 10px) clamp(10px, 5vw, 20px);
  }
}

@media screen and (max-width: 768px) {
  .register .c-btn-submit--login .c-btn-inner {
    padding: 0 clamp(15px, 6vw, 37px);
  }
}

@media screen and (max-width: 768px) {
  .register .login__main .c-icon-arrow-line {
    margin-right: 0;
  }
}

.register.applicant_confirm .c-admin-form__table .c-input-text,
.company_confirm .c-admin-form__table .c-input-text {
  background-color: #f2f2f2;
  pointer-events: none;
}

.register.applicant_confirm .u-short-input,
.company_confirm .u-short-input {
  background-color: #f2f2f2;
  pointer-events: none;
}

.register.applicant_confirm .c-textarea,
.company_confirm .c-textarea {
  background-color: #f2f2f2;
  pointer-events: none;
}

.register.applicant_confirm .c-select,
.company_confirm .c-select {
  background-color: #f2f2f2;
  pointer-events: none;
}

.register .formAddress .c-admin-form__table--inside #prefecture_id {
  width: 100% !important;
  max-width: 190px !important;
}

.register .formAddress .arrow-adjustment-box {
  width: fit-content;
  margin: 0;
}

.register .arrow-adjustment-box {
  position: relative;
}

.register .arrow-adjustment-box::after {
  content: "";
  background: url(../img/common/ico_arrow-down.svg) no-repeat center/contain;
  width: 8px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .register .arrow-adjustment-box::after {
    right: 6px;
  }
}

@media screen and (max-width: 768px) {
  .register.applicant .arrow-adjustment-box .c-select {
    padding: 8px 15px 8px 8px;
  }
}

.placeholderText {
  color: #b2b2b2;
}

.c-password-attention {
  font-size: 13px !important;
  font-weight: normal !important;
  padding-bottom: 10px !important;
}

@media screen and (max-width: 768px) {
  .register.applicant .date-of-birth-box .arrow-adjustment-box:first-child {
    max-width: 94px;
  }
}

@media screen and (max-width: 768px) {
  .register.applicant .date-of-birth-box .arrow-adjustment-box:first-child {
    max-width: 110px;
  }
}

.register .c-btn.submit-notice__btn {
  max-width: 413px;
  width: 100%;
  margin-top: 15px;
  padding: 16px 10px;
  font-size: 16px;
  text-decoration: none;
}
.register .c-btn.submit-notice__btn .c-btn-text::before {
  right: auto;
  left: -15px;
  transform: rotate(-180deg);
}

.c-admin-activity {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-admin-activity {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}

.c-admin-activity-box {
  padding: 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.c-admin-activity-box + .c-admin-activity-box {
  position: relative;
}
.c-admin-activity-box + .c-admin-activity-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #d6d6d6;
}
.c-admin-activity-box:first-child {
  padding-left: 0;
}
.c-admin-activity-box:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .c-admin-activity-box {
    width: 50%;
    flex: 0 0 50%;
  }
  .c-admin-activity-box:nth-child(2n+1) {
    padding-left: 0;
  }
  .c-admin-activity-box:nth-child(2n+1)::before {
    content: normal;
  }
  .c-admin-activity-box:nth-child(2n) {
    padding-right: 0;
  }
}

.c-admin-activity-label {
  min-height: 42px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e9ea;
}

.c-admin-activity-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.c-admin-activity-value span {
  font-size: 24px;
  line-height: 1.25;
}

.c-admin-job-list__item {
  padding-left: 12px;
  display: flex;
  align-items: center;
  position: relative;
}
.c-admin-job-list__item a {
  color: #4072c3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}
.c-admin-job-list__item svg {
  margin-left: 4px;
}
.c-admin-job-list__item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4072c3;
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.c-admin-job-list__item + .c-admin-job-list__item {
  margin-top: 7px;
}

.c-admin-card {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-admin-card {
    flex-direction: column;
  }
}

.profile .c-admin-card {
  align-items: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}
.profile .c-admin-card + .c-admin-card {
  margin-top: 29px;
}
.profile .c-admin-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .profile .c-admin-card {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .profile .c-admin-card {
    flex-direction: column;
  }
}

.c-admin-card__image {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  flex-shrink: 0;
}
.c-admin-card__image .shop-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-admin-card__image {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.master.companies .c-admin-card__image {
  aspect-ratio: 80/80;
}
.master.companies .c-admin-card__image a {
  text-decoration: none;
}
.master.companies img {
  object-fit: contain;
}

.c-admin-card__image--large {
  width: 200px;
  height: auto;
}
.c-admin-card__image--large a {
  text-decoration: none;
}
.c-admin-card__image--large .c-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.company .c-admin-card__image--large {
  max-width: 100px;
  width: 100%;
  margin-right: 26px;
  margin-top: 11px;
}
@media screen and (max-width: 480px) {
  .company .c-admin-card__image--large {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
}
.company .c-admin-card__image--large .c-image-placeholder {
  min-height: 77px;
}
@media screen and (max-width: 480px) {
  .company .c-admin-card__image--large .c-image-placeholder {
    min-height: 100px;
  }
}
.company .c-admin-card__image--large .c-image-placeholder.job-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.company.profile .c-admin-card__image--large {
  aspect-ratio: 100/100;
}
.company.profile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .c-admin-card__body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.profile .c-admin-card__body {
  align-items: self-start;
}

.c-admin-card__lead {
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-admin-card__lead {
    margin-bottom: 5px;
  }
}

.company .c-admin-card__lead {
  font-size: 16px;
  margin-bottom: 0;
}

.c-admin-card__title {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.c-admin-card__title a {
  width: 100%;
  text-decoration: underline;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-admin-card__title a:hover {
  text-decoration: none;
}
.c-admin-card__title svg {
  margin-left: 6px;
}

.profile .c-admin-card__title {
  margin-bottom: 6px;
}

.c-admin-card-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media screen and (max-width: 768px) {
  .c-admin-card-stats {
    gap: 10px 10px;
  }
}

.c-admin-card-stats__item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.c-admin-card-stats__label {
  min-height: 24px;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 24px;
  background-color: #e8e9ea;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-admin-card-stats__value {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.shop-summary__link {
  display: flex;
  gap: 29px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .shop-summary__link {
    flex-wrap: wrap;
    gap: 8px 25px;
  }
}

.shop-summary__link--text {
  position: relative;
}
.shop-summary__link--text::after {
  content: "";
  background-color: #4072c3;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
}
.shop-summary__link--text:last-of-type::after {
  display: none;
}

/*
  ドラッグ用ハンドル共通コンポーネント
  - 管理画面などで行の並び替えに使用
*/
.c-handle {
  /* 通常は非表示。reorder-mode で表示 */
  display: none;
  inline-size: auto;
  block-size: auto;
  padding: 0;
  margin: 0;
  /* 配置とインタラクション（表示時に効く） */
  align-items: center;
  justify-content: center;
  cursor: grab;
  -webkit-user-select: none;
          user-select: none;
  touch-action: none;
}

.c-handle:active {
  cursor: grabbing;
}

/* ページ側で .reorder-mode を付与した際にハンドルを表示 */
.reorder-mode .c-handle {
  display: inline-flex;
}

/* アイコンを包むユーティリティ（任意） */
.c-handle__icon,
.c-handle > .c-icon-svg {
  inline-size: 20px;
  block-size: 20px;
  display: inline-flex;
}

/* 先頭列の幅上書きは撤廃。列幅はテーブル用ユーティリティクラスで制御します。 */
/*
  確認モーダル共通コンポーネント
  - 削除確認などで使用する汎用モーダル
*/
/* オーバーレイ */
.c-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.c-modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル本体 */
.c-modal {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 50px 68px 50px;
  width: min(826px, 100% - 32px);
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  position: relative;
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  .c-modal {
    padding: 30px 20px 20px;
    width: calc(100% - 32px);
  }
}

/* モーダルヘッダー */
.c-modal__header {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.c-modal__header .c-icon-info {
  margin-right: 6px;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .c-modal__header .c-icon-info {
    margin-bottom: 12px;
  }
}

.c-modal__title {
  font-size: 20px;
  font-weight: 700;
  color: #2d3239;
}
@media screen and (max-width: 768px) {
  .c-modal__title {
    font-size: 18px;
  }
}

/* モーダルコンテンツ */
.c-modal__content {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .c-modal__content {
    margin-bottom: 24px;
  }
}

.c-modal__text {
  font-size: 14px;
  line-height: 1.8;
  color: #2d3239;
  text-align: center;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .c-modal__text {
    font-size: 13px;
  }
}

/* モーダルフッター */
.c-modal__footer {
  margin-top: 8px;
}

/* モーダル内ボタン */
.c-modal__btn {
  max-width: 335px;
}
.c-modal__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.c-modal__btn {
  max-width: 335px;
}
.c-modal__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* アイコン付きボタンユーティリティ */
.c-modal__btn--with-icon {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.c-modal__btn--with-icon .c-icon-svg {
  display: inline-flex;
}

/* 管理画面既存危険ボタンのサイズ調整（モーダル内） */
.c-btn-submit.c-btn-submit--danger.c-modal__actionBtn {
  min-height: 48px;
  padding: 12px 24px;
}

/* キャンセルボタン */
.c-modal__btn--cancel {
  background-color: #ffffff;
  color: #2d3239;
  border-color: #b2b2b2;
}
.c-modal__btn--cancel:hover:not(:disabled) {
  background-color: #f5f5f5;
}

/* 削除ボタン */
.c-modal__btn--delete {
  background-color: #dc3545;
  color: #ffffff;
  border-color: #dc3545;
}
.c-modal__btn--delete:hover:not(:disabled) {
  background-color: #c82333;
  border-color: #bd2130;
}

/* 確認ボタン（汎用） */
.c-modal__btn--confirm {
  background-color: #f07d0b;
  color: #ffffff;
  border-color: #f07d0b;
}
.c-modal__btn--confirm:hover:not(:disabled) {
  background-color: rgb(216, 112.5, 9.9);
  border-color: rgb(216, 112.5, 9.9);
}

body:has(.modal-point.js-open) {
  overflow: hidden;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 開催地モーダル
――――――――――――――――――――――――――――――――――――――――――――――*/
.modal-point-overlay::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: #000000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 0 clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}
.modal-point-overlay.is-active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
}
.modal-point-overlay.is-active::before {
  opacity: 0.36;
  visibility: visible;
}
.modal-point-overlay.is-active .modal-wrap {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.modal-point {
  display: none;
  width: 100%;
  max-width: calc(100% - clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) * 2);
  height: calc(100% - 130px);
  max-height: 586px;
  padding: 47px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 47px;
  margin: auto;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: -1;
  overflow-y: hidden;
}
@media screen and (min-width: 1281px) {
  .modal-point {
    max-width: 1160px;
  }
}
.modal-point.area-search {
  max-height: 826px;
}
.modal-point .modal-inner {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.modal-point .modal-inner .advanced-search__area-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  flex: 0 1 auto;
  width: 100%;
  max-width: 100%;
  max-height: calc(100vh - 200px);
  height: 100%;
  margin-top: 19px;
  padding-top: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-point .modal-inner .image-effect {
  background: #9ab7b4;
  opacity: 1;
}
.modal-point .modal-inner .area-search {
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.modal-point .modal-inner .advanced-search__map-img-box-wrap {
  flex: 1 0.8 431px;
  max-width: 431px;
  margin-top: 8px;
}
.modal-point .modal-inner .advanced-search__map-list {
  flex: 1 1 570px;
  max-width: 570px;
}
.modal-point .modal-inner .advanced-search__map-box {
  justify-content: center;
  gap: 40px;
  margin-top: 37px;
}
.modal-point .modal-inner .advanced-search__map-list-item {
  padding-bottom: clamp(4px, 4px + 4 * (100vw - 768px) / 512, 8px);
}
.modal-point .modal-inner .advanced-search__map-list-item__region-name {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 8px;
}
.modal-point .modal-inner .advanced-search__list {
  flex: 0 0 auto;
  gap: 17px 16px;
  max-width: 100%;
}
.modal-point .modal-inner .advanced-search__list-item__link-text {
  font-size: clamp(14px, 14px + 1 * (100vw - 768px) / 512, 15px);
}
.modal-point .search-form__list-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  flex: 0 1 auto;
}
.modal-point .search-form__list-item:not(:last-child)::after {
  display: none;
}
.modal-point .search-form__list-item__content {
  display: flex;
  gap: 11px;
  font-size: 20px;
  width: fit-content;
  color: #22282e;
  font-weight: 700;
  position: relative;
}
.modal-point .search-form__list-item__content.map-pin {
  padding-left: 35px;
  background: url(/assets/img/common/ico_map-pin.svg) no-repeat left 3px;
  background-size: 21px auto;
}
.modal-point .search-form__list-item__content.snorkeling {
  padding-left: 41px;
  background: url(/assets/img/common/ico_snorkeling.svg) no-repeat left 5px;
  background-size: 27px auto;
}
.modal-point .search-form__list-item__content.clock {
  padding-left: 39px;
  background: url(/assets/img/common/ico_clock.svg) no-repeat left 5.5px;
  background-size: 24px auto;
}
.modal-point .search-form__list-item__content.tag {
  padding-left: 39px;
  background: url(/assets/img/common/ico_tag-fukidashi.svg) no-repeat left 5px;
  background-size: 25px auto;
}
.modal-point .search-form__list-item__content small {
  font-size: 12px;
  margin-top: 7px;
}
.modal-point .modal-btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
}
.modal-point .modal-btn__reset {
  align-self: end;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: -5px;
}
.modal-point .modal-btn__reset:hover {
  text-decoration: none;
}
.modal-point .modal-btn {
  max-width: 290px;
  margin: 0;
}
.modal-point .modal-btn .c-btn-text {
  margin-right: 20px;
}
.modal-point .modal-btn .c-btn-text::before {
  right: -21px;
}
.modal-point .modal__cancel-img {
  width: 100%;
  height: 100%;
}
.modal-point .advanced-search__map-img-link.--hokkaido {
  top: 2.3%;
  right: 28.4%;
}
.modal-point .advanced-search__map-img-link.--tohoku {
  top: 36.8%;
  right: 2.9%;
}
.modal-point .advanced-search__map-img-link.--chubu {
  top: 42.3%;
  right: 46.6%;
}
.modal-point .advanced-search__map-img-link.--kanto {
  bottom: 35.4%;
  right: 6.3%;
}
.modal-point .advanced-search__map-img-link.--kinki {
  top: 84.3%;
  left: 36.9%;
}
.modal-point .advanced-search__map-img-link.--chugoku {
  top: 50.3%;
  left: 9%;
}
.modal-point .advanced-search__map-img-link.--shikoku {
  bottom: 6.6%;
  left: 16.3%;
}
.modal-point .advanced-search__map-img-link.--kyushu {
  bottom: -3%;
  left: 0.3%;
}
.modal-point .advanced-search__map-img-link.--okinawa {
  top: 11%;
  left: 0;
}
.modal-point input[type=checkbox] {
  display: none;
}
.modal-point input[type=checkbox]:checked + label {
  background-color: #4072c3;
  color: #fff;
  transition: 0.1s;
}
.modal-point input[type=checkbox]:checked + label .advanced-search__list-item__link-text::before {
  background-color: #fff;
  transition: 0.1s;
}

.area-search .modal-inner .advanced-search__list-item__link {
  position: relative;
  display: block;
}
.area-search .modal-inner .advanced-search__list-item__link:hover {
  transition: 0.3s;
  opacity: 0.8;
}
.area-search .modal-inner .advanced-search__list-item__link:hover .image-effect {
  opacity: 1;
}
.area-search .modal-inner .advanced-search__list-item__link-text {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 18px + 4 * (100vw - 768px) / 512, 22px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 0;
}
.area-search .modal-inner .advanced-search__list-item__link-text small {
  align-self: end;
  font-size: clamp(12px, 12px + 4 * (100vw - 768px) / 512, 16px);
}
.area-search .modal-inner .advanced-search__checkbox:checked + .advanced-search__list-item__link {
  opacity: 1;
}
.area-search .modal-inner .advanced-search__checkbox:checked + .advanced-search__list-item__link::after {
  content: "";
  display: block;
  position: absolute;
  top: clamp(-10px, -6px + -4 * (100vw - 768px) / (1280 - 768), -6px);
  right: clamp(-10px, -6px + -4 * (100vw - 768px) / (1280 - 768), -6px);
  width: clamp(20px, 20px + 8 * (100vw - 768px) / 512, 28px);
  height: clamp(20px, 20px + 8 * (100vw - 768px) / 512, 28px);
  background: url(../img/common/ico_check.svg) top left/contain no-repeat;
  pointer-events: none; /* ラベルのクリックを妨げない */
  z-index: 999;
}
.area-search .modal-inner .advanced-search__area-wrap {
  display: block;
}
.area-search .modal-inner .advanced-search__list-item {
  overflow: visible;
}
.area-search .modal-inner .modal-btn-box {
  margin-top: 45px;
}
.area-search .modal-inner .modal-btn__reset {
  align-self: center;
  margin-bottom: 0;
}
.area-search .modal-inner .advanced-search__list {
  padding-right: 15px;
  box-sizing: content-box;
  gap: 0 clamp(10px, 10px + 6 * (100vw - 768px) / 512, 16px);
  max-width: calc(100% - 10px);
}

@media screen and (max-width: 768px) {
  .modal-point-overlay::before {
    padding: 0 15px;
  }
  .modal-point {
    max-width: calc(100vw - 30px);
    padding: 28px 15px 41px;
    margin-top: 30px;
    margin-bottom: 40px;
    max-height: none;
    height: calc(100% - 70px);
  }
  .modal-point .modal-inner .search-form__list-item {
    box-shadow: none;
  }
  .modal-point .modal-inner .advanced-search__map-img-box-wrap {
    flex: 1 1 100%;
  }
  .modal-point .modal-inner .advanced-search__map-list {
    flex: 1 1 100%;
  }
  .modal-point .modal-inner .advanced-search__list {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .modal-point .modal-inner .advanced-search__area-wrap {
    padding-top: 0;
    margin-top: 16px;
  }
  .modal-point .modal-inner .advanced-search__list-item__link {
    padding: 13px 12px 12px;
  }
  .modal-point .modal-inner .search-form__list-item__content {
    flex-direction: column;
    gap: 0;
    font-size: 18px;
    line-height: 2;
  }
  .modal-point .modal-inner .search-form__list-item__content.map-pin {
    padding-left: 22px;
    background: url(/assets/img/common/ico_map-pin.svg) no-repeat left 7px;
    background-size: 16px auto;
  }
  .modal-point .modal-inner .search-form__list-item__content.snorkeling {
    padding-left: 25px;
    background: url(/assets/img/common/ico_snorkeling.svg) no-repeat left 8px;
    background-size: 21px auto;
  }
  .modal-point .modal-inner .search-form__list-item__content.clock {
    padding-left: 23px;
    background: url(/assets/img/common/ico_clock.svg) no-repeat left 9px;
    background-size: 19px auto;
  }
  .modal-point .modal-inner .search-form__list-item__content.tag {
    padding-left: 25px;
    background: url(/assets/img/common/ico_tag-fukidashi.svg) no-repeat left 8.5px;
    background-size: 20px auto;
  }
  .modal-point .modal-inner .search-form__list-item__content small {
    margin-top: -3px;
  }
  .modal-point .modal-inner .advanced-search__list-item__link-text {
    font-size: 12px;
  }
  .modal-point .modal-inner .modal-btn__reset {
    align-self: center;
    font-size: 12px;
  }
  .modal-point .modal-inner .modal-btn-box {
    flex-direction: column;
    gap: 26px;
    margin-top: 12px;
  }
  .modal-point .modal-inner .modal-btn-box .modal-btn {
    max-width: 314px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .modal-point .modal-inner .modal-btn-box .modal-btn .c-btn-text {
    font-size: 14px;
  }
  .modal-point.area-search {
    max-height: none;
    height: calc(100% - 70px);
  }
  .modal-point.area-search .modal-inner .advanced-search__list {
    grid-template-columns: none;
    gap: 10px;
    padding-top: 7px;
    box-sizing: content-box;
  }
  .modal-point.area-search .modal-inner .advanced-search__list-item__link {
    padding: 0;
  }
  .modal-point.area-search .modal-inner .advanced-search__map-img-link.--hokkaido {
    top: 3%;
    right: 29.3%;
  }
  .modal-point.area-search .modal-inner .advanced-search__map-img-link.--tohoku {
    top: 43.6%;
    right: 0;
  }
  .modal-point.area-search .modal-inner .advanced-search__map-img-link.--chubu {
    top: 38.5%;
    right: 38.6%;
  }
  .modal-point.area-search .modal-inner .advanced-search__map-img-link.--kanto {
    bottom: 29.5%;
    right: 5.15%;
  }
  .modal-point.area-search .modal-inner .advanced-search__map-img-link.--kinki {
    top: 48%;
    left: 23.6%;
  }
  .modal-point.area-search .modal-inner .advanced-search__map-img-link.--chugoku {
    top: 50.5%;
    left: 1.6%;
  }
  .modal-point.area-search .modal-inner .advanced-search__map-img-link.--shikoku {
    bottom: 3.7%;
    left: 22.5%;
  }
  .modal-point.area-search .modal-inner .advanced-search__map-img-link.--kyushu {
    bottom: -6%;
    left: 0;
  }
  .modal-point.area-search .modal-inner .advanced-search__map-img-link.--okinawa {
    top: 8.5%;
    left: 0;
  }
  .modal-point.area-search .modal-inner .advanced-search__area-wrap {
    margin-top: 9px;
  }
  .modal-point.area-search .modal-inner .advanced-search__map-box {
    margin-top: 27px;
    gap: 49px;
  }
  .modal-point.area-search .modal-inner .advanced-search__map-list-item {
    padding-bottom: 8.5px;
  }
  .modal-point.area-search .modal-inner .advanced-search__map-list-item__region-name {
    margin-left: 0;
  }
  .modal-point.area-search .modal-inner .advanced-search__list-item__link-text {
    font-size: 16px;
    top: 50%;
  }
  .modal-point.area-search .modal-inner .advanced-search__map-img-box-wrap {
    padding: 0;
  }
}
.modal__cancel-btn {
  width: 43px;
  height: 43px;
  background-color: #9f9f9f;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: 0;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s;
}
.modal__cancel-btn span {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  width: 23px;
  height: 1px;
  margin: auto;
  background-color: #ffffff;
}
.modal__cancel-btn span:nth-of-type(1) {
  top: 49%;
  transform: rotate(45deg);
}
.modal__cancel-btn span:nth-of-type(2) {
  top: 46%;
  transform: rotate(-45deg);
}
.modal__cancel-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .modal__cancel-btn {
    width: 29px;
    height: 29px;
    top: 1px;
  }
  .modal__cancel-btn span {
    width: 15px;
  }
}
.c-definition-list {
  margin: 0 0 20px;
  padding: 0;
}
.c-definition-list__term, .c-definition-list__desc {
  margin: 0;
}
.c-definition-list--horizontal {
  display: flex;
  align-items: center;
  gap: 25px;
}
.c-definition-list--horizontal .c-definition-list__term,
.c-definition-list--horizontal .c-definition-list__desc {
  font-size: 14px;
}
.c-definition-list--horizontal .c-definition-list__term {
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
}
.c-definition-list--horizontal .c-definition-list__desc {
  width: 100%;
}
.c-definition-list--horizontal .c-definition-list__desc .c-input-text,
.c-definition-list--horizontal .c-definition-list__desc .c-select,
.c-definition-list--horizontal .c-definition-list__desc textarea {
  width: 100%;
}
.c-definition-list--horizontal .c-definition-list__desc .error-message {
  color: #d32f2f;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .c-definition-list--horizontal {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .c-definition-list--horizontal .c-definition-list__term {
    border-bottom: none;
  }
}

.c-filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 16px;
}
.c-filter-bar__left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-filter-bar__right {
  display: flex;
  align-items: center;
}
.c-filter-bar__label {
  margin-right: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #2d3239;
  white-space: nowrap;
}
.c-filter-bar .c-select--simple {
  min-width: 180px;
}
.c-filter-bar .c-checkbox-label {
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .c-filter-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .c-filter-bar__left, .c-filter-bar__right {
    width: 100%;
    justify-content: flex-start;
  }
  .c-filter-bar .c-select--simple {
    flex: 1;
    min-width: auto;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 共通のレイアウト
――――――――――――――――――――――――――――――――――――――――――――――*/
/*** section ***/
.l-section {
  padding: 75px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 75px;
  position: relative;
}

.l-inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.l-inner.--s {
  max-width: 1040px;
}
.l-inner.--ss {
  max-width: 920px;
}
.l-inner.--auto {
  max-width: none;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .l-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.l-page-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.l-page-container-inner {
  display: flex;
  flex-grow: 1;
}

.l-bodyWrap {
  padding-top: 94px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .l-bodyWrap {
    padding-top: 69px;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 余白調整
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-pd {
  padding-right: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
  padding-left: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.l-pd-left {
  padding-left: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.l-pd-right {
  padding-right: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.l-pd0-left {
  margin-left: clamp(-60px, -30px + -30 * (100vw - 768px) / (1280 - 768), -30px);
}

.l-pd0-right {
  margin-right: clamp(-60px, -30px + -30 * (100vw - 768px) / (1280 - 768), -30px);
}

@media screen and (max-width: 768px) {
  .l-pd {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-pd-left {
    padding-left: 20px;
  }
  .l-pd-right {
    padding-right: 20px;
  }
  .l-pd0-left {
    margin-left: -20px;
  }
  .l-pd0-right {
    margin-right: -20px;
  }
}
.front .aside {
  display: none;
}

.l-admin-container {
  padding: 31px 60px 36px;
  background-color: #ffffff;
}
.l-admin-container + .l-admin-container {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .l-admin-container {
    padding: 20px;
  }
  .l-admin-container + .l-admin-container {
    margin-top: 30px;
  }
}

.company .l-admin-container {
  padding: 35px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 40px;
}
.company .l-admin-container + .l-admin-container {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .company .l-admin-container {
    padding: 20px;
  }
  .company .l-admin-container + .l-admin-container {
    margin-top: 20px;
  }
}

.master .l-admin-container {
  padding: 40px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 40px;
}
@media screen and (max-width: 768px) {
  .master .l-admin-container {
    padding: 20px;
  }
}

.l-admin-applicant-section {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-admin-applicant-section {
    margin-top: 20px;
  }
}

.l-admin-section {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .l-admin-section {
    margin-top: 20px;
  }
}

.l-spacing-title-main-bottom {
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .l-spacing-title-main-bottom {
    margin-bottom: 20px;
  }
}

.company .l-spacing-title-main-bottom {
  margin-bottom: clamp(30px, 30px + 13 * (100vw - 768px) / 512, 43px);
}
@media screen and (max-width: 768px) {
  .company .l-spacing-title-main-bottom {
    margin-bottom: 20px;
  }
}

.l-spacing-title-sub-bottom {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .l-spacing-title-sub-bottom {
    margin-bottom: 20px;
  }
}

.company .l-spacing-title-sub-bottom {
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .company .l-spacing-title-sub-bottom {
    margin-bottom: 20px;
  }
}
.company.dashboard .l-spacing-title-sub-bottom {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .company.dashboard .l-spacing-title-sub-bottom {
    margin-bottom: 20px;
  }
}

.l-spacing-title-tertiary-bottom {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-spacing-title-tertiary-bottom {
    margin-bottom: 10px;
  }
}

.l-spacing-bottom-medium {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-spacing-bottom-medium {
    margin-bottom: 15px;
  }
}

.l-spacing-bottom-small {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-spacing-bottom-small {
    margin-bottom: 10px;
  }
}

.l-spacing-left-large {
  margin-left: 20px;
}

.l-spacing-left-small {
  margin-left: 10px;
}

.master.applicants .l-admin-applicant-section {
  margin-top: 30px;
}

.master .l-spacing-title-main-bottom {
  margin-bottom: 43px;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* header
――――――――――――――――――――――――――――――――――――――――――――――*/
.header {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
}

.header-message-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  width: 100vw;
  height: 24px;
  margin: 0 calc(50% - 50vw);
}

.header-message {
  font-size: 10px;
  color: #fff;
}

.header-inner {
  padding: clamp(10px, 10px + 3 * (100vw - 768px) / 512, 13px) 0;
  display: flex;
  align-items: center;
}

.header-nav,
.header-nav-box,
.header-nav-list,
.header-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-nav {
  gap: 13px;
}

.header-logo__img-box {
  max-width: 177px;
  width: 13.828125vw;
  min-width: 130px;
  margin-right: auto;
}
.header-logo__img-box.is-logged-in {
  max-width: 120px;
  width: 11.71875vw;
  min-width: 110px;
}
@media screen and (max-width: 768px) {
  .header-logo__img-box.is-logged-in {
    margin-left: 10px;
  }
}

.mypage .header-logo__img-box {
  max-width: clamp(130px, 130px + 47 * (100vw - 768px) / 512, 177px);
  width: 100%;
  min-width: 130px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .mypage .header-logo__img-box.is-logged-in {
    width: 100%;
    max-width: 100px;
    min-width: 0;
    margin-left: 0;
  }
}

.front .header-logo__img-box {
  max-width: clamp(130px, 130px + 47 * (100vw - 768px) / 512, 177px);
  width: 100%;
  min-width: 130px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .front .header-logo__img-box.is-logged-in {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .front .header-logo__img-box {
    width: 100%;
    max-width: 100px;
    min-width: 0;
  }
}

.header-logo__link {
  display: block;
  width: 100%;
  height: 100%;
}

.header-logo__img {
  width: 100%;
  height: auto;
}

.header-nav-box {
  gap: clamp(10px, 10px + 5 * (100vw - 768px) / 512, 15px);
}

.header-nav-list-item {
  padding: 0 clamp(8px, 8px + 8.8 * (100vw - 768px) / 512, 16.8px);
  position: relative;
}
.header-nav-list-item::after {
  content: "";
  background-color: #e0e0e0;
  width: 1px;
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(16deg);
  right: 0;
}
.header-nav-list-item:first-of-type {
  padding-left: 0;
}
.header-nav-list-item a {
  text-decoration: none;
}

.mypage .header-nav-box {
  gap: 20px;
}
.mypage .header-nav-list-item {
  padding: 0 clamp(8px, 8px + 9 * (100vw - 768px) / 512, 17px);
}
.mypage .header-nav-list-item:last-of-type {
  padding-right: 0;
}
.mypage .header-nav-list-item:last-of-type::after {
  display: none;
}
.mypage .c-icon-star {
  padding-left: 24px;
}

.header-nav-list-item__text {
  font-size: 12px;
  line-height: 1;
  color: #2d3239;
}

.header-btn-box {
  height: 40px;
  gap: clamp(12px, 12px + 8 * (100vw - 768px) / 512, 20px);
  align-self: flex-start;
}

.login-btn {
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  padding-left: 26px;
  position: relative;
}
.login-btn::before {
  content: "";
  width: 20.2px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #2d3239;
  mask-image: url(../img/common/ico_login.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_login.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}

.register-btn {
  min-width: clamp(91px, 91px + 28 * (100vw - 768px) / 512, 119px);
  width: 100%;
  min-height: 40px;
  height: 100%;
  flex: 0;
  text-decoration: none;
}
.register-btn .c-btn-text {
  font-size: 12px;
}
.register-btn .c-btn-text::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-inner {
    gap: 10px;
  }
  .header-nav {
    padding: 0;
  }
  .header-logo__img-box {
    max-width: 100px;
    width: 100%;
    min-width: auto;
  }
  .header-btn-box {
    height: 25px;
    gap: 11px;
  }
  .register-btn {
    padding: 6px 7px 7px;
    margin-right: 4px;
    min-height: 25px;
  }
  .mypage .register-btn {
    flex: 1;
    min-width: 62px;
  }
  .login-btn {
    padding-left: 25px;
  }
}
.logged-in-user-menu {
  min-width: 220px;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .logged-in-user-menu {
    min-width: 0;
  }
}

.company .logged-in-user-menu {
  min-width: fit-content;
}

.master .logged-in-user-menu {
  min-width: fit-content;
}

.logged-in-user__name {
  transition: 0.3s;
  display: inline-block;
}

.logged-in-user__nav {
  width: 100%;
  padding-top: 30px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .logged-in-user__nav {
    width: 200px;
    padding-top: 20px;
  }
}

.company .logged-in-user__nav {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .company .logged-in-user__nav {
    width: 230px;
  }
}

.master .logged-in-user__nav {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .master .logged-in-user__nav {
    width: 230px;
  }
}

.logged-in-user:hover .logged-in-user__name {
  opacity: 0.7;
}
.logged-in-user:hover .logged-in-user__nav {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .logged-in-user .logged-in-user__nav.js-open {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  .company .logged-in-user .logged-in-user__name {
    width: fit-contente;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
}
.logged-in-user__nav__list {
  padding: 5px 20px;
  background-color: #2d3239;
}

.logged-in-user__nav__item {
  padding: 3px 0;
  text-align: left;
}
.logged-in-user__nav__item a {
  color: #fff;
  text-decoration: none;
}

.company .logged-in-user__nav__item .c-icon-arrow-line {
  padding-right: 10px;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* header sp-menu
――――――――――――――――――――――――――――――――――――――――――――――*/
.sp-menu {
  position: fixed;
  top: 69px;
  left: 0;
  padding: 0 15px;
  width: 100vw;
  height: 100dvh;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 101;
  padding: 42px 30px 0;
}
.sp-menu.js-active {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/*** sp時 メニューボタン ***/
.sp-menu-btn {
  width: 18px;
  height: 25px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 101;
}
.sp-menu-btn span {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 1px;
  margin: auto;
  background-color: #2d3239;
  transition: 0.5s;
}
.sp-menu-btn span:nth-of-type(1) {
  top: 18%;
}
.sp-menu-btn span:nth-of-type(2) {
  top: 43%;
}
.sp-menu-btn span:nth-of-type(3) {
  top: 66%;
}
.sp-menu-btn.js-open {
  transition: 0.5s;
}
.sp-menu-btn.js-open span {
  transition: 0.5s;
}
.sp-menu-btn.js-open span:nth-of-type(1) {
  top: 49%;
  transform: rotate(45deg);
}
.sp-menu-btn.js-open span:nth-of-type(2) {
  display: none;
}
.sp-menu-btn.js-open span:nth-of-type(3) {
  top: 46%;
  transform: rotate(-45deg);
}

.header-nav-sp-list {
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.header-nav-sp-list-item {
  padding-left: 12px;
}

.header-nav-sp-list-item__text {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .front .header .header-btn-box .c-btn.register-btn {
    flex: 1;
    min-width: 62px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* company master header
――――――――――――――――――――――――――――――――――――――――――――――*/
.company .header,
.master .header {
  padding-left: clamp(15px, 15px + 15 * (100vw - 768px) / 512, 30px);
}
@media screen and (max-width: 768px) {
  .company .header,
  .master .header {
    top: 0;
    bottom: 0;
    margin: 0 auto;
    padding-right: 55px;
    height: 48px;
    padding-left: 20px;
  }
}
.company .header-logo__img-box,
.master .header-logo__img-box {
  margin-left: 0;
}
.company .header-inner,
.master .header-inner {
  padding: 10px 0 10px;
  max-width: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .company .header-inner,
  .master .header-inner {
    padding: 10px 0 11px;
  }
}
.company .logged-in-user-menu::after,
.master .logged-in-user-menu::after {
  content: "";
  background: linear-gradient(to right, #4072c3 0%, #10a4d1 50%, #0bbc93 100%);
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -13px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .company .logged-in-user-menu::after,
  .master .logged-in-user-menu::after {
    bottom: -9px;
  }
}

.master .logged-in-user-menu::after,
.company .logged-in-user-menu::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .master .logged-in-user-menu::after,
  .company .logged-in-user-menu::after {
    display: none;
    bottom: -13px;
  }
}

.master .logged-in-user-menu:hover:after,
.company .logged-in-user-menu:hover:after {
  display: block;
}
@media screen and (max-width: 768px) {
  .master .logged-in-user-menu:hover:after,
  .company .logged-in-user-menu:hover:after {
    display: none;
  }
}

.company.profile .logged-in-user-menu::after,
.shop .logged-in-user-menu::after {
  display: block;
}
@media screen and (max-width: 768px) {
  .company.profile .logged-in-user-menu::after,
  .shop .logged-in-user-menu::after {
    bottom: -13px;
  }
}

@media screen and (max-width: 768px) {
  .master .sp-menu-btnBox,
  .company .sp-menu-btnBox {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    height: 100%;
    width: 48px;
    background-color: #000;
  }
}

.master .sp-menu-btn span,
.company .sp-menu-btn span {
  background-color: #fff;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* company master ダッシュボード
――――――――――――――――――――――――――――――――――――――――――――――*/
.company .sidebar__item__link,
.master .sidebar__item__link {
  font-size: clamp(14px, 14px + 2 * (100vw - 768px) / 512, 16px);
  padding: 10px clamp(15px, 15px + 15 * (100vw - 768px) / 512, 30px);
  min-height: clamp(65px, 65px + 14 * (100vw - 768px) / 512, 79px);
}
.company .sidebar__item__link svg,
.master .sidebar__item__link svg {
  width: 23px;
}
.company .c-icon-aside,
.master .c-icon-aside {
  margin-left: 9px;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* footer
――――――――――――――――――――――――――――――――――――――――――――――*/
.footer {
  background-color: #fff;
  padding-top: 68px;
  padding-bottom: 62px;
}

.footer-flex-wrap {
  display: flex;
  padding-bottom: 35px;
  border-bottom: 1px solid #9f9f9f;
}
.footer-flex-wrap .footer-nav-box:nth-child(1) {
  width: 34.62%;
}
.footer-flex-wrap .footer-nav-box:nth-child(2) {
  width: 30.77%;
}
.footer-flex-wrap .footer-nav-box:nth-child(3) {
  width: 34.62%;
}
.footer-flex-wrap .footer-nav-box:nth-of-type(n + 2) {
  border-left: 1px solid #9f9f9f;
  padding-left: clamp(20px, 20px + 10 * (100vw - 768px) / 512, 30px);
}
.footer-flex-wrap .footer-nav-box:nth-child(2) .footer-nav-list {
  max-width: 265px;
}
.footer-flex-wrap .footer-nav-box:nth-child(2) .footer-nav-list-item {
  width: calc((3.6em - clamp(12px, 12px + 18 * (100vw - 768px) / 512, 30px) * 2) / 3);
  max-width: 0;
  min-width: 3.6em;
}
.footer-flex-wrap .footer-nav-list-item {
  max-width: calc((100% - clamp(12px, 12px + 18 * (100vw - 768px) / 512, 30px)) / 2);
  min-width: 10em;
}

.footer-nav-box {
  width: 100%;
}

.footer-nav__title {
  font-size: 12px;
  font-weight: 700;
  color: #9d9d9d;
  line-height: 2.0833333333;
}

.footer-nav-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6px clamp(12px, 12px + 18 * (100vw - 768px) / 512, 30px);
  margin-top: 13px;
}

.footer-nav-list-item {
  padding-left: 8px;
}

.footer-nav-list-item__link {
  color: #2d3239;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.7142857143;
}

.footer-wrap {
  margin-top: 29px;
}
.footer-wrap .footer-nav-list {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .footer-flex-wrap {
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer-flex-wrap .footer-nav-box {
    width: 100%;
    border-bottom: 1px solid #9f9f9f;
    padding-bottom: 19px;
  }
  .footer-flex-wrap .footer-nav-box:nth-child(1), .footer-flex-wrap .footer-nav-box:nth-child(2), .footer-flex-wrap .footer-nav-box:nth-child(3) {
    width: 100%;
  }
  .footer-flex-wrap .footer-nav-box:nth-of-type(n + 2) {
    border-left: none;
    padding-left: 0;
    margin-top: 19px;
  }
  .footer-flex-wrap .footer-nav-box:nth-child(2) .footer-nav-list {
    max-width: 100%;
  }
  .footer-flex-wrap .footer-nav-box:nth-child(2) .footer-nav-list-item {
    width: fit-content;
    max-width: 0;
    min-width: 4.1em;
  }
  .footer-flex-wrap .footer-nav-list-item {
    max-width: fit-content;
    padding-left: 10px;
  }
  .footer-nav-box {
    width: 100%;
    border-bottom: 1px solid #9f9f9f;
    padding-bottom: 19px;
  }
  .footer-nav-list {
    gap: 3px 17px;
    margin-top: 8px;
  }
  .footer-nav-list-item__link {
    font-size: 12px;
  }
  .footer-wrap {
    margin-top: 19px;
  }
  .footer-wrap .footer-nav-list {
    margin-top: 8px;
  }
  .footer-wrap .footer-nav-box {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .footer-nav-list-item {
    min-width: 8.1em;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* footer products
――――――――――――――――――――――――――――――――――――――――――――――*/
.footer-products {
  background-color: #40464e;
  padding-top: 30px;
  padding-bottom: 31px;
}

.footer-products-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.footer-products-nav-list {
  display: flex;
}

.footer-products-nav-list-item {
  padding-right: clamp(8px, 8px + 4.5 * (100vw - 768px) / 512, 12.5px);
  margin-right: clamp(8px, 8px + 4.5 * (100vw - 768px) / 512, 12.5px);
  position: relative;
}
.footer-products-nav-list-item a {
  text-decoration: none;
}
.footer-products-nav-list-item::after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
  right: 0;
}
.footer-products-nav-list-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.footer-products-nav-list-item:last-of-type::after {
  display: none;
}

.footer-logo__img-box {
  max-width: 177px;
  width: 13.828125vw;
  min-width: 115px;
}

.footer-logo__link {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-logo__img {
  width: 100%;
  height: auto;
}

.footer-products-nav-list-item__text {
  font-size: 12px;
  line-height: 1;
  color: #f4f4f4;
}

@media screen and (max-width: 768px) {
  .footer-products {
    padding: 50px 30px 36px 30px;
  }
  .footer-products-wrap {
    flex-direction: column;
  }
  .footer-logo__img-box {
    width: 100%;
  }
  .footer-products-nav-list {
    flex-wrap: wrap;
    gap: 5px 0;
    margin-top: 21px;
  }
  .footer-products-nav-list-item {
    padding: 0 12.5px 0 0;
    margin-right: 12.5px;
  }
  .footer-products-nav-list-item::after {
    height: 15px;
    transform: translateY(-50%) rotate(22deg);
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* footer company
――――――――――――――――――――――――――――――――――――――――――――――*/
.footer-company {
  background-color: #2d3239;
  padding-top: 13.75px;
  padding-bottom: 13.75px;
}

.footer-company-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-company__link {
  font-size: 12px;
  color: #f4f4f4;
}

.footer-company-nav-list {
  display: flex;
}

.footer-company-nav-list-item {
  padding-right: clamp(8px, 8px + 4.7 * (100vw - 768px) / 512, 12.7px);
  margin-right: clamp(8px, 8px + 4.7 * (100vw - 768px) / 512, 12.7px);
  position: relative;
}
.footer-company-nav-list-item a {
  text-decoration: none;
}
.footer-company-nav-list-item::after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
  right: 0;
}
.footer-company-nav-list-item:first-of-type .footer-company-nav-list-item__link {
  padding-right: 13px;
}
.footer-company-nav-list-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.footer-company-nav-list-item:last-of-type::after {
  display: none;
}

.footer-company-nav-list-item__text {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .footer-company {
    padding: 36px 30px;
  }
  .footer-company-wrap {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .footer-company-nav-list {
    flex-wrap: wrap;
  }
  .footer-company__link {
    margin-left: auto;
  }
  .footer-company-nav-list {
    gap: 5px 0;
  }
  .footer-company-nav-list-item {
    padding: 0 12.5px 0 0;
    margin-right: 12.5px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* main
――――――――――――――――――――――――――――――――――――――――――――――*/
.main {
  padding: 62px 60px 100px;
  flex: 1;
  order: 2;
}
@media screen and (max-width: 768px) {
  .main {
    padding: 30px 20px 50px;
  }
}

.company .main,
.master .main {
  padding: clamp(50px, 50px + 14 * (100vw - 768px) / 512, 64px) clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 100px;
}
@media screen and (max-width: 768px) {
  .company .main,
  .master .main {
    padding: 30px 20px 50px;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* aside
――――――――――――――――――――――――――――――――――――――――――――――*/
.aside {
  width: 214px;
  background-color: #2d3239;
  order: 1;
}
@media screen and (max-width: 768px) {
  .aside {
    height: auto;
    position: absolute;
    top: 48px;
    left: -100%;
    z-index: 1000;
    transition: left 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .aside.js-active {
    left: 0;
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 768px) {
  .mypage .aside {
    height: 100%;
    position: static;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .mypage .aside.js-active {
    left: 0;
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1);
  }
}

.company .aside,
.master .aside {
  width: clamp(165px, 165px + 49 * (100vw - 768px) / 512, 214px);
}
@media screen and (max-width: 768px) {
  .company .aside,
  .master .aside {
    width: 100%;
  }
}

.sidebar {
  position: sticky;
  top: 0;
}

.sidebar-list {
  overflow-y: auto;
  height: calc(100svh - 50px);
}

.sidebar__item__link {
  width: 100%;
  min-height: 79px;
  padding: 10px 27px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sidebar__item__link svg {
  width: 20px;
  height: auto;
}
.sidebar__item__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #3a79c5 0%, #10a4d1 50%, #0cb99a 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.sidebar__item__link:hover, .sidebar__item__link.is-active {
  opacity: 1;
}
.sidebar__item__link:hover::before, .sidebar__item__link.is-active::before {
  opacity: 1;
}
.sidebar__item__link > * {
  position: relative;
  z-index: 1;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.login__main {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding-top: 80px;
  padding-bottom: 141px;
}
.login__main .c-input-text {
  padding: 9px 19px;
}
.login__main .c-icon-arrow-line {
  padding-right: 18px !important;
  margin-right: -18px;
}

.company .main.login__main,
.master .main.login__main {
  padding-top: 80px;
  padding-bottom: 141px;
}

.login-box {
  max-width: 516px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login__logo {
  max-width: 270px;
  display: block;
  margin: 0 auto 47px;
}

.login__content {
  width: 100%;
  padding: 37px 51px 40px;
  background-color: #ffffff;
}

.login__title {
  margin-bottom: 35px;
  padding-bottom: 38px;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.login__title::after {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #4072c3 0%, #0bbc93 100%);
  display: block;
  position: absolute;
  bottom: 0;
}

.login__form-group + .login__form-group {
  margin-top: 32px;
}

.login__label {
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

.login__notice {
  margin-top: 39px;
  font-size: 14px;
  line-height: 1.6;
}

.login__reset-password {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}
.login__reset-password a {
  color: #4072c3;
  text-decoration: underline;
}
.login__reset-password a:hover {
  text-decoration: none;
  opacity: 1;
}

.login__button {
  margin-top: 56px;
}

.login__text {
  line-height: 1.6;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .login__main {
    padding: 50px 10px;
  }
  .login__logo {
    margin-bottom: 30px;
    max-width: 250px;
  }
  .login__content {
    padding: 30px 20px 30px;
  }
  .login__title {
    margin-bottom: 25px;
    padding-bottom: 30px;
    font-size: 18px;
  }
  .login__form-group + .login__form-group {
    margin-top: 25px;
  }
  .login__notice {
    margin-top: 30px;
    font-size: 13px;
  }
  .login__reset-password {
    font-size: 13px;
  }
  .login__button {
    margin: 40px auto 0;
  }
}
.login__forget-password {
  margin-top: 23px;
  font-size: 14px;
  text-align: right;
}

.login .c-success-message__title {
  font-weight: 700;
}

.login__register-btn-wrapper {
  margin-top: 15px;
}
.login__register-btn-wrapper a {
  text-decoration: none;
}
.login__register-btn-wrapper a:hover {
  border-color: #2d3239;
}

.admin-applicant-summary {
  margin-bottom: 30px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .admin-applicant-summary {
    flex-direction: column;
    align-items: center;
  }
}

.admin-applicant-summary__image {
  width: 186px;
  margin-right: 39px;
}
.admin-applicant-summary__image .profile-image {
  width: 100%;
  height: auto;
}
.admin-applicant-summary__image .empty-state {
  width: 100%;
  height: 246px;
  color: #999ba3;
  font-size: 16px;
  line-height: 1.5625;
  text-align: center;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin-applicant-summary__image .c-image-placeholder {
  width: 100%;
  height: 246px;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .admin-applicant-summary__image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.master.applicants .admin-applicant-summary__image {
  aspect-ratio: 186/246;
}
.master.applicants img {
  height: 100%;
  object-fit: contain;
}

.admin-applicant-summary__body {
  flex: 1;
}

.admin-applicant-list {
  padding: 20px 30px;
  border: 4px solid #e8e9ea;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .admin-applicant-list {
    padding: 10px 15px;
  }
}

.admin-applicant-list__item {
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.admin-applicant-list__item + .admin-applicant-list__item {
  border-top: 1px solid #e8e9ea;
}
@media screen and (max-width: 768px) {
  .admin-applicant-list__item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.admin-applicant-list--icon-desc .admin-applicant-list__item {
  padding-left: 17px;
}
.admin-applicant-list--icon-desc .admin-applicant-list__item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4072c3;
  display: inline-block;
  position: absolute;
  top: calc(0.65em + 10px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .admin-applicant-list--icon-desc .admin-applicant-list__item {
    padding-left: 10px;
  }
  .admin-applicant-list--icon-desc .admin-applicant-list__item::before {
    top: calc(0.65em + 5px);
  }
}

.diving-experience__count {
  min-width: 88px;
  min-height: 52px;
  padding: 10px 10px;
  margin: 0 17px 0 15px;
  font-size: 16px;
  font-weight: 300;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b2b2b2;
  background-color: #f2f2f2;
}

.career__year {
  margin-right: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .career__year {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.admin-applicant-selfPr {
  padding: 25px 25px 25px;
  border: 1px solid #b2b2b2;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .admin-applicant-selfPr {
    padding: 15px 15px 15px;
  }
}

.admin-applicants__item {
  padding: 20px 0 20px;
  border-bottom: 1px solid #d6d6d6;
}
.admin-applicants__item:first-child {
  border-top: 1px solid #d6d6d6;
}

.admin-applicants__item__head {
  margin-bottom: 10px;
}

.applicant-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .applicant-list {
    gap: 10px 10px;
  }
}

.applicant__item {
  display: flex;
  align-items: center;
}

.applicant__item__head {
  min-height: 21px;
  padding: 2px 8px;
  margin-right: 6px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 12px;
  background-color: #e8e9ea;
  display: flex;
  justify-content: center;
  align-items: center;
}

.admin-applicants__item__body {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.admin-applicants__item__body svg {
  margin-left: 6px;
}

.admin-applicants__item__foot {
  font-size: 12px;
  font-weight: 400;
}

.dashboard .main {
  padding-top: 50px;
}
.dashboard .c-title__note {
  font-size: 14px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .dashboard .c-title-with-line--divide {
    flex-wrap: wrap;
  }
}
.dashboard .c-admin-card {
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .dashboard .c-admin-card {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .dashboard .c-admin-card {
    flex-direction: column;
  }
}
.dashboard .c-admin-card + .c-admin-card {
  padding-top: 31px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .dashboard .c-admin-card + .c-admin-card {
    padding-top: 28px;
    margin-top: 20px;
  }
}
.dashboard .c-admin-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.dashboard .c-admin-card__image--large {
  flex: 1 0 200px;
  width: 100%;
  max-width: 200px;
  margin: 0;
  aspect-ratio: 200/122;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .dashboard .c-admin-card__image--large {
    flex: 1 1 200px;
    aspect-ratio: 150.45/91.77;
  }
}
@media screen and (max-width: 480px) {
  .dashboard .c-admin-card__image--large {
    margin-left: auto;
    margin-right: auto;
    flex: 1 1 100%;
    max-width: 300px;
  }
}
.dashboard .c-admin-card__image--large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dashboard .c-admin-card__body {
  margin-top: -1px;
}
.dashboard .c-admin-card__body .c-admin-card-stats {
  gap: 8px 20px;
}
.dashboard .c-admin-card__body .c-admin-card__title {
  text-align: left;
  font-size: 16px;
  line-height: 1.3125;
  margin-bottom: 19px;
}
.dashboard .c-admin-card__body .c-admin-card__title .c-admin-card-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none !important;
  width: fit-content;
}
.dashboard .c-admin-card__body .c-admin-card__title .c-admin-card-flex:hover .c-admin-card__main {
  text-decoration: none;
}
.dashboard .c-admin-card__body .c-admin-card__title .c-admin-card__main {
  width: fit-content;
  text-decoration: underline;
}
.dashboard .c-admin-card__body .c-admin-card__title .c-admin-card__lead {
  width: fit-content;
  font-size: 12px;
  margin-bottom: 7px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .dashboard .c-admin-card__body .c-admin-card__title .c-admin-card__lead {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .dashboard .c-admin-card__body .c-admin-card__title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.dashboard .c-admin-card__body .c-admin-card-stats__label {
  font-size: 10px;
  min-height: 21px;
  padding: 2px 8px;
  margin-right: 8px;
}
.dashboard .c-admin-card__body .c-admin-card-stats__value {
  font-size: 12px;
}
.dashboard .c-admin-card__body .c-admin-card-stats__value.c-admin-card-stats__value--status {
  font-weight: 700;
}
.dashboard .c-admin-card__body .job-summary__link {
  font-size: 12px;
  margin-top: 14px;
}
.dashboard .c-admin-card__body .job-summary__link.c-has-icon svg {
  width: 11px;
  height: 11px;
}
.dashboard .c-icon-arrow-line {
  padding-right: 11px;
}
.dashboard .c-icon-arrow-line::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  right: 1px;
}
.dashboard .c-icon-arrow-line--dark::after {
  border-top: 1px solid #2d3239;
  border-right: 1px solid #2d3239;
}

.text-bold700 {
  font-weight: 700;
}

.mypage .card-link {
  display: block;
  text-decoration: none;
  color: #2d3239;
}
.mypage .card-link + .card-link {
  margin-top: 24px;
  padding-top: 31px;
  border-top: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) {
  .mypage .card-link + .card-link {
    padding-top: 28px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mypage .card-link .c-admin-card__body {
    margin-top: 0;
  }
}
.mypage .card-link .c-admin-card__title {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .mypage .card-link .c-admin-card__title {
    margin-top: 0;
  }
}

.job-summary .c-admin-card {
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}
.job-summary .c-admin-card__body {
  align-items: flex-start;
}
.job-summary .job-summary__link {
  margin-top: 10px;
}
.job-summary + .job-summary {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d6d6d6;
}

.company.jobs .c-title__note {
  font-size: 14px;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .company.jobs .c-title__note {
    margin-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .company.jobs .c-title-main-box {
    flex-direction: row;
    gap: 5px;
  }
  .company.jobs .c-title-main-box .c-title-main {
    width: fit-content;
  }
  .company.jobs .c-title-main-box .c-btn-wrapper {
    justify-content: flex-end;
    width: fit-content;
  }
}
.company.jobs .c-title-main-box__actions .c-btn-add {
  transform: translateY(-7px);
}
@media screen and (max-width: 768px) {
  .company.jobs .c-title-main-box__actions .c-btn-add {
    transform: translateY(-4px);
    width: 115px;
  }
}
@media screen and (max-width: 768px) {
  .company.jobs .c-filter-bar {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.company.jobs .c-filter-bar__left {
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .company.jobs .c-filter-bar__left {
    width: fit-content;
  }
}
.company.jobs .c-filter-bar__left .c-filter-bar__label {
  min-width: fit-content;
  margin-right: 0;
}
.company.jobs .c-filter-bar__right .c-checkbox-label {
  padding-left: 27px;
}
@media screen and (max-width: 768px) {
  .company.jobs .c-filter-bar__right {
    width: fit-content;
    justify-content: flex-end;
    margin-left: auto;
  }
}
.company.jobs .arrow-adjustment-box {
  position: relative;
}
.company.jobs .arrow-adjustment-box::after {
  content: "";
  background: url(../img/common/ico_arrow-down.svg) no-repeat center/contain;
  width: 8px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  cursor: pointer;
  pointer-events: none;
}
.company.jobs .c-select {
  min-height: 44px;
  padding-right: 23px;
}
.company.jobs .c-select.arrow-adjustment {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}
.company.jobs .c-select.c-select--long {
  width: 100%;
  max-width: none;
  padding-right: 35px;
}
.company.jobs .c-select.c-select--simple {
  width: 50px;
  padding-right: 12px;
  min-height: 0;
  height: 29px;
  line-height: 1;
}
.company.jobs .c-checkbox-label {
  font-size: 12px;
}
.company.jobs .c-admin-card {
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .company.jobs .c-admin-card {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .company.jobs .c-admin-card {
    flex-direction: column;
  }
}
.company.jobs .c-admin-card + .c-admin-card {
  padding-top: 31px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .company.jobs .c-admin-card + .c-admin-card {
    padding-top: 28px;
    margin-top: 20px;
  }
}
.company.jobs .c-admin-card:last-of-type {
  padding-bottom: 31px;
  border-bottom: 1px solid #d6d6d6;
}
.company.jobs .c-admin-card__image--large {
  flex: 1 0 200px;
  width: 100%;
  max-width: 200px;
  margin: 0;
  aspect-ratio: 200/122;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .company.jobs .c-admin-card__image--large {
    flex: 1 1 200px;
    aspect-ratio: 150.45/91.77;
  }
}
@media screen and (max-width: 480px) {
  .company.jobs .c-admin-card__image--large {
    margin-left: auto;
    margin-right: auto;
    flex: 1 1 100%;
    max-width: 300px;
  }
}
.company.jobs .c-admin-card__image--large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company.jobs .c-admin-card__body {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.company.jobs .c-admin-card__body {
  margin-top: -1px;
}
.company.jobs .c-admin-card__body .c-admin-card-stats {
  gap: 8px 20px;
}
.company.jobs .c-admin-card__body .c-admin-card__title {
  text-align: left;
  font-size: 16px;
  line-height: 1.3125;
  margin-bottom: 19px;
}
.company.jobs .c-admin-card__body .c-admin-card__title .c-admin-card-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none !important;
  width: fit-content;
}
.company.jobs .c-admin-card__body .c-admin-card__title .c-admin-card-flex:hover .c-admin-card__main {
  text-decoration: none;
}
.company.jobs .c-admin-card__body .c-admin-card__title .c-admin-card__main {
  width: fit-content;
  text-decoration: underline;
}
.company.jobs .c-admin-card__body .c-admin-card__title .c-admin-card__lead {
  width: fit-content;
  font-size: 12px;
  margin-bottom: 7px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .company.jobs .c-admin-card__body .c-admin-card__title .c-admin-card__lead {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .company.jobs .c-admin-card__body .c-admin-card__title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.company.jobs .c-admin-card__body .c-admin-card-stats__label {
  font-size: 10px;
  min-height: 21px;
  padding: 2px 8px;
  margin-right: 8px;
}
.company.jobs .c-admin-card__body .c-admin-card-stats__value {
  font-size: 12px;
}
.company.jobs .c-admin-card__body .c-admin-card-stats__value.c-admin-card-stats__value--status {
  font-weight: 700;
}
.company.jobs .c-admin-card__body .job-summary__link {
  font-size: 12px;
  margin-top: 14px;
}
.company.jobs .c-admin-card__body .job-summary__link.c-has-icon svg {
  width: 11px;
  height: 11px;
}
.company.jobs .c-definition-list {
  margin-bottom: 31px;
}
.company.jobs .c-definition-list__term {
  flex-shrink: 0;
  font-size: 16px;
}
.company.jobs .c-admin-form__table.jobs-create-table tr td:first-of-type,
.company.jobs .c-admin-form__table.jobs-edit-table tr td:first-of-type {
  line-height: 1.5;
  width: clamp(95px, 95px + 26 * (100vw - 768px) / 512, 121px);
}
@media screen and (max-width: 768px) {
  .company.jobs .c-admin-form__table.jobs-create-table tr td:first-of-type,
  .company.jobs .c-admin-form__table.jobs-edit-table tr td:first-of-type {
    width: fit-content;
  }
}
.company.jobs .c-admin-form__table.jobs-create-table .c-radio-grid--col-3,
.company.jobs .c-admin-form__table.jobs-edit-table .c-radio-grid--col-3 {
  font-weight: 400;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .company.jobs .c-admin-form__table.jobs-create-table .c-radio-grid--col-3,
  .company.jobs .c-admin-form__table.jobs-edit-table .c-radio-grid--col-3 {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .company.jobs .c-admin-form__table.jobs-create-table .c-radio-grid--col-3,
  .company.jobs .c-admin-form__table.jobs-edit-table .c-radio-grid--col-3 {
    grid-template-columns: 1fr !important;
  }
}
.company.jobs .c-admin-form__table.jobs-create-table .c-radio-grid--col-3 .c-radio-grid__item,
.company.jobs .c-admin-form__table.jobs-edit-table .c-radio-grid--col-3 .c-radio-grid__item {
  align-items: flex-start;
}
.company.jobs .c-admin-form__table.jobs-create-table .c-radio-grid--col-3 .c-radio-label,
.company.jobs .c-admin-form__table.jobs-edit-table .c-radio-grid--col-3 .c-radio-label {
  vertical-align: top;
}
.company.jobs .c-admin-form__table.jobs-create-table .c-radio-grid--col-3 .c-radio-label::before,
.company.jobs .c-admin-form__table.jobs-edit-table .c-radio-grid--col-3 .c-radio-label::before {
  top: 4px;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .company.jobs .c-admin-form__table.jobs-create-table .c-radio-grid--col-3 .c-radio-label::before,
  .company.jobs .c-admin-form__table.jobs-edit-table .c-radio-grid--col-3 .c-radio-label::before {
    top: 3px;
  }
}
.company.jobs .c-admin-form__table.jobs-create-table .c-radio-grid--col-3 .c-radio-label::after,
.company.jobs .c-admin-form__table.jobs-edit-table .c-radio-grid--col-3 .c-radio-label::after {
  top: 9px;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .company.jobs .c-admin-form__table.jobs-create-table .c-radio-grid--col-3 .c-radio-label::after,
  .company.jobs .c-admin-form__table.jobs-edit-table .c-radio-grid--col-3 .c-radio-label::after {
    top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .company.jobs .c-admin-form__table.jobs-create-table .c-salary,
  .company.jobs .c-admin-form__table.jobs-edit-table .c-salary {
    padding-left: 20px;
    position: relative;
  }
  .company.jobs .c-admin-form__table.jobs-create-table .c-salary::before,
  .company.jobs .c-admin-form__table.jobs-edit-table .c-salary::before {
    content: "";
    background-color: #e6e6e6;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .company.jobs .c-admin-form__table.jobs-create-table .c-salary hr,
  .company.jobs .c-admin-form__table.jobs-edit-table .c-salary hr {
    margin: 20px 0;
  }
}
.company.jobs .c-admin-form__table.jobs-create-table .c-salary .c-salary__item__head,
.company.jobs .c-admin-form__table.jobs-edit-table .c-salary .c-salary__item__head {
  font-size: 14px;
  transform: translateY(-3px);
}
@media screen and (max-width: 768px) {
  .company.jobs .c-admin-form__table.jobs-create-table .c-salary .c-salary__item__head .c-select--simple,
  .company.jobs .c-admin-form__table.jobs-edit-table .c-salary .c-salary__item__head .c-select--simple {
    font-size: 13px;
  }
}
.company.jobs .c-admin-form__table.jobs-create-table .c-salary .c-salary__item__body,
.company.jobs .c-admin-form__table.jobs-edit-table .c-salary .c-salary__item__body {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.company.jobs .c-admin-form__table.jobs-create-table .c-salary .c-salary__item__body .input-box,
.company.jobs .c-admin-form__table.jobs-edit-table .c-salary .c-salary__item__body .input-box {
  display: flex;
  align-items: center;
}
.company.jobs .c-admin-form__table.jobs-create-table .c-salary .c-salary__item__body .c-input-text--short,
.company.jobs .c-admin-form__table.jobs-edit-table .c-salary .c-salary__item__body .c-input-text--short {
  margin-right: 6px;
}
.company.jobs .c-admin-form__table.jobs-create-table .c-salary .c-salary__item__body .c-input-text--short + .c-input-text--short,
.company.jobs .c-admin-form__table.jobs-edit-table .c-salary .c-salary__item__body .c-input-text--short + .c-input-text--short {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .company.jobs .c-admin-form__table.jobs-create-table .c-salary .c-salary__item__body,
  .company.jobs .c-admin-form__table.jobs-edit-table .c-salary .c-salary__item__body {
    font-size: 13px;
  }
  .company.jobs .c-admin-form__table.jobs-create-table .c-salary .c-salary__item__body .input-box .c-input-text--short,
  .company.jobs .c-admin-form__table.jobs-edit-table .c-salary .c-salary__item__body .input-box .c-input-text--short {
    width: 100%;
    max-width: 174px;
  }
}
.company.jobs .c-admin-form__table.jobs-create-table .c-image-upload .c-image-upload__note,
.company.jobs .c-admin-form__table.jobs-edit-table .c-image-upload .c-image-upload__note {
  font-size: 14px;
}
.company.jobs .c-admin-form__table.jobs-create-table .c-image-upload .c-image-upload__note + .c-image-upload__note,
.company.jobs .c-admin-form__table.jobs-edit-table .c-image-upload .c-image-upload__note + .c-image-upload__note {
  margin-top: 0;
}
.company.jobs .l-admin-section {
  margin-top: 27px;
}
.company.jobs .l-admin-section + .l-admin-section {
  margin-top: 31px;
}
.company.jobs .l-admin-section .c-title-tertiary--sub {
  margin-bottom: 16px;
}
.company.jobs .c-checkbox-boxed-list {
  width: 100%;
}
.company.jobs .c-checkbox-boxed-list > div {
  width: calc((100% - 30px) / 4);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .company.jobs .c-checkbox-boxed-list > div {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .company.jobs .c-checkbox-boxed-list > div {
    width: 100%;
  }
}
.company.jobs .c-checkbox-boxed-list .c-checkbox-label--boxed {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: clamp(25px, 25px + 9 * (100vw - 768px) / 512, 34px);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .company.jobs .c-checkbox-boxed-list .c-checkbox-label--boxed {
    padding-left: 28px;
  }
}
.company.jobs .c-checkbox-boxed-list .c-checkbox-label--boxed:hover {
  color: #4072c3;
  border-color: #4072c3;
}
.company.jobs .c-checkbox-boxed-list .c-checkbox-label--boxed:hover::before {
  border-top: 1.5px solid #4072c3;
  border-right: 1.5px solid #4072c3;
}
.company.jobs .c-checkbox-boxed-list .c-checkbox-label--boxed::before {
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #2d3239;
  border-right: 1.5px solid #2d3239;
  left: clamp(10px, 10px + 5 * (100vw - 768px) / 512, 15px);
}
@media screen and (max-width: 768px) {
  .company.jobs .c-checkbox-boxed-list .c-checkbox-label--boxed::before {
    left: 10px;
  }
}
.company.jobs .c-checkbox-boxed-list .c-checkbox:checked + .c-checkbox-label--boxed {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #4072c3;
}
.company.jobs .c-checkbox-boxed-list .c-checkbox:checked + .c-checkbox-label--boxed::before {
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
}
.company.jobs .c-selected-tags__title {
  margin-bottom: 2px;
}
.company.jobs .c-generated-text-area {
  padding: 23px clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px) 33px;
}
.company.jobs .c-generated-text-area hr {
  margin: 17px 0;
}
.company.jobs .c-generated-text__title {
  margin-bottom: 0;
}
.company.jobs .c-generated-text__title--line {
  margin-bottom: 25px;
}
.company.jobs .c-generated-text__item__head {
  margin-bottom: 9px;
}
.company.jobs .c-generated-text__item__foot {
  margin-top: 9px;
}
.company.jobs .c-generated-text__item__foot .c-char-count {
  margin-right: 17px;
  transform: translateY(2px);
}
.company.jobs .c-generated-text__item__body .c-textarea {
  padding: 19px 24px;
  min-height: 295px;
}
@media screen and (max-width: 768px) {
  .company.jobs .c-generated-text__item__body .c-textarea {
    padding: 19px 20px;
  }
}
.company.jobs .c-admin-detail-table--shop tr th {
  font-size: 16px;
  width: 135px;
  padding-top: 17px;
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .company.jobs .c-admin-detail-table--shop tr th {
    padding-bottom: 0;
  }
}
.company.jobs .c-admin-detail-table--shop tr td {
  font-size: 16px;
  padding-top: 17px;
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .company.jobs .c-admin-detail-table--shop tr td {
    padding-top: 0;
  }
}
.company.jobs .c-edit-shop-info {
  margin-top: 19px;
}
.company.jobs .c-preview-link {
  font-size: 16px;
  margin: 35px 0 0;
}
.company.jobs .c-admin-form__submit-box {
  margin-top: 34px;
}
.company.jobs .c-btn-submit--save {
  font-size: 14px;
  min-height: 40px;
  padding: 6px 15px;
  min-width: 170px;
}
.company.jobs .c-btn-submit--save .c-icon-arrow-line {
  padding-right: 14px;
}
.company.jobs .c-btn-submit--save .c-icon-arrow-line::after {
  width: 9px;
  height: 9px;
  right: 15px;
}
.company.jobs .status-box .c-radio-label {
  font-size: 16px;
}
.company.jobs .status-box.status-box-bottom {
  margin-bottom: 30px;
}
.company.jobs #work_location_overlay {
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .company.applicants .c-title-main-box {
    flex-direction: row;
    gap: 5px;
  }
  .company.applicants .c-title-main-box .c-title-main {
    width: fit-content;
  }
  .company.applicants .c-title-main-box .c-btn-wrapper {
    justify-content: flex-end;
    width: fit-content;
  }
  .company.applicants .c-admin-form__submit-box {
    margin-top: 30px;
  }
}
.company.applicants .c-title__note {
  font-size: 14px;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .company.applicants .c-title__note {
    margin-top: 3px;
  }
}
.company.applicants .c-title-main-box__actions .c-btn-add {
  transform: translateY(-7px);
}
@media screen and (max-width: 768px) {
  .company.applicants .c-title-main-box__actions .c-btn-add {
    transform: translateY(-4px);
    width: 115px;
  }
}
@media screen and (max-width: 768px) {
  .company.applicants .c-filter-bar {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.company.applicants .c-filter-bar__left {
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .company.applicants .c-filter-bar__left {
    width: fit-content;
  }
}
.company.applicants .c-filter-bar__left .c-filter-bar__label {
  min-width: fit-content;
  margin-right: 0;
}
.company.applicants .c-filter-bar__right .c-checkbox-label {
  padding-left: 27px;
}
@media screen and (max-width: 768px) {
  .company.applicants .c-filter-bar__right {
    width: fit-content;
    justify-content: flex-end;
    margin-left: auto;
  }
}
.company.applicants .c-select {
  padding-top: 9px;
  padding-bottom: 9px;
}
.company.applicants .c-admin-detail-table tr th,
.company.applicants .c-admin-detail-table tr td {
  font-size: clamp(14px, 14px + 2 * (100vw - 768px) / 512, 16px);
  padding: 17px 0 19px;
}
.company.applicants .c-admin-detail-table tr th {
  width: 95px;
}
@media screen and (max-width: 768px) {
  .company.applicants .c-admin-detail-table tr th {
    padding-top: 14px;
    padding-bottom: 0;
  }
  .company.applicants .c-admin-detail-table tr td {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
.company.applicants .c-admin-detail-table tr a {
  color: #4072c3;
  font-size: 14px;
}
.company.applicants .c-admin-detail-table tr .c-has-icon--right svg {
  margin-left: 2px;
}
.company.applicants .c-admin-detail-table tr .c-select-overlay {
  flex-wrap: wrap;
  gap: 3px clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px);
  padding: 0;
}
.company.applicants .c-admin-detail-table tr .c-select-overlay .c-select-overlay__shop {
  font-size: 16px;
}
.company.applicants .c-admin-detail-table tr .ico_flex-box {
  display: flex;
  gap: 7px;
}
.company.applicants .c-admin-detail-table tr .ico_flex-box svg {
  flex-shrink: 0;
  transform: translateY(2px);
}
.company.applicants .c-admin-detail-table tr .ico_flex-box .c-select-overlay__address {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
.company.applicants .c-icon-arrow-line::after {
  width: 9px;
  height: 9px;
  right: 2px;
}
.company.applicants .c-admin-applicant-section .c-admin-card-stats__value {
  font-size: 14px;
}
.company.applicants .c-admin-applicant-section .c-admin-card-stats__label {
  min-height: 23px;
  padding: 2px 9px;
  margin-right: 8px;
}
.company.applicants .c-admin-applicant-section .c-admin-card-stats {
  gap: 8px 25px;
  margin-bottom: 26px;
}
.company.applicants .c-admin-applicant-section .admin-applicant-summary__image {
  width: 100%;
  max-width: clamp(120px, 120px + 66 * (100vw - 768px) / 512, 186px);
  margin-right: clamp(30px, 30px + 9 * (100vw - 768px) / 512, 39px);
  aspect-ratio: 186/246;
}
.company.applicants .c-admin-applicant-section .admin-applicant-summary__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .company.applicants .c-admin-applicant-section .admin-applicant-summary__image {
    margin-right: 0;
    max-width: 200px;
  }
}
.company.applicants .c-admin-applicant-section .c-admin-detail-table tr th,
.company.applicants .c-admin-applicant-section .c-admin-detail-table tr td {
  padding: 11px 0 13px;
}
.company.applicants .c-admin-applicant-section .c-admin-detail-table tr th {
  width: clamp(95px, 95px + 13 * (100vw - 768px) / 512, 108px);
}
@media screen and (max-width: 768px) {
  .company.applicants .c-admin-applicant-section .c-admin-detail-table tr th {
    padding-top: 14px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .company.applicants .c-admin-applicant-section .c-admin-detail-table tr td {
    padding-bottom: 15px;
    padding-top: 0;
  }
}
.company.applicants .c-admin-applicant-section .c-admin-detail-table tr td a {
  color: #2d3239;
}
.company.applicants .c-admin-applicant-section .l-admin-applicant-section {
  margin-top: 36px;
}
.company.applicants .c-admin-applicant-section .l-admin-applicant-section:first-of-type {
  margin-top: 58px;
}
.company.applicants .c-admin-applicant-section .l-admin-applicant-section .l-spacing-title-tertiary-bottom {
  margin-bottom: 21px;
}
.company.applicants .c-admin-applicant-section .l-admin-applicant-section .admin-applicant-list {
  padding: 9px clamp(20px, 20px + 6 * (100vw - 768px) / 512, 26px);
}
.company.applicants .c-admin-applicant-section .l-admin-applicant-section .admin-applicant-list__item {
  font-size: clamp(14px, 14px + 2 * (100vw - 768px) / 512, 16px);
  padding-top: 12px;
}
.company.applicants .c-admin-applicant-section .l-admin-applicant-section .admin-applicant-list__item::before {
  top: 22px;
}
.company.applicants .c-admin-applicant-section .l-admin-applicant-section .admin-applicant-list__item.c-career__item {
  font-size: clamp(14px, 14px + 2 * (100vw - 768px) / 512, 16px);
}
.company.applicants .c-admin-applicant-section .l-admin-applicant-section .admin-applicant-list__item.c-career__item .career__year {
  font-size: clamp(14px, 14px + 2 * (100vw - 768px) / 512, 16px);
}
@media screen and (max-width: 768px) {
  .company.applicants .c-admin-applicant-section .l-admin-applicant-section .admin-applicant-list__item {
    padding-left: 13px;
  }
}
.company.applicants .c-admin-applicant-section .l-admin-applicant-section .c-diving-experience {
  font-size: clamp(14px, 14px + 2 * (100vw - 768px) / 512, 16px);
}
.company.applicants .c-admin-applicant-section .l-admin-applicant-section .admin-applicant-selfPr {
  font-size: clamp(14px, 14px + 2 * (100vw - 768px) / 512, 16px);
  line-height: 1.5;
  padding: 20px 25px;
}
@media screen and (max-width: 768px) {
  .company.applicants .c-admin-applicant-section .l-admin-applicant-section .admin-applicant-selfPr {
    padding: 20px;
  }
}
.company.applicants .c-admin-form__submit-box .c-icon-info {
  margin-bottom: 13px;
}
.company.applicants .c-admin-form__submit-box .c-form-note {
  line-height: 1.9285714286;
}
@media screen and (max-width: 768px) {
  .company.applicants .c-admin-form__submit-box .c-form-note {
    margin-bottom: 20px;
  }
}
.company.applicants .c-modal {
  padding-left: clamp(30px, 30px + 38 * (100vw - 768px) / 512, 68px);
  padding-right: clamp(30px, 30px + 38 * (100vw - 768px) / 512, 68px);
  margin-left: calc(clamp(165px, 165px + 49 * (100vw - 768px) / 512, 214px) + clamp(30px, 30px + 90 * (100vw - 768px) / 512, 120px));
  margin-right: clamp(30px, 30px + 90 * (100vw - 768px) / 512, 120px);
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .company.applicants .c-modal {
    margin-left: 20px;
    margin-right: 20px;
  }
  .company.applicants .c-modal .c-btn-submit {
    font-size: 15px;
  }
}
.company.applicants .c-modal .c-modal__title {
  color: #4072c3;
  line-height: 1;
  transform: translateY(3px);
}
.company.applicants .c-modal .c-icon-info {
  width: 26px;
  height: 26px;
}
.company.applicants .c-modal .c-modal__text {
  line-height: 1.9285714286;
}
.company.applicants .c-modal .c-modal__header {
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .company.applicants .c-modal .c-modal__header {
    margin-bottom: 10px;
  }
}
.company.applicants .c-modal .c-modal__content {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .company.applicants .c-modal .c-modal__content {
    margin-bottom: 21px;
  }
}
.company.applicants .c-modal .c-btn-submit--cancel .c-btn-inner--full {
  transform: translateX(clamp(-9px, 0px + -9 * (100vw - 768px) / (1280 - 768), 0px));
  margin-left: 5px;
}
.company .c-admin-table--reviewing {
  table-layout: auto;
}
.company .c-admin-table--reviewing tr th {
  border-bottom: none;
}
.company .c-admin-table--reviewing tr th,
.company .c-admin-table--reviewing tr td {
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 7px;
}
.company .c-admin-table--reviewing tr th:nth-child(1),
.company .c-admin-table--reviewing tr td:nth-child(1),
.company .c-admin-table--reviewing tr th:nth-child(4),
.company .c-admin-table--reviewing tr td:nth-child(4),
.company .c-admin-table--reviewing tr th:nth-child(5),
.company .c-admin-table--reviewing tr td:nth-child(5) {
  text-align: left;
}
.company .c-admin-table--reviewing tr th:nth-child(1),
.company .c-admin-table--reviewing tr td:nth-child(1) {
  width: 23.2445520581%;
  min-width: 165px;
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  .company .c-admin-table--reviewing tr th:nth-child(1),
  .company .c-admin-table--reviewing tr td:nth-child(1) {
    width: 100%;
    min-width: 150px;
  }
}
.company .c-admin-table--reviewing tr th:nth-child(4),
.company .c-admin-table--reviewing tr td:nth-child(4) {
  width: 18.5230024213%;
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .company .c-admin-table--reviewing tr th:nth-child(4),
  .company .c-admin-table--reviewing tr td:nth-child(4) {
    width: 100%;
    min-width: 140px;
  }
}
.company .c-admin-table--reviewing tr th:nth-child(5),
.company .c-admin-table--reviewing tr td:nth-child(5) {
  width: 27.3607748184%;
  min-width: 250px;
}
@media screen and (max-width: 768px) {
  .company .c-admin-table--reviewing tr th:nth-child(5),
  .company .c-admin-table--reviewing tr td:nth-child(5) {
    width: 100%;
    min-width: 180px;
  }
}
.company .c-admin-table--reviewing tr th:nth-child(2),
.company .c-admin-table--reviewing tr td:nth-child(2) {
  width: clamp(90px, 90px + 11 * (100vw - 768px) / 512, 101px);
}
.company .c-admin-table--reviewing tr th:nth-child(3),
.company .c-admin-table--reviewing tr td:nth-child(3) {
  width: clamp(60px, 60px + 4 * (100vw - 768px) / 512, 64px);
}
.company .c-admin-table--reviewing tr th:nth-child(6),
.company .c-admin-table--reviewing tr td:nth-child(6) {
  width: clamp(85px, 85px + 5 * (100vw - 768px) / 512, 90px);
}
.company .c-admin-table--reviewing tr td .c-text-with-ruby {
  align-items: flex-start;
  font-size: 16px;
}
.company .c-admin-table--reviewing tr td .c-text-with-ruby .c-text-with-ruby-ruby {
  font-size: 10px;
}
.company .c-admin-table--reviewing tr td:nth-child(1) {
  padding-left: 20px;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* z-index
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-z1 {
  z-index: 1 !important;
}

.u-z2 {
  z-index: 2 !important;
}

.u-z3 {
  z-index: 3 !important;
}

.u-z4 {
  z-index: 4 !important;
}

.u-z5 {
  z-index: 5 !important;
}

.u-z6 {
  z-index: 6 !important;
}

.u-z7 {
  z-index: 7 !important;
}

.u-z8 {
  z-index: 8 !important;
}

.u-z9 {
  z-index: 9 !important;
}

.u-z10 {
  z-index: 10 !important;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* position
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-position-relative {
  position: relative !important;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* display
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-display-none {
  display: none !important;
}

.u-flex-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.u-flex-direction-column {
  flex-direction: column !important;
}

.u-align-items-center {
  align-items: center !important;
}

@media screen and (max-width: 768px) {
  .u-flex-direction-column-reverse-sp {
    flex-direction: column-reverse !important;
  }
}
.u-order-1 {
  order: 1;
}

.u-order-2 {
  order: 2;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* opacity
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-opacity-0 {
  opacity: 0 !important;
}

.u-opacity-100 {
  opacity: 1 !important;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* margin
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-mt-auto {
  margin-top: auto !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

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

.u-mt55 {
  margin-top: 55px !important;
}

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

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

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

.u-mr-auto {
  margin-right: auto !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml-auto-sp {
  margin-left: auto !important;
}

@media screen and (max-width: 768px) {
  .u-mt0-sp {
    margin-top: 0px !important;
  }
  .u-mt5-sp {
    margin-top: 5px !important;
  }
  .u-mt10-sp {
    margin-top: 10px !important;
  }
  .u-mt15-sp {
    margin-top: 15px !important;
  }
  .u-mt20-sp {
    margin-top: 20px !important;
  }
  .u-mt25-sp {
    margin-top: 25px !important;
  }
  .u-mt30-sp {
    margin-top: 30px !important;
  }
  .u-mt35-sp {
    margin-top: 35px !important;
  }
  .u-mt40-sp {
    margin-top: 40px !important;
  }
  .u-mt45-sp {
    margin-top: 45px !important;
  }
  .u-mt50-sp {
    margin-top: 50px !important;
  }
  .u-mt55-sp {
    margin-top: 55px !important;
  }
  .u-mt60-sp {
    margin-top: 60px !important;
  }
  .u-mt65-sp {
    margin-top: 65px !important;
  }
  .u-mt70-sp {
    margin-top: 70px !important;
  }
  .u-mt75-sp {
    margin-top: 75px !important;
  }
  .u-mt80-sp {
    margin-top: 80px !important;
  }
}
.u-mr-auto-sp {
  margin-right: auto !important;
}

@media screen and (max-width: 768px) {
  .u-mr0-sp {
    margin-right: 0px !important;
  }
  .u-mr5-sp {
    margin-right: 5px !important;
  }
  .u-mr10-sp {
    margin-right: 10px !important;
  }
  .u-mr15-sp {
    margin-right: 15px !important;
  }
  .u-mr20-sp {
    margin-right: 20px !important;
  }
  .u-mr25-sp {
    margin-right: 25px !important;
  }
  .u-mr30-sp {
    margin-right: 30px !important;
  }
  .u-mr35-sp {
    margin-right: 35px !important;
  }
  .u-mr40-sp {
    margin-right: 40px !important;
  }
  .u-mr45-sp {
    margin-right: 45px !important;
  }
  .u-mr50-sp {
    margin-right: 50px !important;
  }
  .u-mr55-sp {
    margin-right: 55px !important;
  }
  .u-mr60-sp {
    margin-right: 60px !important;
  }
  .u-mr65-sp {
    margin-right: 65px !important;
  }
  .u-mr70-sp {
    margin-right: 70px !important;
  }
  .u-mr75-sp {
    margin-right: 75px !important;
  }
  .u-mr80-sp {
    margin-right: 80px !important;
  }
}
.u-mb-auto-sp {
  margin-bottom: auto !important;
}

@media screen and (max-width: 768px) {
  .u-mb0-sp {
    margin-bottom: 0px !important;
  }
  .u-mb5-sp {
    margin-bottom: 5px !important;
  }
  .u-mb10-sp {
    margin-bottom: 10px !important;
  }
  .u-mb15-sp {
    margin-bottom: 15px !important;
  }
  .u-mb20-sp {
    margin-bottom: 20px !important;
  }
  .u-mb25-sp {
    margin-bottom: 25px !important;
  }
  .u-mb30-sp {
    margin-bottom: 30px !important;
  }
  .u-mb35-sp {
    margin-bottom: 35px !important;
  }
  .u-mb40-sp {
    margin-bottom: 40px !important;
  }
  .u-mb45-sp {
    margin-bottom: 45px !important;
  }
  .u-mb50-sp {
    margin-bottom: 50px !important;
  }
  .u-mb55-sp {
    margin-bottom: 55px !important;
  }
  .u-mb60-sp {
    margin-bottom: 60px !important;
  }
  .u-mb65-sp {
    margin-bottom: 65px !important;
  }
  .u-mb70-sp {
    margin-bottom: 70px !important;
  }
  .u-mb75-sp {
    margin-bottom: 75px !important;
  }
  .u-mb80-sp {
    margin-bottom: 80px !important;
  }
}
.u-ml-auto-sp {
  margin-left: auto !important;
}

@media screen and (max-width: 768px) {
  .u-ml0-sp {
    margin-left: 0px !important;
  }
  .u-ml5-sp {
    margin-left: 5px !important;
  }
  .u-ml10-sp {
    margin-left: 10px !important;
  }
  .u-ml15-sp {
    margin-left: 15px !important;
  }
  .u-ml20-sp {
    margin-left: 20px !important;
  }
  .u-ml25-sp {
    margin-left: 25px !important;
  }
  .u-ml30-sp {
    margin-left: 30px !important;
  }
  .u-ml35-sp {
    margin-left: 35px !important;
  }
  .u-ml40-sp {
    margin-left: 40px !important;
  }
  .u-ml45-sp {
    margin-left: 45px !important;
  }
  .u-ml50-sp {
    margin-left: 50px !important;
  }
  .u-ml55-sp {
    margin-left: 55px !important;
  }
  .u-ml60-sp {
    margin-left: 60px !important;
  }
  .u-ml65-sp {
    margin-left: 65px !important;
  }
  .u-ml70-sp {
    margin-left: 70px !important;
  }
  .u-ml75-sp {
    margin-left: 75px !important;
  }
  .u-ml80-sp {
    margin-left: 80px !important;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* font
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
  .u-fz0-pc {
    font-size: 0px !important;
  }
  .u-fz1-pc {
    font-size: 1px !important;
  }
  .u-fz2-pc {
    font-size: 2px !important;
  }
  .u-fz3-pc {
    font-size: 3px !important;
  }
  .u-fz4-pc {
    font-size: 4px !important;
  }
  .u-fz5-pc {
    font-size: 5px !important;
  }
  .u-fz6-pc {
    font-size: 6px !important;
  }
  .u-fz7-pc {
    font-size: 7px !important;
  }
  .u-fz8-pc {
    font-size: 8px !important;
  }
  .u-fz9-pc {
    font-size: 9px !important;
  }
  .u-fz10-pc {
    font-size: 10px !important;
  }
  .u-fz11-pc {
    font-size: 11px !important;
  }
  .u-fz12-pc {
    font-size: 12px !important;
  }
  .u-fz13-pc {
    font-size: 13px !important;
  }
  .u-fz14-pc {
    font-size: 14px !important;
  }
  .u-fz15-pc {
    font-size: 15px !important;
  }
  .u-fz16-pc {
    font-size: 16px !important;
  }
  .u-fz17-pc {
    font-size: 17px !important;
  }
  .u-fz18-pc {
    font-size: 18px !important;
  }
  .u-fz19-pc {
    font-size: 19px !important;
  }
  .u-fz20-pc {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-fz0-sp {
    font-size: 0px !important;
  }
  .u-fz1-sp {
    font-size: 1px !important;
  }
  .u-fz2-sp {
    font-size: 2px !important;
  }
  .u-fz3-sp {
    font-size: 3px !important;
  }
  .u-fz4-sp {
    font-size: 4px !important;
  }
  .u-fz5-sp {
    font-size: 5px !important;
  }
  .u-fz6-sp {
    font-size: 6px !important;
  }
  .u-fz7-sp {
    font-size: 7px !important;
  }
  .u-fz8-sp {
    font-size: 8px !important;
  }
  .u-fz9-sp {
    font-size: 9px !important;
  }
  .u-fz10-sp {
    font-size: 10px !important;
  }
  .u-fz11-sp {
    font-size: 11px !important;
  }
  .u-fz12-sp {
    font-size: 12px !important;
  }
  .u-fz13-sp {
    font-size: 13px !important;
  }
  .u-fz14-sp {
    font-size: 14px !important;
  }
  .u-fz15-sp {
    font-size: 15px !important;
  }
  .u-fz16-sp {
    font-size: 16px !important;
  }
  .u-fz17-sp {
    font-size: 17px !important;
  }
  .u-fz18-sp {
    font-size: 18px !important;
  }
  .u-fz19-sp {
    font-size: 19px !important;
  }
  .u-fz20-sp {
    font-size: 20px !important;
  }
}
.u-fw400 {
  font-weight: 400 !important;
}

.u-fw600 {
  font-weight: 600 !important;
}

.u-fw700 {
  font-weight: 700 !important;
}

.u-font-accent {
  font-family: "Noto Serif CJK JP", sans-serif;
}

.u-link--primary {
  color: #4072c3 !important;
  text-decoration: underline !important;
}
.u-link--primary:hover {
  text-decoration: none !important;
}

.relative {
  position: relative;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 特殊
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* responsive image
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 文字位置調整
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

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

/*――――――――――――――――――――――――――――――――――――――――――――
/* 並び順（SP時に並び順を変更したい時に使用）
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (max-width: 768px) {
  .u-order-1-sp {
    order: 1 !important;
  }
}

@media screen and (max-width: 768px) {
  .u-order-2-sp {
    order: 2 !important;
  }
}

@media screen and (max-width: 768px) {
  .u-order-3-sp {
    order: 3 !important;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 見た目・装飾系ユーティリティ
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-pill {
  min-width: 65px;
  min-height: 28px;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  background-color: #ffffff;
}

.u-short-input {
  width: 175px !important;
}/*# sourceMappingURL=admin.css.map */