@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
.l-content {
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  * 3. Remove gray overlay on links for iOS.
  */
  /* Sections */
  /* ============================================ */
  /**
  * Remove the margin in all browsers.
  */
  /**
  * Render the `main` element consistently in IE.
  */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /* Text-level semantics */
  /* ============================================ */
  /**
  * Remove the gray background on active links in IE 10.
  */
  /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /**
  * Add the correct font size in all browsers.
  */
  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
  /* Replaced content */
  /* ============================================ */
  /**
  * Prevent vertical alignment issues.
  */
  /* Forms */
  /* ============================================ */
  /**
  * Reset form fields to make them styleable.
  * 1. Make form elements stylable across systems iOS especially.
  * 2. Inherit text-transform from parent.
  */
  /**
  * Correct cursors for clickable elements.
  */
  /**
  * Improve outlines for Firefox and unify style with input elements & buttons.
  */
  /**
  * Remove padding
  */
  /**
  * Reset to invisible
  */
  /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
  /**
  * Remove the default vertical scrollbar in IE 10+.
  */
  /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
  /**
  * Correct the outline style in Safari.
  */
  /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Fix font inheritance.
  */
  /**
  * Fix appearance for Firefox
  */
  /**
  * Clickable labels
  */
  /* Interactive */
  /* ============================================ */
  /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
  /*
  * Add the correct display in all browsers.
  */
  /*
  * Remove outline for editable content.
  */
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
}
.l-content *,
.l-content ::before,
.l-content ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
.l-content html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
.l-content body {
  margin: 0;
}
.l-content main {
  display: block;
}
.l-content p,
.l-content table,
.l-content blockquote,
.l-content address,
.l-content pre,
.l-content iframe,
.l-content form,
.l-content figure,
.l-content dl {
  margin: 0;
}
.l-content h1,
.l-content h2,
.l-content h3,
.l-content h4,
.l-content h5,
.l-content h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.l-content ul,
.l-content ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-content dt {
  font-weight: bold;
}
.l-content dd {
  margin-left: 0;
}
.l-content hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
.l-content pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
.l-content address {
  font-style: inherit;
}
.l-content a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.l-content abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
.l-content b,
.l-content strong {
  font-weight: bolder;
}
.l-content code,
.l-content kbd,
.l-content samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
.l-content small {
  font-size: 80%;
}
.l-content sub,
.l-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.l-content sub {
  bottom: -0.25em;
}
.l-content sup {
  top: -0.5em;
}
.l-content svg,
.l-content img,
.l-content embed,
.l-content object,
.l-content iframe {
  vertical-align: bottom;
}
.l-content button,
.l-content input,
.l-content optgroup,
.l-content select,
.l-content textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
.l-content button,
.l-content [type=button],
.l-content [type=reset],
.l-content [type=submit] {
  cursor: pointer;
}
.l-content button:disabled,
.l-content [type=button]:disabled,
.l-content [type=reset]:disabled,
.l-content [type=submit]:disabled {
  cursor: default;
}
.l-content :-moz-focusring {
  outline: auto;
}
.l-content select:disabled {
  opacity: inherit;
}
.l-content option {
  padding: 0;
}
.l-content fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.l-content legend {
  padding: 0;
}
.l-content progress {
  vertical-align: baseline;
}
.l-content textarea {
  overflow: auto;
}
.l-content [type=number]::-webkit-inner-spin-button,
.l-content [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.l-content [type=search] {
  outline-offset: -2px; /* 1 */
}
.l-content [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.l-content ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.l-content [type=number] {
  -moz-appearance: textfield;
}
.l-content label[for] {
  cursor: pointer;
}
.l-content details {
  display: block;
}
.l-content summary {
  display: list-item;
}
.l-content [contenteditable]:focus {
  outline: auto;
}
.l-content table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
.l-content caption {
  text-align: left;
}
.l-content td,
.l-content th {
  vertical-align: top;
  padding: 0;
}
.l-content th {
  text-align: left;
  font-weight: bold;
}

/**
 * サイト全体で共通するベースのスタイル
 * ---------------------------------------- */
body {
  position: relative;
}

body {
  opacity: 0;
}

.l-content {
  color: #333;
  font-family: "Noto Sans JP", -apple-system, "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
}

.l-content {
  /**
  * c-button（ボタン）
  * ---------------------------------------- */
}
.l-content .c-button {
  display: inline-block;
  padding-top: 12px;
  padding-right: 44px;
  padding-left: 10px;
  padding-bottom: 12px;
  background-color: #333;
  position: relative;
}
.l-content .c-button.-size-small {
  max-width: 204px;
}
.l-content .c-button.-category-select {
  padding-top: 10px;
  padding-right: 36px;
  padding-bottom: 10px;
  padding-left: 36px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2941176471;
  color: #ffffff;
  letter-spacing: 0;
  background-color: #5e778b;
  border-radius: 3px;
  transition: opacity 0.3s ease-out;
}
.l-content .c-button.-category-select:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l-content .c-button.-category {
    display: inline-flex;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375;
    background-color: #ffffff;
    border: 1px solid #5e778b;
    color: #5e778b;
    padding-right: 38px;
    padding-left: 16px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .l-content .c-button.-category::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 8px;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%228%22%20viewBox%3D%220%200%2011%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.5%200.998047L5.09708%206.99902%22%20stroke%3D%22%235E778B%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M10.5%201.41797L5.09757%206.99952%22%20stroke%3D%22%235E778B%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-content .c-button.-category:hover {
    background-color: #5e778b;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .l-content .c-button.-category:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%228%22%20viewBox%3D%220%200%2011%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.5%200.998047L5.09708%206.99902%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M10.5%201.41797L5.09757%206.99952%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media screen and (max-width: 768px) {
  .l-content .c-button.-category.is-open::after {
    transform: translateY(-50%) scale(1, -1);
  }
}
.l-content .c-button__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
}
.l-content .c-arrow-icon {
  margin-right: -3px;
  right: 12px;
  width: 18px;
  height: 1px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  position: absolute;
}
.l-content .c-arrow-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f94616;
}
.l-content .c-arrow-icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin-right: -1px;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #f94616;
  transform: translateY(-54%);
}

