@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Add the correct sizing in Firefox.
  * 2. Show the overflow in Edge 18- and IE.
  */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * 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: 1em; /* 2 */
}

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

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * 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: 1em; /* 2 */
}

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

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * Collapse border spacing in all browsers (opinionated).
  */
table {
  border-collapse: collapse;
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
        in all browsers (opinionated).
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * メディアクエリ
 * 1) 互換: @include mq(sp)  → $breakpoint の全文を使用
 * 2) 拡張: @include mq(sp, max) / @include mq(tab, min) / @include mq(900px, max)
 */
html {
  font-size: 62.5%;
  scroll-padding-top: 80px;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-size: 1.3rem;
  color: #393939;
  font-family: YakuHanJP_Narrow, helvetica, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, Hiragino Sans, arial, "メイリオ", sans-serif;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  height: auto;
  position: relative;
}

.drawer.menu-open {
  height: 100vh;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #393939;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

dd {
  margin: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

mark,
.mark1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(70%, #afeeee));
  background: -webkit-linear-gradient(transparent 60%, #afeeee 70%);
  background: linear-gradient(transparent 60%, #afeeee 70%);
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=text],
textarea {
  font-size: 1.6rem;
}

.more-link {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  color: #2d93b2;
  margin-top: 15px;
  text-align: right;
}
.more-link:after {
  content: "＞";
}

.readmore {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
  background: #fff;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.readmore-content:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 60px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(#fff));
  background: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

.readmore-label {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: calc(100% - 40px);
  z-index: 2;
  padding: 8px;
  color: #2d93b2;
  border: solid 1px #2d93b2;
  text-align: center;
  background-color: #fff;
}
.readmore-label:before {
  content: "＋もっと見る";
}

.readmore-check {
  display: none;
}
.readmore-check:checked ~ .readmore-label {
  display: none;
}
.readmore-check:checked ~ .readmore-content {
  height: auto;
}
.readmore-check:checked ~ .readmore-content:before {
  display: none;
}

.u-bg {
  background-color: #f5fbfd;
}
.u-bg-gradient {
  background: transparent -webkit-gradient(linear, left top, right top, from(#f0f1f8), to(#cde9ea));
  background: transparent -webkit-linear-gradient(left, #f0f1f8 0%, #cde9ea 100%);
  background: transparent linear-gradient(90deg, #f0f1f8 0%, #cde9ea 100%);
}

.u-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.u-grid-rank {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 50px;
  grid-template-areas: "rank1 rank1 rank2 rank3" "rank1 rank1 rank4 rank5";
}
@media screen and (max-width: 767px) {
  .u-grid {
    display: block;
  }
  .u-grid-rank {
    display: block;
  }
}

.rank1 .thumbnail .ribbon:before,
.rank2 .thumbnail .ribbon:before,
.rank3 .thumbnail .ribbon:before,
.rank4 .thumbnail .ribbon:before,
.rank5 .thumbnail .ribbon:before {
  font-size: 1.2rem;
}

.rank1 {
  grid-area: rank1;
}
.rank1 .thumbnail .ribbon {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  text-align: center;
  color: white;
  background: #c3ad34;
  top: -5px;
  left: 20px;
  width: 40px;
}
.rank1 .thumbnail .ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #c3ad34;
  border-right: 20px solid #c3ad34;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 767px) {
  .rank1 .thumbnail .ribbon {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 2px 0;
    z-index: 2;
    text-align: center;
    color: white;
    background: #c3ad34;
    left: 5px;
    width: 20px;
  }
  .rank1 .thumbnail .ribbon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 10px solid #c3ad34;
    border-right: 10px solid #c3ad34;
    border-bottom: 5px solid transparent;
  }
}
.rank1 .thumbnail .ribbon:before {
  content: "1";
}
.rank1.card-small .thumbnail .ribbon {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 2px 0;
  z-index: 2;
  text-align: center;
  color: white;
  background: #c3ad34;
  left: 5px;
  width: 20px;
}
.rank1.card-small .thumbnail .ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 10px solid #c3ad34;
  border-right: 10px solid #c3ad34;
  border-bottom: 5px solid transparent;
}

.rank2 {
  grid-area: rank2;
}
.rank2 .thumbnail .ribbon {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  text-align: center;
  color: white;
  background: #9fa7aa;
  top: -5px;
  left: 20px;
  width: 40px;
}
.rank2 .thumbnail .ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #9fa7aa;
  border-right: 20px solid #9fa7aa;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 767px) {
  .rank2 .thumbnail .ribbon {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 2px 0;
    z-index: 2;
    text-align: center;
    color: white;
    background: #9fa7aa;
    left: 5px;
    width: 20px;
  }
  .rank2 .thumbnail .ribbon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 10px solid #9fa7aa;
    border-right: 10px solid #9fa7aa;
    border-bottom: 5px solid transparent;
  }
}
.rank2 .thumbnail .ribbon:before {
  content: "2";
}
.rank2.card-small .thumbnail .ribbon {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 2px 0;
  z-index: 2;
  text-align: center;
  color: white;
  background: #9fa7aa;
  left: 5px;
  width: 20px;
}
.rank2.card-small .thumbnail .ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 10px solid #9fa7aa;
  border-right: 10px solid #9fa7aa;
  border-bottom: 5px solid transparent;
}

.rank3 {
  grid-area: rank3;
}
.rank3 .thumbnail .ribbon {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  text-align: center;
  color: white;
  background: #b27f2d;
  top: -5px;
  left: 20px;
  width: 40px;
}
.rank3 .thumbnail .ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #b27f2d;
  border-right: 20px solid #b27f2d;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 767px) {
  .rank3 .thumbnail .ribbon {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 2px 0;
    z-index: 2;
    text-align: center;
    color: white;
    background: #b27f2d;
    left: 5px;
    width: 20px;
  }
  .rank3 .thumbnail .ribbon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 10px solid #b27f2d;
    border-right: 10px solid #b27f2d;
    border-bottom: 5px solid transparent;
  }
}
.rank3 .thumbnail .ribbon:before {
  content: "3";
}
.rank3.card-small .thumbnail .ribbon {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 2px 0;
  z-index: 2;
  text-align: center;
  color: white;
  background: #b27f2d;
  left: 5px;
  width: 20px;
}
.rank3.card-small .thumbnail .ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 10px solid #b27f2d;
  border-right: 10px solid #b27f2d;
  border-bottom: 5px solid transparent;
}

.rank4 {
  grid-area: rank4;
}
.rank4 .thumbnail .ribbon {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  text-align: center;
  color: white;
  background: #2d93b2;
  top: -5px;
  left: 20px;
  width: 40px;
}
.rank4 .thumbnail .ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #2d93b2;
  border-right: 20px solid #2d93b2;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 767px) {
  .rank4 .thumbnail .ribbon {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 2px 0;
    z-index: 2;
    text-align: center;
    color: white;
    background: #2d93b2;
    left: 5px;
    width: 20px;
  }
  .rank4 .thumbnail .ribbon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 10px solid #2d93b2;
    border-right: 10px solid #2d93b2;
    border-bottom: 5px solid transparent;
  }
}
.rank4 .thumbnail .ribbon:before {
  content: "4";
}
.rank4.card-small .thumbnail .ribbon {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 2px 0;
  z-index: 2;
  text-align: center;
  color: white;
  background: #2d93b2;
  left: 5px;
  width: 20px;
}
.rank4.card-small .thumbnail .ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 10px solid #2d93b2;
  border-right: 10px solid #2d93b2;
  border-bottom: 5px solid transparent;
}

.rank5 {
  grid-area: rank5;
}
.rank5 .thumbnail .ribbon {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  text-align: center;
  color: white;
  background: #2d93b2;
  top: -5px;
  left: 20px;
  width: 40px;
}
.rank5 .thumbnail .ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #2d93b2;
  border-right: 20px solid #2d93b2;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 767px) {
  .rank5 .thumbnail .ribbon {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 2px 0;
    z-index: 2;
    text-align: center;
    color: white;
    background: #2d93b2;
    left: 5px;
    width: 20px;
  }
  .rank5 .thumbnail .ribbon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 10px solid #2d93b2;
    border-right: 10px solid #2d93b2;
    border-bottom: 5px solid transparent;
  }
}
.rank5 .thumbnail .ribbon:before {
  content: "5";
}
.rank5.card-small .thumbnail .ribbon {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 2px 0;
  z-index: 2;
  text-align: center;
  color: white;
  background: #2d93b2;
  left: 5px;
  width: 20px;
}
.rank5.card-small .thumbnail .ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 10px solid #2d93b2;
  border-right: 10px solid #2d93b2;
  border-bottom: 5px solid transparent;
}

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.u-flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.u-text-center {
  text-align: center;
}

