@charset "UTF-8";
/*! 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;
}

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

.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;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* top-kv-area
――――――――――――――――――――――――――――――――――――――――――――――*/
.top-kv-area {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.top-kv-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 52.734375%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.kv-inner {
  position: relative;
}

.top-kv__img-list {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 0 !important;
  overflow: hidden;
}
.top-kv__img-list.slick-initialized {
  visibility: visible;
}
.top-kv__img-list .slick-dots {
  position: absolute;
  bottom: 60px;
  right: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
  width: fit-content;
}
.top-kv__img-list .slick-dots li {
  width: 50px;
  height: 5px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  overflow: hidden;
}
.top-kv__img-list .slick-dots li.slick-active::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  content: "";
  animation: dotProgress 6s linear 0s normal both;
}

@keyframes dotProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.top-kv__img {
  width: 100%;
  height: 100%;
}

.top-kv__img-list .add-animation.slick-slide {
  animation: zoomUp 12s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.top-kv__text-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.top-kv__text-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 15px + 12 * (100vw - 768px) / 512, 27px);
  margin-top: clamp(17px, 17px + 70 * (100vw - 768px) / 512, 87px);
}

@media screen and (min-width: 1281px) {
  .top-kv__text-box {
    top: calc((100% - 94px) / 2);
    transform: translateY(-50%);
  }
  .top-kv__text-wrap {
    margin-top: 0;
  }
}
.top-kv__text__main {
  font-size: clamp(40px, 40px + 10 * (100vw - 768px) / 512, 50px);
  line-height: 1.4;
  font-family: "Noto Serif CJK JP", sans-serif;
}
.top-kv__text__main small {
  font-size: clamp(32px, 32px + 13 * (100vw - 768px) / 512, 45px);
}
.top-kv__text__main .c-accent {
  color: #c2ff60;
}

.top-kv__text__sub {
  font-size: clamp(14px, 14px + 1 * (100vw - 768px) / 512, 15px);
  line-height: 2;
}