.l-content {
  /**
  * c-cta-button（追従CTAボタン）
  * ---------------------------------------- */
}
.l-content .c-cta-button {
  display: inline-block;
  font-weight: 700;
  padding-top: 17px;
  padding-right: 32px;
  padding-bottom: 17px;
  padding-left: 32px;
  border-radius: 100px;
  letter-spacing: 0;
  color: #646464;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border: 0.3px solid #d8d8d8;
}
@media screen and (max-width: 768px) {
  .l-content .c-cta-button {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 14px;
    padding-right: 6px;
    padding-bottom: 14px;
    padding-left: 6px;
    text-align: center;
  }
}
.l-content .cta__box {
  display: flex;
  column-gap: 12px;
}
@media screen and (max-width: 768px) {
  .l-content .cta__box .-first,
  .l-content .cta__box .-second {
    width: calc(100% - 106px);
  }
}
@media screen and (max-width: 768px) {
  .l-content .cta__box .-third {
    width: calc(100% - 121px);
  }
}

.l-content {
  /**
  * c-archive-button（アーカイブリンクボタン）
  * ---------------------------------------- */
}
.l-content .c-archive-button__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 7px;
  transition: opacity 0.3s ease-out;
}
.l-content .c-archive-button__link:hover {
  opacity: 0.5;
}
.l-content .c-archive-button__link:hover .c-archive-button__icon {
  transform: scale(1.1);
}
.l-content .c-archive-button__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.0214285714;
}
.l-content .c-archive-button__icon {
  display: inline-block;
  width: 31px;
  height: 31px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2231%22%20height%3D%2231%22%20viewBox%3D%220%200%2031%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.219238%22%20y%3D%220.0917969%22%20width%3D%227.64047%22%20height%3D%227.64047%22%20rx%3D%220.764047%22%20fill%3D%22%235E778B%22%2F%3E%3Crect%20x%3D%2211.6797%22%20y%3D%220.0917969%22%20width%3D%227.64047%22%20height%3D%227.64047%22%20rx%3D%220.764047%22%20fill%3D%22%235E778B%22%2F%3E%3Crect%20x%3D%2223.1406%22%20y%3D%220.0917969%22%20width%3D%227.64047%22%20height%3D%227.64047%22%20rx%3D%220.764047%22%20fill%3D%22%235E778B%22%2F%3E%3Crect%20x%3D%220.219238%22%20y%3D%2211.5527%22%20width%3D%227.64047%22%20height%3D%227.64047%22%20rx%3D%220.764047%22%20fill%3D%22%235E778B%22%2F%3E%3Crect%20x%3D%2211.6797%22%20y%3D%2211.5527%22%20width%3D%227.64047%22%20height%3D%227.64047%22%20rx%3D%220.764047%22%20fill%3D%22%235E778B%22%2F%3E%3Crect%20x%3D%2223.1406%22%20y%3D%2211.5527%22%20width%3D%227.64047%22%20height%3D%227.64047%22%20rx%3D%220.764047%22%20fill%3D%22%235E778B%22%2F%3E%3Crect%20x%3D%220.219238%22%20y%3D%2223.0137%22%20width%3D%227.64047%22%20height%3D%227.64047%22%20rx%3D%220.764047%22%20fill%3D%22%235E778B%22%2F%3E%3Crect%20x%3D%2211.6797%22%20y%3D%2223.0137%22%20width%3D%227.64047%22%20height%3D%227.64047%22%20rx%3D%220.764047%22%20fill%3D%22%235E778B%22%2F%3E%3Crect%20x%3D%2223.1406%22%20y%3D%2223.0137%22%20width%3D%227.64047%22%20height%3D%227.64047%22%20rx%3D%220.764047%22%20fill%3D%22%235E778B%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease-out;
}