.u-gap-5 {
  gap: 5px;
}

.u-gap-10 {
  gap: 10px;
}

.u-gap-15 {
  gap: 15px;
}

.u-gap-20 {
  gap: 20px;
}

.u-gap-25 {
  gap: 25px;
}

.u-mt-5 {
  margin-top: 5px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-25 {
  margin-top: 25px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mt-35 {
  margin-top: 35px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-45 {
  margin-top: 45px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mt-55 {
  margin-top: 55px;
}

.u-mt-60 {
  margin-top: 60px;
}

.u-mt-65 {
  margin-top: 65px;
}

.u-mt-70 {
  margin-top: 70px;
}

.u-mt-75 {
  margin-top: 75px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-mt-85 {
  margin-top: 85px;
}

.u-mt-90 {
  margin-top: 90px;
}

.u-mt-95 {
  margin-top: 95px;
}

.u-mt-100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .u-mt-sp-5 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-10 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-15 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-20 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-25 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-30 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-35 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-40 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-45 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-50 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-55 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-60 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-65 {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-70 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-75 {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-80 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-85 {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-90 {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-95 {
    margin-top: 95px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-sp-100 {
    margin-top: 100px;
  }
}
.u-py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.u-py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.u-py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.u-py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.u-py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.u-py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.u-py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.u-py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.u-py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.u-py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.u-py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.u-py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.u-py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.u-py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.u-py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.u-py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.u-py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.u-py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.u-pt-5 {
  padding-top: 5px;
}

.u-pt-10 {
  padding-top: 10px;
}

.u-pt-15 {
  padding-top: 15px;
}

.u-pt-20 {
  padding-top: 20px;
}

.u-pt-25 {
  padding-top: 25px;
}

.u-pt-30 {
  padding-top: 30px;
}

.u-pt-35 {
  padding-top: 35px;
}

.u-pt-40 {
  padding-top: 40px;
}

.u-pt-45 {
  padding-top: 45px;
}

.u-pt-50 {
  padding-top: 50px;
}

.u-pt-55 {
  padding-top: 55px;
}

.u-pt-60 {
  padding-top: 60px;
}

.u-pt-65 {
  padding-top: 65px;
}

.u-pt-70 {
  padding-top: 70px;
}

.u-pt-75 {
  padding-top: 75px;
}

.u-pt-80 {
  padding-top: 80px;
}

.u-pt-85 {
  padding-top: 85px;
}

.u-pt-90 {
  padding-top: 90px;
}

.u-pt-95 {
  padding-top: 95px;
}

.u-pt-100 {
  padding-top: 100px;
}

.u-pb-5 {
  padding-bottom: 5px;
}

.u-pb-10 {
  padding-bottom: 10px;
}

.u-pb-15 {
  padding-bottom: 15px;
}

.u-pb-20 {
  padding-bottom: 20px;
}

.u-pb-25 {
  padding-bottom: 25px;
}

.u-pb-30 {
  padding-bottom: 30px;
}

.u-pb-35 {
  padding-bottom: 35px;
}

.u-pb-40 {
  padding-bottom: 40px;
}

.u-pb-45 {
  padding-bottom: 45px;
}

.u-pb-50 {
  padding-bottom: 50px;
}

.u-pb-55 {
  padding-bottom: 55px;
}

.u-pb-60 {
  padding-bottom: 60px;
}

.u-pb-65 {
  padding-bottom: 65px;
}

.u-pb-70 {
  padding-bottom: 70px;
}

.u-pb-75 {
  padding-bottom: 75px;
}

.u-pb-80 {
  padding-bottom: 80px;
}

.u-pb-85 {
  padding-bottom: 85px;
}

.u-pb-90 {
  padding-bottom: 90px;
}

.u-pb-95 {
  padding-bottom: 95px;
}

.u-pb-100 {
  padding-bottom: 100px;
}

.u-fs-10 {
  font-size: 10;
}

.u-fs-11 {
  font-size: 11;
}

.u-fs-12 {
  font-size: 12;
}

.u-fs-13 {
  font-size: 13;
}

.u-fs-14 {
  font-size: 14;
}

.u-fs-15 {
  font-size: 15;
}

.u-fs-16 {
  font-size: 16;
}

.u-fs-17 {
  font-size: 17;
}

.u-fs-18 {
  font-size: 18;
}

.u-fs-19 {
  font-size: 19;
}

.u-fs-20 {
  font-size: 20;
}

.u-fs-21 {
  font-size: 21;
}

.u-fs-22 {
  font-size: 22;
}

.u-fs-23 {
  font-size: 23;
}

.u-fs-24 {
  font-size: 24;
}

.u-fs-25 {
  font-size: 25;
}

.u-fs-26 {
  font-size: 26;
}

.u-fs-27 {
  font-size: 27;
}

.u-fs-28 {
  font-size: 28;
}

.u-fs-29 {
  font-size: 29;
}

.u-fs-30 {
  font-size: 30;
}

.u-fw-bold {
  font-weight: bold;
}

.l-header {
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1607843137);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #fff;
  z-index: 30;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    width: 150px;
  }
  .l-header .logo img {
    width: 100%;
  }
}
.l-header > div {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}
@media (max-width: 767px) {
  .l-header > div {
    height: 60px;
  }
}
.l-header .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .icons a {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .l-header .icons a {
    margin-right: 10px;
  }
}
.l-header a {
  display: block;
}
.l-header .search:before {
  content: "";
  -webkit-mask-image: url("../img/magazine/header_kensaku.svg");
  mask-image: url("../img/magazine/header_kensaku.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 5px;
}
.l-header .client:before {
  content: "";
  -webkit-mask-image: url("../img/magazine/header_kyujin_keisai.svg");
  mask-image: url("../img/magazine/header_kyujin_keisai.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 5px;
}
.l-header .search,
.l-header .client {
  color: #393939;
  font-size: 1.2rem;
}
.l-header .search:before,
.l-header .client:before {
  background-color: #393939;
  width: 25px;
  height: 25px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 767px) {
  .l-header .search:before,
  .l-header .client:before {
    width: 20px;
    height: 20px;
  }
}

html.is-locked,
body.is-locked {
  overflow: hidden; /* PC用 */
}

/* スクロールバー幅補正が必要な要素（固定ヘッダーなど）に付ける */
.js-fix-pad {
  -webkit-transition: padding-right 0.2s ease;
  transition: padding-right 0.2s ease;
}

header .menu-open {
  width: 30px;
  height: 30px;
  position: relative;
  margin-top: 7px;
}
header .menu-open span,
header .menu-open span:before,
header .menu-open span:after {
  width: 100%;
  display: block;
  position: absolute;
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: block;
  height: 2px;
  background: #2c5371;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
}
header .menu-open span {
  top: 0;
}
header .menu-open span:before, header .menu-open span:after {
  content: "";
  top: 10px;
  width: 80%;
}
header .menu-open span:after {
  content: "";
  top: 20px;
  width: 60%;
}

.header-nav {
  display: none;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .header-nav {
    padding: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .header-nav {
    padding: 40px 0;
  }
}
.header-nav.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
  top: 0;
  left: 0;
  overflow-y: auto;
}
.header-nav .header-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .header-nav .header-nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.header-nav .header-nav-menu .logo {
  margin: 0 20px;
}
.header-nav .header-nav-menu .magazine-menu,
.header-nav .header-nav-menu .job-menu {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  margin-top: 30px;
  overflow-x: hidden;
}
@media screen and (min-width: 1025px) {
  .header-nav .header-nav-menu .magazine-menu,
  .header-nav .header-nav-menu .job-menu {
    margin: 0 20px;
    max-width: 400px;
  }
}
.header-nav .header-nav-menu .job-menu {
  padding: 20px;
}
.header-nav .menu-close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
}
.header-nav .menu-close:before, .header-nav .menu-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #393939;
}
.header-nav .menu-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header-nav .menu-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header-nav .member-link-btns {
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-nav .member-link-btns .btn {
  margin: 0 0 20px;
}
.header-nav .job-menu h2 {
  font-size: 1.6rem;
}
.header-nav .l-categories h2 {
  font-size: 1.4rem;
  font-weight: bold;
}
.header-nav .l-categories .category-list--consult {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.header-nav .search-job-categoy {
  padding: 20px;
}
.header-nav .search-job-categoy h3,
.header-nav .search-job-categoy a {
  color: #5d717f;
}
.header-nav .search-job-categoy h3 {
  font-weight: bold;
}
.header-nav .search-job-categoy ul {
  margin-top: 30px;
}
.header-nav .search-job-categoy ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #b2c0c6;
}

.footer-banner {
  max-width: 1260px;
  margin: 50px auto 0;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .footer-banner {
    padding: 0 20px;
    margin: 20px auto 0;
  }
}
.footer-banner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 40px;
}
@media (max-width: 767px) {
  .footer-banner-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    gap: 20px;
  }
}
.footer-banner-item .link {
  display: block;
  text-align: center;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.footer-banner-item .link:hover {
  opacity: 0.8;
}
.footer-banner-item .link:focus-visible {
  opacity: 0.8;
}
.footer-banner-item .link .img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.l-footer {
  margin-top: 60px;
  background: #f5fbfd;
  z-index: 2;
}
@media (max-width: 480px) {
  .l-footer {
    margin-top: 20px;
  }
}
.l-footer > div {
  max-width: 1200px;
  padding: 60px 40px 140px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .l-footer > div {
    padding: 40px 40px 70px;
  }
}
.l-footer .main-link ul,
.l-footer .sub-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.l-footer .main-link li,
.l-footer .sub-link li {
  margin-right: 10px;
}
.l-footer .logo p {
  color: #5d717f;
  font-size: 1.1rem;
}
.l-footer .main-link {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .l-footer .main-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-footer .main-link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
  }
  .l-footer .main-link ul li {
    margin-top: 20px;
  }
}
.l-footer .sub-link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #b2c0c6;
}
@media (max-width: 767px) {
  .l-footer .sub-link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
  }
  .l-footer .sub-link ul li {
    margin-top: 20px;
  }
}
.l-footer small {
  margin-top: 40px;
  display: block;
  text-align: center;
  color: #5d717f;
  font-size: 1rem;
}

.footer-fix-banner {
  width: 100%;
  background: rgba(255, 255, 255, 0.8666666667);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.footer-fix-banner > div {
  max-width: 800px;
  margin: 0 auto;
}
.footer-fix-banner img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-fix-banner img.pc {
    display: none;
  }
  .footer-fix-banner img.sp {
    display: block;
  }
}

.l-side {
  border-top: solid 5px #2d93b2;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .l-side {
    padding: 0;
  }
}
.l-side .section {
  margin-top: 40px;
}
.l-side .side-title {
  color: #2d93b2;
  font-size: 1.3rem;
  font-weight: bold;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.8rem;
  max-width: 500px;
  margin: 50px auto 0;
  color: #5d717f;
}
.pagination a {
  color: #5d717f;
}
.pagination .arrow {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .pagination .arrow {
    font-size: 1.2rem;
  }
}

.pagination-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .pagination-num {
    gap: 12px;
  }
}
.pagination-num > * {
  display: block;
  min-width: 10px;
  text-align: center;
  white-space: nowrap;
  color: #5d717f;
}
.pagination-num span {
  border-bottom: solid 2px #5d717f;
}

.pagenum {
  text-align: center;
  font-size: 1.3rem;
  color: #5d717f;
}

.l-breadcrumb {
  width: 100%;
  padding-top: 20px;
  color: #5d717f;
}
.l-breadcrumb a {
  color: #5d717f;
}
.l-breadcrumb ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  gap: 0 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-breadcrumb li {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb li {
    font-size: 1rem;
  }
}
.l-breadcrumb li:last-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.l-breadcrumb li > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.l-breadcrumb li:after {
  content: "/";
}
.l-breadcrumb li:last-of-type:after {
  content: none;
}

.l-content {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.l-content-narrow {
  max-width: 670px;
  width: 100%;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-content-sp-no-padding {
    padding: 0;
  }
}

.l-two-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-two-columns {
    display: block;
  }
}

.l-main-col {
  width: 100%;
  max-width: 740px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.l-side-col {
  margin-left: 5vw;
  width: 330px;
}
@media screen and (max-width: 767px) {
  .l-side-col {
    margin: 40px 0;
    width: 100%;
  }
}

.l-categories h2 {
  font-size: 1.2rem;
  color: #5d717f;
}
.l-categories .category-title {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #5d717f;
}
.l-categories .category-description {
  display: block;
  font-size: 1.1rem;
  color: #5d717f;
}
.l-categories li {
  margin-top: 20px;
}

.l-new-posts-link {
  display: block;
  margin-top: 40px;
  padding: 20px 0;
  border-top: solid 1px #b2c0c6;
  border-bottom: solid 1px #b2c0c6;
  color: #5d717f;
  font-size: 1.5rem;
  font-weight: bold;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2d93b2;
  border-radius: 100px;
  color: #fff;
  width: 280px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.member-link-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 400px;
  margin: 40px auto 0;
}
.member-link-btns .btn-register {
  height: 35px;
  margin-right: 20px;
}
.member-link-btns .btn-login {
  height: 35px;
  background-color: #93bcc9;
}

.card {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.card h3 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.6rem;
  margin-top: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .card h3 {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.card time {
  font-size: 1.3rem;
  color: #5d717f;
}
.card .new {
  color: #d03b3b;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline;
  font-family: Josefin Sans, sans-serif;
}
.card .thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.card .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.card label {
  background: transparent -webkit-linear-gradient(91deg, #94B9CB 0%, #5AADD5 100%);
  background: transparent linear-gradient(359deg, #94B9CB 0%, #5AADD5 100%);
  color: #fff;
  border-radius: 100px;
  padding: 5px 15px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .card label {
    padding: 3px 10px;
  }
}
.card .overview {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #b2c0c6;
  }
  .card .thumbnail {
    width: 25%;
    max-width: 25%;
    padding-top: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .card > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .card .overview {
    margin-top: 0;
  }
}
.card-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #b2c0c6;
}
.card-horizontal .thumbnail {
  width: 25%;
  max-width: 25%;
  padding-top: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.card-horizontal > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.card-horizontal .overview {
  margin-top: 0;
}
.card-small h3 {
  max-height: 48px;
  line-height: 16px;
  font-size: 1.3rem;
  margin-top: 5px;
}
.card-small time {
  font-size: 1.2rem;
}
.card-small label {
  font-size: 1.1rem;
  padding: 2px 8px;
}
.card-top-carousel .overview {
  position: absolute;
  bottom: 0;
}
.card-top-carousel .overview > * {
  color: #fff;
}

.job_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  max-width: 1000px;
  margin: 40px auto 0;
}
.job_search > div {
  padding: 25px 20px;
  border: solid 1px #f07e0c;
  border-top: solid 5px #f07e0c;
}
.job_search > div h2 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #b2c0c6;
}
@media screen and (max-width: 767px) {
  .job_search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.tag {
  color: #5d717f;
}
.tag:before {
  content: "#";
}
.tag:after {
  content: "/";
}
.tag:last-of-type:after {
  content: none;
}

.search_job_tag {
  display: block;
  color: #f07e0c;
  border: solid 1px #f07e0c;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 1.1rem;
}

.magazine-search-widget .input-search-freeword {
  position: relative;
}
.magazine-search-widget .input-search-freeword input {
  padding: 10px 16px;
  border: 1px solid #b2c0c6;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
}
.magazine-search-widget .input-search-freeword button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.magazine-search-widget .input-search-freeword i {
  font-size: 2rem;
  color: #2d93b2;
}

.consult-search-widget .input-search-freeword {
  position: relative;
}
.consult-search-widget .input-search-freeword input {
  padding: 10px 16px;
  border: 1px solid #b2c0c6;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
}
.consult-search-widget .input-search-freeword button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.consult-search-widget .input-search-freeword i {
  font-size: 2rem;
  color: #2d93b2;
}

.rich-link {
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 10px;
  width: 100%;
  margin-top: 80px;
}
.rich-link > a {
  display: block;
}
.rich-link > a:hover {
  opacity: 0.75;
}
.rich-link .thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 120px;
  background: -webkit-gradient(linear, left top, right top, from(#EFF2FA), to(#CBDED5));
  background: -webkit-linear-gradient(left, #EFF2FA, #CBDED5);
  background: linear-gradient(to right, #EFF2FA, #CBDED5);
  position: relative;
  border-radius: 10px 10px 0 0;
}
.rich-link .thumbnail img {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 165px;
  -o-object-fit: contain;
     object-fit: contain;
}
.rich-link .description {
  background: #fff;
  padding: 20px 15px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.rich-link .description p {
  margin: 0 0 15px;
}
.rich-link .description .sub {
  font-size: 1.2rem;
  color: #5d717f;
  font-weight: bold;
}
.rich-link .description .title {
  color: #2d93b2;
  font-size: 1.6rem;
  font-weight: bold;
}
.rich-link .description .title:after {
  content: "＞";
}
.rich-link .description .body {
  font-size: 1.3rem;
  text-align: left;
  margin: 0;
}

.adjacent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 1px #b2c0c6;
  border-bottom: solid 1px #b2c0c6;
}
@media screen and (max-width: 767px) {
  .adjacent {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.adjacent > * {
  width: 100%;
}
.adjacent > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
.adjacent > a.prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .adjacent > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .adjacent > a.prev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.adjacent > a .arrow {
  min-width: 80px;
  width: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  color: #5d717f;
  font-size: 1.3rem;
  position: relative;
  padding: 0 15px 10px;
  font-family: Josefin Sans, sans-serif;
}
@media screen and (max-width: 767px) {
  .adjacent > a .arrow {
    width: 100%;
    margin-bottom: 10px;
  }
}
.adjacent > a.prev .arrow {
  text-align: left;
}
.adjacent > a.prev .arrow:before {
  content: "";
  width: 50px;
  height: 5px;
  border-bottom: 1px solid #5d717f;
  border-left: 1px solid #5d717f;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.adjacent > a.next .arrow {
  text-align: right;
  margin-right: 0;
}
.adjacent > a.next .arrow:before {
  content: "";
  width: 50px;
  height: 5px;
  border-bottom: 1px solid #5d717f;
  border-right: 1px solid #5d717f;
  border-left: none;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  display: block;
  position: absolute;
  left: unset;
  right: 0px;
  bottom: 0px;
}
.adjacent > a .thumbnail {
  position: relative;
  width: 20%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 10px;
  margin-left: 10px;
}
.adjacent > a .thumbnail:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.adjacent > a .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .adjacent > a .thumbnail {
    width: 50%;
    margin: 0 auto 10px;
  }
}
.adjacent > a .description {
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.3rem;
  font-weight: bold;
}
.adjacent > a:first-child:after {
  content: "";
  display: block;
  border-right: solid 1px #b2c0c6;
  height: 60%;
  width: 1px;
  right: 0;
  position: absolute;
}
.adjacent > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.adjacent > span + a:last-child:before {
  content: "";
  display: block;
  border-right: solid 1px #b2c0c6;
  height: 60%;
  width: 1px;
  left: 0;
  position: absolute;
}

.job-link {
  padding: 20px 30px;
}
.job-link ul li {
  border-top: solid 1px #b2c0c6;
  margin-top: 15px;
  padding-top: 15px;
  font-weight: bold;
}
.job-link ul li:first-of-type {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.job-link ul li a {
  color: #5d717f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.job-link ul li a.search:before {
  background-color: #5d717f;
  content: "";
  -webkit-mask-image: url("../img/magazine/kyujin_sagasu.svg");
  mask-image: url("../img/magazine/kyujin_sagasu.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 5px;
}
.job-link ul li a.client:before {
  background-color: #5d717f;
  content: "";
  -webkit-mask-image: url("../img/magazine/kyujin_keisai.svg");
  mask-image: url("../img/magazine/kyujin_keisai.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 5px;
}
.job-link ul li a.support:before {
  background-color: #5d717f;
  content: "";
  -webkit-mask-image: url("../img/magazine/soudan.svg");
  mask-image: url("../img/magazine/soudan.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 5px;
}

.carousel .card {
  margin: 0 40px;
}
.carousel .card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #393939;
  opacity: 0.25;
}
@media screen and (max-width: 767px) {
  .carousel .card {
    margin: 0;
    padding: 0;
  }
  .carousel .card .thumbnail {
    width: 100%;
    max-width: 100%;
    padding-top: 100%;
  }
}
.carousel .card .overview {
  padding: 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .carousel .card .overview {
    padding: 20px;
  }
}
.carousel .card time, .carousel .card .new {
  display: none;
}
.carousel .card label {
  background: unset;
  position: relative;
  padding-left: calc(2em + 10px);
  font-weight: bold;
}
.carousel .card label:before {
  content: "";
  position: absolute;
  border-top: solid 2px #fff;
  width: 2em;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.carousel .card h3 {
  margin-top: 5px;
}
.carousel .slick-dots li button:before {
  opacity: 1;
  color: #b2c0c6;
}
.carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #2d93b2;
}

.select-wrapper {
  width: 160px;
  min-width: 160px;
  border: solid 1px #b2c0c6;
  background-color: #fff;
  position: relative;
}
.select-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  z-index: 2;
  border-top: solid 5px #2d93b2;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 0 transparent;
  height: 5px;
  width: 10px;
}
.select-wrapper select {
  padding: 5px 30px 5px 10px;
  width: 100%;
  color: #5d717f;
}

.banner.line-oa {
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .banner.line-oa {
    display: block;
  }
}
.banner.line-oa img {
  width: 100%;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px #efefef solid;
}
.breadcrumb-list {
  max-width: 1260px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 10px 30px;
}
.breadcrumb-list .breadcrumb-item {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
}
.breadcrumb-list .breadcrumb-item .is-link {
  color: #58afb7;
}
.breadcrumb-list .breadcrumb-item:not(:last-child)::after {
  position: absolute;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
  right: -11px;
}

/* ================================
    Mobile (≤767px)
================================ */
@media screen and (max-width: 767px) {
  .breadcrumb {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; /* 左寄せにしてスクロールしやすく */
  }
  .breadcrumb-list {
    max-width: 100%;
    padding: 8px 16px; /* 余白を縮める */
    gap: 8px; /* アイテム間隔を縮める */
    overflow-x: auto; /* 横スクロール */
    -webkit-overflow-scrolling: touch; /* iOS慣性スクロール */
    white-space: nowrap; /* 1行キープ */
    scrollbar-width: thin; /* Firefox：細いスクロールバー */
  }
  .breadcrumb .breadcrumb-item {
    font-size: 0.9rem; /* 文字を少し小さく */
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; /* 折り返さず横に並べる */
    /* 長い文言対策（必要なら有効化）
    max-width: 70vw;
    overflow: hidden;
    text-overflow: ellipsis;
    */
  }
  .breadcrumb .breadcrumb-item:not(:last-child)::after {
    width: 5px; /* 矢印をやや小さく */
    height: 5px;
    right: -9px; /* 間隔も少し詰める */
  }
}
/* =================================
    Sidebar
================================= */
/* モバイル系だけ対象（iOS/Android） */
@media (hover: none) and (pointer: coarse) {
  input[type=text],
  input[type=search],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  textarea,
  select {
    font-size: 16px !important; /* ← 16px以上 */
    line-height: 1.3;
  }
}
/* iOSをより確実に拾いたいなら（どちらか一方で十分） */
@supports (-webkit-touch-callout: none) {
  input,
  textarea,
  select {
    font-size: 16px !important;
  }
}
.sidebar-consult {
  max-width: 235px;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}
.sidebar-consult::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 1px;
  height: 100%;
  background: #58afb7;
}
.sidebar-consult .sidebar-search .search-form {
  background-color: #fff;
  border: 1px solid #58afb7;
  border-radius: 3px;
}
.sidebar-consult .sidebar-search .search-form .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-consult .sidebar-search .search-form .input-group .search-field {
  width: 100%;
  padding: 6px 0 6px 8px;
}
.sidebar-consult .sidebar-search .search-form .input-group .search-field::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 1.2rem;
}
.sidebar-consult .sidebar-search .search-form .input-group .search-field::-moz-placeholder {
  color: #b2b2b2;
  font-size: 1.2rem;
}
.sidebar-consult .sidebar-search .search-form .input-group .search-field:-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 1.2rem;
}
.sidebar-consult .sidebar-search .search-form .input-group .search-field::-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 1.2rem;
}
.sidebar-consult .sidebar-search .search-form .input-group .search-field::placeholder {
  color: #b2b2b2;
  font-size: 1.2rem;
}
.sidebar-consult .sidebar-search .search-form .input-group .search-submit:before {
  content: "";
  -webkit-mask-image: url(../img/magazine/header_kensaku.svg);
  mask-image: url(../img/magazine/header_kensaku.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  display: block;
  background-color: #393939;
  width: 20px;
  height: 20px;
}
.sidebar-consult .sidebar-title {
  --s: 14px;
  --c: #333;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  height: 35px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(118, 186, 202)), color-stop(50%, rgb(118, 186, 202)), to(rgb(185, 219, 220)));
  background: -webkit-linear-gradient(left, rgb(118, 186, 202) 0%, rgb(118, 186, 202) 50%, rgb(185, 219, 220) 100%);
  background: linear-gradient(90deg, rgb(118, 186, 202) 0%, rgb(118, 186, 202) 50%, rgb(185, 219, 220) 100%);
  --size: 13px;
  --color: #fff;
}
.sidebar-consult .sidebar-title::before {
  content: "";
  position: absolute;
  width: var(--size);
  height: var(--size);
  background: var(--color);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  top: -1px;
  left: -1px;
}
.sidebar-consult .sidebar-title::after {
  content: "";
  position: absolute;
  width: var(--size);
  height: var(--size);
  background: var(--color);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  bottom: -1px;
  right: -1px;
}
.sidebar-consult .category .category-list {
  margin-top: 5px;
}
.sidebar-consult .category .category-list .cat-item {
  font-weight: bold;
  font-size: 1.3rem;
}
.sidebar-consult .category .category-list .cat-item > a {
  padding-block: 1em;
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  /* 矢印 */
  /* ホバー時：背景 #fafafa、矢印を5px左へ */
}
.sidebar-consult .category .category-list .cat-item > a:after {
  position: absolute;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #58afb7;
  border-right: 2px solid #58afb7;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
  right: 0; /* 基準位置 */
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease; /* スムーズに動かす */
}
.sidebar-consult .category .category-list .cat-item > a:hover, .sidebar-consult .category .category-list .cat-item > a:focus-visible {
  background-color: #fafafa;
}
.sidebar-consult .category .category-list .cat-item > a:hover:after, .sidebar-consult .category .category-list .cat-item > a:focus-visible:after {
  right: 5px;
}
.sidebar-consult .category .category-list .cat-item + .cat-item {
  border-top: 1px solid #ebebeb;
}
.sidebar-consult .tag-cloud .tag-cloud-list {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.sidebar-consult .tag-cloud .tag-cloud-list .tag-item {
  font-size: 1.3rem;
}
.sidebar-consult .tag-cloud .tag-cloud-list .tag-item > a {
  background-color: #fff;
  display: inline-block;
  color: #1f586e;
  border: 1px solid #58afb7;
  padding: 0.8em 1em;
  border-radius: 3px;
  line-height: 1;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  /* ホバー時の背景 */
}
.sidebar-consult .tag-cloud .tag-cloud-list .tag-item > a:before {
  content: "#";
}
.sidebar-consult .tag-cloud .tag-cloud-list .tag-item > a:hover, .sidebar-consult .tag-cloud .tag-cloud-list .tag-item > a:focus-visible {
  background-color: #fafafa;
}
.sidebar-consult .side-banner {
  width: 100%;
  height: auto;
}
.sidebar-consult .side-banner > a {
  display: block;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.sidebar-consult .side-banner > a:hover {
  opacity: 0.8;
}
.sidebar-consult .side-banner > a:focus-visible {
  opacity: 0.8;
}
.sidebar-consult .side-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* ================================
    Mobile (<=767px) — Sidebar only
================================ */
@media screen and (max-width: 767px) {
  .sidebar-consult {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; /* リストの下へ */
    position: static; /* sticky 解除 */
    top: auto;
    background-color: #f5fbfd;
    padding-block: 30px;
    /* 画面端まで広げる（フルブリード） */
    width: 100dvw;
    max-width: 100dvw;
    margin-inline: calc(50% - 50dvw);
    padding-inline: 0;
    /* ▼ 並び順：カテゴリ → タグ → 検索（検索を一番下へ） */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    /* スマホでは左の縦線は不要 */
    /* タイトル角の白三角は非表示（好みで） */
    /* 内側余白（各ブロック） */
  }
  @supports not (width: 100dvw) {
    .sidebar-consult {
      width: 100vw;
      max-width: 100vw;
      margin-inline: calc(50% - 50vw);
    }
  }
  .sidebar-consult::after {
    display: none;
  }
  .sidebar-consult .sidebar-title::before, .sidebar-consult .sidebar-title::after {
    content: none;
  }
  .sidebar-consult .category {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .sidebar-consult .tag-cloud {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .sidebar-consult .sidebar-search {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .sidebar-consult .sidebar-search {
    padding-inline: 20px;
  }
  .sidebar-consult .sidebar-search .search-form {
    width: 100%;
    padding: 0.6em 0.8em;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    outline: none;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
  }
  .sidebar-consult .sidebar-search .search-form:focus {
    border-color: #58afb7;
  }
  .sidebar-consult .category .category-list {
    padding-inline: 20px;
  }
  .sidebar-consult .category .category-list .cat-item > a {
    color: #1f586e;
  }
  .sidebar-consult .tag-cloud .tag-cloud-list {
    padding-inline: 20px;
    margin-top: 20px;
  }
  .sidebar-consult .tag-cloud .tag-cloud-list .tag-item > a {
    padding: 0.6em 0.8em;
    border-radius: 30px;
  }
  .sidebar-consult .side-banner {
    padding-inline: 20px;
  }
}
.consul-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
  /* SR-only labels */
  /* UL */
  /* LI */
  /* Link/Span Buttons */
}
.consul-pagination .pagination-prev,
.consul-pagination .pagination-next {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}
.consul-pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.consul-pagination ul.page-numbers > li {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.consul-pagination ul.page-numbers > li > .page-numbers {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 12px;
  color: #58afb7;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease, border-color 0.2s ease;
  transition: opacity 0.2s ease, border-color 0.2s ease;
  /* ← Prev arrow */
  /* → Next arrow */
}
.consul-pagination ul.page-numbers > li > .page-numbers:hover, .consul-pagination ul.page-numbers > li > .page-numbers:focus-visible {
  opacity: 0.5;
  outline: none;
}
.consul-pagination ul.page-numbers > li > .page-numbers.current {
  border-color: #58afb7;
  color: #58afb7;
}
.consul-pagination ul.page-numbers > li > .page-numbers.dots {
  border: 0;
  padding: 0;
  color: #999;
  pointer-events: none;
}
.consul-pagination ul.page-numbers > li > .page-numbers.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translate(50%, -50%) rotate(-135deg);
          transform: translate(50%, -50%) rotate(-135deg);
}
.consul-pagination ul.page-numbers > li > .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/* =================================
    Tokens / Vars
================================= */
/* Breakpoints */
/* =================================
    Mixins
================================= */
/* =================================
    Prefs
================================= */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
}
/* =================================
    ヒーロー（ページヘッダ）＋件数バッジ
================================= */
.consul-wrapper {
  /* Result count */
}
.consul-wrapper .head {
  position: relative;
  width: 100%;
  padding: 28px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(185, 219, 220)), color-stop(65%, rgb(185, 219, 220)), to(rgb(118, 186, 202)));
  background: -webkit-linear-gradient(left, rgb(185, 219, 220) 0%, rgb(185, 219, 220) 65%, rgb(118, 186, 202) 100%);
  background: linear-gradient(90deg, rgb(185, 219, 220) 0%, rgb(185, 219, 220) 65%, rgb(118, 186, 202) 100%);
}
.consul-wrapper .head::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(50% + 310px);
  border-radius: 0 110px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(185, 219, 220)), color-stop(50%, rgb(118, 186, 202)), to(rgb(118, 186, 202)));
  background: -webkit-linear-gradient(left, rgb(185, 219, 220) 0%, rgb(118, 186, 202) 50%, rgb(118, 186, 202) 100%);
  background: linear-gradient(90deg, rgb(185, 219, 220) 0%, rgb(118, 186, 202) 50%, rgb(118, 186, 202) 100%);
  z-index: 0;
  pointer-events: none;
}
.consul-wrapper .head-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.consul-wrapper .head-inner .head-description {
  color: #1f586e;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.8;
}
.consul-wrapper .head-contents {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.consul-wrapper .head-contents .head-logo {
  max-width: 235px;
  width: 100%;
}
.consul-wrapper .head-contents .head-logo img {
  width: 100%;
  display: block;
}
.consul-wrapper .head-contents .head-powered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 10px;
  background-color: #fff;
  border-radius: 4px;
}
.consul-wrapper .head-contents .head-powered .powered-by-label {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 8px;
}
.consul-wrapper .head-contents .head-powered .powered-by-logo {
  width: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.consul-wrapper .head-contents .head-powered .powered-by-logo img {
  width: 100%;
  display: block;
}
.consul-wrapper .result-num {
  display: inline-block;
  margin: 0;
  line-height: 1;
  margin-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.consul-wrapper .result-num span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  padding: 7px 12px;
  line-height: 1;
  font-size: clamp(1.1rem, 0.95rem + 0.3vw, 1.2rem);
  font-weight: 700;
  color: #1f586e;
  background-color: #fff;
  border: 1px solid #58afb7;
  border-radius: 999px;
}
.consul-wrapper .result-num span::before {
  content: "";
  inline-size: 6px;
  block-size: 6px;
  border-radius: 50%;
  background-color: #58afb7;
}

/* =================================
    Consult Recommended（Swiper）
================================= */
.consult-recommended {
  padding: 40px 75px;
  position: relative;
  background-color: #fafafa;
}
@media (max-width: 1024px) {
  .consult-recommended {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .consult-recommended {
    padding: 30px 16px;
  }
}
.consult-recommended .swiper {
  position: relative;
  overflow: hidden;
}
.consult-recommended .article-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
.consult-recommended .article-list.swiper-wrapper {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.consult-recommended .article-list .swiper-slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.consult-recommended .article-list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.consult-recommended .article-list-link {
  display: grid;
  grid-template-rows: auto auto 1fr;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  border-radius: 8px;
}
.consult-recommended .article-list-link:hover, .consult-recommended .article-list-link:focus-visible {
  background-color: #fafafa; /* ← ドロップシャドウなし */
}
.consult-recommended .article-list-link:hover .article-list-thumb img, .consult-recommended .article-list-link:focus-visible .article-list-thumb img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.consult-recommended .article-list-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.consult-recommended .article-list-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  will-change: transform;
}
.consult-recommended .article-list-meta {
  position: relative;
  top: -11px;
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.consult-recommended .article-list-date {
  font-size: 1.2rem;
  color: #6a6a6a;
  line-height: 1;
}
.consult-recommended .article-list-category {
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  padding: 8px 12px;
  background-color: rgba(88, 175, 183, 0.9);
}
.consult-recommended .article-list-content {
  position: relative;
  padding: 0 16px 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
}
.consult-recommended .article-list-content.banner-item {
  padding: 29px 16px 14px;
}
.consult-recommended .article-list-content .article-list-title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
}
.consult-recommended .article-list-content .article-list-excerpt {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  color: #313134;
  line-height: 1.8;
  max-height: 7.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.consult-recommended .article-list-keywords {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
  font-size: 1.3rem;
}
.consult-recommended .article-list-keywords .article-list-keyword {
  color: #58afb7;
}
.consult-recommended .swiper-pagination {
  position: static;
  margin-top: 16px;
  text-align: center;
}
.consult-recommended .swiper-pagination .swiper-pagination-bullet {
  background: #cfe8ea;
  opacity: 1;
}
.consult-recommended .swiper-pagination .swiper-pagination-bullet-active {
  background: #58afb7;
}
.consult-recommended .swiper-button-prev,
.consult-recommended .swiper-button-next {
  --size: 36px;
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: var(--size);
  height: var(--size);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  border: 1px solid #58afb7;
  border-radius: 50%;
  background: #fff;
  z-index: 30;
  pointer-events: auto;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
.consult-recommended .swiper-button-prev::after,
.consult-recommended .swiper-button-next::after {
  content: "";
}
.consult-recommended .swiper-button-prev:hover,
.consult-recommended .swiper-button-next:hover {
  background: #f4fbfc;
  border-color: #58afb7;
}
.consult-recommended .swiper-button-prev {
  left: 20px;
  right: auto;
  z-index: 31;
}
.consult-recommended .swiper-button-next {
  right: 20px;
  left: auto;
}
.consult-recommended .swiper-button-next::before,
.consult-recommended .swiper-button-prev::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  border-top: 2px solid #58afb7;
  border-right: 2px solid #58afb7;
}
.consult-recommended .swiper-button-next::before {
  right: 55%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}
.consult-recommended .swiper-button-prev::before {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

/* =================================
    見出し
================================= */
.consul-main p {
  margin: 0;
}
.consul-main .consul-h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.6rem, 1.2rem + 0.7vw, 2rem);
  font-weight: 700;
  margin-bottom: 20px;
  border-left: 6px solid #76baca;
  padding-left: 8px;
  color: #1f586e;
}

/* =================================
    Archive 一覧（Grid）
================================= */
.consul-archive {
  background-color: #fff;
  max-width: 1260px;
  margin: 0 auto;
  padding: 55px 30px;
}
.consul-archive.consult-single {
  padding: 40px 30px;
}
.consul-archive-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.consul-archive .article-list {
  --gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  /* =================================
      interview-success（1カラム専用／優先度UP）
  ================================ */
}
.consul-archive .article-list-item {
  position: relative;
}
.consul-archive .article-list-link {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  display: block;
  height: 100%;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.consul-archive .article-list-link:hover, .consul-archive .article-list-link:focus-visible {
  background-color: #fafafa; /* ← ドロップシャドウなし */
}
.consul-archive .article-list-link:hover .article-list-thumb img, .consul-archive .article-list-link:focus-visible .article-list-thumb img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.consul-archive .article-list-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  height: 130px;
  overflow: hidden;
}
.consul-archive .article-list-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  will-change: transform;
}
.consul-archive .article-list-meta {
  position: relative;
  top: -11px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.consul-archive .article-list-date {
  font-size: 1.2rem;
  color: #6a6a6a;
  line-height: 1;
}
.consul-archive .article-list-category {
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  padding: 8px 12px;
  background-color: rgba(88, 175, 183, 0.9);
}
.consul-archive .article-list-content {
  position: relative;
  padding: 0 16px 12px;
}
.consul-archive .article-list-content .article-list-title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
}
.consul-archive .article-list-content .article-list-excerpt {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  color: #313134;
  line-height: 1.8;
  max-height: 7.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.consul-archive .article-list-keywords {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  font-size: 1.3rem;
}
.consul-archive .article-list-keywords .article-list-keyword {
  color: #58afb7;
}
.consul-archive .article-list.article-list--onecol {
  display: block;
}
.consul-archive .article-list.article-list--onecol .article-list-item {
  background: transparent;
  border: 0;
  padding: 0;
  padding-bottom: 30px;
  /* カード本体 */
}
.consul-archive .article-list.article-list--onecol .article-list-item + .article-list-item {
  border-top: 1px solid #eee;
  padding-top: 30px;
}
.consul-archive .article-list.article-list--onecol .article-list-item:not(:nth-child(3n))::after {
  display: none; /* 縦線は表示しない */
}
.consul-archive .article-list.article-list--onecol .article-list-item .interview-card {
  background: #fff; /* inline: background:#fff; */
  border-radius: 8px;
}
.consul-archive .article-list.article-list--onecol .article-list-item .interview-card__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; /* inline: display:flex; */
  gap: 14px; /* inline: gap:14px; */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* inline: 直接 img に style を当てていたのでここで吸収 */
}
.consul-archive .article-list.article-list--onecol .article-list-item .interview-card__head img {
  inline-size: 96px;
  block-size: 96px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.consul-archive .article-list.article-list--onecol .article-list-item .interview-card__head .article-list-title {
  margin: 0;
  font-size: clamp(1.4rem, 1.2rem + 0.4vw, 1.6rem);
}
.consul-archive .article-list.article-list--onecol .article-list-item .interview-card__head .interview-meta {
  margin-top: 0.25em;
  font-size: 1.3rem;
  color: #6a6a6a;
}
.consul-archive .article-list.article-list--onecol .article-list-item .interview-card__body {
  margin-top: 12px; /* inline: margin-top:12px; */
}
.consul-archive .article-list.article-list--onecol .article-list-item .interview-card__body h4 {
  margin: 0.2em 0 0.4em; /* inline: .2em 0 .4em */
  font-weight: 700;
  color: #1f586e;
}
.consul-archive .article-list.article-list--onecol .article-list-item .interview-card__body h5 {
  margin: 0.6em 0 0.2em; /* inline: .6em 0 .2em */
  font-weight: 700;
  color: #1f586e;
}
.consul-archive .article-list.article-list--onecol .article-list-item .interview-card__body p {
  margin: 0.2em 0 0; /* inline: .2em 0 0 */
  line-height: 1.8;
  font-size: 1.3rem;
  color: #313134;
}

/* =================================
    グリッド間の縦線（Archive専用）
================================= */
.consul-archive .article-list-item {
  position: relative;
}
.consul-archive .article-list-item:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--gap, 40px) / -2);
  width: 1px;
  height: 100%;
  background: #e6e6e6;
}
@media (max-width: 1024px) {
  .consul-archive .article-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .consul-archive .article-list-item::after {
    display: none;
  }
  .consul-archive .article-list-item:not(:nth-child(2n))::after {
    display: block;
    right: calc(var(--gap, 40px) / -2);
  }
}
@media (max-width: 767px) {
  .consul-archive .article-list {
    grid-template-columns: 1fr;
  }
  .consul-archive .article-list-item::after {
    display: none;
  }
}

/* =================================
    Pagination（current の不透明度固定）
================================= */
.nav-links,
.consul-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0;
}

.nav-links .page-numbers.current,
.consul-pagination .page-numbers.current {
  opacity: 1 !important;
  pointer-events: none;
  cursor: default;
}

/* ================================
    Mobile (<=767px)
================================ */
@media screen and (max-width: 767px) {
  /* ヒーロー縦並び */
  .consul-wrapper .head-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  .consul-wrapper .head::before {
    width: 96.5%;
    background: -webkit-gradient(linear, left top, right top, from(rgb(169, 211, 212)), color-stop(50%, rgb(118, 186, 202)), to(rgb(118, 186, 202)));
    background: -webkit-linear-gradient(left, rgb(169, 211, 212) 0%, rgb(118, 186, 202) 50%, rgb(118, 186, 202) 100%);
    background: linear-gradient(90deg, rgb(169, 211, 212) 0%, rgb(118, 186, 202) 50%, rgb(118, 186, 202) 100%);
  }
  .consul-wrapper .head-inner .head-description {
    color: #fff;
    text-align: center;
  }
  .consul-wrapper .result-num {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .consul-wrapper .result-num span {
    padding: 5px 10px;
    font-size: 1.1rem;
  }
  /* Swiper：1枚表示＆矢印非表示 */
  .consult-recommended .article-list.swiper-wrapper .swiper-slide {
    width: 100% !important;
    padding: 0;
  }
  .consult-recommended .swiper-button-prev,
  .consult-recommended .swiper-button-next {
    display: none !important;
  }
  .consult-recommended .article-list-content {
    padding: 0 15px 15px;
  }
  /* 親レイアウトを縦積み（sidebar は別SCSSで order 調整） */
  .consul-archive-inner,
  .consult-layout,
  .consul-main-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article-list-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  /* 通常リスト：1カラム＆サムネ左/テキスト右（Swiper以外） */
  .article-list:not(.swiper-wrapper) {
    display: block;
  }
  .article-list:not(.swiper-wrapper) .article-list-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .consul-archive {
    padding: 40px 20px 0;
  }
  .article-list:not(.swiper-wrapper) .article-list-item + .article-list-item {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
  }
  .article-list:not(.swiper-wrapper) .article-list-link {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-template-rows: auto auto;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 6px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: transparent;
  }
  .article-list:not(.swiper-wrapper) .article-list-thumb {
    grid-column: 1;
    grid-row: 1/span 2;
    aspect-ratio: 1;
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .article-list:not(.swiper-wrapper) .article-list-meta {
    grid-column: 2;
    grid-row: 1;
    top: 0;
    padding-right: 0;
    margin: 0 0 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .consul-archive .article-list-keywords {
    margin-top: 6px;
  }
  .article-list:not(.swiper-wrapper) .article-list-content {
    grid-column: 2;
    grid-row: 2;
    padding: 0;
  }
  .article-list:not(.swiper-wrapper) .article-list-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .article-list:not(.swiper-wrapper) .article-list-excerpt {
    -webkit-line-clamp: 3;
    max-height: 5.4em;
  }
  /* interview-success：モバイル最適化（優先度UP版） */
  .article-list.article-list--onecol .interview-card__head {
    margin-bottom: 20px;
  }
  .article-list.article-list--onecol .interview-card__head img {
    inline-size: 72px;
    block-size: 72px;
  }
}
/* ================================
    Tokens
================================ */
/* ================================
    Helpers
================================ */
/* ================================
    Article (PC基準)
================================ */
.consul-article-wrapper {
  background-color: #fafafa;
  padding: 0 40px 40px;
  margin-bottom: 40px;
  /* ---------- meta（カテゴリ／著者／日付） ---------- */
  /* ---------- タイトル ---------- */
  /* ---------- タグ ---------- */
  /* ---------- サムネイル ---------- */
  /* ---------- 本文 ---------- */
}
.consul-article-wrapper .article-list-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-left: -40px; /* デザイン都合 */
  top: 0;
}
.consul-article-wrapper .article-list-meta .article-list-category {
  font-size: 1.4rem;
}
.consul-article-wrapper .article-list-meta .article-list-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 1.3rem;
}
.consul-article-wrapper .article-list-meta .article-list-author__label {
  color: #68b6bd;
  font-weight: bold;
}
.consul-article-wrapper .article-list-meta .article-list-author__label::after {
  content: ":";
  margin-inline: 0.5rem;
  font-weight: normal;
  color: #313134;
}
.consul-article-wrapper .article-list-meta .article-list-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  font-size: 1.2rem;
}
.consul-article-wrapper .article-list-meta .article-list-date time {
  display: block;
}
.consul-article-wrapper .article-list-meta .article-list-date time + time {
  margin-left: 1rem;
}
.consul-article-wrapper .article-title {
  margin-top: 35px;
  font-size: 2rem;
  font-weight: bold;
}
.consul-article-wrapper .article-tag-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.consul-article-wrapper .article-tag-list .article-tag-item {
  background-color: #fff;
  border: 1px solid #58afb7;
  border-radius: 30px;
  font-size: 1.2rem;
  line-height: 1;
}
.consul-article-wrapper .article-tag-list .article-tag-item > a {
  display: inline-block;
  padding: 6px 12px;
  color: #1f586e;
  text-decoration: none;
}
.consul-article-wrapper .article-list-thumb {
  margin-top: 20px;
  aspect-ratio: 16/8;
  height: auto;
  max-width: 825px;
}
.consul-article-wrapper .article-list-thumb img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.consul-article-wrapper .article-content {
  /* 見出し */
  /* リスト */
  /* リスト内のリンクは余白を詰める */
  /* ベーステーブル */
  /* リンク（本文既定） */
  /* SNSシェア（AddToAny） */
  /* 目次（EZ-TOC） */
}
.consul-article-wrapper .article-content p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 10px;
}
.consul-article-wrapper .article-content img {
  max-width: 825px;
  width: 100%;
  height: auto;
}
.consul-article-wrapper .article-content h2 {
  margin-block: 30px 15px;
  padding-left: 8px;
  border-left: 6px solid #76baca;
  color: #1f586e;
  font-size: 2rem;
  font-weight: bold;
}
.consul-article-wrapper .article-content h2 a {
  margin-block: 0;
  line-height: 1.8;
}
.consul-article-wrapper .article-content h3 {
  margin-block: 25px 15px;
  padding: 8px 12px;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.consul-article-wrapper .article-content h3 a {
  margin-block: 0;
  line-height: 1.8;
}
.consul-article-wrapper .article-content h4 {
  position: relative;
  margin-block: 20px 10px;
  text-indent: 1.4em;
  font-size: 1.5rem;
  font-weight: bold;
}
.consul-article-wrapper .article-content h4 a {
  margin-block: 0;
  line-height: 1.8;
}
.consul-article-wrapper .article-content h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 10px;
  height: 10px;
  background: #58afb7;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.consul-article-wrapper .article-content h5 {
  margin-block: 20px 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
.consul-article-wrapper .article-content h5 a {
  margin-block: 0;
  line-height: 1.8;
}
.consul-article-wrapper .article-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.consul-article-wrapper .article-content ul > li {
  position: relative;
  margin: 0.5em 0;
  padding-left: 18px;
  line-height: 1.8;
  font-size: 1.4rem;
}
.consul-article-wrapper .article-content ul > li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed6db;
}
.consul-article-wrapper .article-content ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: num;
}
.consul-article-wrapper .article-content ol > li {
  position: relative;
  margin: 0.6em 0;
  padding-left: 1.4em;
  line-height: 1.8;
  counter-increment: num;
  font-size: 1.4rem;
}
.consul-article-wrapper .article-content ol > li::before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  text-align: right;
  color: #58afb7;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.consul-article-wrapper .article-content li a {
  margin-block: 0;
  line-height: 1.8;
}
.consul-article-wrapper .article-content table {
  width: 100%;
  min-width: 640px; /* PCでは横潰れ防止 */
  margin-block: 40px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  /* セル内リンクの余白調整 */
}
.consul-article-wrapper .article-content table thead th {
  background: rgba(88, 175, 183, 0.08);
  color: #1f586e;
  font-weight: 700;
  white-space: nowrap;
}
.consul-article-wrapper .article-content table th,
.consul-article-wrapper .article-content table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e6eaea;
  vertical-align: middle;
  background: #fff;
}
.consul-article-wrapper .article-content table th:not(:last-child),
.consul-article-wrapper .article-content table td:not(:last-child) {
  border-right: 1px solid #e6eaea;
}
.consul-article-wrapper .article-content table tbody tr:last-child td,
.consul-article-wrapper .article-content table tbody tr:last-child th {
  border-bottom: 0;
}
.consul-article-wrapper .article-content table a {
  margin-block: 0;
  line-height: inherit;
}
.consul-article-wrapper .article-content a {
  display: inline-block;
  margin-block: 15px;
  color: #58afb7;
  border-bottom: 1px solid #58afb7;
  line-height: 1.4;
  text-decoration: none;
}
.consul-article-wrapper .article-content a:hover {
  opacity: 0.8;
}
.consul-article-wrapper .article-content .addtoany_share_save_container {
  text-align: right;
}
.consul-article-wrapper .article-content .addtoany_share_save_container a {
  margin-block: 0;
  color: inherit;
  border-bottom: none;
  line-height: inherit;
}
.consul-article-wrapper .article-content #ez-toc-container {
  width: 100%;
  margin-block: 20px 35px;
  padding: 20px 25px;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
}
.consul-article-wrapper .article-content #ez-toc-container .ez-toc-title-container {
  margin-bottom: 10px;
}
.consul-article-wrapper .article-content #ez-toc-container .ez-toc-title-container .ez-toc-title {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
.consul-article-wrapper .article-content #ez-toc-container .ez-toc-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.consul-article-wrapper .article-content #ez-toc-container .ez-toc-list .ez-toc-page-1 {
  font-size: 1.3rem;
}
.consul-article-wrapper .article-content #ez-toc-container .ez-toc-list .ez-toc-page-1::before {
  content: none;
}
.consul-article-wrapper .article-content #ez-toc-container .ez-toc-list .ez-toc-page-1 .ez-toc-link {
  margin: 0;
  border: none;
  font-size: 100%;
}