.accent-color {
  background: linear-gradient(90deg, #3a79c5 0%, #10a4d1 50%, #0cb99a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accent-color.ver1 {
  background: linear-gradient(135deg, #3a79c5 0%, #1E98CE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accent-color.ver2 {
  background: linear-gradient(135deg, #12A1D0 0%, #10B2AE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accent-color.ver3 {
  background: linear-gradient(135deg, #1C97CD 0%, #10B4A8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accent-color.ver3 {
  background: linear-gradient(135deg, #1C97CD 0%, #10B4A8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accent-color.color-vertical {
  background: linear-gradient(180deg, #4072C3 0%, #10A4D1 50%, #0BBC93 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .accent-color.color-vertical {
    background: linear-gradient(90deg, #4072C3 0%, #10A4D1 50%, #0BBC93 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .top-kv-area {
    margin-top: -63.4666666667vw;
  }
  .top-kv-area::before {
    display: none;
  }
  .top-kv__img-list .slick-dots {
    right: 15px;
  }
  .top-kv__img-list .slick-dots li {
    width: 40px;
  }
  .top-kv__img {
    object-fit: cover;
    object-position: bottom;
  }
  .top-kv__text-wrap {
    justify-content: center;
    text-align: center;
    gap: 14px;
    margin-top: 0;
    transform: translateY(17.3333333333vw);
  }
  .top-kv__text-box {
    width: calc(100% + 30px);
    max-height: 77.479338843%;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.98) 80%, rgba(255, 255, 255, 0.52) 90%, rgba(255, 255, 255, 0) 100%);
    padding-left: 0;
    margin-left: -15px;
    margin-top: -15.2vw;
    position: relative;
    z-index: 2;
    height: clamp(0px, 62.4vw, 395px);
  }
  .top-kv__text__main {
    font-size: clamp(0px, 8.5333333333vw, 50px);
  }
  .top-kv__text__sub {
    font-size: clamp(0px, 3.2vw, 19px);
    line-height: 1.83;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* c-pageHead
――――――――――――――――――――――――――――――――――――――――――――――*/
.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-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;
  }
}
/**********************************************************

breadcrumb-area

***********************************************************/
.l-section.breadcrumb-area {
  padding-top: 34px;
  padding-bottom: 10px;
}

.breadcrumb {
  display: flex;
  gap: 10px 0;
  list-style: none;
  color: #2d3239;
  color: #999BA3;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-right: calc(50% - 50vw);
  padding-right: 30px;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb-item {
  flex-shrink: 0;
  font-size: clamp(12px, 12px + 2 * (100vw - 768px) / 512, 14px);
  white-space: nowrap;
  margin-right: 12px;
  padding-right: 13.5px;
  position: relative;
}
.breadcrumb-item::after {
  content: "";
  display: block;
  background: #999BA3;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
  right: 0;
}
.breadcrumb-item:last-of-type::after {
  display: none;
}
.breadcrumb-item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb-link {
  color: #2d3239;
  padding-bottom: 4.5px;
  position: relative;
}
.breadcrumb-link::after {
  content: "";
  background-color: #2d3239;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: scaleX(1);
  transition: transform 0.3s;
}
.breadcrumb-link:hover::after {
  transform: scaleX(0);
}

@media screen and (max-width: 768px) {
  .l-section.breadcrumb-area {
    padding: 15px 30px 12px;
  }
  .breadcrumb-link {
    padding-bottom: 5px;
  }
  .breadcrumb {
    font-size: 14px;
  }
  .breadcrumb-item {
    margin-right: 12px;
    padding-right: 13px;
  }
  .breadcrumb-item::after {
    height: 12px;
    transform: translateY(-50%) rotate(17deg);
  }
}
.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-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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  /* width: 20px;
  height: 20px;
  padding: 5px; */
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 共通のレイアウト
――――――――――――――――――――――――――――――――――――――――――――――*/
/*** 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;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 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;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* top-search-area
――――――――――――――――――――――――――――――――――――――――――――――*/
.top-search-area {
  background: rgba(255, 255, 255, 0.7); /* 白＋透過70% */
  padding-top: clamp(15px, 15px + 10 * (100vw - 768px) / 512, 25px);
  padding-bottom: clamp(15px, 15px + 10 * (100vw - 768px) / 512, 25px);
  position: relative;
  z-index: 1;
  margin-top: clamp(-94px, -74px + -20 * (100vw - 768px) / (1280 - 768), -74px);
}

.search-form {
  display: flex;
  gap: 22px;
}

.search-form__list {
  display: flex;
  background-color: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  width: 898px; /* 入力エリア */
}

.search-form__list-item {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  padding: 6px 15px 4px;
  cursor: pointer;
}
.search-form__list-item:not(:last-child)::after {
  content: "";
  background-color: #9f9f9f; /* 区切り線 */
  width: 1px;
  height: 61.3636363636%;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}

.search-form__list-item__content {
  font-size: 14px;
  width: 100%;
  color: #999ba3;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-form__list-item__content.map-pin {
  padding-left: 22px;
  background: url(/assets/img/common/ico_map-pin.svg) no-repeat left center;
  background-size: 15px auto;
}
.search-form__list-item__content.snorkeling {
  padding-left: 31px;
  background: url(/assets/img/common/ico_snorkeling.svg) no-repeat left 0;
  background-size: 23px auto;
}
.search-form__list-item__content.clock {
  padding-left: 23px;
  background: url(/assets/img/common/ico_clock.svg) no-repeat left center;
  background-size: 16px auto;
}
.search-form__list-item__content--selected {
  color: #2d3239;
}
.search-form__list-item__content span {
  display: inline-block;
  position: relative;
  width: fit-content;
}
.search-form__list-item__content span::after {
  content: "";
  width: 5px;
  height: 7px;
  background-color: #999ba3;
  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;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}

.search-form__btn {
  color: #fff;
  font-size: 14px;
  background-color: #f07d0b;
  border: none;
  width: 120px;
  margin: 0;
  padding: 13px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.search-form__btn:hover {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .top-search-area {
    background-color: #f7f7f7;
    margin-top: 0;
    padding: 25px 30px 26px;
  }
  .search-form__list {
    flex-direction: column;
    gap: 8px;
    background-color: #f7f7f7;
    box-shadow: none;
    width: 100%;
  }
  .search-form__list-item {
    background-color: #ffffff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
    padding: 12px 10px 11px;
  }
  .search-form__list-item:not(:last-child)::after {
    display: none;
  }
  .search-form {
    flex-direction: column;
    gap: 15px;
  }
  .search-form__btn {
    width: 100%;
    max-width: 100%;
  }
  .search-form__list-item__content {
    font-size: 12px;
  }
  .search-form__list-item__content.map-pin {
    padding-left: 30px;
    background: url(/assets/img/common/ico_map-pin.svg) no-repeat 4px center;
    background-size: 13px auto;
  }
  .search-form__list-item__content.snorkeling {
    padding-left: 30px;
    background: url(/assets/img/common/ico_snorkeling.svg) no-repeat left 0;
    background-size: 21px auto;
  }
  .search-form__list-item__content.clock {
    padding-left: 30px;
    background: url(/assets/img/common/ico_clock.svg) no-repeat 2px center;
    background-size: 16px auto;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* top-message-area
――――――――――――――――――――――――――――――――――――――――――――――*/
.top-message-area {
  background-color: #ffffff;
  border-radius: 0 0 100px 100px;
  padding-top: clamp(55px, 55px + 23 * (100vw - 768px) / 512, 78px);
  padding-bottom: clamp(55px, 55px + 27 * (100vw - 768px) / 512, 82px);
}

.top-message-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.top-message__title {
  flex: 1 0 288px;
  width: 100%;
  max-width: 288px;
}

.top-message__text-box {
  flex: 1 1 620px;
  width: 100%;
  max-width: 620px;
  margin-top: 3px;
}

.top-message__text {
  margin-top: 21px;
}

.top-message__text-title {
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .top-message-area {
    padding: 48px 30px 55px;
    border-radius: 0 0 50px 50px;
  }
  .top-message-box {
    flex-direction: column;
    gap: 32px;
  }
  .top-message__title {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
  .top-message__text-box {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 3px;
  }
  .top-message__text {
    margin-top: 17px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* new-job-area
――――――――――――――――――――――――――――――――――――――――――――――*/
.new-job-area {
  padding-top: 78px;
  padding-bottom: clamp(38px, 38px + 12 * (100vw - 768px) / 512, 50px);
}
.new-job-area .l-inner {
  position: relative;
}

.slide {
  width: 100vw;
  height: 100%;
  margin: 39px calc(50% - 50vw) 0 !important;
  position: relative;
}
.slide .slick-track {
  display: flex;
  align-items: stretch;
}

.slide-card {
  position: relative;
  max-width: 327px;
  width: 100%;
  margin: 0 14.5px;
  flex: 1 1 auto;
}

.slide-card-link {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.slide-card__img-box {
  width: 100%;
  position: relative;
}

.top .slide-card__img-box {
  aspect-ratio: 327/200;
  max-height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top .slide-card__img-box {
    aspect-ratio: 315/179;
    max-height: 179px;
  }
}
.top .slide-card__img-box .slide-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-card__img {
  width: 100%;
  object-fit: cover;
}

.slide-card__img-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(12px, 12px + 2 * (100vw - 768px) / 512, 14px);
  color: #ffffff;
  background-color: #2d3239;
  line-height: 1;
  padding: 10px 13.5px;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-card__img-favorite,
.favorite-btn {
  background-color: #fff;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  position: absolute;
  top: 3%;
  right: 4%;
  z-index: 1;
  cursor: pointer;
}
.slide-card__img-favorite::before,
.favorite-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -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;
}
.slide-card__img-favorite.js-active::before,
.favorite-btn.js-active::before {
  border: 8px solid #eddb02;
}

.slide-card__text-box {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.slide-card__text-company {
  margin-top: 12px;
}

.slide-card__text__information-list {
  margin-top: 10px;
}

.slide-card__text__information-list-item {
  display: flex;
  align-items: center;
  padding: 5px 15px 6px;
}
.slide-card__text__information-list-item:nth-child(odd) {
  background-color: #fff;
}
.slide-card__text__information-list-item span {
  padding-left: 23px;
  position: relative;
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分を「...」にする */
  white-space: nowrap;
}
.slide-card__text__information-list-item span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.slide-card__text__information-list-item span.map::before {
  background: url(/assets/img/common/ico_map-pin--blue.svg) no-repeat left center/contain;
  width: 13px;
  height: 17px;
}
.slide-card__text__information-list-item span.snorkeling::before {
  background: url(/assets/img/common/ico_snorkeling--blue.svg) no-repeat left center/contain;
  width: 17px;
  height: 17px;
  left: 0px;
}
.slide-card__text__information-list-item span.styles::before {
  background: url(/assets/img/common/ico_styles--blue.svg) no-repeat left center/contain;
  width: 16px;
  height: 16px;
  left: 1px;
}
.slide-card__text__information-list-item span.price::before {
  background: url(/assets/img/common/ico_price--blue.svg) no-repeat left center/contain;
  width: 12px;
  height: 15px;
  left: 3px;
}

.slide-card__text__tag-list {
  max-height: 56px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.slide-card__text__tag-list-item {
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(11px, 11px + 1 * (100vw - 768px) / 512, 12px);
  color: #4072c3;
  background-color: #e3eeff;
  line-height: 1;
  padding: 6px 6px 5px;
}

/* 矢印ボタン共通 */
.slide-controls {
  display: flex !important;
  justify-content: space-between;
  border: none;
  width: 73px !important;
  height: 30px;
  z-index: 10;
  margin-top: 50px;
}

/* 矢印の中身 */
.slide-prev,
.slide-next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2d3239;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  border: 1px solid #2d3239;
  transition: 0.3s;
}
.slide-prev::before,
.slide-next::before {
  content: "";
  width: 9px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  mask-image: url(../img/common/ico_arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../img/common/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.slide-prev:hover,
.slide-next:hover {
  background-color: #ffffff;
}
.slide-prev:hover::before,
.slide-next:hover::before {
  background-color: #2d3239;
}

.slide-prev {
  transform: scaleX(-1);
}

.new-job-btn {
  margin: -30px 0 0 auto;
}
.new-job-btn .c-btn-text::before {
  right: -21px;
}

@media screen and (max-width: 768px) {
  .new-job-area {
    padding-top: 72px;
  }
  .slide-card {
    margin: 0 7.5px;
    max-width: 84vw;
  }
  .slide {
    margin-top: 25px !important;
  }
  .slide-controls {
    display: none !important;
  }
  .new-job-btn {
    margin: 42px auto 0;
  }
  .slide-card__text-box {
    margin-top: 23px;
  }
  .slide-card__img-tag {
    font-size: 14px;
  }
  .slide-card__img {
    max-height: 179px;
  }
  .slide-card__text__information-list {
    margin-top: 8px;
  }
  .slide-card__text__information-list-item {
    padding: 5px 15px 6px;
  }
  .slide-card__text__information-list-item span {
    padding-left: 23px;
    position: relative;
  }
  .slide-card__text__information-list-item span.map::before {
    background: url(/assets/img/common/ico_map-pin--blue.svg) no-repeat left center/contain;
    width: 13px;
    height: 17px;
  }
  .slide-card__text__information-list-item span.snorkeling::before {
    background: url(/assets/img/common/ico_snorkeling--blue.svg) no-repeat left center/contain;
    width: 18px;
    height: 18px;
    left: 0;
  }
  .slide-card__text__information-list-item span.price::before {
    background: url(/assets/img/common/ico_price--blue.svg) no-repeat left center/contain;
    width: 12px;
    height: 15px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* advanced-search-area
――――――――――――――――――――――――――――――――――――――――――――――*/
.advanced-search-area {
  padding-top: clamp(38px, 38px + 12 * (100vw - 768px) / 512, 50px);
  padding-bottom: 80px;
}

.advanced-search-box {
  background-color: #ffffff;
  padding: clamp(60px, 60px + 20 * (100vw - 768px) / 512, 80px) clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) clamp(60px, 60px + 15 * (100vw - 768px) / 512, 75px);
}

.advanced-search-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 51px;
  position: relative;
}
.advanced-search-wrap::before {
  content: "";
  background-color: #bcbcbc;
  width: calc(100% + clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) * 2);
  height: 1px;
  position: absolute;
  left: clamp(-60px, -30px + -30 * (100vw - 768px) / (1280 - 768), -30px);
  bottom: 0;
}
.advanced-search-wrap + .advanced-search-wrap {
  padding-top: 50px;
}
.advanced-search-wrap:last-child {
  padding-bottom: 0;
}
.advanced-search-wrap:last-child::before {
  display: none;
}

.advanced-search-area-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.advanced-search__how-to {
  font-size: 18px;
  font-weight: 700;
  writing-mode: vertical-rl;
  margin-left: 13px;
  letter-spacing: 1px;
}

.advanced-search__no-data {
  width: 100%;
  max-width: 922px;
}

.advanced-search__list {
  flex: 1 1 922px;
  width: 100%;
  max-width: 922px;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px clamp(15px, 15px + 2 * (100vw - 768px) / 512, 17px);
}
.advanced-search__list.area-search {
  flex: initial;
  width: 100%;
  max-width: 100%;
}

.advanced-search__area-wrap {
  flex: 1 1 922px;
  width: 100%;
  max-width: 922px;
}

.area-search {
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(15px, 15px + 3 * (100vw - 768px) / 512, 18px);
}
.area-search .advanced-search__list-item {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.area-search .advanced-search__list-item__link {
  padding: 0;
}
.area-search .advanced-search__list-item__link:hover .image-effect {
  opacity: 0;
}
.area-search .advanced-search__list-item__link-text {
  display: flex;
  flex-direction: column;
  gap: clamp(7px, 7px + 2 * (100vw - 768px) / 512, 9px);
  color: #ffffff;
  text-align: center;
  font-size: clamp(17px, 17px + 3 * (100vw - 768px) / 512, 20px);
  line-height: 1;
  width: 100%;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0;
  z-index: 1;
}
.area-search .advanced-search__list-item__link-text::before {
  display: none;
}
.area-search .advanced-search__list-item__link-text small {
  font-size: clamp(8px, 8px + 2 * (100vw - 768px) / 512, 10px);
}
.area-search .advanced-search__list-item__link-img {
  width: 100%;
  height: auto;
}

.image-effect {
  background: linear-gradient(90deg, #3a79c5 0%, #10a4d1 50%, #0cb99a 100%);
  mix-blend-mode: multiply;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}

.advanced-search__list-item {
  background-color: #e8e9ea;
}

.advanced-search__list-item__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 19px clamp(18px, 18px + 6 * (100vw - 768px) / 512, 24px) 17px;
}

.advanced-search__list-item__link-text {
  font-size: clamp(14px, 14px + 1 * (100vw - 768px) / 512, 15px);
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  padding-left: 15px;
}
.advanced-search__list-item__link-text::before {
  content: "";
  width: 5.5px;
  height: 9.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  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;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .advanced-search-area {
    padding: 48px 0 80px;
  }
  .advanced-search__list-item__link-text {
    font-size: 12px;
  }
  .advanced-search-box {
    padding: 33px 15px 35px;
  }
  .advanced-search-wrap {
    flex-direction: column;
    gap: 18px;
    padding-bottom: 40px;
  }
  .advanced-search-wrap::before {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .advanced-search-wrap + .advanced-search-wrap {
    padding-top: 33px;
  }
  .advanced-search__how-to {
    writing-mode: horizontal-tb;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 0;
  }
  .advanced-search__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px 10px;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .advanced-search__list.area-search {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(124px, 1fr);
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0 -15px;
    padding: 0 15px;
    box-sizing: content-box;
  }
  .advanced-search__list.area-search .advanced-search__list-item__link-text {
    font-size: 16px;
    gap: 5px;
    top: 26.4%;
  }
  .advanced-search__list.area-search .advanced-search__list-item__link-text small {
    font-size: 10px;
  }
  .advanced-search__list-item__link {
    padding: 13px 12px 12px;
  }
  .advanced-search__list-item__link-text {
    padding-left: 12px;
  }
}
.advanced-search__map-box {
  display: flex;
  gap: clamp(30px, 30px + 20 * (100vw - 768px) / 512, 50px);
  margin-top: 40px;
}

.advanced-search__map-img-box-wrap {
  align-self: center;
  flex: 1 0.8 402px;
  width: 100%;
  max-width: 402px;
}

.advanced-search__map-img-box {
  position: relative;
  width: 100%;
}

.advanced-search__map-img {
  width: 100%;
  height: auto;
}

.advanced-search__map-img-link {
  display: flex;
  align-items: center;
  background-color: #e8e9ea;
  position: absolute;
  padding: clamp(5px, 5px + 3 * (100vw - 768px) / 512, 8px) clamp(8px, 8px + 5 * (100vw - 768px) / 512, 13px) clamp(5px, 5px + 3 * (100vw - 768px) / 512, 8px) clamp(8px, 8px + 3 * (100vw - 768px) / 512, 11px);
}
.advanced-search__map-img-link.--hokkaido {
  top: 3.3%;
  right: 29.4%;
}
.advanced-search__map-img-link.--tohoku {
  top: 39.8%;
  right: 0;
}
.advanced-search__map-img-link.--chubu {
  top: 39.6%;
  right: 38.8%;
}
.advanced-search__map-img-link.--kanto {
  bottom: 29.2%;
  right: 9.1%;
}
.advanced-search__map-img-link.--kinki {
  top: 47.5%;
  left: 23.9%;
}
.advanced-search__map-img-link.--chugoku {
  top: 52.1%;
  left: 2%;
}
.advanced-search__map-img-link.--shikoku {
  bottom: 6.2%;
  left: 15.7%;
}
.advanced-search__map-img-link.--kyushu {
  bottom: -6%;
  left: 0.3%;
}
.advanced-search__map-img-link.--okinawa {
  top: 12%;
  left: 0;
}
.advanced-search__map-img-link.no-link {
  opacity: 0.3;
  pointer-events: none;
}
.advanced-search__map-img-link.is-selected {
  background-color: #4072c3;
}
.advanced-search__map-img-link.is-selected .advanced-search__map-img-link-text {
  color: #ffffff;
}
.advanced-search__map-img-link.is-selected .advanced-search__map-img-link-text::before {
  background-color: #ffffff;
}

.advanced-search__map-img-link-text {
  font-size: clamp(12px, 12px + 2 * (100vw - 768px) / 512, 14px);
  font-weight: 700;
  padding-left: 10px;
  position: relative;
  line-height: 1;
}
.advanced-search__map-img-link-text::before {
  content: "";
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #2d3239;
  mask-image: url(../img/common/ico_arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../img/common/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.advanced-search__map-list {
  flex: 1 1 470px;
  width: 100%;
  max-width: 470px;
}

.advanced-search__map-list-item {
  display: flex;
  gap: clamp(15px, 15px + 15 * (100vw - 768px) / 512, 30px);
  padding-bottom: clamp(4.5px, 4.5px + 4 * (100vw - 768px) / 512, 8.5px);
  border-bottom: 1px solid #bfbfbf;
}
.advanced-search__map-list-item + .advanced-search__map-list-item {
  margin-top: clamp(4px, 4px + 4 * (100vw - 768px) / 512, 8px);
}
.advanced-search__map-list-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.advanced-search__map-list-item__region-name {
  flex-shrink: 0;
  align-self: center;
  font-size: clamp(12px, 12px + 2 * (100vw - 768px) / 512, 14px);
  white-space: nowrap;
  font-weight: 700;
  min-width: 3em;
  margin-left: 9px;
  text-align-last: justify;
}

.prefecture-list-item__link.no-link {
  opacity: 0.21;
  pointer-events: none;
}
.prefecture-list-item__link.is-selected {
  color: #4072c3;
}

.prefecture-list-item__link-text {
  font-size: clamp(12px, 12px + 2 * (100vw - 768px) / 512, 14px);
}

.prefecture-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0px, 0px + 2 * (100vw - 768px) / 512, 2px) 11px;
}

.prefecture-list-item {
  padding-right: 12px;
  position: relative;
}
.prefecture-list-item:last-of-type {
  padding-right: 0;
}
.prefecture-list-item:last-of-type::before {
  display: none;
}
.prefecture-list-item::before {
  content: "";
  background-color: #9f9f9f;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(19deg);
}

@media screen and (max-width: 768px) {
  .advanced-search__map-box {
    flex-direction: column;
    gap: 44px;
    margin-top: 30px;
  }
  .advanced-search__map-img-box-wrap {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .advanced-search__map-img-box {
    max-width: 350px;
    margin: 0 auto;
  }
  .advanced-search__map-list {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .advanced-search__map-img-link {
    padding: 7px 9px 7px 8px;
  }
  .advanced-search__map-img-link.--hokkaido {
    top: 3%;
    right: 28.1%;
  }
  .advanced-search__map-img-link.--tohoku {
    top: 45.8%;
    right: 0;
  }
  .advanced-search__map-img-link.--chubu {
    top: 38.6%;
    right: 38.8%;
  }
  .advanced-search__map-img-link.--kanto {
    bottom: 29.8%;
    right: 5.3%;
  }
  .advanced-search__map-img-link.--kinki {
    top: 47.9%;
    left: 23.7%;
  }
  .advanced-search__map-img-link.--chugoku {
    top: 52.1%;
    left: 0%;
  }
  .advanced-search__map-img-link.--shikoku {
    bottom: 4.3%;
    left: 18.6%;
  }
  .advanced-search__map-img-link.--kyushu {
    bottom: -5.7%;
    left: 0%;
  }
  .advanced-search__map-img-link.--okinawa {
    top: 8.6%;
    left: 0;
  }
  .advanced-search__map-list-item {
    gap: 17px;
    padding-bottom: 8px;
  }
  .advanced-search__map-list-item + .advanced-search__map-list-item {
    margin-top: 9px;
  }
  .advanced-search__map-list-item__region-name {
    margin-left: 0;
  }
  .prefecture-list {
    gap: 0 8.7px;
  }
  .prefecture-list-item {
    padding-right: 10px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* faq-area
――――――――――――――――――――――――――――――――――――――――――――――*/
.faq-area {
  background-color: #ededed;
  padding-top: 68px;
  padding-bottom: 100px;
}

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

.faq-list {
  margin-top: 37px;
}

.faq-list-item {
  background-color: #ffffff;
  padding: 21px 30px 21px 30px;
}
.faq-list-item + .faq-list-item {
  margin-top: 10px;
}

.faq-list-item__q-box {
  position: relative;
  display: flex;
  gap: 0 8px;
  cursor: pointer;
}
.faq-list-item__q-box::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 17px;
  height: 9px;
  margin: auto;
  background: url(../img/common/ico_toggle.svg) no-repeat center/contain;
  transition: 0.3s;
  content: "";
}
.faq-list-item__q-box.js-active::before {
  transform: rotate(180deg);
  transition: 0.3s;
}

.faq-list-item__q,
.faq-list-item__a {
  flex-shrink: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #4072c3;
  margin-top: 3px;
}

.faq-list-item__a {
  margin-top: 4px;
}

.faq-list-item__q-text {
  letter-spacing: 0.1px;
}

.faq-list-item__a-toggle {
  display: none;
  padding-top: 13px;
  margin-top: 14px;
  border-top: 1px solid #9f9f9f;
}

.faq-list-item__a-box {
  display: flex;
  gap: 0 9px;
}

.faq-list-item__a-text {
  letter-spacing: 0.03px;
}

.faq-btn {
  margin: 40px 0 0 auto;
}
.faq-btn .c-btn-text::before {
  right: -21px;
}

@media screen and (max-width: 768px) {
  .faq-area {
    padding-top: 72px;
    padding-bottom: 41px;
  }
  .faq-box {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-list {
    padding: 0;
    margin-top: 25px;
  }
  .faq-list-item {
    padding: 18px 15px;
  }
  .faq-list-item__q-box {
    gap: 0 4px;
    padding-right: 30px;
  }
  .faq-list-item__q-box::before {
    width: 15px;
    height: 8px;
  }
  .faq-list-item__q,
  .faq-list-item__a {
    margin-top: 4px;
  }
  .faq-list-item__q-text {
    line-height: 1.75;
  }
  .faq-list-item__a-box {
    gap: 0 5px;
  }
  .faq-list-item__a-toggle {
    margin-top: 12px;
  }
  .faq-list-item__a-text {
    line-height: 1.75;
  }
  .faq-btn {
    margin: 40px auto;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* post-job-area
――――――――――――――――――――――――――――――――――――――――――――――*/
.post-job-area {
  padding-top: 76px;
  padding-bottom: 80px;
  background: url(../img/top/bg_post-job.jpg) no-repeat right center/cover;
  position: relative;
  z-index: 0;
}
.post-job-area::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.81) 0%, rgba(255, 255, 255, 0.49) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.post-job__title {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.post-job__text {
  margin-top: 34px;
}

.post-job-btn {
  font-size: 14px;
  margin: 36px auto 0 0;
  min-height: 54px;
}
.post-job-btn .c-btn-text::before {
  right: -21px;
}

@media screen and (max-width: 768px) {
  .post-job-area {
    padding: 76px 30px 80px;
    background: url(../img/top/bg_post-job-sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .post-job-area::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.65) 100%);
  }
  .post-job__title {
    gap: 8px;
  }
  .post-job__text {
    font-size: 13px;
    line-height: 1.75;
  }
  .post-job-btn {
    margin: 36px auto 0;
  }
}
.text-indent-adjustment {
  text-indent: -1em;
  padding-left: 1em;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/*
――――――――――――――――――――――――――――――――――――――――――――――*/
.test {
  font-family: "Noto Serif CJK JP", sans-serif;
  font-size: 50px;
}

.box {
  height: 100vh;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* jobs-area
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-section.jobs-area {
  padding-top: 24px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-section.jobs-area {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 80px;
  }
}

.jobs-inner {
  display: flex;
  gap: clamp(30px, 30px + 20 * (100vw - 768px) / 512, 50px);
}

.jobs-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 0 250px;
  width: 100%;
  max-width: 250px;
}

.jobs-main {
  flex: 1 1 740px;
  width: 100%;
  max-width: 740px;
  margin-top: 12px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .jobs-inner {
    flex-direction: column;
    gap: 19px;
  }
  .jobs-side {
    flex: 1 1 100%;
    gap: 22px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .jobs-main {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .jobs-title {
    font-size: 22px;
    margin: 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* jobs-side
――――――――――――――――――――――――――――――――――――――――――――――*/
.jobs-side__toggle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #4072c3;
  border: 1px solid #4072c3;
  width: 100%;
  padding: 11px 15px 10.5px;
  transition: 0.3s;
  position: relative;
}
.jobs-side__toggle-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  mask-image: url(../img/common/ico_cross.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_cross.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.jobs-side__toggle-btn:hover {
  color: #4072c3;
  background-color: #ffffff;
}
.jobs-side__toggle-btn:hover::before {
  background-color: #4072c3;
}
.jobs-side__toggle-btn.js-active::before {
  width: 13px;
  height: 2px;
  mask-image: none;
  -webkit-mask-image: none;
}

.jobs-side__toggle-btn-text {
  font-weight: 700;
}

.jobs-side__contents {
  padding: 18px 20px 19px;
  background-color: #ffffff;
}

.jobs-side__list {
  display: flex;
  flex-direction: column;
}

.jobs-side__list-item {
  padding-bottom: 17px;
  position: relative;
}
.jobs-side__list-item::after {
  content: "";
  background-color: #bfbfbf;
  width: calc(100% + 40px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -20px;
}
.jobs-side__list-item + .jobs-side__list-item {
  margin-top: 14px;
}
.jobs-side__list-item:last-of-type {
  padding-bottom: 0;
}
.jobs-side__list-item:last-of-type::after {
  display: none;
}

.jobs-side__list-item--text {
  width: fit-content;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

.jobs-side__list-item--text-circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #4072c3;
  border-radius: 50%;
  position: relative;
  top: 3px;
}
.jobs-side__list-item--text-circle::before, .jobs-side__list-item--text-circle::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.jobs-side__list-item--text-circle::before {
  width: 7px;
  height: 1px;
}
.jobs-side__list-item--text-circle::after {
  width: 1px;
  height: 7px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 7px;
  margin-top: 8px;
}
.checkbox-wrapper + .checkbox-wrapper {
  margin-top: 3px;
}
.checkbox-wrapper.js-hide {
  display: none;
}

.checkbox-wrapper input[type=checkbox] {
  display: none;
}

.checkbox-custom {
  flex-shrink: 0;
  background-color: #e8e9ea;
  width: 16px;
  height: 16px;
  position: relative;
  transform: translateY(1px);
}

.checkbox-wrapper input[type=checkbox] + .checkbox-custom::after {
  content: "";
  display: none;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 11px;
  background-color: #4072c3;
  mask-image: url(../img/common/ico_check-solo.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_check-solo.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
}

.checkbox-wrapper input[type=checkbox]:checked + .checkbox-custom::after {
  display: block;
}

.jobs-side__search-btn {
  width: 100%;
  max-width: 210px;
  margin-top: 16px;
  padding: 14px 20px;
}

.jobs-side__reset {
  color: #4072c3;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 15px;
}
.jobs-side__reset:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .jobs-side__contents {
    display: none;
  }
  .c-btn.--search.jobs-side__search-btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 275px;
  }
  .c-btn.--search.jobs-side__search-btn .c-btn-text {
    padding-left: 27px;
  }
  .c-btn.--search.jobs-side__search-btn .c-btn-text::before {
    left: 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* jobs-main
――――――――――――――――――――――――――――――――――――――――――――――*/
.jobs-main__sub-text {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.jobs-main__sub-text--result {
  font-weight: 600;
  margin-top: 7px;
}

.jobs-main__sub-text__order {
  display: flex;
  gap: 15px;
}

.jobs-main__sub-text__order--text {
  font-weight: 600;
  margin-top: 5px;
}

.order-select-wrapper {
  display: flex;
  align-items: center;
  min-width: 100px;
  background-color: #ffffff;
  border: 1px solid #999ba3;
  position: relative;
  min-height: 36px;
  overflow: hidden;
}
.order-select-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 12px;
  height: 6px;
  background-color: #707070;
  mask-image: url(../img/common/ico_toggle.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_toggle.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
  pointer-events: none;
}
.order-select-wrapper .order-select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding-left: 11px;
}
.order-select-wrapper .order-select:focus {
  outline: none;
}

.jobs-main__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 23px;
}

.jobs-loading {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.jobs-loading p {
  margin: 0;
  font-weight: 600;
  color: #333;
}

.jobs-main__list-item {
  background-color: #ffffff;
  position: relative;
}

.jobs-main__list-item-favorite {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  top: 7%;
  right: 5.4%;
}

.jobs-main__list-item__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 27px clamp(30px, 30px + 10 * (100vw - 768px) / 512, 40px) 30.5px;
}

.jobs-main__list-item__link-sub-text {
  color: #999ba3;
}

.jobs-main__list-item__link-box {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 20px + 10 * (100vw - 768px) / 512, 30px);
  margin-top: 18px;
}
.jobs-main__list-item__link-box .c-job-status-badge {
  height: 24px;
  padding: 2px 7px;
  font-size: 11px;
  border-width: 1px;
  border-style: solid;
  color: #969696;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.jobs-main__list-item__link-box .c-job-status-badge.c-job-status-badge--closed {
  color: #969696;
  border-color: #969696;
}
@media (max-width: 950px) {
  .jobs-main__list-item__link-box {
    flex-wrap: wrap;
  }
  .jobs-main__list-item__link-box .slide-card__img-box {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    max-height: 200px !important;
    aspect-ratio: 290/200 !important;
  }
  .jobs-main__list-item__link-box .slide-card__text-box {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}
.jobs-main__list-item__link-box .slide-card__img-box {
  flex: 1 1 290px;
  width: 100%;
  max-width: 290px;
  max-height: 178px;
  aspect-ratio: 290/178;
  overflow: hidden;
}
.jobs-main__list-item__link-box .slide-card__img {
  height: 100%;
}
.jobs-main__list-item__link-box .slide-card__text-box {
  flex: 1 1 340px;
  width: 100%;
  max-width: 340px;
}
.jobs-main__list-item__link-box .slide-card__text-box {
  margin-top: -4px;
}
.jobs-main__list-item__link-box .slide-card__text-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.jobs-main__list-item__link-box .slide-card__text__information-list {
  margin-top: 13px;
}
.jobs-main__list-item__link-box .slide-card__text__information-list-item {
  padding-left: 14px;
  padding-right: 14px;
}
.jobs-main__list-item__link-box .slide-card__text__information-list-item:nth-child(odd) {
  background-color: #f7f7f7;
}
.jobs-main__list-item__link-box .slide-card__text__tag-list {
  flex-wrap: wrap;
  margin-top: 17px;
}

.slide-card__img.c-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 200px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e9ea;
}

@media screen and (max-width: 768px) {
  .jobs-main__sub-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .jobs-main__list {
    margin-top: 24px;
  }
  .jobs-main__list-item__link {
    padding: 18px 15px 25px;
  }
  .jobs-main__list-item__link-box {
    flex-direction: column;
    gap: 25px;
    margin-top: 10px;
  }
  .jobs-main__list-item__link-box .slide-card__img-box {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 250px !important;
    aspect-ratio: 315/179 !important;
  }
  .jobs-main__list-item__link-box .slide-card__text-box {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .jobs-main__list-item__link-box .slide-card__text-title {
    font-size: 14px;
    line-height: 1.6;
  }
  .jobs-main__list-item__link-box .slide-card__text__information-list {
    margin-top: 10px;
  }
  .jobs-main__list-item__link-box .slide-card__text__tag-list {
    gap: 6px;
    margin-top: 14px;
  }
  .jobs-main__list-item__link-box .slide-card__text__tag-list-item {
    font-size: 12px;
  }
  .jobs-main__list-item__link-box .slide-card__img {
    max-height: 47.7333333333vw;
  }
  .jobs-main__list-item__link-sub-text {
    font-size: 12px;
  }
  .jobs-main__list-item-favorite {
    top: 2.4%;
    right: 4.3%;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* Pagination
――――――――――――――――――――――――――――――――――――――――――――――*/
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pagination ul {
  display: flex;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #22282e;
  width: 30px;
  height: 30px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}

.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.pagination li.current {
  color: #fff;
  border: none;
  background-color: #4072c3;
}

.pagination li a:hover {
  color: #fff;
  background-color: #4072c3;
  opacity: 1;
}

.pagination .pagination-list-item .pagination-list-item__link.--arrow,
.pagination .pagination-list-item .pagination-list-item__link.--arrow-l {
  background-color: #ededed;
}
.pagination .pagination-list-item .pagination-list-item__link.--arrow::before,
.pagination .pagination-list-item .pagination-list-item__link.--arrow-l::before {
  right: 0;
}
.pagination .pagination-list-item .pagination-list-item__link.--arrow.--return::before,
.pagination .pagination-list-item .pagination-list-item__link.--arrow-l.--return::before {
  transform: scaleX(-1);
}
.pagination .pagination-list-item .pagination-list-item__link.--arrow:hover,
.pagination .pagination-list-item .pagination-list-item__link.--arrow-l:hover {
  background-color: #d6d6d6;
}

.pagination .pagination-list-item .pagination-list-item__link.--arrow {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* job-detail-top-area
――――――――――――――――――――――――――――――――――――――――――――――*/
.job-detail-top-area {
  padding-top: 24px;
  padding-bottom: 24px;
}
.job-detail-top-area h1 {
  font-size: clamp(22px, 22px + 8 * (100vw - 768px) / 512, 30px);
  font-weight: 700;
  line-height: 1.7666666667;
  margin-bottom: clamp(10px, 10px + 8 * (100vw - 768px) / 512, 18px);
}
.job-detail-top-area span {
  font-size: clamp(12px, 12px + 2 * (100vw - 768px) / 512, 14px);
  color: #999ba3;
}
.job-detail-top-area span.c-icon-info__inner {
  color: #ffffff;
  font-size: 18px;
}
.job-detail-top-area .c-job-closed-notice {
  margin-top: 25px;
  padding: 23px 40px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: #ffffff;
}
.job-detail-top-area .c-job-closed-notice__text {
  color: #2d3239;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .job-detail-top-area .c-job-closed-notice {
    padding: 15px 10px;
    gap: 8px;
  }
  .job-detail-top-area .c-job-closed-notice__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .job-detail-top-area {
    padding: 12px 30px 10px;
  }
  .job-detail-top-area h1 {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 15px;
  }
  .job-detail-top-area span {
    font-size: 14px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* swiper
――――――――――――――――――――――――――――――――――――――――――――――*/
.job-images {
  margin-top: clamp(20px, 20px + 15 * (100vw - 768px) / 512, 35px);
}

.job-detail__single-image {
  aspect-ratio: 1040/638;
  overflow: hidden;
  position: relative;
}

.job-detail__no-image-placeholder {
  min-height: 638px;
}
@media screen and (max-width: 768px) {
  .job-detail__no-image-placeholder {
    min-height: auto;
    height: 200px;
  }
}

.swiper-main {
  width: 100%;
}

.swiper-thumbnail {
  margin-top: clamp(20px, 20px + 10 * (100vw - 768px) / 512, 30px);
}

.job_detail .swiper-slide {
  position: relative;
  overflow: hidden;
}

.job_detail .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  filter: blur(7px);
  transform: scale(1.2);
  z-index: 1;
  opacity: 0.3;
}

/* 表示中のサムネイルの透明度を 0.7 に */
.swiper-thumbnail .swiper-slide.swiper-slide-thumb-active img {
  opacity: 0.4;
}

/* 通常のサムネイル */
.swiper-thumbnail .swiper-slide img {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.job_detail .swiper-thumbnail .swiper-slide img {
  object-fit: cover;
}

.swiper-thumbnail .thumb-center {
  display: flex !important;
  justify-content: center;
  transform: translate3d(10px, 0px, 0px) !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(28, 34, 54, 0.7); /* 確認用 */
  z-index: 10;
}
.swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  background: url(/assets/img/common/ico_swiper-arrow.svg) no-repeat left center/contain;
  width: 13px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

.swiper-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  background-color: rgba(28, 34, 54, 0.7);
  width: 100%;
  padding: 8.5px 30px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.swiper-slide-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media screen and (max-width: 768px) {
  .swiper.swiper-main {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 25px;
  }
  .swiper-main .swiper-wrapper {
    width: 100vw;
  }
  .swiper-main .swiper-slide {
    width: 100vw !important;
  }
  .swiper-thumbnail {
    margin-top: 15px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .swiper-caption {
    font-size: 12px;
    padding: 6px 15px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* job-detail-area
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-section.job-detail-area {
  padding-top: 36px;
  padding-bottom: 120px;
}

.job-detail__inner {
  display: flex;
  align-items: flex-start;
  gap: clamp(30px, 30px + 20 * (100vw - 768px) / 512, 50px);
  position: relative;
}

.job-detail-main-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1 1 740px;
  width: 100%;
  max-width: 740px;
}

.white-table {
  background-color: #ffffff;
  padding: 39px clamp(30px, 30px + 10 * (100vw - 768px) / 512, 40px) 45px;
}
.white-table h2 {
  font-size: clamp(18px, 18px + 2 * (100vw - 768px) / 512, 20px);
  color: #999ba3;
  font-weight: 600;
  margin-bottom: 17px;
}
.white-table h3 {
  font-size: 16px;
  line-height: 2.25;
  color: #4072c3;
  font-weight: 600;
  padding-bottom: 0.5px;
  border-bottom: 3px solid #4072c3;
  margin: 21px 0 19px;
}
.white-table h4 {
  font-weight: 600;
  color: #4072c3;
  margin: 24px 0 14px;
  padding-left: 11px;
  position: relative;
}
.white-table h4::before {
  content: "";
  background-color: #4072c3;
  width: 3px;
  height: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.white-table p {
  line-height: 1.6;
}
.white-table p + p {
  margin-top: 8px;
}
.white-table ul {
  margin-top: 16px;
}
.white-table li {
  padding-left: 12px;
  position: relative;
}
.white-table li::before {
  content: "";
  background-color: #4072c3;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.white-table div {
  padding: 23px 25px 20px;
  background-color: #f7f7f7;
  margin-top: 18px;
  word-break: break-all;
}
.white-table div h4 {
  margin-top: 0;
}
.white-table dl {
  display: flex;
  gap: clamp(10px, 10px + 22 * (100vw - 768px) / 512, 32px);
  border-top: 1px solid #bfbfbf;
  padding-top: 14px;
  padding-bottom: 14.5px;
  margin-top: 21px;
}
.white-table dl:last-of-type {
  border-bottom: 1px solid #bfbfbf;
}
.white-table dl + dl {
  margin-top: 0;
  border-bottom: none;
}
.white-table dt {
  font-weight: 700;
  min-width: 6em;
}
.white-table dd {
  line-height: 1.6;
  word-break: break-all;
}
.white-table dd ul {
  margin-top: 1px;
}
.white-table dd li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}
.white-table dd li::before {
  display: none;
}
.white-table dd .tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 2px;
}
.white-table dd .tag-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #4072c3;
  background-color: #e3eeff;
  line-height: 1;
  padding: 5px 6px 5px;
  text-indent: 0;
}
.white-table dd .tag-list-item::before {
  display: none;
}
.white-table dd a {
  color: #4072c3;
  text-decoration: underline;
}
.white-table dd a:hover {
  text-decoration: none;
}
.white-table dd a.--blank {
  padding-right: 18px;
}
.white-table dd a.--blank::before {
  background-color: #4072c3;
}
.white-table .job-detail__link-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px 30px;
  margin-top: 19px;
  overflow: hidden;
}
.white-table .job-detail__link-list-item {
  padding-left: 0;
}
.white-table .job-detail__link-list-item::before {
  content: "";
  background-color: #999ba3;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  right: -15.5px;
  border-radius: 0;
}
.white-table .job-detail__link-list-item + .job-detail__link-list-item::before {
  display: none;
}
.white-table .job-detail__link-list-item-link {
  color: #4072c3;
  line-height: 1.67;
  text-decoration: underline;
}
.white-table .job-detail__link-list-item-link:hover {
  text-decoration: none;
}

.job-detail-side {
  flex: 1 0.1 250px;
  width: 100%;
  max-width: 250px;
  background-color: #ffffff;
  padding: 20px 25px 25px;
  position: sticky;
  top: 30px;
}

.job-detail-side__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.job-detail-side__list + .job-detail-side__btn-box::after {
  content: "";
  background-color: #bfbfbf;
  width: calc(100% + 50px);
  height: 1px;
  position: absolute;
  top: 0;
  left: -25px;
}

.job-detail-side__list-item__link-text {
  padding-left: 15px;
  line-height: 1.7142857143;
}

.job-detail-side__btn-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 21px;
  padding-top: 25px;
  position: relative;
}

.job-detail-side__btn {
  padding-top: 16px;
  padding-bottom: 16px;
}
.job-detail-side__btn .c-btn-text {
  margin-right: 20px;
  font-weight: 600;
}
.job-detail-side__btn .c-btn-text:before {
  right: -20px;
}
.job-detail-side__btn.--white {
  padding-top: 15px;
  padding-bottom: 15px;
}

.front.job_detail .swiper-thumbnail .swiper-slide {
  aspect-ratio: 192/130;
}

@media screen and (max-width: 768px) {
  .l-section.job-detail-area {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .job-detail__inner {
    flex-direction: column;
    gap: 40px;
  }
  .job-detail-main-box {
    flex: 1 1 100%;
    max-width: 100%;
    gap: 40px;
  }
  .job-detail-side {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .job-detail-side__list::after {
    width: calc(100% + 30px);
    left: -15px;
  }
  .white-table {
    padding-left: 15px;
    padding-right: 15px;
    padding: 33px 15px 40px;
  }
  .white-table h2 {
    margin-bottom: 14px;
  }
  .white-table h4 {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .white-table p {
    font-size: 14px;
  }
  .white-table div {
    padding: 20px 15px 19px;
  }
  .white-table ul {
    margin-top: 17px;
  }
  .white-table li {
    font-size: 14px;
  }
  .white-table li::before {
    top: 9px;
  }
  .white-table dl {
    margin-top: 17.5px;
    flex-direction: column;
    gap: 0;
    padding: 0;
    font-size: 14px;
  }
  .white-table dt {
    width: 100%;
    background-color: #f7f7f7;
    padding: 9px 10px 9.5px;
    border-bottom: 1px solid #bfbfbf;
  }
  .white-table dd {
    padding: 10px 0 11px;
  }
  .job-detail-side {
    background-color: #f7f7f7;
  }
  .job-detail-side__list {
    display: none;
  }
  .job-detail-side__btn-box {
    margin-top: 0;
    gap: 15px;
  }
  .job-detail-side__btn {
    max-width: 315px;
    font-size: 14px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* entry-top-area
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-section.entry-top-area {
  padding-top: 24px;
  padding-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .l-section.entry-top-area {
    font-size: 14px;
    padding: 8px 30px 16px;
  }
}

.entry-top-img-box {
  width: 100%;
  max-width: 400px;
  margin: 22px auto 0;
  transform: translateX(-8px);
}

.entry-top-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .entry-top-img-box {
    margin-top: 18px;
    max-width: 273px;
    transform: translateX(-7px);
  }
  .entry-top-title {
    font-size: 22px;
    margin: 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* entry-detail-area
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-section.entry-detail-area {
  padding-top: 24px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-section.entry-detail-area {
    padding-bottom: 80px;
  }
}

.entry-detail-main-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.entry-detail-main__card .entry-detail-main__img-box {
  padding: 0;
  margin-top: 0;
  max-width: 125px;
  max-height: 165px;
  aspect-ratio: 125/165;
  overflow: hidden;
}
.entry-detail-main__card .entry-detail-main__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.entry-detail-main__card dt {
  align-self: center;
  min-width: 7em;
}
.entry-detail-main__card a {
  color: #4072c3;
  text-decoration: underline;
}
.entry-detail-main__card a:hover {
  text-decoration: none;
}
.entry-detail-main__card .entry-detail-main__list {
  display: flex;
  gap: 15px;
  padding-left: 0;
  text-indent: 0;
}
.entry-detail-main__card .entry-detail-main__list .text-bold {
  font-weight: 600;
}
.entry-detail-main__card .document-dots-list {
  margin-top: 3px;
}
.entry-detail-main__card .document-dots-list-item {
  padding-left: 12px;
  position: relative;
  text-indent: 0;
}
.entry-detail-main__card .document-dots-list-item::before {
  content: "";
  display: block;
  background-color: #4072c3;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}

.entry-detail-main__card.--job {
  background-color: #FFFFFF;
  padding: 39px clamp(30px, 30px + 10 * (100vw - 768px) / 512, 40px) 45px;
}
.entry-detail-main__card.--job h2 {
  font-size: clamp(18px, 18px + 2 * (100vw - 768px) / 512, 20px);
  color: #999BA3;
  font-weight: 600;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .entry-detail-main__card.--job {
    padding-left: 15px;
    padding-right: 15px;
    padding: 33px 15px 40px;
  }
  .entry-detail-main__card.--job h2 {
    margin-bottom: 14px;
  }
}

.entry-detail-main__job {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.entry-detail-main__job__img-box {
  flex: 1 0 239px;
  width: 100%;
  max-width: 239px;
  aspect-ratio: 239/146;
  max-height: 146px;
  overflow: hidden;
}

.entry-detail-main__job__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-detail-main__job__text-box {
  flex: 1 1 641px;
  width: 100%;
  max-width: 641px;
  margin-top: -5px;
}

.entry-detail-main__job__text-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.entry-detail-main__job__text-company {
  margin-top: 5px;
  margin-top: 11px;
}

.entry-detail-main__job__text-list {
  display: flex;
  gap: 11px;
  padding: 14px 6px 14px 14px;
  border-top: 1px solid #BFBFBF;
}
.entry-detail-main__job__text-list:last-of-type {
  border-bottom: 1px solid #BFBFBF;
}

.entry-detail-main__job__text-list-box {
  margin-top: 11px;
}

.entry-detail-main__card .entry-detail-main__job__text-list-title {
  display: flex;
  align-self: auto;
  color: #4072c3;
  font-weight: 700;
  padding-left: 21px;
  min-width: 8em;
  position: relative;
}
.entry-detail-main__card .entry-detail-main__job__text-list-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.entry-detail-main__card .entry-detail-main__job__text-list-title.--map::before {
  background: url(/assets/img/common/ico_map-pin--blue.svg) no-repeat left center/contain;
  width: 13px;
  height: 17px;
}
.entry-detail-main__card .entry-detail-main__job__text-list-title.--snorkeling::before {
  background: url(/assets/img/common/ico_snorkeling--blue.svg) no-repeat left center/contain;
  width: 19px;
  height: 18px;
  left: -3px;
}
.entry-detail-main__card .entry-detail-main__job__text-list-title.--price::before {
  background: url(/assets/img/common/ico_price--blue.svg) no-repeat left center/contain;
  width: 12px;
  height: 15px;
}
.entry-detail-main__card .entry-detail-main__job__text-list-title.--clock::before {
  background: url(/assets/img/common/ico_clock--blue.svg) no-repeat left center/contain;
  width: 14px;
  height: 15px;
  left: -1px;
}
.entry-detail-main__card .entry-detail-main__job__text-list-title.--tag::before {
  background: url(/assets/img/common/ico_tag--blue.png) no-repeat left center/contain;
  width: 15px;
  height: 15px;
  top: 4.5px;
  transform: translateY(0);
  left: -1px;
}

@media screen and (max-width: 768px) {
  .entry-detail-main__job {
    flex-direction: column;
    gap: 26px;
  }
  .entry-detail-main__job__img-box {
    flex: 1 1 100%;
    max-width: 100%;
    aspect-ratio: 315/193;
    max-height: 193px;
  }
  .entry-detail-main__job__text-box {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .entry-detail-main__job__text-list {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .entry-detail-main__job__text-list-title {
    font-size: 14px;
    background-color: #f7f7f7;
    padding: 9px 10px 9.5px 35px !important;
    border-bottom: 1px solid #BFBFBF;
  }
  .entry-detail-main__card .entry-detail-main__job__text-list-title::before {
    transform: translateY(0);
    left: 14px;
    top: 11px;
  }
  .entry-detail-main__card .entry-detail-main__job__text-list-title.--snorkeling::before {
    left: 10px;
    top: 13px;
  }
  .entry-detail-main__card .entry-detail-main__job__text-list-title.--price::before {
    left: 14px;
    top: 12px;
  }
  .entry-detail-main__card .entry-detail-main__job__text-list-title.--clock::before {
    left: 13px;
    top: 12px;
  }
  .entry-detail-main__card .entry-detail-main__job__text-list-title.--tag::before {
    left: 13px;
    top: 14.5px;
  }
  .entry-detail-main__job__text-company {
    font-size: 14px;
  }
  .entry-detail-main__job__text-list-item {
    font-size: 14px;
    line-height: 1.6;
    padding: 10px 0 11px;
  }
}
.submit-notice-box {
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-self: center;
  margin-top: 5px;
}

.submit-notice__text {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .submit-notice-box {
    gap: 41px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -6px;
  }
  .submit-notice__text {
    text-align: left;
  }
}
.entry-buttons {
  padding: 47px 20px 45px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .entry-buttons {
    flex-direction: column;
    gap: 10px;
  }
}

.entry-button__item {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-bottom: auto;
}
.entry-button__item + .entry-button__item {
  border-left: 1px solid #D3D3D3;
}
@media screen and (max-width: 768px) {
  .entry-button__item + .entry-button__item {
    margin-top: 20px;
    padding-top: 30px;
    border-left: 0;
    border-top: 1px solid #D3D3D3;
  }
}
@media screen and (max-width: 768px) {
  .entry-button__item {
    width: 100%;
  }
}

.entry-button__lead {
  width: 100%;
  height: 3em;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.entry-button__button {
  width: 100%;
  margin-top: auto !important;
}
.entry-button__button .c-btn {
  min-width: 304px;
  min-height: 60px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.entry-button__button .c-btn .c-btn__inner {
  padding-right: 5px;
  position: relative;
}
.entry-button__button .c-btn .c-btn__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -15px;
  width: 6.5px;
  height: 11.5px;
  background-color: rgb(255, 255, 255);
  mask-image: url(../img/common/ico_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  margin: auto;
  transition: 0.3s;
}
.entry-button__button.--login .c-btn:hover {
  color: #2d3239;
}
.entry-button__button.--login .c-btn:hover .c-btn__inner::before {
  background-color: #2d3239;
}

.entry-no-login-message {
  color: #A2A2A2;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* entry-thanks
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-section.entry-detail-area.--thanks {
  padding-top: 41px;
}
@media screen and (max-width: 768px) {
  .l-section.entry-detail-area.--thanks {
    padding-top: 19px;
  }
}
.l-section.entry-detail-area.--thanks .submit-notice-box {
  align-items: center;
  gap: 54px;
  margin-top: 0;
  width: 100%;
}
.l-section.entry-detail-area.--thanks .submit-notice__text {
  text-align: left;
  width: 100%;
  max-width: 627px;
}
.l-section.entry-detail-area.--thanks .two-btn-box {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  width: 100%;
  max-width: 633px;
}
.l-section.entry-detail-area.--thanks .two-btn-box .c-btn {
  font-size: 20px;
  margin: 0;
  max-width: 304px;
}
.l-section.entry-detail-area.--thanks .two-btn-box .c-btn .c-btn-text {
  margin-right: 22px;
}
.l-section.entry-detail-area.--thanks .two-btn-box .c-btn .c-btn-text::before {
  width: 9px;
  height: 16px;
  right: -24px;
}
.l-section.entry-detail-area.--thanks .two-btn-box .c-btn:first-of-type .c-btn-text {
  margin-left: 22px;
  margin-right: 0;
}
.l-section.entry-detail-area.--thanks .two-btn-box .c-btn:first-of-type .c-btn-text::before {
  width: 9px;
  height: 16px;
  left: -24px;
  right: auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .l-section.entry-detail-area.--thanks .submit-notice-box {
    gap: 36px;
  }
  .l-section.entry-detail-area.--thanks .two-btn-box {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  .l-section.entry-detail-area.--thanks .two-btn-box .c-btn {
    max-width: 315px;
  }
}

@media screen and (max-width: 768px) {
  .l-section.entry-top-area.--thanks .entry-top-img-box {
    margin-top: 16px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* terms-area
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-section.terms-area {
  padding-top: 24px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-section.terms-area {
    font-size: 14px;
    padding: 8px 30px 80px 30px;
  }
}

.section-box {
  display: flex;
  justify-content: space-between;
}

.section-text {
  align-self: flex-end;
  margin-bottom: 6px;
  font-weight: 700;
}

.document-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 21px;
}

.document-list__title {
  display: flex;
  gap: 20px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 5px solid #DDDDDD;
  padding-bottom: 12.5px;
}

.document-list__title--article {
  flex-shrink: 0;
}

.document-list__text {
  margin-top: 15px;
}

.document-number-list .document-dots-list {
  padding-left: 0em;
  text-indent: 0em;
  margin-top: 4px;
  margin-left: -4px;
}
.document-number-list .document-dots-list-item {
  padding-left: 17px;
  position: relative;
}
.document-number-list .document-dots-list-item::before {
  content: "";
  background-color: #4072c3;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}

.document-number-list-item {
  text-indent: -1.3em;
  padding-left: 1em;
  margin-left: 4px;
}
.document-number-list-item + .document-number-list-item {
  margin-top: 7px;
}

.document-number-list-item--number {
  font-weight: 700;
}

.document-number-list-item--text {
  margin-left: 1px;
}

.document-dots-list {
  margin-top: 3px;
}

.document-dots-list-item {
  padding-left: 12px;
  position: relative;
}
.document-dots-list-item::before {
  content: "";
  background-color: #4072c3;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.document-list__text__contact-box {
  background-color: #FFFFFF;
  padding: 21px clamp(30px, 30px + 10 * (100vw - 768px) / 512, 40px) 22.5px clamp(30px, 30px + 10 * (100vw - 768px) / 512, 40px);
  margin-top: 17px;
}

.document-list__text__contact {
  margin-top: 11px;
}

.document-list__text__contact-title {
  font-size: 16px;
  font-weight: 700;
}

.document-list__text__contact-company {
  font-weight: 700;
}

.document-list__text__contact-detail {
  display: block;
  margin-top: -1px;
}

.text-under-link {
  color: #4072c3;
  text-decoration: underline;
}
.text-under-link:hover {
  text-decoration: none;
}

.document-last-text {
  align-self: flex-end;
  font-size: 20px;
  font-weight: 700;
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  .section-box {
    flex-direction: column;
    gap: 7px;
  }
  .terms-title {
    font-size: 22px;
    margin: 0;
  }
  .section-text {
    align-self: auto;
    margin-bottom: 0;
  }
  .document-box {
    gap: 26px;
    margin-top: 27px;
  }
  .document-list__title {
    gap: 17px;
    font-size: 16px;
  }
  .document-list__text {
    margin-top: 13px;
  }
  .document-list__text__contact-box {
    padding: 19px 15px 23px;
    margin-top: 16px;
  }
  .document-list__text__contact-title {
    font-size: 14px;
    line-height: 1.75;
  }
  .document-last-text {
    font-size: 16px;
    margin-top: 8px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* shop-area
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-section.shop-top-area {
  padding-top: 36px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-section.shop-top-area {
    font-size: 14px;
    padding: 17px 30px 16px;
  }
}

.shop-top-title {
  display: flex;
  align-items: center;
  gap: 19px;
}

.shop-top-title-text {
  transform: translateY(-3px);
}

.shop-top-title__logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  width: 80px;
  height: 80px;
}

.shop-top-title__logo-img-box {
  width: 100%;
  max-width: 58px;
  aspect-ratio: 58/58;
  max-height: 58px;
}

.shop-top-title__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shop-main-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.shop-main__card.white-table dt {
  min-width: 7em;
}

.shop-main__card.--hiring {
  background-color: #FFFFFF;
  padding: 39px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 45px;
}
.shop-main__card.--hiring h2 {
  font-size: clamp(18px, 18px + 2 * (100vw - 768px) / 512, 20px);
  color: #999BA3;
  font-weight: 600;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .shop-main__card.--hiring {
    padding-left: 15px;
    padding-right: 15px;
    padding: 33px 15px 40px;
  }
  .shop-main__card.--hiring h2 {
    margin-bottom: 14px;
  }
}

.shop-main__hiring-list {
  margin-top: 8px;
}

.shop-main__hiring-list-item {
  padding-bottom: 25px;
  border-bottom: 1px solid #BCBCBC;
}
.shop-main__hiring-list-item + .shop-main__hiring-list-item {
  margin-top: 26px;
}
.shop-main__hiring-list-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.shop-main__hiring-list-item-link {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.shop-main__hiring-list-item__img-box {
  flex: 1 0 143px;
  width: 100%;
  max-width: 143px;
  aspect-ratio: 143/88;
  overflow: hidden;
  max-height: 88px;
}

.shop-main__hiring-list-item__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.shop-main__hiring-list-item__text-box {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
}

.shop-main__hiring-list-item__text {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 12px;
}

.shop-main__hiring-list-item__text-tag {
  display: flex;
  align-items: center;
  gap: 6px;
}

.gray-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  padding: 1.5px 8px 2px;
  border-radius: 12px;
  background-color: #e8e9ea;
}

.tag-text {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .shop-top-title {
    gap: 17px;
    margin: 0;
  }
  .shop-top-title__logo-box {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
  }
  .shop-top-title-text {
    font-size: 22px;
    line-height: 1.5;
  }
  .shop-main__hiring-list-item {
    padding-bottom: 24px;
  }
  .shop-main__hiring-list-item-link {
    gap: 20px;
  }
  .shop-top-title__logo-img-box {
    max-width: 51px;
    max-height: 51px;
    aspect-ratio: 51/51;
  }
  .shop-main__hiring-list {
    margin-top: 18px;
  }
  .shop-main__hiring-list-item__img-box {
    flex: 1 0 100%;
    max-width: 100px;
    max-height: 62px;
    aspect-ratio: 100/62;
  }
  .shop-main__hiring-list-item__text-box {
    margin-top: -4px;
  }
  .shop-main__hiring-list-item__text-title {
    font-size: 14px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* front contact
――――――――――――――――――――――――――――――――――――――――――――――*/
.front .page-lead {
  font-size: clamp(16px, 16px + 2 * (100vw - 768px) / 512, 18px);
  line-height: 1.65;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .front .page-lead {
    font-size: 15px;
    margin-top: 20px;
    line-height: 1.6;
  }
}

.front.contact .contact-area, .front.contact_confirm .contact-area, .front.contact_thanks .contact-area {
  padding-top: 24px;
  padding-bottom: 100px;
}
.front.contact .page-lead, .front.contact_confirm .page-lead, .front.contact_thanks .page-lead {
  font-size: clamp(16px, 16px + 2 * (100vw - 768px) / 512, 18px);
  line-height: 1.65;
  margin-top: 23px;
}
.front.contact .contact-link, .front.contact_confirm .contact-link, .front.contact_thanks .contact-link {
  color: #4072C3;
  text-decoration: underline;
}
.front.contact .contact-link:hover, .front.contact_confirm .contact-link:hover, .front.contact_thanks .contact-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .front.contact .c-section-title, .front.contact_confirm .c-section-title, .front.contact_thanks .c-section-title {
    margin: 0;
  }
  .front.contact .page-lead, .front.contact_confirm .page-lead, .front.contact_thanks .page-lead {
    font-size: 14px;
    margin-top: 15px;
  }
}
.front.contact .white-table, .front.contact_confirm .white-table, .front.contact_thanks .white-table {
  margin-top: 44px;
  padding: 45px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}
@media screen and (max-width: 768px) {
  .front.contact .white-table, .front.contact_confirm .white-table, .front.contact_thanks .white-table {
    margin-top: 30px;
    padding: 30px 15px;
  }
}
.front.contact .white-table #contact-form dl,
.front.contact .white-table #confirm-form dl, .front.contact_confirm .white-table #contact-form dl,
.front.contact_confirm .white-table #confirm-form dl, .front.contact_thanks .white-table #contact-form dl,
.front.contact_thanks .white-table #confirm-form dl {
  gap: 10px;
  padding: 19px 0 20px;
}
.front.contact .white-table #contact-form dl:first-of-type,
.front.contact .white-table #confirm-form dl:first-of-type, .front.contact_confirm .white-table #contact-form dl:first-of-type,
.front.contact_confirm .white-table #confirm-form dl:first-of-type, .front.contact_thanks .white-table #contact-form dl:first-of-type,
.front.contact_thanks .white-table #confirm-form dl:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .front.contact .white-table #contact-form dl,
  .front.contact .white-table #confirm-form dl, .front.contact_confirm .white-table #contact-form dl,
  .front.contact_confirm .white-table #confirm-form dl, .front.contact_thanks .white-table #contact-form dl,
  .front.contact_thanks .white-table #confirm-form dl {
    gap: 0;
    padding-bottom: 25px;
  }
}
.front.contact .white-table #contact-form dt,
.front.contact .white-table #confirm-form dt, .front.contact_confirm .white-table #contact-form dt,
.front.contact_confirm .white-table #confirm-form dt, .front.contact_thanks .white-table #contact-form dt,
.front.contact_thanks .white-table #confirm-form dt {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  min-width: 11em;
}
.front.contact .white-table #contact-form dt .c-admin-form__accent,
.front.contact .white-table #contact-form dt .c-admin-form__sub,
.front.contact .white-table #confirm-form dt .c-admin-form__accent,
.front.contact .white-table #confirm-form dt .c-admin-form__sub, .front.contact_confirm .white-table #contact-form dt .c-admin-form__accent,
.front.contact_confirm .white-table #contact-form dt .c-admin-form__sub,
.front.contact_confirm .white-table #confirm-form dt .c-admin-form__accent,
.front.contact_confirm .white-table #confirm-form dt .c-admin-form__sub, .front.contact_thanks .white-table #contact-form dt .c-admin-form__accent,
.front.contact_thanks .white-table #contact-form dt .c-admin-form__sub,
.front.contact_thanks .white-table #confirm-form dt .c-admin-form__accent,
.front.contact_thanks .white-table #confirm-form dt .c-admin-form__sub {
  font-size: 10px;
  line-height: 1;
  padding: 2px 3px;
}
.front.contact .white-table #contact-form dt .c-admin-form__accent,
.front.contact .white-table #confirm-form dt .c-admin-form__accent, .front.contact_confirm .white-table #contact-form dt .c-admin-form__accent,
.front.contact_confirm .white-table #confirm-form dt .c-admin-form__accent, .front.contact_thanks .white-table #contact-form dt .c-admin-form__accent,
.front.contact_thanks .white-table #confirm-form dt .c-admin-form__accent {
  color: #c34040;
  border: 1px solid #c34040;
}
.front.contact .white-table #contact-form dt .c-admin-form__sub,
.front.contact .white-table #confirm-form dt .c-admin-form__sub, .front.contact_confirm .white-table #contact-form dt .c-admin-form__sub,
.front.contact_confirm .white-table #confirm-form dt .c-admin-form__sub, .front.contact_thanks .white-table #contact-form dt .c-admin-form__sub,
.front.contact_thanks .white-table #confirm-form dt .c-admin-form__sub {
  color: #AAAAAA;
  border: 1px solid #AAAAAA;
}
@media screen and (max-width: 768px) {
  .front.contact .white-table #contact-form dt,
  .front.contact .white-table #confirm-form dt, .front.contact_confirm .white-table #contact-form dt,
  .front.contact_confirm .white-table #confirm-form dt, .front.contact_thanks .white-table #contact-form dt,
  .front.contact_thanks .white-table #confirm-form dt {
    font-size: 15px;
    background-color: #FFFFFF;
    border-bottom: none;
    padding: 0;
  }
}
.front.contact .white-table #contact-form dd,
.front.contact .white-table #confirm-form dd, .front.contact_confirm .white-table #contact-form dd,
.front.contact_confirm .white-table #confirm-form dd, .front.contact_thanks .white-table #contact-form dd,
.front.contact_thanks .white-table #confirm-form dd {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .front.contact .white-table #contact-form dd,
  .front.contact .white-table #confirm-form dd, .front.contact_confirm .white-table #contact-form dd,
  .front.contact_confirm .white-table #confirm-form dd, .front.contact_thanks .white-table #contact-form dd,
  .front.contact_thanks .white-table #confirm-form dd {
    padding: 0;
    margin-top: 10px;
  }
}
.front.contact .white-table #contact-form .c-input-text,
.front.contact .white-table #contact-form .c-textarea,
.front.contact .white-table #confirm-form .c-input-text,
.front.contact .white-table #confirm-form .c-textarea, .front.contact_confirm .white-table #contact-form .c-input-text,
.front.contact_confirm .white-table #contact-form .c-textarea,
.front.contact_confirm .white-table #confirm-form .c-input-text,
.front.contact_confirm .white-table #confirm-form .c-textarea, .front.contact_thanks .white-table #contact-form .c-input-text,
.front.contact_thanks .white-table #contact-form .c-textarea,
.front.contact_thanks .white-table #confirm-form .c-input-text,
.front.contact_thanks .white-table #confirm-form .c-textarea {
  font-size: 14px;
}
.front.contact .white-table #contact-form .c-input-text,
.front.contact .white-table #confirm-form .c-input-text, .front.contact_confirm .white-table #contact-form .c-input-text,
.front.contact_confirm .white-table #confirm-form .c-input-text, .front.contact_thanks .white-table #contact-form .c-input-text,
.front.contact_thanks .white-table #confirm-form .c-input-text {
  min-height: 44px;
  width: 100%;
  max-width: 280px;
  padding: 8px 14px;
}
.front.contact .white-table #contact-form .c-input-text#company_name, .front.contact .white-table #contact-form .c-input-text#contact_person,
.front.contact .white-table #confirm-form .c-input-text#company_name,
.front.contact .white-table #confirm-form .c-input-text#contact_person, .front.contact_confirm .white-table #contact-form .c-input-text#company_name, .front.contact_confirm .white-table #contact-form .c-input-text#contact_person,
.front.contact_confirm .white-table #confirm-form .c-input-text#company_name,
.front.contact_confirm .white-table #confirm-form .c-input-text#contact_person, .front.contact_thanks .white-table #contact-form .c-input-text#company_name, .front.contact_thanks .white-table #contact-form .c-input-text#contact_person,
.front.contact_thanks .white-table #confirm-form .c-input-text#company_name,
.front.contact_thanks .white-table #confirm-form .c-input-text#contact_person {
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .front.contact .white-table #contact-form .c-input-text#company_name, .front.contact .white-table #contact-form .c-input-text#contact_person,
  .front.contact .white-table #confirm-form .c-input-text#company_name,
  .front.contact .white-table #confirm-form .c-input-text#contact_person, .front.contact_confirm .white-table #contact-form .c-input-text#company_name, .front.contact_confirm .white-table #contact-form .c-input-text#contact_person,
  .front.contact_confirm .white-table #confirm-form .c-input-text#company_name,
  .front.contact_confirm .white-table #confirm-form .c-input-text#contact_person, .front.contact_thanks .white-table #contact-form .c-input-text#company_name, .front.contact_thanks .white-table #contact-form .c-input-text#contact_person,
  .front.contact_thanks .white-table #confirm-form .c-input-text#company_name,
  .front.contact_thanks .white-table #confirm-form .c-input-text#contact_person {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .front.contact .white-table #contact-form .c-input-text,
  .front.contact .white-table #confirm-form .c-input-text, .front.contact_confirm .white-table #contact-form .c-input-text,
  .front.contact_confirm .white-table #confirm-form .c-input-text, .front.contact_thanks .white-table #contact-form .c-input-text,
  .front.contact_thanks .white-table #confirm-form .c-input-text {
    max-width: 100%;
  }
}
.front.contact .white-table #contact-form .c-textarea,
.front.contact .white-table #confirm-form .c-textarea, .front.contact_confirm .white-table #contact-form .c-textarea,
.front.contact_confirm .white-table #confirm-form .c-textarea, .front.contact_thanks .white-table #contact-form .c-textarea,
.front.contact_thanks .white-table #confirm-form .c-textarea {
  min-height: 262px;
  padding: 10px 14px;
}
.front.contact .white-table #contact-form .c-textarea.c-input-text--disabled,
.front.contact .white-table #confirm-form .c-textarea.c-input-text--disabled, .front.contact_confirm .white-table #contact-form .c-textarea.c-input-text--disabled,
.front.contact_confirm .white-table #confirm-form .c-textarea.c-input-text--disabled, .front.contact_thanks .white-table #contact-form .c-textarea.c-input-text--disabled,
.front.contact_thanks .white-table #confirm-form .c-textarea.c-input-text--disabled {
  background-color: #f2f2f2;
  border-color: #b2b2b2;
  cursor: not-allowed;
}
.front.contact .white-table #contact-form .align-top,
.front.contact .white-table #confirm-form .align-top, .front.contact_confirm .white-table #contact-form .align-top,
.front.contact_confirm .white-table #confirm-form .align-top, .front.contact_thanks .white-table #contact-form .align-top,
.front.contact_thanks .white-table #confirm-form .align-top {
  align-self: flex-start;
  margin-top: 8px;
}
.front.contact .white-table #contact-form div,
.front.contact .white-table #confirm-form div, .front.contact_confirm .white-table #contact-form div,
.front.contact_confirm .white-table #confirm-form div, .front.contact_thanks .white-table #contact-form div,
.front.contact_thanks .white-table #confirm-form div {
  padding: 0;
  background-color: #FFFFFF;
  margin-top: 7px;
}
.front.contact .white-table #contact-form .c-message.is-error,
.front.contact .white-table #confirm-form .c-message.is-error, .front.contact_confirm .white-table #contact-form .c-message.is-error,
.front.contact_confirm .white-table #confirm-form .c-message.is-error, .front.contact_thanks .white-table #contact-form .c-message.is-error,
.front.contact_thanks .white-table #confirm-form .c-message.is-error {
  padding: 12px 15px 12px;
  background-color: #fff2f2;
  margin-top: 0;
}
.front.contact .white-table #contact-form .c-message.is-error .c-message__head,
.front.contact .white-table #confirm-form .c-message.is-error .c-message__head, .front.contact_confirm .white-table #contact-form .c-message.is-error .c-message__head,
.front.contact_confirm .white-table #confirm-form .c-message.is-error .c-message__head, .front.contact_thanks .white-table #contact-form .c-message.is-error .c-message__head,
.front.contact_thanks .white-table #confirm-form .c-message.is-error .c-message__head {
  margin-top: 0;
}
.front.contact .white-table #contact-form #contactError,
.front.contact .white-table #confirm-form #contactError, .front.contact_confirm .white-table #contact-form #contactError,
.front.contact_confirm .white-table #confirm-form #contactError, .front.contact_thanks .white-table #contact-form #contactError,
.front.contact_thanks .white-table #confirm-form #contactError {
  margin-top: 0;
}
.front.contact .c-admin-form__submit-box, .front.contact_confirm .c-admin-form__submit-box, .front.contact_thanks .c-admin-form__submit-box {
  margin-top: 55px;
}
.front.contact .c-admin-form__submit-box .c-btn-text, .front.contact_confirm .c-admin-form__submit-box .c-btn-text, .front.contact_thanks .c-admin-form__submit-box .c-btn-text {
  margin-right: 5px;
}
.front.contact .contact-notice-text, .front.contact_confirm .contact-notice-text, .front.contact_thanks .contact-notice-text {
  font-size: clamp(16px, 16px + 2 * (100vw - 768px) / 512, 18px);
  text-align: center;
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .front.contact .contact-notice-text, .front.contact_confirm .contact-notice-text, .front.contact_thanks .contact-notice-text {
    font-size: 14px;
    margin-top: 30px;
  }
}
.front.contact .c-admin-form__submit-box, .front.contact_confirm .c-admin-form__submit-box, .front.contact_thanks .c-admin-form__submit-box {
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .front.contact .c-admin-form__submit-box, .front.contact_confirm .c-admin-form__submit-box, .front.contact_thanks .c-admin-form__submit-box {
    margin-top: 30px;
  }
}
.front.contact .c-admin-form__submit-box .c-submit-btns, .front.contact_confirm .c-admin-form__submit-box .c-submit-btns, .front.contact_thanks .c-admin-form__submit-box .c-submit-btns {
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .front.contact .c-admin-form__submit-box .c-submit-btns, .front.contact_confirm .c-admin-form__submit-box .c-submit-btns, .front.contact_thanks .c-admin-form__submit-box .c-submit-btns {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.front.contact .c-admin-form__submit-box .c-submit-btns .contact-btn, .front.contact_confirm .c-admin-form__submit-box .c-submit-btns .contact-btn, .front.contact_thanks .c-admin-form__submit-box .c-submit-btns .contact-btn {
  margin: 0;
  width: 100%;
  max-width: 304px;
}
.front.contact .c-admin-form__submit-box .c-submit-btns .contact-btn:first-of-type .c-btn-text, .front.contact_confirm .c-admin-form__submit-box .c-submit-btns .contact-btn:first-of-type .c-btn-text, .front.contact_thanks .c-admin-form__submit-box .c-submit-btns .contact-btn:first-of-type .c-btn-text {
  padding-left: 25px;
}
.front.contact .c-admin-form__submit-box .c-submit-btns .contact-btn:first-of-type .c-btn-text::before, .front.contact_confirm .c-admin-form__submit-box .c-submit-btns .contact-btn:first-of-type .c-btn-text::before, .front.contact_thanks .c-admin-form__submit-box .c-submit-btns .contact-btn:first-of-type .c-btn-text::before {
  right: auto;
  left: 1px;
  transform: scale(-1);
  width: 9px;
  height: 16px;
}
.front.contact .c-admin-form__submit-box .c-submit-btns .contact-btn .c-btn-text, .front.contact_confirm .c-admin-form__submit-box .c-submit-btns .contact-btn .c-btn-text, .front.contact_thanks .c-admin-form__submit-box .c-submit-btns .contact-btn .c-btn-text {
  margin-right: 0;
}
.front.contact .thanks .c-btn-wrapper, .front.contact_confirm .thanks .c-btn-wrapper, .front.contact_thanks .thanks .c-btn-wrapper {
  margin-top: 54px;
}
.front.contact .thanks .c-admin-form__submit-box, .front.contact_confirm .thanks .c-admin-form__submit-box, .front.contact_thanks .thanks .c-admin-form__submit-box {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .front.contact .thanks .c-admin-form__submit-box, .front.contact_confirm .thanks .c-admin-form__submit-box, .front.contact_thanks .thanks .c-admin-form__submit-box {
    margin-top: 23px;
  }
}
.front.contact .thanks .c-admin-form__submit-box .c-success-message__text, .front.contact_confirm .thanks .c-admin-form__submit-box .c-success-message__text, .front.contact_thanks .thanks .c-admin-form__submit-box .c-success-message__text {
  font-size: clamp(16px, 16px + 2 * (100vw - 768px) / 512, 18px);
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .front.contact .thanks .c-admin-form__submit-box .c-success-message__text, .front.contact_confirm .thanks .c-admin-form__submit-box .c-success-message__text, .front.contact_thanks .thanks .c-admin-form__submit-box .c-success-message__text {
    font-size: 14px;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* front for-shops-top-lead-area
――――――――――――――――――――――――――――――――――――――――――――――*/
.for-shops-top-lead-area {
  padding-top: 24px;
  padding-bottom: 74px;
}
@media screen and (max-width: 768px) {
  .for-shops-top-lead-area {
    padding: 12px 30px 56px;
  }
}

@media screen and (max-width: 768px) {
  .front.for-shops .c-section-title {
    margin: 0;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* front for-shops-top-message
――――――――――――――――――――――――――――――――――――――――――――――*/
.for-shops-top-message-area {
  background: url(../img/for-shops/bg_topmessage.jpg) no-repeat center/cover;
  padding-top: 67px;
  padding-bottom: 92px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .for-shops-top-message-area {
    padding: 54px 30px 78px;
    background: url(../img/for-shops/bg_topmessage-sp.jpg) no-repeat center/cover;
  }
}
.for-shops-top-message-area::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.for-shops-top-message-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .for-shops-top-message-box {
    align-items: flex-start;
    gap: 31px;
    text-align: left;
  }
  .for-shops-top-message-box .c-section-title {
    font-size: 24px;
    line-height: 1.5;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* front for-shops-feature
――――――――――――――――――――――――――――――――――――――――――――――*/
.for-shops-feature-area {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .for-shops-feature-area {
    padding-top: 95px;
    padding-bottom: 60px;
  }
}

.white-box {
  background-color: #FFFFFF;
  padding: 59px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 70px;
}
@media screen and (max-width: 768px) {
  .white-box {
    padding: 41px 15px 50px;
    max-width: 600px;
    margin: 0 auto;
  }
}

.for-shops-feature-title {
  width: fit-content;
  margin: 0 auto;
}

.for-shops-gradation {
  background: linear-gradient(135deg, #4072C3 0%, #10A4D1 50%, #0BBC93 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.for-shops-feature__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 100%;
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  .for-shops-feature__list {
    gap: 47px;
    margin-top: 31px;
  }
}

.for-shops-feature__list-item {
  display: flex;
  align-items: center;
  gap: clamp(30px, 30px + 10 * (100vw - 768px) / 512, 40px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .for-shops-feature__list-item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .for-shops-feature__list-item:nth-of-type(1) .for-shops-feature__list-item__img {
    width: 57px;
    height: 55px;
  }
  .for-shops-feature__list-item:nth-of-type(2) .for-shops-feature__list-item__img {
    width: 92px;
    height: 91px;
  }
  .for-shops-feature__list-item:nth-of-type(3) .for-shops-feature__list-item__img {
    width: 54.2px;
    height: 50.32px;
  }
  .for-shops-feature__list-item:nth-of-type(4) .for-shops-feature__list-item__img {
    width: 75px;
    height: 68.1px;
  }
}

.for-shops-feature__list-item__img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 clamp(180px, 180px + 10 * (100vw - 768px) / 512, 190px);
  width: 100%;
  max-width: clamp(180px, 180px + 10 * (100vw - 768px) / 512, 190px);
  background: linear-gradient(135deg, #E4EFFF 0%, #D1F5FF 60%, #DBFFF7 100%);
  border-radius: 50%;
  height: clamp(180px, 180px + 10 * (100vw - 768px) / 512, 190px);
}
.for-shops-feature__list-item__img-box .--position-adjustment {
  margin-left: 11px;
}
@media screen and (max-width: 768px) {
  .for-shops-feature__list-item__img-box {
    flex: 1 1 139px;
    max-width: 139px;
    height: 139px;
  }
}

.for-shops-feature__list-item__title {
  font-size: clamp(18px, 18px + 2 * (100vw - 768px) / 512, 20px);
  line-height: 1.35;
  font-weight: 700;
  padding-bottom: clamp(14px, 14px + 2 * (100vw - 768px) / 512, 16px);
  border-bottom: 3px solid #E6E6E6;
}
@media screen and (max-width: 768px) {
  .for-shops-feature__list-item__title {
    text-align: center;
    line-height: 1.6;
    padding-bottom: 14.5px;
  }
}

.for-shops-feature__list-item__text {
  margin-top: clamp(13px, 13px + 2 * (100vw - 768px) / 512, 15px);
}
@media screen and (max-width: 768px) {
  .for-shops-feature__list-item__text {
    margin-top: 15px;
  }
}

.for-shops-feature__price-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
  padding: 16px 19px;
}
.for-shops-feature__price-box.border-box {
  border: 6px solid #E6E6E6;
}
@media screen and (max-width: 768px) {
  .for-shops-feature__price-box.border-box {
    border: 4px solid #E6E6E6;
  }
}
@media screen and (max-width: 768px) {
  .for-shops-feature__price-box {
    flex-direction: column;
    gap: 14px;
    padding: 26px 16px 24px;
  }
}

.for-shops-feature__price__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 116px;
  width: 100%;
  max-width: 116px;
  min-height: 54px;
  background: #4072C3;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .for-shops-feature__price__item {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: 38px;
  }
}

.for-shops-feature__price__item-text {
  font-size: clamp(19px, 19px + 1 * (100vw - 768px) / 512, 20px);
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .for-shops-feature__price__item-text {
    font-size: 18px;
  }
}

.for-shops-feature__price__text {
  font-size: clamp(19px, 19px + 1 * (100vw - 768px) / 512, 20px);
  line-height: 1.336;
  font-weight: 700;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .for-shops-feature__price__text {
    font-size: 18px;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* front for-shops-flow
――――――――――――――――――――――――――――――――――――――――――――――*/
.for-shops-flow-area {
  padding-top: 69px;
  padding-bottom: 72px;
  background-color: #ffffff;
  position: relative;
}
.for-shops-flow-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -49px; /* 三角の高さ分だけ下にずらす */
  width: 100%;
  height: 49.7px;
  background: #fff;
  clip-path: polygon(-4% 0, 50% 100%, 104% 0);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .for-shops-flow-area::after {
    clip-path: polygon(-18% 0, 50% 100%, 118% 0);
  }
}
@media screen and (max-width: 768px) {
  .for-shops-flow-area {
    padding: 41px 30px;
  }
  .for-shops-flow-area .l-inner.--ss {
    max-width: 600px;
  }
}

.for-shops .for-shops-flow__lead-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .for-shops .for-shops-flow__lead-text {
    text-align: left;
    line-height: 1.67;
    margin-top: 13px;
  }
}

.for-shops-flow__list {
  display: flex;
  gap: clamp(40px, 40px + 8 * (100vw - 768px) / 512, 48px);
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .for-shops-flow__list {
    flex-direction: column;
    gap: 42px;
    margin-top: 25px;
  }
}

.for-shops-flow__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  padding: 23px 15px 42px;
  width: calc((100% - clamp(40px, 40px + 8 * (100vw - 768px) / 512, 48px) * 2) / 3);
  position: relative;
}
.for-shops-flow__list-item:nth-of-type(2) .for-shops-flow__list-item__title-step {
  color: #10A4D1;
}
@media screen and (max-width: 768px) {
  .for-shops-flow__list-item:nth-of-type(2) {
    gap: 27px;
  }
}
.for-shops-flow__list-item:nth-of-type(3) .for-shops-flow__list-item__title-step {
  color: #0BBC93;
}
.for-shops-flow__list-item:nth-of-type(3)::after {
  display: none;
}
.for-shops-flow__list-item::after {
  content: "";
  background: url(../img/common/ico_flow-triangle.svg) no-repeat center/contain;
  width: 20px;
  height: 31px;
  position: absolute;
  top: 43.5%;
  right: -34px;
}
@media screen and (max-width: 768px) {
  .for-shops-flow__list-item::after {
    top: auto;
    right: 0;
    bottom: -38px;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .for-shops-flow__list-item {
    gap: 11px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 37px;
  }
}

.for-shops-flow__list-item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .for-shops-flow__list-item__title {
    flex-direction: row;
    align-items: flex-end;
    gap: 6px;
  }
}

.for-shops-flow__list-item__title-step {
  font-size: 18px;
  color: #4072C3;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .for-shops-flow__list-item__title-step {
    font-size: 16px;
  }
}

.step-number {
  display: inline-block;
  font-size: 24px;
  transform: translateX(1px);
}
@media screen and (max-width: 768px) {
  .step-number {
    font-size: 20px;
  }
}

.for-shops-flow__list-item__title-text {
  font-size: clamp(14px, 14px + 2 * (100vw - 768px) / 512, 16px);
  line-height: 1.67;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .for-shops-flow__list-item__title-text {
    font-size: 15px;
    margin-bottom: 3px;
    transform: translateX(2px);
  }
}

.for-shops-flow__list-item__img-box {
  width: 100%;
  max-width: 192px;
  position: relative;
}

.for-shops-flow__list-item__img.--small {
  width: 46px;
  height: 88px;
  object-fit: contain;
  position: absolute;
  bottom: -11px;
  right: 0;
  z-index: 2;
}

.for-shops-flow__list-item__img-tag-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  position: absolute;
  top: -26px;
  right: clamp(-25px, -9px + -16 * (100vw - 768px) / (1280 - 768), -9px);
  z-index: 1;
}
.for-shops-flow__list-item__img-tag-wrap::before {
  content: "";
  background: url(../img/common/ico_yellow-notice.svg) no-repeat center/contain;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .for-shops-flow__list-item__img-tag-wrap {
    top: -24px;
    right: -25px;
  }
}

.for-shops-flow__list-item__img-tag {
  font-size: 11px;
  line-height: 1.2727272727;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* front for-shops-link
――――――――――――――――――――――――――――――――――――――――――――――*/
.for-shops-link-area {
  padding-top: 122px;
  padding-bottom: 79px;
  background-color: #4072C3;
}
@media screen and (max-width: 768px) {
  .for-shops-link-area {
    padding-top: 93px;
    padding-bottom: 80px;
  }
}

.for-shops-link-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
}

.for-shops-link__title {
  color: #FFFFFF;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .for-shops-link__title {
    text-align: center;
  }
}

.for-shops-link__title-text {
  color: #FFFFFF;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .for-shops-link__title-text {
    text-align: center;
    line-height: 1.67;
  }
}

.c-btn-two-column-box {
  display: flex;
  gap: clamp(30px, 30px + 10 * (100vw - 768px) / 512, 40px);
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-btn-two-column-box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 56px;
  }
}

.for-shops-link-btn-wrap {
  width: calc((100% - clamp(30px, 30px + 10 * (100vw - 768px) / 512, 40px)) / 2);
  max-width: 100%;
  min-height: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .for-shops-link-btn-wrap {
    width: 100%;
    max-width: 315px;
  }
}

.for-shops-link-btn {
  font-size: 18px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .for-shops-link-btn {
    min-height: 80px;
    height: auto;
  }
}
.for-shops-link-btn:first-of-type .c-btn-text {
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .for-shops-link-btn:first-of-type .c-btn-text {
    padding-right: 3px;
  }
}
.for-shops-link-btn:first-of-type .c-btn-text::before {
  right: -21px;
}
@media screen and (max-width: 768px) {
  .for-shops-link-btn:first-of-type .c-btn-text::before {
    right: -29px;
  }
}
.for-shops-link-btn.--white {
  border: none;
  transition: 0.3s;
}
.for-shops-link-btn.--white:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.7);
}
.for-shops-link-btn.--white .c-btn-text {
  padding-right: 8px;
  color: #2D3239;
}
@media screen and (max-width: 768px) {
  .for-shops-link-btn.--white .c-btn-text {
    padding-right: 18px;
  }
}
.for-shops-link-btn.--white .c-btn-text::before {
  width: 8px;
  height: 14px;
  right: -22px;
  background-color: #2D3239;
}
@media screen and (max-width: 768px) {
  .for-shops-link-btn.--white .c-btn-text::before {
    right: -15px;
  }
}

.for-shops-link-btn__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  width: 100%;
  max-width: 320px;
  min-height: 35px;
  padding: 4px 5px;
  background-color: #E55406;
  border-radius: 18px;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.for-shops-link-btn__tag::after {
  content: "";
  background: url(../img/common/ico_triangle-for-shops-link.svg) no-repeat center/contain;
  width: 13px;
  height: 8px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .for-shops-link-btn__tag {
    font-size: 14px;
    max-width: 291px;
    min-height: 33px;
  }
}

.for-shops-link-btn__tag-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .for-shops-link-btn__tag-wrap {
    gap: 3px;
  }
}

.ico_cross {
  position: relative;
  width: 11px;
  height: 11px;
}
.ico_cross::before, .ico_cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  background: #FFFFFF; /* 線の色 */
  transform-origin: center;
}
.ico_cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ico_cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

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

.front .aside {
  width: clamp(200px, 200px + 50 * (100vw - 768px) / 512, 250px);
  height: 100%;
  background-color: transparent;
  position: sticky;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .front .aside {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 71px;
    z-index: 1000;
    transition: left 0.3s ease;
  }
}
.front .sidebar {
  background-color: #ffffff;
  position: static;
}
@media screen and (max-width: 768px) {
  .front .sidebar {
    height: calc(100svh - 50px);
  }
}
.front .sidebar-list {
  height: auto;
}
.front .sidebar__item + .sidebar__item {
  border-top: 1px solid #bcbcbc;
}
.front .sidebar__item__link {
  min-height: 62px;
  color: #2d3239;
  font-weight: 400;
}
.front .sidebar__item__link:hover, .front .sidebar__item__link.is-active {
  color: #ffffff;
  background-color: #0bbb95;
}
.front .sidebar__item__link:not(.profile, .settings) svg circle,
.front .sidebar__item__link:not(.profile, .settings) svg line,
.front .sidebar__item__link:not(.profile, .settings) svg path,
.front .sidebar__item__link:not(.profile, .settings) svg ellipse {
  stroke: #0bbb95;
  fill: none;
}
.front .sidebar__item__link:not(.profile, .settings):hover svg circle,
.front .sidebar__item__link:not(.profile, .settings):hover svg line,
.front .sidebar__item__link:not(.profile, .settings):hover svg path,
.front .sidebar__item__link:not(.profile, .settings):hover svg ellipse, .front .sidebar__item__link:not(.profile, .settings).is-active svg circle,
.front .sidebar__item__link:not(.profile, .settings).is-active svg line,
.front .sidebar__item__link:not(.profile, .settings).is-active svg path,
.front .sidebar__item__link:not(.profile, .settings).is-active svg ellipse {
  stroke: #ffffff;
  fill: none;
}
.front .sidebar__item__link.settings .c-icon-aside, .front .sidebar__item__link.profile .c-icon-aside {
  margin-left: 0;
  padding-left: 27px;
  position: relative;
}
.front .sidebar__item__link.settings .c-icon-aside::after, .front .sidebar__item__link.profile .c-icon-aside::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.front .sidebar__item__link.profile .c-icon-aside::after {
  width: 18px;
  height: 24px;
  background: url(../img/common/ico_profile.png) no-repeat left -48px/cover;
}
.front .sidebar__item__link.profile:hover .c-icon-aside::after, .front .sidebar__item__link.profile.is-active .c-icon-aside::after {
  background-position: 0 -23px;
}
.front .sidebar__item__link.settings .c-icon-aside::after {
  width: 21px;
  height: 21px;
  background: url(../img/common/ico_settings.png) no-repeat left -42px/cover;
}
.front .sidebar__item__link.settings:hover .c-icon-aside::after, .front .sidebar__item__link.settings.is-active .c-icon-aside::after {
  background-position: 0 -21px;
}
.front .sidebar__item__link::before {
  content: normal;
}
.front .front .aside {
  display: none;
}
.front.dashboard .sidebar__item__link:hover, .front.dashboard .sidebar__item__link.is-active {
  background-color: #0bbb95;
}
.front.dashboard .sidebar__item__link.profile .c-icon-aside::after {
  width: 18px;
  height: 24px;
}
.front.dashboard .sidebar__item__link.profile:hover .c-icon-aside::after, .front.dashboard .sidebar__item__link.profile.is-active .c-icon-aside::after {
  background-position: 0 -23px;
}
.front.dashboard .sidebar__item__link.settings .c-icon-aside::after {
  width: 21px;
  height: 21px;
}
.front.dashboard .sidebar__item__link.settings:hover .c-icon-aside::after, .front.dashboard .sidebar__item__link.settings.is-active .c-icon-aside::after {
  background-position: 0 -21px;
}

.mypage .aside {
  width: clamp(200px, 200px + 50 * (100vw - 768px) / 512, 250px);
  height: 100%;
  background-color: transparent;
  position: sticky;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .mypage .aside {
    width: 100%;
    height: auto;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    top: auto;
    z-index: 0;
  }
}
.mypage .sidebar {
  background-color: #ffffff;
  position: static;
}
@media screen and (max-width: 768px) {
  .mypage .sidebar {
    height: auto;
  }
}
.mypage .sidebar-list {
  height: auto;
}
@media screen and (max-width: 768px) {
  .mypage .sidebar-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .mypage .sidebar-list .sidebar__item:nth-child(1) {
    order: 1;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
  }
  .mypage .sidebar-list .sidebar__item:nth-child(1) .c-icon-aside {
    padding-left: 27px;
  }
  .mypage .sidebar-list .sidebar__item:nth-child(2) {
    order: 3;
    border-right: 1px solid #bcbcbc;
  }
  .mypage .sidebar-list .sidebar__item:nth-child(2) .sidebar__item__link svg {
    width: 19px;
    margin-top: -2px;
  }
  .mypage .sidebar-list .sidebar__item:nth-child(2) .c-icon-aside {
    margin-left: 8px;
  }
  .mypage .sidebar-list .sidebar__item:nth-child(3) {
    order: 2;
    border-bottom: 1px solid #bcbcbc;
  }
  .mypage .sidebar-list .sidebar__item:nth-child(3) .sidebar__item__link svg {
    width: 19px;
  }
  .mypage .sidebar-list .sidebar__item:nth-child(3) .c-icon-aside {
    margin-left: 3px;
  }
  .mypage .sidebar-list .sidebar__item:nth-child(4) {
    order: 4;
  }
  .mypage .sidebar-list .sidebar__item:nth-child(4) .c-icon-aside::after {
    left: -2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .mypage .sidebar-list .sidebar__item .sidebar__item__link {
    font-size: 13px;
    padding: 11px 8px;
  }
}
.mypage .sidebar__item + .sidebar__item {
  border-top: 1px solid #bcbcbc;
}
@media screen and (max-width: 768px) {
  .mypage .sidebar__item + .sidebar__item {
    border-top: none;
  }
}
.mypage .sidebar__item__link {
  min-height: 62px;
  color: #2d3239;
  font-weight: 400;
}
.mypage .sidebar__item__link:hover, .mypage .sidebar__item__link.is-active {
  color: #ffffff;
  background-color: #0bbb95;
}
.mypage .sidebar__item__link:not(.profile, .settings) svg circle,
.mypage .sidebar__item__link:not(.profile, .settings) svg line,
.mypage .sidebar__item__link:not(.profile, .settings) svg path,
.mypage .sidebar__item__link:not(.profile, .settings) svg ellipse {
  stroke: #0bbb95;
  fill: none;
}
.mypage .sidebar__item__link:not(.profile, .settings):hover svg circle,
.mypage .sidebar__item__link:not(.profile, .settings):hover svg line,
.mypage .sidebar__item__link:not(.profile, .settings):hover svg path,
.mypage .sidebar__item__link:not(.profile, .settings):hover svg ellipse, .mypage .sidebar__item__link:not(.profile, .settings).is-active svg circle,
.mypage .sidebar__item__link:not(.profile, .settings).is-active svg line,
.mypage .sidebar__item__link:not(.profile, .settings).is-active svg path,
.mypage .sidebar__item__link:not(.profile, .settings).is-active svg ellipse {
  stroke: #ffffff;
  fill: none;
}
.mypage .sidebar__item__link.settings .c-icon-aside, .mypage .sidebar__item__link.profile .c-icon-aside {
  margin-left: 0;
  padding-left: 22px;
  position: relative;
}
.mypage .sidebar__item__link.settings .c-icon-aside::after, .mypage .sidebar__item__link.profile .c-icon-aside::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mypage .sidebar__item__link.profile .c-icon-aside::after {
  width: 18px;
  height: 24px;
  background: url(../img/common/ico_profile.png) no-repeat left -48px/cover;
}
.mypage .sidebar__item__link.profile:hover .c-icon-aside::after, .mypage .sidebar__item__link.profile.is-active .c-icon-aside::after {
  background-position: 0 -23px;
}
.mypage .sidebar__item__link.settings .c-icon-aside::after {
  width: 21px;
  height: 21px;
  background: url(../img/common/ico_settings.png) no-repeat left -42px/cover;
}
.mypage .sidebar__item__link.settings:hover .c-icon-aside::after, .mypage .sidebar__item__link.settings.is-active .c-icon-aside::after {
  background-position: 0 -21px;
}
.mypage .sidebar__item__link::before {
  content: normal;
}
.mypage .front .aside {
  display: none;
}
.mypage.dashboard .sidebar__item__link:hover, .mypage.dashboard .sidebar__item__link.is-active {
  background-color: #0bbb95;
}
.mypage.dashboard .sidebar__item__link.profile .c-icon-aside::after {
  width: 18px;
  height: 24px;
}
.mypage.dashboard .sidebar__item__link.profile:hover .c-icon-aside::after, .mypage.dashboard .sidebar__item__link.profile.is-active .c-icon-aside::after {
  background-position: 0 -23px;
}
.mypage.dashboard .sidebar__item__link.settings .c-icon-aside::after {
  width: 21px;
  height: 21px;
}
.mypage.dashboard .sidebar__item__link.settings:hover .c-icon-aside::after, .mypage.dashboard .sidebar__item__link.settings.is-active .c-icon-aside::after {
  background-position: 0 -21px;
}

@media screen and (max-width: 768px) {
  .front .aside {
    left: -100%;
  }
}
@media screen and (max-width: 768px) {
  .front .aside.js-active {
    left: 0;
  }
}/*# sourceMappingURL=style.css.map */