.l-content {
  /**
  * c-more-button（もっと見るボタン）
  * ---------------------------------------- */
}
.l-content .c-more-button {
  display: inline-block;
  padding-top: 11px;
  padding-right: 46px;
  padding-bottom: 11px;
  padding-left: 46px;
  border: 1px solid #5e778b;
  border-radius: 2px;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.l-content .c-more-button:hover {
  background-color: #5e778b;
}
.l-content .c-more-button:hover .c-more-button__text {
  color: #ffffff;
}
.l-content .c-more-button__text {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #5e778b;
  letter-spacing: 0.05em;
}

.l-content {
  /**
  * c-heading（見出し）
  * ---------------------------------------- */
}
.l-content .c-heading {
  font-weight: 700;
}
.l-content .c-heading.-level1 {
  font-size: 50px;
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .l-content .c-heading.-level1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.l-content .c-heading.-level1.-fz-40-24 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-content .c-heading.-level1.-fz-40-24 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.l-content .c-heading.-level1.-fz-28-23 {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .l-content .c-heading.-level1.-fz-28-23 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.3043478261;
  }
}
.l-content .c-heading.-level1.is-en {
  font-family: "Source Code Pro", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .l-content .c-heading.-level1.is-en {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 768px) {
  .l-content .c-heading.-level1.-bottom-line {
    position: relative;
    padding-bottom: 24px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-content .c-heading.-level1.-bottom-line:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #C9C9C9;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.l-content .c-heading.-level2 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-content .c-heading.-level2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.l-content .c-heading.-flex {
  display: flex;
}
.l-content .c-heading.-tracking-medium {
  letter-spacing: 3px;
}
.l-content .c-heading.-gap-y-27-22 {
  column-gap: 27px;
}
@media screen and (max-width: 768px) {
  .l-content .c-heading.-gap-y-27-22 {
    column-gap: 22px;
  }
}
.l-content .c-heading.-gap-y-23-16 {
  column-gap: 23px;
}
@media screen and (max-width: 768px) {
  .l-content .c-heading.-gap-y-23-16 {
    column-gap: 16px;
  }
}
.l-content .c-heading.-clr-white {
  color: #ffffff;
}
.l-content .c-heading.-clr-primary {
  color: #0081cc;
}
.l-content .c-heading.-ff-en-primary {
  font-family: "Source Code Pro", sans-serif;
}
.l-content .c-heading.-ff-en-secondary {
  font-family: "Barlow Condensed", serif;
}
.l-content .c-heading.-text-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-content .c-heading.-column-head {
    padding-bottom: 13px;
    border-bottom: 1px solid #c9c9c9;
  }
}

.l-content {
  /**
  * c-text（テキスト）
  * ---------------------------------------- */
}
.l-content .c-text {
  display: block;
}
.l-content .c-text.-fz-24-18 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-content .c-text.-fz-24-18 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-content .c-text.-fz-20-18 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .l-content .c-text.-fz-20-18 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-content .c-text.-fz-18-16 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .l-content .c-text.-fz-18-16 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-content .c-text.-fz-17-15 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
}
@media screen and (max-width: 768px) {
  .l-content .c-text.-fz-17-15 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}
.l-content .c-text.-fz-14-14 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.l-content .c-text.-fz-13-13 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.0538461538;
}
.l-content .c-text.-ff-en-secondary {
  font-family: "Barlow Condensed", serif;
}
.l-content .c-text.-fw-bold {
  font-weight: 700;
}
.l-content .c-text.-fw-semibold {
  font-weight: 600;
}
.l-content .c-text.-fw-medium {
  font-weight: 500;
}
.l-content .c-text.-lh1\.75 {
  line-height: 1.75;
}
.l-content .c-text.-lh-medium {
  line-height: 1.6470588235;
}
@media screen and (max-width: 768px) {
  .l-content .c-text.-lh-medium {
    line-height: 1.4666666667;
  }
}
.l-content .c-text.-tracking-wider {
  letter-spacing: 0.05em;
}
.l-content .c-text__link {
  color: #0081cc;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .l-content .c-text__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

.l-content {
  /**
  * c-title（タイトル）
  * ---------------------------------------- */
}
.l-content .c-title.-fz-24-20 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-content .c-title.-fz-24-20 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.l-content .c-title.-fz-24-18 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-content .c-title.-fz-24-18 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-content .c-title.-fz-20-18 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .l-content .c-title.-fz-20-18 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-content .c-title.-fw-bold {
  font-weight: 700;
}
.l-content .c-title.-fw-semibold {
  font-weight: 600;
}
.l-content .c-title.-fw-medium {
  font-weight: 500;
}
.l-content .c-title.-fw-regular {
  font-weight: 400;
}
.l-content .c-title.-lh-sns {
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .l-content .c-title.-lh-sns {
    line-height: 1.2222222222;
  }
}
@media screen and (max-width: 768px) {
  .l-content .c-title.-lh-category {
    line-height: 1.2222222222;
  }
}
.l-content .c-title.-lh-article {
  line-height: 0.9166666667;
}
@media screen and (max-width: 768px) {
  .l-content .c-title.-lh-article {
    line-height: 1.1;
  }
}

.l-content {
  /**
  * c-image（画像）
  * ---------------------------------------- */
}
.l-content .c-image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-content .c-image img {
    width: 100%;
    height: auto;
  }
}

.l-content {
  /**
  * c-post-nav（ナビゲーション前後ボタン）
  * ---------------------------------------- */
}
.l-content .c-post-nav__inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-content .c-post-nav__inner {
    max-width: 420px;
  }
}
.l-content .c-post-nav__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: clamp(16px, 16px + (100 - 16) * (100vw - 768px) / (1920 - 768), 100px);
}
@media screen and (max-width: 768px) {
  .l-content .c-post-nav__row {
    column-gap: 8px;
  }
}
.l-content .c-post-nav__link {
  display: flex;
  align-items: center;
  column-gap: 25px;
  column-gap: clamp(12px, 12px + (25 - 12) * (100vw - 768px) / (1920 - 768), 25px);
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .l-content .c-post-nav__link {
    column-gap: 10px;
  }
}
.l-content .c-post-nav__link:hover {
  opacity: 0.5;
}
.l-content .c-post-nav__link.-prev, .l-content .c-post-nav__link.-next {
  width: 100%;
}
.l-content .c-post-nav__link.-next {
  justify-content: flex-end;
}
.l-content .c-post-nav__title {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4705882353;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .l-content .c-post-nav__title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}
.l-content .c-post-nav__icon {
  display: inline-block;
  width: 58px;
  height: 58px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-content .c-post-nav__icon {
    width: 50px;
    height: 50px;
  }
}
.l-content .c-post-nav__icon.-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2258%22%20height%3D%2259%22%20viewBox%3D%220%200%2058%2059%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2229.2189%22%20cy%3D%2229.3727%22%20r%3D%2228.7191%22%20transform%3D%22rotate(-180%2029.2189%2029.3727)%22%20fill%3D%22%235E778B%22%2F%3E%3Cpath%20d%3D%22M32.5361%2022.6191L25.9025%2028.9589%22%20stroke%3D%22white%22%20stroke-width%3D%222.45462%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M32.4229%2035.874L25.9019%2028.9589%22%20stroke%3D%22white%22%20stroke-width%3D%222.45462%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.l-content .c-post-nav__icon.-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2258%22%20height%3D%2259%22%20viewBox%3D%220%200%2058%2059%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2229.2834%22%20cy%3D%2229.3727%22%20r%3D%2228.7191%22%20transform%3D%22rotate(-180%2029.2834%2029.3727)%22%20fill%3D%22%235E778B%22%2F%3E%3Cpath%20d%3D%22M25.9663%2035.874L32.5999%2029.5343%22%20stroke%3D%22white%22%20stroke-width%3D%222.45462%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M26.0796%2022.6191L32.6006%2029.5343%22%20stroke%3D%22white%22%20stroke-width%3D%222.45462%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