/* ================================
    Mobile (<=767px) ここから
================================ */
@media screen and (max-width: 767px) {
  .consul-archive.consult-single {
    padding: 0;
  }
  .consul-archive .article-list-item:not(:nth-child(3n))::after {
    content: none !important; /* 3列目以外のアイテムの後ろのドットを消す */
  }
  .consul-archive .consul-article-wrapper {
    padding: 0 16px 24px;
    margin-bottom: 24px;
    /* メタ：縦積み＆折返し */
    /* タイトル少し小さめに */
    /* タグ：タップしやすく */
    /* サムネ：縦比率をスマホ向けに */
  }
  .consul-archive .consul-article-wrapper .article-list-meta {
    margin-left: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 8px 12px;
  }
  .consul-archive .consul-article-wrapper .article-list-meta .article-list-category {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.3rem;
  }
  .consul-archive .consul-article-wrapper .article-list-meta .article-list-author {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.2rem;
  }
  .consul-archive .consul-article-wrapper .article-list-meta .article-list-date {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.2rem;
  }
  .consul-archive .consul-article-wrapper .article-list-meta .article-list-date time + time {
    margin-left: 0.8rem;
  }
  .consul-archive .consul-article-wrapper .article-title {
    margin-top: 16px;
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .consul-archive .consul-article-wrapper .article-tag-list {
    gap: 8px;
  }
  .consul-archive .consul-article-wrapper .article-tag-list .article-tag-item > a {
    padding: 6px 10px;
  }
  .consul-archive .consul-article-wrapper .article-list-thumb {
    margin-top: 12px;
    aspect-ratio: 16/9; /* 2:1 → 16:9 に */
    max-width: 100%;
  }
  .consul-archive .consul-article-wrapper .article-content {
    /* 見出しサイズ調整 */
    /* 箇条書きのインデントを少し詰める */
    /* テーブル：横スクロール許可（潰し防止） */
    overflow-x: auto; /* テーブルが広い時だけ横スクロール */
    -webkit-overflow-scrolling: touch;
    /* SNSシェアは中央寄せ */
    /* 目次の余白縮小 */
    /* 本文中リンク：マージンを控えめに */
  }
  .consul-archive .consul-article-wrapper .article-content p {
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .consul-archive .consul-article-wrapper .article-content h2 {
    margin-block: 24px 12px;
    border-left-width: 5px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .consul-archive .consul-article-wrapper .article-content h3 {
    margin-block: 20px 12px;
    padding: 8px 10px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .consul-archive .consul-article-wrapper .article-content h4,
  .consul-archive .consul-article-wrapper .article-content h5 {
    margin-block: 18px 8px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .consul-archive .consul-article-wrapper .article-content ul > li {
    margin: 0.4em 0;
    padding-left: 1.2em;
  }
  .consul-archive .consul-article-wrapper .article-content ul > li::before {
    left: 0.2em;
    top: 0.7em;
    width: 7px;
    height: 7px;
  }
  .consul-archive .consul-article-wrapper .article-content ol > li {
    margin: 0.5em 0;
    padding-left: 1.2em;
  }
  .consul-archive .consul-article-wrapper .article-content ol > li::before {
    left: 0;
  }
  .consul-archive .consul-article-wrapper .article-content table {
    min-width: 560px; /* 多少狭める（必要に応じて調整 or 解除） */
    margin-block: 24px;
    font-size: 1.3rem;
  }
  .consul-archive .consul-article-wrapper .article-content table th,
  .consul-archive .consul-article-wrapper .article-content table td {
    padding: 10px 12px;
    white-space: nowrap; /* 折返しで高さが暴れないように */
  }
  .consul-archive .consul-article-wrapper .article-content .addtoany_share_save_container {
    text-align: center;
    margin-top: 12px;
  }
  .consul-archive .consul-article-wrapper .article-content #ez-toc-container {
    margin-block: 16px 24px;
    padding: 16px 16px;
  }
  .consul-archive .consul-article-wrapper .article-content #ez-toc-container .ez-toc-title-container .ez-toc-title {
    margin-bottom: 8px;
  }
  .consul-archive .consul-article-wrapper .article-content a {
    margin-block: 10px;
  }
  .consul-archive .consul-related {
    padding-inline: 16px;
  }
}/*# sourceMappingURL=style-consult.css.map */