.l-content {
  /**
  * c-category（コラムカテゴリー）
  * ---------------------------------------- */
}
.l-content .c-category {
  display: inline-block;
  padding-right: 9px;
  padding-left: 9px;
  border-radius: 3px;
  background-color: #5e778b;
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.l-content {
  /**
  * c-date（日付）
  * ---------------------------------------- */
}
.l-content .c-date {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
  color: #c9c9c9;
  letter-spacing: 0.01em;
}

/**
 * c-page-top（TOPへ戻る）
 * ---------------------------------------- */
.c-page-top {
  position: fixed;
  right: 36px;
  bottom: 20px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-page-top {
    right: 17px;
    bottom: 100px;
  }
}

.c-page-top__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 5px;
  text-decoration: none !important;
}
.c-page-top__link:hover .c-page-top__icon {
  background-color: #5e778b;
}
.c-page-top__link:hover .c-page-top__icon::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%2211%22%20viewBox%3D%220%200%2019%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17%209.04883L9.82563%201.54187%22%20stroke%3D%22white%22%20stroke-width%3D%222.77778%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M1.99951%208.91992L9.82502%201.54043%22%20stroke%3D%22white%22%20stroke-width%3D%222.77778%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.c-page-top__link:hover .c-page-top__text {
  color: #919fab;
}

.c-page-top__icon {
  position: relative;
  background: #fff;
  border: 1px solid #5e778b;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  transition: background-color 0.3s ease-out, background-image 0.3s ease-out;
  will-change: background-color, background-image, transform;
}
@media screen and (max-width: 768px) {
  .c-page-top__icon {
    width: 49px;
    height: 49px;
  }
}
.c-page-top__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%2211%22%20viewBox%3D%220%200%2019%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17%209.04883L9.82563%201.54187%22%20stroke%3D%22%235E778B%22%20stroke-width%3D%222.77778%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M2%208.91992L9.82551%201.54043%22%20stroke%3D%22%235E778B%22%20stroke-width%3D%222.77778%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: background-image 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .c-page-top__icon::before {
    width: 16px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2210%22%20viewBox%3D%220%200%2016%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.7693%207.75195L8.25054%201.97737%22%20stroke%3D%22%235E778B%22%20stroke-width%3D%222.77778%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M2.23047%207.65234L8.25009%201.97581%22%20stroke%3D%22%235E778B%22%20stroke-width%3D%222.77778%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  }
}

.c-page-top__text {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #5e778b;
  transition: color 0.3s ease-out;
  will-change: color, transform;
}

.l-content {
  /**
  * c-icon（アイコン）
  * ---------------------------------------- */
}
.l-content .c-icon.-arrow {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%228%22%20viewBox%3D%220%200%2011%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.5%200.998047L5.09708%206.99902%22%20stroke%3D%22%235E778B%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M10.5%201.41797L5.09757%206.99952%22%20stroke%3D%22%235E778B%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.l-content {
  /**
  * l-section（共通セクション）
  * ---------------------------------------- */
}
.l-content .l-section {
  padding-top: 80px;
  padding-right: 20px;
  padding-left: 20px;
}
.l-content .l-section.-w-medium .l-section__inner {
  max-width: 1180px;
}
.l-content .l-section.-overflow-x-hidden {
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .l-content .l-section.-blr-top {
    padding-top: 90px;
  }
}
.l-content .l-section.-blr-top .l-section__inner {
  border-top: 1px solid #333;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-content .l-section.-blr-top .l-section__inner {
    width: calc(100% - 40px);
    padding-top: 50px;
    padding-bottom: 35px;
    padding-right: 34px;
    padding-left: 34px;
  }
}
.l-content .l-section.-blr-top .l-section__block {
  border-top: 1px solid #333;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .l-content .l-section.-border-top-half {
    padding-top: 50px;
  }
}
.l-content .l-section.-border-top-half .l-section__block {
  padding-top: 50px;
  border-top: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .l-content .l-section.-border-top-half .l-section__block {
    padding-top: 30px;
  }
}
.l-content .l-section.-blr-bottom .l-section__inner {
  padding-bottom: 70px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .l-content .l-section.-blr-bottom .l-section__inner {
    padding-bottom: 50px;
    border-bottom: none;
  }
}
.l-content .l-section .l-section__block:not(:first-child) {
  margin-top: 100px;
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .l-content .l-section .l-section__block:not(:first-child) {
    margin-top: 80px;
  }
}
.l-content .l-section__inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.l-content {
  /**
  * p-flex（フレックスレイアウト）
  * ---------------------------------------- */
}
.l-content .p-flex {
  display: flex;
}
.l-content .p-flex.-flex-col {
  flex-direction: column;
}
.l-content .p-flex.-flex-wrap {
  flex-wrap: wrap;
}
.l-content .p-flex.-justify-center {
  justify-content: center;
}
.l-content .p-flex.-justify-between {
  justify-content: space-between;
}
.l-content .p-flex.-justify-between-center {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-content .p-flex.-justify-between-center {
    justify-content: center;
  }
}
.l-content .p-flex.-items-end {
  align-items: flex-end;
}
.l-content .p-flex.-items-center {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-content .p-flex.-head-medium-wide {
    width: calc(100% - 77px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-content .p-flex.is-hidden {
    display: none !important;
  }
}
.l-content .p-flex.-sp-flex-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-content .p-flex.-sp-flex-only {
    display: flex;
  }
}
.l-content .p-flex.-column-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  .l-content .p-flex.-column-head {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.l-content .p-flex.-gap-x-44-44 {
  row-gap: 44px;
}
.l-content .p-flex.-gap-x-21-15 {
  row-gap: 21px;
}
@media screen and (max-width: 768px) {
  .l-content .p-flex.-gap-x-21-15 {
    row-gap: 15px;
  }
}
.l-content .p-flex.-gap-x-20-13 {
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-content .p-flex.-gap-x-20-13 {
    row-gap: 13px;
  }
}
.l-content .p-flex.-gap-x-8-8 {
  row-gap: 8px;
}
.l-content .p-flex.-gap-y-118-0 {
  column-gap: 118px;
}
@media screen and (max-width: 768px) {
  .l-content .p-flex.-gap-y-118-0 {
    column-gap: 0;
  }
}
.l-content .p-flex.-gap-y-20-20 {
  column-gap: 20px;
}
.l-content .p-flex.-gap-y-10-10 {
  column-gap: 10px;
}
.l-content .p-flex.-gap-y-8-8 {
  column-gap: 8px;
}
.l-content .p-flex.-column-detail {
  column-gap: clamp(16px, 16px + (122 - 16) * (100vw - 768px) / (1920 - 768), 122px);
}
@media screen and (max-width: 768px) {
  .l-content .p-flex.-column-detail {
    flex-direction: column;
  }
}
.l-content .p-flex.-column-detail .l-section__body {
  flex: 1;
}
.l-content .p-flex.-column-detail .l-section__body {
  flex: 1;
}
.l-content .p-flex.-column-detail .p-sidebar {
  width: 342px;
}
@media screen and (max-width: 768px) {
  .l-content .p-flex.-column-detail .p-sidebar {
    width: calc(100% + 20px);
  }
}

.l-content {
  /**
  * p-grid（グリッドレイアウト）
  * ---------------------------------------- */
}
.l-content .p-grid {
  display: grid;
}
.l-content .p-grid.-col-3-1 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .l-content .p-grid.-col-3-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-content .p-grid.-gap-y-75-0 {
  column-gap: 75px;
}
@media screen and (max-width: 768px) {
  .l-content .p-grid.-gap-y-75-0 {
    column-gap: 0;
  }
}
.l-content .p-grid.-gap-x-46-50 {
  row-gap: 46px;
}
@media screen and (max-width: 768px) {
  .l-content .p-grid.-gap-x-46-50 {
    row-gap: 50px;
  }
}
.l-content .p-grid.-gap-y-pc-vw-60-24 {
  column-gap: clamp(16px, 16px + (60 - 16) * (100vw - 768px) / (1920 - 768), 60px);
}
.l-content .p-grid.-maxw-medium {
  max-width: 996px;
  margin-right: auto;
  margin-left: auto;
}

.l-content {
  /**
  * p-column-card（カード型コラム）
  * ---------------------------------------- */
  /* スマートフォン表示時のスタイル */
  /* PC表示時のスタイル */
}
.l-content .p-column-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
}
.l-content .p-column-card.-slider {
  display: block;
}
.l-content .p-column-card__title {
  margin-top: 16px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2941176471;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .l-content .p-column-card__title {
    margin-top: 12px;
  }
}
.l-content .p-column-card__thumbnail {
  overflow: hidden;
}
.l-content .p-column-card__thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 320/190;
  object-fit: cover;
}
.l-content .p-column-card__box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 8px;
  row-gap: 8px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .l-content .p-column-card__box {
    margin-top: 7px;
  }
}
.l-content .p-column-card__categoryList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 8px;
  row-gap: 8px;
}
.l-content .p-column-card__categoryItem {
  display: inline-block;
  padding-right: 9px;
  padding-left: 9px;
  border-radius: 3px;
  background-color: #5e778b;
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.l-content .p-column-card__date {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
  color: #c9c9c9;
  letter-spacing: 0.01em;
}
.l-content .p-column-card__thumbnail img {
  transition: transform 0.3s ease-out;
}
.l-content .swiper {
  width: 100%;
  padding-top: 36px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .l-content .swiper {
    padding-top: 30px;
  }
}
.l-content .swiper .swiper-slide {
  width: 320px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-content .swiper .swiper-slide {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-content .swiper-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
}
.l-content .swiper-button-next,
.l-content .swiper-button-prev {
  position: relative;
  background: #fff;
  border: 1px solid #5e778b;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  top: initial;
  left: initial;
  right: initial;
  transition: background-color 0.3s ease-out, background-image 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .l-content .swiper-button-next,
  .l-content .swiper-button-prev {
    display: none;
  }
}
.l-content .swiper-button-next:hover,
.l-content .swiper-button-prev:hover {
  background-color: #5e778b;
}
.l-content .swiper-button-next:hover::before,
.l-content .swiper-button-prev:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.957031%209.07617L4.99924%205.21305%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M1.02637%200.998047L4.99994%205.21178%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.l-content .swiper-button-next::before,
.l-content .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
}
.l-content .swiper-button-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.04297%200.921875L1.00076%204.785%22%20stroke%3D%22%235E778B%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M4.97363%209L1.00006%204.78626%22%20stroke%3D%22%235E778B%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.l-content .swiper-button-prev::after {
  display: none;
}
.l-content .swiper-button-prev:hover {
  background-color: #5e778b;
}
.l-content .swiper-button-prev:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.18433%209.42383L1.14212%205.56071%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M5.11499%201.3457L1.14142%205.55944%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.l-content .swiper-button-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.09839%201.26953L5.1406%205.13265%22%20stroke%3D%22%235E778B%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M1.16772%209.34766L5.1413%205.13392%22%20stroke%3D%22%235E778B%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.l-content .swiper-button-next::after {
  display: none;
}
.l-content .swiper__nav {
  position: absolute;
  display: flex;
  align-items: center;
  column-gap: 85px;
  top: -35px;
  right: 0;
}
.l-content .swiper__nav::before {
  content: "";
  position: absolute;
  right: 62px;
  width: 41px;
  height: 1px;
  background-color: #c9c9c9;
}
@media screen and (max-width: 768px) {
  .l-content .swiper__nav::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-content {
    /* 全て表示された場合はボタンを非表示 */
  }
  .l-content .swiper-slide {
    display: none;
  }
  .l-content .swiper-slide.is-visible {
    display: block;
  }
  .l-content .p-column-more-button {
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 10px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    cursor: pointer;
  }
  .l-content .p-column-more-button.is-hidden {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .l-content .p-column-more-button {
    display: none; /* PCではボタンを非表示 */
  }
  .l-content .swiper-slide {
    display: block; /* 全て表示 */
  }
}

.l-content {
  /**
  * p-catalog-card（カタログ）
  * ---------------------------------------- */
}
.l-content .p-catalog-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  justify-items: center;
  transition: opacity 0.3s ease-out;
}
.l-content .p-catalog-card:hover {
  opacity: 0.5;
}
.l-content .p-catalog-card:hover .c-arrow-icon {
  width: 23px;
  margin-right: -3px;
}
@media screen and (max-width: 768px) {
  .l-content .p-catalog-card:not(:first-child) {
    margin-top: 64px;
  }
}

.l-content {
  /**
  * p-column-category（コラム/カテゴリー）
  * ---------------------------------------- */
}
@media screen and (max-width: 768px) {
  .l-content .p-column-category {
    transition: opacity 0.5s ease-out;
  }
}
@media screen and (max-width: 768px) {
  .l-content .p-column-category.-menu-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: scroll;
    margin-top: 0;
    padding-top: 136px;
    padding-right: 50px;
    padding-bottom: 120px;
    padding-left: 50px;
    z-index: 10000000000 !important;
    display: block;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-content .p-column-category.-menu-open .p-column-category__list {
    display: flex;
  }
}
.l-content .p-column-category.-menu-open .p-column-category__close {
  display: inline-block;
}
.l-content .p-column-category__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  padding-top: 19px;
  padding-right: 16px;
  padding-bottom: 19px;
  padding-left: 16px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  .l-content .p-column-category__list {
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
    column-gap: 7px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-bottom: 0;
    border-top: 0;
  }
}
.l-content .p-column-category__item {
  padding-right: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-content .p-column-category__item {
    padding-right: 0;
  }
}
.l-content .p-column-category__item:not(:last-child)::after {
  content: "／";
  color: #bfbfbf;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-content .p-column-category__item:not(:last-child)::after {
    display: none;
  }
}
.l-content .p-column-category__link {
  display: flex;
  align-items: flex-start;
  column-gap: 1px;
}
@media screen and (max-width: 768px) {
  .l-content .p-column-category__link {
    align-items: center;
    column-gap: 5px;
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    border: 0.5px solid #5e778b;
    border-radius: 2px;
    color: #5e778b;
  }
}
.l-content .p-column-category__link:hover .p-column-category__text,
.l-content .p-column-category__link:hover .p-column-category__number {
  color: #919fab;
}
.l-content .p-column-category__link.-current {
  border-radius: 3px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: #5e778b;
}
.l-content .p-column-category__link.-current .p-column-category__text,
.l-content .p-column-category__link.-current .p-column-category__number {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .l-content .p-column-card__thumbnail img {
    width: 100%;
    height: auto;
  }
}
.l-content .p-column-category__text {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2941176471;
  letter-spacing: 0.01em;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .l-content .p-column-category__text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2384615385;
  }
}
.l-content .p-column-category__title {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-content .p-column-category__title {
    display: block;
    max-width: 228px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1;
    pointer-events: none;
    background-color: transparent;
    padding-top: 10px;
    padding-right: 34px;
    padding-bottom: 10px;
    padding-left: 34px;
    font-weight: 700;
    color: #5e778b;
    letter-spacing: 0;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    box-sizing: border-box;
  }
}
.l-content .p-column-category__number {
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2941176471;
  letter-spacing: 0.01em;
  padding-right: 8px;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .l-content .p-column-category__number {
    padding-right: 4px;
    padding-left: 4px;
    flex-shrink: 0;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 2.2;
  }
}
.l-content .p-column-category__number::before, .l-content .p-column-category__number::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.l-content .p-column-category__number::before {
  content: "(";
  left: 0;
}
.l-content .p-column-category__number::after {
  content: ")";
  right: 0;
}
.l-content .p-column-category__close {
  display: none;
  width: 59px;
  height: 59px;
  position: absolute;
  top: 25px;
  right: 21px;
}
.l-content .p-column-category__close::before, .l-content .p-column-category__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 82px;
  height: 1px;
  background-color: #5e778b;
  transform-origin: center;
}
.l-content .p-column-category__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-content .p-column-category__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-content {
  /**
  * p-pagination（ページネーション）
  * ---------------------------------------- */
}
.l-content .p-pagination__list {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-content .p-pagination__list {
    column-gap: 14px;
  }
}
.l-content .p-pagination__item {
  width: 50px;
  height: 50px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .l-content .p-pagination__item {
    width: 35px;
    height: 35px;
  }
}
.l-content .p-pagination__item.-current .p-pagination__link {
  background-color: #5e778b;
  color: #ffffff;
  border-radius: 5px;
}
.l-content .p-pagination__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2941176471;
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #5e778b;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.l-content .p-pagination__next a:not([class]),
.l-content .p-pagination__prev a:not([class]) {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
.l-content .p-pagination__next.-disabled,
.l-content .p-pagination__prev.-disabled {
  pointer-events: none;
}
.l-content .p-pagination__item a:not([class]),
.l-content .p-pagination__next a:not([class]),
.l-content .p-pagination__prev a:not([class]) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #5e778b;
  border-radius: 5px;
  overflow: hidden;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-content .p-pagination__item a:not([class]),
  .l-content .p-pagination__next a:not([class]),
  .l-content .p-pagination__prev a:not([class]) {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-content .p-pagination__prev,
.l-content .p-pagination__next {
  width: 137px;
  height: 50px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .l-content .p-pagination__prev,
  .l-content .p-pagination__next {
    width: 95px;
    height: 35px;
  }
}
.l-content .p-pagination__item.-current a:not([class]) {
  color: #ffffff;
  background: #5e778b;
  pointer-events: none;
}
.l-content .p-pagination__next:not(.-current):hover a:not([class]),
.l-content .p-pagination__prev:not(.-current):hover a:not([class]) {
  background: #5e778b;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.l-content .p-pagination__item:not(.-current):hover a:not([class]) {
  background-color: #f0f0f0;
  color: #919fab;
  transition: all 0.3s ease-in-out;
}
.l-content .p-pagination__next.-disabled a,
.l-content .p-pagination__prev.-disabled a {
  background: #f0f0f0;
  color: #919fab;
}
.l-content .p-pagination__icon {
  display: block;
  width: 9px;
  height: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-content .p-pagination__icon.-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%201L0.999025%205.59708%22%20stroke%3D%22%235E778B%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M6.58105%2010.9995L0.999503%205.59708%22%20stroke%3D%22%235E778B%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  margin-right: 10px;
}
.l-content .p-pagination__icon.-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%229%22%20height%3D%2212%22%20viewBox%3D%220%200%209%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.49902%2011L7.5%206.40292%22%20stroke%3D%22%235E778B%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M1.91797%201.00049L7.49952%206.40292%22%20stroke%3D%22%235E778B%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  margin-left: 10px;
}
.l-content .p-pagination__prev a,
.l-content .p-pagination__next a {
  border: 1px solid #5e778b;
  border-radius: 5px;
}
@media (hover: hover) {
  .l-content .p-pagination__prev a:where(:any-link, :enabled, summary):hover .p-pagination__icon.-prev,
  .l-content .p-pagination__next a:where(:any-link, :enabled, summary):hover .p-pagination__icon.-prev {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%201L0.999025%205.59708%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M6.58105%2010.9995L0.999503%205.59708%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  }
  .l-content .p-pagination__prev a:where(:any-link, :enabled, summary):hover .p-pagination__icon.-next,
  .l-content .p-pagination__next a:where(:any-link, :enabled, summary):hover .p-pagination__icon.-next {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%229%22%20height%3D%2212%22%20viewBox%3D%220%200%209%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.49902%2011L7.5%206.40292%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M1.91797%201.00049L7.49952%206.40292%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  }
}

.l-content {
  /**
  * p-info-cta（追従CTAボタン）
  * ---------------------------------------- */
}
.l-content .p-info-cta {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 10;
  box-shadow: 0px 0px 5.5px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.95);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .l-content .p-info-cta {
    width: 100%;
    bottom: 0;
    box-shadow: 0px -2.88px 4.81px 0px rgba(0, 0, 0, 0.15);
    will-change: transform, opacity;
  }
}
.l-content .p-info-cta.is-visible {
  opacity: 1;
}
.l-content .p-info-cta__content {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (max-width: 768px) {
  .l-content .p-info-cta__content {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 16px;
    padding-left: 16px;
    row-gap: 8px;
  }
}
.l-content .p-info-cta__box {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (max-width: 768px) {
  .l-content .p-info-cta__box {
    display: grid;
    grid-template-columns: minmax(170px, 1fr) 1fr;
    column-gap: 16px;
    width: 100%;
  }
}
.l-content .p-info-cta__link {
  display: inline-block;
  font-weight: 700;
  padding-top: 17px;
  padding-right: 32px;
  padding-bottom: 17px;
  padding-left: 32px;
  border-radius: 100px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-content .p-info-cta__link {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 14px;
    padding-right: 10px;
    padding-bottom: 14px;
    padding-left: 10px;
    text-align: center;
  }
}
.l-content .p-info-cta__link.-first {
  background-color: #5e778b;
  color: #ffffff;
  box-shadow: 0px 0px 2.75px 0px rgb(94, 119, 139);
}
.l-content .p-info-cta__link.-second {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #646464;
  border: 0.33px solid #d8d8d8;
  box-shadow: 0px 0px 2.75px 0px rgba(0, 0, 0, 0.25);
}

.l-content {
  /**
  * p-sidebar（追従サイドバー）
  * ---------------------------------------- */
}
.l-content .p-sidebar {
  max-width: 342px;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .l-content .p-sidebar {
    display: flex;
    max-width: initial;
    padding-top: 0;
  }
}
.l-content .p-sidebar__fixed {
  position: sticky;
  top: 140px;
}
@media screen and (max-width: 768px) {
  .l-content .p-sidebar__fixed {
    margin-top: 50px;
    width: 100%;
  }
}
.l-content .p-sidebar__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 16px;
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  .l-content .p-sidebar__list {
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 10px;
    margin-top: 22px;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    flex: 1;
    border-top: 0;
    border-bottom: 0;
  }
}
.l-content .p-sidebar__item {
  padding-right: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-content .p-sidebar__item {
    padding-right: 0;
    min-width: auto;
  }
}
.l-content .p-sidebar__item::after {
  content: "／";
  color: #bfbfbf;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-content .p-sidebar__item::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-content .p-sidebar__item:not(:last-child) {
    margin-right: 5px;
  }
}
.l-content .p-sidebar__link {
  display: flex;
  align-items: flex-start;
  column-gap: 1px;
}
@media screen and (max-width: 768px) {
  .l-content .p-sidebar__link {
    align-items: center;
    column-gap: 5px;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border: 1px solid #5e778b;
    border-radius: 2px;
    color: #5e778b;
  }
}
@media screen and (max-width: 768px) {
  .l-content .p-sidebar__link:hover {
    background-color: #5e778b;
  }
}
.l-content .p-sidebar__link:hover .p-sidebar__text,
.l-content .p-sidebar__link:hover .p-sidebar__number {
  color: #919fab;
}
@media screen and (max-width: 768px) {
  .l-content .p-sidebar__link:hover .p-sidebar__text,
  .l-content .p-sidebar__link:hover .p-sidebar__number {
    color: #ffffff;
  }
}
.l-content .p-sidebar__text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2384615385;
  letter-spacing: 0.01em;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .l-content .p-sidebar__text {
    flex-shrink: 0;
  }
}
.l-content .p-sidebar__number {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2307692308;
  letter-spacing: 0.01em;
  padding-right: 5px;
  padding-left: 5px;
}
.l-content .p-sidebar__number::before, .l-content .p-sidebar__number::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.l-content .p-sidebar__number::before {
  content: "(";
  left: 0;
}
.l-content .p-sidebar__number::after {
  content: ")";
  right: 0;
}
@media screen and (max-width: 768px) {
  .l-content .p-sidebar__number {
    padding-right: 4px;
    padding-left: 4px;
    flex-shrink: 0;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 2.2;
  }
}
.l-content .p-sidebar__col {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-content .p-sidebar__col {
    display: none;
  }
}
.l-content .p-sidebar__colLink {
  transition: opacity 0.3s ease-out;
}
.l-content .p-sidebar__colLink:hover {
  opacity: 0.5;
}

/**
 * br（改行の切り替え）
 * ---------------------------------------- */
.br-pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none !important;
  }
}

.br-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block !important;
  }
}

/**
 * text-align（テキスト配置）
 * ---------------------------------------- */
.u-text-center {
  text-align: center !important;
}

.u-text-center-left {
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .u-text-center-left {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .u-text-left-center {
    text-align: center !important;
  }
}

/**
 * text-transform
 * ---------------------------------------- */
.u-text-uppercase {
  text-transform: uppercase !important;
}

/**
 * margin-top
 * ---------------------------------------- */
.u-mt-130-60 {
  margin-top: 130px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-130-60 {
    margin-top: 60px !important;
  }
}

.u-mt-150-70 {
  margin-top: 150px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-150-70 {
    margin-top: 70px !important;
  }
}

.u-mt-80-60 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-80-60 {
    margin-top: 60px !important;
  }
}

.u-mt-80-35 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-80-35 {
    margin-top: 35px !important;
  }
}

.u-mt-50-35 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-50-35 {
    margin-top: 35px !important;
  }
}

.u-mt-50-24 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-50-24 {
    margin-top: 24px !important;
  }
}

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

.u-mt-35-20 {
  margin-top: 35px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-35-20 {
    margin-top: 20px !important;
  }
}

.u-mt-35-55 {
  margin-top: 35px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-35-55 {
    margin-top: 55px !important;
  }
}

.u-mt-24-15 {
  margin-top: 24px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-24-15 {
    margin-top: 15px !important;
  }
}

.u-mt-20-15 {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-20-15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-0-60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-0-50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-0-40 {
    margin-top: 40px !important;
  }
}

/**
 * margin-bottom
 * ---------------------------------------- */
.u-mb-40-20 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .u-mb-40-20 {
    margin-bottom: 20px !important;
  }
}

/**
 * padding-right,padding-left
 * ---------------------------------------- */
.u-px-20-0 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
@media screen and (max-width: 768px) {
  .u-px-20-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

/**
 * padding-top
 * ---------------------------------------- */
.u-pt-50-50 {
  padding-top: 50px !important;
}

@media screen and (max-width: 768px) {
  .u-pt-0-50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-0-27 {
    padding-top: 27px !important;
  }
}

/**
 * padding-bottom
 * ---------------------------------------- */
@media screen and (max-width: 768px) {
  .u-pb-0-72 {
    padding-bottom: 72px !important;
  }
}

/**
 *u-card-hover（透過）
 * ---------------------------------------- */
.u-card-hover {
  transition: opacity 0.3s ease-out;
}
.u-card-hover:hover {
  opacity: 0.7;
}

/**
 *u-card-zoom（拡大）
 * ---------------------------------------- */
.u-card-zoom:hover .p-column-card__thumbnail img {
  transform: scale(1.1);
}

/**
 * u-pc-only、u-sp-only（PC、SP表示・非表示の切り替え）
 * ---------------------------------------- */
.u-pc-only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}

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

/**
 * u-justify-center
 * ---------------------------------------- */
.u-justify-center {
  justify-content: center !important;
}

/**
 * 「パンくず」のスタイル調整
 * ---------------------------------------- */
@media screen and (max-width: 768px) {
  #breadcrumbs {
    padding: 5px 20px !important;
    box-sizing: border-box;
  }
}

#breadcrumbs p {
  width: 100% !important;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #breadcrumbs p {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-breadcrumbs.-w-medium p {
  max-width: 1080px !important;
}

/**
 * 「共通フッター」のスタイル調整
 * ---------------------------------------- */
#footNavBox #j-koho-footer .footer-nav-list {
  border: none;
}

#j-koho-footer.footer-area {
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  #j-koho-footer.footer-area {
    padding-top: 0;
  }
}

#j-koho-footer .footer-nav-bnr {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #j-koho-footer .footer-nav-bnr {
    padding-right: 0;
    padding-left: 0;
  }
}
#j-koho-footer .footer-nav-bnr::before {
  content: "";
  width: calc(100% - 40px);
  max-width: 1080px;
  border-top: 1px solid #333;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #j-koho-footer .footer-nav-bnr::before::before {
    display: none;
  }
}

.-maxw-1180 #j-koho-footer .footer-nav-bnr::before {
  max-width: 1180px !important;
}

/**
 * 「関連リンク」の色の調整
 * ---------------------------------------- */
.l-content .l-section__body .p-article .related-article a {
  color: #5e778b;
}

/**
 * SP時の検索アイコンを非表示
 * ---------------------------------------- */
@media screen and (max-width: 768px) {
  .ab-004-gNavAreaContainerWrapper .ab-004-headerSp__wrapper .ab-004-headerSp__wrapperSearchBtn {
    display: none;
  }
}