@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

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

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

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

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: #fff;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* ==========================================================================
   variables
========================================================================== */
/* ==========================================================================
   function
========================================================================== */ /* ==========================================================================
  mixin
========================================================================== */
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
-------------------------------------------------------------------------- */
/* ==========================================================================
  base
========================================================================== */
/* ------------------------------------------------------------
	レイアウト
------------------------------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

img {
  vertical-align: middle;
  width: 100%;
}

/* ==========================================================================
   foundation
========================================================================== */ /* ==========================================================================
   utility
========================================================================== */
/* ---------------------------------------------------------------------------
  show/hide
  --------------------------------------------------------------------------- */
.u-show-mobile {
  display: initial;
}
@media screen and (min-width: 768px) {
  .u-show-mobile {
    display: none;
  }
}

.u-show-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-show-desktop {
    display: initial;
  }
}

/* --------------------------------------------------------------------------
  container
-------------------------------------------------------------------------- */
.c-container-1100px, .c-container-1400px, .c-container {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.c-container {
  max-width: inherit;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-container {
    max-width: 1340px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-container-1400px {
    max-width: 1440px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-container-1400px {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-container-1100px {
    max-width: 1140px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-container-1100px {
    padding: 0 20px;
  }
}

.c-breadcrumb {
  padding: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 10px 0;
  }
}
.c-breadcrumb .c-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 48px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb .c-breadcrumb-list {
    gap: 20px 25px;
  }
}
.c-breadcrumb .c-breadcrumb-list .c-breadcrumb-list__item {
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb .c-breadcrumb-list .c-breadcrumb-list__item {
    font-size: 10px;
  }
}
.c-breadcrumb .c-breadcrumb-list .c-breadcrumb-list__item a {
  transition: all 0.3s;
}
.c-breadcrumb .c-breadcrumb-list .c-breadcrumb-list__item a:hover {
  color: #646464;
}
.c-breadcrumb .c-breadcrumb-list .c-breadcrumb-list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb .c-breadcrumb-list .c-breadcrumb-list__item::after {
    right: -15px;
    width: 5px;
    height: 5px;
  }
}
.c-breadcrumb .c-breadcrumb-list .c-breadcrumb-list__item:last-child::after {
  display: none;
}

.c-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-title .c-title-icon {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .c-title .c-title-icon {
    width: 20px;
  }
}
.c-title .c-title-text {
  margin-top: 20px;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .c-title .c-title-text {
    margin-top: 10px;
    font-size: 15px;
  }
}
.c-title .c-title-text span {
  display: inline-block;
  margin-left: -10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-title .c-title-text span {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) {
  .c-card.c-card-col02 .c-card-list {
    gap: 45px 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-card.c-card-col02 .c-card-list {
    gap: 15px;
    margin-bottom: 15px;
  }
}
.c-card.c-card-col02 .c-card-item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .c-card.c-card-col02 .c-card-item {
    width: calc((100% - 15px) / 2);
  }
}
.c-card .c-card-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-card .c-card-list {
    gap: 45px 50px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .c-card .c-card-list {
    gap: 3.2142857143vw 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .c-card .c-card-list {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-card .c-card-item {
    width: calc((100% - 100px) / 3);
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .c-card .c-card-item {
    width: calc((100% - 7.1428571429vw) / 3);
  }
}
@media screen and (max-width: 767px) {
  .c-card .c-card-item {
    width: calc((100% - 15px) / 2);
  }
}
.c-card .c-card-item.c-card-item--society .c-card-image__tag {
  background-color: rgba(65, 155, 0, 0.9);
}
.c-card .c-card-item.c-card-item--society .c-card-box {
  border-top: 1px solid #419B00;
}
.c-card .c-card-item.c-card-item--global .c-card-image__tag {
  background-color: rgba(0, 125, 203, 0.9);
}
.c-card .c-card-item.c-card-item--global .c-card-box {
  border-top: 1px solid #007DCB;
}
.c-card .c-card-item.c-card-item--jissenhito .c-card-image__tag {
  background-color: rgba(229, 99, 0, 0.9);
}
.c-card .c-card-item.c-card-item--jissenhito .c-card-box {
  border-top: 1px solid #E56300;
}
.c-card .c-card-item.c-card-item--column .c-card-image__tag {
  background-color: rgba(231, 58, 179, 0.9);
}
.c-card .c-card-item.c-card-item--column .c-card-box {
  border-top: 1px solid #E73AB3;
}
.c-card .c-card-item a:hover .c-card-title {
  color: #999;
}
.c-card .c-card-image {
  position: relative;
  aspect-ratio: 400/230;
  overflow: hidden;
}
.c-card .c-card-image .c-card-image__tag {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .c-card .c-card-image .c-card-image__tag {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-card .c-card-image .c-card-image__tag {
    font-size: 10px;
    padding: 9px 5px;
  }
}
.c-card .c-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.c-card .c-card-image:hover img {
  transform: scale(1.1);
}
.c-card .c-card-message {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-card .c-card-message {
    padding: 8px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-card .c-card-message {
    padding: 8px 10px;
  }
}
.c-card .c-card-date {
  color: #999;
  line-height: 1.5;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-card .c-card-date {
    font-size: 10px;
  }
}
.c-card .c-card-title {
  height: 106px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 28px;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .c-card .c-card-title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-card .c-card-title {
    height: 64px;
    font-size: 13px;
  }
}
.c-card .c-card-box {
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-card .c-card-box {
    padding: 10px 12px;
    height: 79px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .c-card .c-card-box {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-card .c-card-box {
    height: 64px;
    padding: 5px 9px;
  }
}
.c-card .c-card-tags {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-card .c-card-tags {
    gap: 5px 15px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .c-card .c-card-tags {
    gap: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-card .c-card-tags {
    gap: 5px 10px;
  }
}
.c-card .c-card-tag a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #999;
  font-weight: bold;
  transition: all 0.3s;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-card .c-card-tag a {
    font-size: 16px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .c-card .c-card-tag a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c-card .c-card-tag a {
    font-size: 9px;
  }
}
.c-card .c-card-tag:hover a {
  color: #ccc;
}
.c-card .c-card-button {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-card .c-card-button {
    width: 200px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-card .c-card-button {
    width: 150px;
    height: 40px;
  }
}
.c-card .c-card-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background-color: #fff;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-card .c-card-button a {
    font-size: 13px;
  }
}
.c-card .c-card-button:hover {
  background-color: #f3f3f3;
  color: #646464;
}

.c-pagenation {
  margin-top: 60px;
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-pagenation {
    margin-top: 40px;
  }
}
.c-pagenation .c-pagenation-arrow {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #000;
  transition: all 0.3s;
}
.c-pagenation .c-pagenation-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
}
.c-pagenation .c-pagenation-arrow:hover {
  background-color: #484848;
}
.c-pagenation .c-pagenation-arrow.c-pagenation-arrow__prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.c-pagenation .c-pagenation-arrow.c-pagenation-arrow__next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-pagenation .page-numbers {
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.c-pagenation .page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 13px;
}
.c-pagenation .page-numbers li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.c-pagenation .page-numbers li a:hover {
  color: #646464;
}
.c-pagenation .page-numbers li:not(:has(.dots)) span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background-color: #fff;
}

.c-button {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-button {
    width: 200px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 150px;
    height: 40px;
  }
}
.c-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background-color: #fff;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button button {
    font-size: 13px;
  }
}
.c-button:hover {
  background-color: #f3f3f3;
  color: #646464;
}

/* ==========================================================================
  header
========================================================================== */
.l-header {
  position: relative;
  overflow-x: clip;
}
.l-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header::after {
    aspect-ratio: 3030/9;
    background-image: url("../image/cmn/bottom-bg.png");
    width: 3090px;
  }
}
@media screen and (max-width: 767px) {
  .l-header::after {
    aspect-ratio: 846/8;
    background-image: url("../image/cmn/sp/bottom-bg.png");
    width: 846px;
  }
}

.l-header-grid {
  display: grid;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-header-grid {
    grid-template: "A B" auto "A C" auto/240px auto;
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 25px 30px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-header-grid {
    grid-template: "A B" auto "A C" auto/17.1428571429vw auto;
    -moz-column-gap: 1.0714285714vw;
         column-gap: 1.0714285714vw;
    padding: 1.7857142857vw 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header-grid {
    grid-template: "A B" auto "C C" auto/auto;
    padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw;
  }
}

.l-header-logo {
  grid-area: A;
}
@media screen and (min-width: 768px) {
  .l-header-logo {
    width: 240px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-header-logo {
    width: 17.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    width: 26.1333333333vw;
  }
}

.l-header-box {
  grid-area: B;
}
@media screen and (min-width: 768px) {
  .l-header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.l-header-text {
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .l-header-text {
    letter-spacing: 1.6px;
    font-size: 16px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-header-text {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header-text {
    margin-top: 1.0666666667vw;
    text-align: right;
    font-size: 2.1333333333vw;
  }
}

.l-header-right {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header-right {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-header-right {
    -moz-column-gap: 2.8571428571vw;
         column-gap: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header-right {
    justify-content: flex-end;
    margin-top: 2.1333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .l-header-official {
    width: 258px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-header-official {
    width: 18.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header-official {
    width: 34.4vw;
  }
}

.l-header-pdf {
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header-pdf {
    width: 270px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-header-pdf {
    width: 19.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header-pdf {
    width: 45.3333333333vw;
  }
}
.l-header-pdf:hover {
  opacity: 0.7;
}

.l-header-menu {
  grid-area: C;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 20px;
  padding: 22px 70px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-header-menu {
    -moz-column-gap: 0.7142857143vw;
         column-gap: 0.7142857143vw;
    margin-top: 1.4285714286vw;
    padding: 1.5714285714vw 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header-menu {
    margin-top: 2.6666666667vw;
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
    padding: 4vw 1.8666666667vw;
  }
}

.l-header-menu__item a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-header-menu__item a {
    -moz-column-gap: 0.7142857143vw;
         column-gap: 0.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header-menu__item a {
    -moz-column-gap: 1.3333333333vw;
         column-gap: 1.3333333333vw;
  }
}
.l-header-menu__item:hover .l-header-menu__icon img {
  filter: invert(55%) sepia(100%) saturate(1%) hue-rotate(352deg) brightness(94%) contrast(81%);
}
.l-header-menu__item:hover .l-header-menu__text {
  color: #999;
}

.l-header-menu__icon {
  height: 30px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-header-menu__icon {
    height: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header-menu__icon {
    width: 4vw;
    height: 4vw;
  }
}
.l-header-menu__icon svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.l-header-menu__text {
  font-weight: bold;
  font-size: 24px;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-header-menu__text {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header-menu__text {
    font-size: 2.6666666667vw;
  }
}
.l-header-menu__text span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .l-header-menu__text span {
    font-size: 8px;
  }
}

/* ==========================================================================
  footer
========================================================================== */
.l-footer {
  position: relative;
  background-color: #484848;
  overflow-x: clip;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer::before {
    aspect-ratio: 3030/9;
    background-image: url("../image/cmn/top-bg.png");
    width: 3030px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer::before {
    aspect-ratio: 846/8;
    background-image: url("../image/cmn/sp/top-bg.png");
    width: 846px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-wrap {
    padding: 0 57px 20px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-logo {
    flex: 0 0 160px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-logo {
    width: 97px;
    margin: 0 auto;
    padding: 30px 0;
  }
}
.l-footer-logo img {
  filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(343deg) brightness(107%) contrast(100%);
}

@media screen and (min-width: 768px) {
  .l-footer-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
  }
}
.l-footer-menu li {
  color: #fff;
  border: 1px solid #999;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer-menu li + li {
    margin-top: 15px;
  }
}
.l-footer-menu li a {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .l-footer-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-menu li a {
    display: block;
    padding: 15px 20px 15px 15px;
    font-size: 12px;
  }
}
.l-footer-menu li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  width: 8px;
  height: 8px;
  transition: all 0.3s;
}
.l-footer-menu li:hover {
  background-color: #999;
}
.l-footer-menu li:hover span::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.l-footer-sub {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .l-footer-sub {
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-sub {
    padding: 30px 20px;
  }
}

.l-footer-copy {
  color: #999;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .l-footer-copy {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-copy {
    text-align: center;
    font-size: 9px;
  }
}

.l-footer-list {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (min-width: 768px) {
  .l-footer-list {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-list {
    justify-content: center;
    margin-bottom: 30px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.l-footer-list__item {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer-list__item {
    font-size: 12px;
  }
}
.l-footer-list__item:hover {
  color: #999;
}

/* ==========================================================================
	main
========================================================================== */
.l-main {
  position: relative;
}

.l-pagetop {
  position: fixed;
  right: 20px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.l-pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 8px solid #000000;
  border-top: 0;
}
.l-pagetop.stop {
  position: absolute;
}
.l-pagetop:hover {
  background-color: #ccc;
}

/* ==========================================================================
   layout
========================================================================== */ /* ==========================================================================
  top
========================================================================== */
.p-top {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv {
    padding: 30px 0 70px;
    background-color: #000;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv {
    padding-bottom: 30px;
  }
}
.p-top .p-top-mv .p-top-mv__slider .splide__arrow {
  background: #646464;
  opacity: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__slider .splide__arrow {
    display: none;
  }
}
.p-top .p-top-mv .p-top-mv__slider .splide__arrow svg {
  fill: #fff;
  transition: all 0.3s;
}
.p-top .p-top-mv .p-top-mv__slider .splide__arrow.splide__arrow--prev {
  left: 21%;
}
@media screen and (min-width: 1700px) {
  .p-top .p-top-mv .p-top-mv__slider .splide__arrow.splide__arrow--prev {
    left: 21.5%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .p-top .p-top-mv .p-top-mv__slider .splide__arrow.splide__arrow--prev {
    left: 19%;
  }
}
.p-top .p-top-mv .p-top-mv__slider .splide__arrow.splide__arrow--next {
  right: 21%;
}
@media screen and (min-width: 1700px) {
  .p-top .p-top-mv .p-top-mv__slider .splide__arrow.splide__arrow--next {
    right: 21.5%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .p-top .p-top-mv .p-top-mv__slider .splide__arrow.splide__arrow--next {
    right: 19%;
  }
}
.p-top .p-top-mv .p-top-mv__slider .splide__arrow:hover {
  background: #484848;
}
.p-top .p-top-mv .p-top-mv__slider .splide__arrow:hover svg {
  fill: #999;
}
.p-top .p-top-mv .splide__slide {
  position: relative;
}
.p-top .p-top-mv .splide__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
.p-top .p-top-mv .splide__slide:hover::after {
  opacity: 1;
}
.p-top .p-top-mv .p-top-mv__image {
  position: relative;
  z-index: 2;
  aspect-ratio: 800/460;
}
.p-top .p-top-mv .p-top-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .p-top-mv .p-top-mv__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.43%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.p-top .p-top-mv .p-top-mv__box {
  position: relative;
  display: grid;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv .p-top-mv__box {
    position: absolute;
    bottom: 0;
    left: 0;
    grid-template: "A B" auto "A C" auto/10.7142857143vw auto;
    -moz-column-gap: 1.4285714286vw;
         column-gap: 1.4285714286vw;
  }
  .p-top .p-top-mv .p-top-mv__box > .l-header-logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-mv .p-top-mv__box > .l-header-box {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top .p-top-mv .p-top-mv__box > .l-header-menu {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top .p-top-mv .p-top-mv__box {
    grid-template: "A B" auto "A C" auto/10.7142857143vw auto;
    -moz-column-gap: 1.4285714286vw;
         column-gap: 1.4285714286vw;
  }
  .p-top .p-top-mv .p-top-mv__box > .l-header-logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-mv .p-top-mv__box > .l-header-box {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top .p-top-mv .p-top-mv__box > .l-header-menu {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__box {
    grid-template: "A B" auto "C C" auto/80px auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 0 10px 10px;
    background-color: #000;
  }
  .p-top .p-top-mv .p-top-mv__box > .l-header-logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-top .p-top-mv .p-top-mv__box > .l-header-box {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top .p-top-mv .p-top-mv__box > .l-header-menu {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
.p-top .p-top-mv .p-top-mv__box.p-top-mv__box--global .p-top-mv__cat {
  background-color: #007dcb;
}
.p-top .p-top-mv .p-top-mv__box.p-top-mv__box--society .p-top-mv__cat {
  background-color: #419b00;
}
.p-top .p-top-mv .p-top-mv__box.p-top-mv__box--jissenhito .p-top-mv__cat {
  background-color: #e56300;
}
.p-top .p-top-mv .p-top-mv__box.p-top-mv__box--column .p-top-mv__cat {
  background-color: #e73ab3;
}
.p-top .p-top-mv .p-top-mv__cat {
  grid-area: A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv .p-top-mv__cat {
    flex: 0 0 10.7142857143vw;
    height: 10.7142857143vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top .p-top-mv .p-top-mv__cat {
    flex: 0 0 10.7142857143vw;
    height: 10.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__cat {
    margin-top: -20px;
    flex: 0 0 80px;
    height: 80px;
  }
}
.p-top .p-top-mv .p-top-mv__cat path {
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv .p-top-mv__cat .p-top-mv__icon {
    width: 2.1428571429vw;
    height: 2.1428571429vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top .p-top-mv .p-top-mv__cat .p-top-mv__icon {
    width: 2.1428571429vw;
    height: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__cat .p-top-mv__icon {
    width: 15px;
    height: 15px;
  }
}
.p-top .p-top-mv .p-top-mv__cat .p-top-mv__icon svg {
  width: 100%;
  height: 100%;
}
.p-top .p-top-mv .p-top-mv__cat .p-top-mv__cat-text {
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv .p-top-mv__cat .p-top-mv__cat-text {
    margin-top: 1.0714285714vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top .p-top-mv .p-top-mv__cat .p-top-mv__cat-text {
    margin-top: 1.0714285714vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__cat .p-top-mv__cat-text {
    margin-top: 5px;
    font-size: 10px;
  }
}
.p-top .p-top-mv .p-top-mv__message {
  grid-area: B;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv .p-top-mv__message {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__message {
    margin-top: -20px;
  }
}
.p-top .p-top-mv .p-top-mv__date {
  font-weight: bold;
  font-size: 1.1428571429vw;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv .p-top-mv__date {
    order: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top .p-top-mv .p-top-mv__date {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__date {
    margin-top: 5px;
    order: 1;
    font-size: 10px;
  }
}
.p-top .p-top-mv .p-top-mv__text {
  line-height: 1.25;
  font-weight: bold;
  font-size: 1.9285714286vw;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv .p-top-mv__text {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__text {
    order: 0;
    font-size: 13px;
  }
}
.p-top .p-top-mv .p-top-mv__tags {
  grid-area: C;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv .p-top-mv__tags {
    position: absolute;
    z-index: 2;
    bottom: 2%;
    left: 23%;
    height: 10%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top .p-top-mv .p-top-mv__tags {
    gap: 1.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__tags {
    background-color: #000;
    height: 42px;
    padding: 0 10px;
    gap: 0 15px;
  }
}
.p-top .p-top-mv .p-top-mv__tag {
  font-weight: bold;
  font-size: 0.9285714286vw;
  transition: all 0.3s;
  color: #fff;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top .p-top-mv .p-top-mv__tag {
    font-size: 0.9285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__tag {
    font-size: 10px;
  }
}
.p-top .p-top-mv .p-top-mv__tag:hover {
  color: #ccc;
}
.p-top .p-top-mv .p-top-mv__other {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__other {
    bottom: -40px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.p-top .p-top-mv .p-top-mv__other .splide__toggle {
  flex: 0 0 30px;
  height: 30px;
  background-color: #484848;
  transition: all 0.3s;
}
.p-top .p-top-mv .p-top-mv__other .splide__toggle:has(.splide__toggle__play:hover, .splide__toggle__pause:hover) {
  background-color: #999;
}
.p-top .p-top-mv .p-top-mv__other .splide__pagination {
  position: relative;
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.p-top .p-top-mv .p-top-mv__other .splide__pagination li {
  width: 130px;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__other .splide__pagination li {
    width: 40px;
    height: 2px;
  }
}
.p-top .p-top-mv .p-top-mv__other .splide__pagination button {
  width: 100%;
  height: 100%;
  border-radius: 0;
  transform: scale(1);
  background-color: #484848;
}
.p-top .p-top-mv .p-top-mv__other .splide__pagination button.is-active {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__other .splide__pagination button.is-active {
    background-color: #ccc;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-news {
    padding: 60px 0 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-news .p-top-news__wrap {
    display: flex;
    align-items: baseline;
    -moz-column-gap: 70px;
         column-gap: 70px;
    max-width: 1065px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__wrap {
    padding: 0 20px;
  }
}
.p-top .p-top-news .p-top-news__title {
  position: relative;
  font-family: "Lora", serif;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-news .p-top-news__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__title {
    font-size: 30px;
  }
}
.p-top .p-top-news .p-top-news__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 5px;
  background-color: #000;
}
.p-top .p-top-news .p-top-news__list {
  flex: 0 1 100%;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__list {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-news .p-top-news__item {
    display: flex;
    align-items: baseline;
  }
}
.p-top .p-top-news .p-top-news__item + .p-top-news__item {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-news .p-top-news__item a {
    display: flex;
    align-items: baseline;
  }
}
.p-top .p-top-news .p-top-news__item a:hover .p-top-news__text {
  color: #999;
}
.p-top .p-top-news .p-top-news__date {
  flex: 0 0 120px;
  color: #999;
  line-height: 1.6;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__date {
    font-size: 11px;
  }
}
.p-top .p-top-news .p-top-news__text {
  line-height: 1.4;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__text {
    font-size: 13px;
  }
}
.p-top .p-top-card {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-card {
    padding: 60px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-card {
    padding-top: 50px;
  }
}
.p-top .p-top-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../image/top/bg01.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 2796/2640;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-card::before {
    background-image: url("../image/top/sp/bg01.png");
    aspect-ratio: 375/982;
  }
}
.p-top .p-top-card .c-card-item:first-child {
  order: 0;
}
.p-top .p-top-card .c-card-item:nth-child(2) {
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-card .c-card-item:nth-child(2) {
    order: 2;
  }
}
.p-top .p-top-card .c-card-item:nth-child(3) {
  order: 3;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-card .c-card-item:nth-child(3) {
    order: 4;
  }
}
.p-top .p-top-card .c-card-item:nth-child(4) {
  order: 4;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-card .c-card-item:nth-child(4) {
    order: 5;
  }
}
.p-top .p-top-card .c-card-item:nth-child(5) {
  order: 5;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-card .c-card-item:nth-child(5) {
    order: 6;
  }
}
.p-top .p-top-card .p-top-card__banner {
  position: relative;
  background-image: url("../image/top/bnr-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-card .p-top-card__banner {
    order: 2;
    width: calc((100% - 100px) / 3);
    border: 5px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-card .p-top-card__banner {
    order: 1;
    width: calc((100% - 15px) / 2);
    border: 3px solid #000;
  }
}
.p-top .p-top-card .p-top-card__banner .backimage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px);
}
@media screen and (min-width: 768px) {
  .p-top .p-top-card .p-top-card__banner .backimage {
    width: calc(100% - 40px);
    aspect-ratio: 360/424;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-card .p-top-card__banner .backimage {
    height: calc(100% - 23px);
    aspect-ratio: 134/224;
  }
}
.p-top .p-top-card .p-top-card__banner span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-card .p-top-card__banner span {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-card .p-top-card__banner span {
    height: calc(100% - 20px);
  }
  .p-top .p-top-card .p-top-card__banner span img {
    width: auto;
    height: 100%;
  }
}
.p-top .p-top-card .p-top-card__banner span.default {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.p-top .p-top-card .p-top-card__banner span.hover {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.p-top .p-top-card .p-top-card__banner:hover a span.default {
  opacity: 0;
}
.p-top .p-top-card .p-top-card__banner:hover a span.hover {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-card .p-top-cards__button {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-card .p-top-cards__button {
    margin-top: 15px;
  }
}
.p-top .p-top-card .p-top-cards__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background-color: #fff;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-card .p-top-cards__button a {
    font-size: 13px;
  }
}
.p-top .p-top-card .p-top-cards__button:hover {
  background-color: #f3f3f3;
  color: #646464;
}
.p-top .p-top-ranking {
  padding: 34px 0 140px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-ranking {
    padding: 50px 0 113px;
  }
}
.p-top .p-top-ranking .p-top-ranking__title {
  position: relative;
  margin-bottom: 50px;
  font-family: "Lora", serif;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-ranking .p-top-ranking__title {
    font-size: 30px;
  }
}
.p-top .p-top-ranking .p-top-ranking__title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-ranking .p-top-ranking__list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-ranking .p-top-ranking__list {
    margin-bottom: 30px;
  }
}
.p-top .p-top-ranking .p-top-ranking__item {
  display: grid;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-ranking .p-top-ranking__item {
    grid-template: "A B C" auto "A B D" auto/100px 337px auto;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .l-header-logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .l-header-box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .l-header-menu {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-mv__cat {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-mv__message {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-mv__tags {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top .p-top-ranking .p-top-ranking__item {
    grid-template: "A B C" auto "A B D" auto/100px 250px auto;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .l-header-logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .l-header-box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .l-header-menu {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-mv__cat {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-mv__message {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-mv__tags {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-ranking .p-top-ranking__item {
    grid-template: "A C C" auto "A B D" auto/60px 160px auto;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .l-header-logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .l-header-box {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .l-header-menu {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-mv__cat {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-mv__message {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-mv__tags {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
}
.p-top .p-top-ranking .p-top-ranking__item + .p-top-ranking__item {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-ranking .p-top-ranking__item + .p-top-ranking__item {
    margin-top: 30px;
  }
}
.p-top .p-top-ranking .p-top-ranking__item:first-child .p-top-ranking__number::after {
  background-color: #C9AB31;
}
.p-top .p-top-ranking .p-top-ranking__item:nth-of-type(2) .p-top-ranking__number::after {
  background-color: #9A9A9A;
}
.p-top .p-top-ranking .p-top-ranking__item:nth-of-type(3) .p-top-ranking__number::after {
  background-color: #D09069;
}
.p-top .p-top-ranking .p-top-ranking__item.p-top-ranking__item--global .p-top-ranking__image-tag {
  background-color: rgba(0, 125, 203, 0.9);
}
.p-top .p-top-ranking .p-top-ranking__item.p-top-ranking__item--society .p-top-ranking__image-tag {
  background-color: rgba(65, 155, 0, 0.9);
}
.p-top .p-top-ranking .p-top-ranking__item.p-top-ranking__item--jissenhito .p-top-ranking__image-tag {
  background-color: rgba(229, 99, 0, 0.9);
}
.p-top .p-top-ranking .p-top-ranking__item.p-top-ranking__item--column .p-top-ranking__image-tag {
  background-color: rgba(231, 58, 179, 0.9);
}
.p-top .p-top-ranking .p-top-ranking__item.hide {
  display: none;
}
.p-top .p-top-ranking .p-top-ranking__number {
  grid-area: A;
  position: relative;
  font-family: "Lora", serif;
  font-weight: bold;
  font-size: 65px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-ranking .p-top-ranking__number {
    font-size: 40px;
  }
}
.p-top .p-top-ranking .p-top-ranking__number::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 65px;
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-ranking .p-top-ranking__number::after {
    width: 5px;
    height: 45px;
  }
}
.p-top .p-top-ranking .p-top-ranking__image {
  grid-area: B;
  position: relative;
  width: 337px;
  aspect-ratio: 337/194;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top .p-top-ranking .p-top-ranking__image {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-ranking .p-top-ranking__image {
    width: 160px;
  }
}
.p-top .p-top-ranking .p-top-ranking__image .p-top-ranking__image-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-ranking .p-top-ranking__image .p-top-ranking__image-tag {
    padding: 5px;
    font-size: 10px;
  }
}
.p-top .p-top-ranking .p-top-ranking__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .p-top-ranking .p-top-ranking__message {
  grid-area: C;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-ranking .p-top-ranking__message {
    border-top: 1px solid #999;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-ranking .p-top-ranking__message {
    height: 76px;
  }
}
.p-top .p-top-ranking .p-top-ranking__message a:hover .p-top-ranking__text {
  color: #999;
}
.p-top .p-top-ranking .p-top-ranking__date {
  color: #999;
  line-height: 1.5;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-ranking .p-top-ranking__date {
    font-size: 10px;
  }
}
.p-top .p-top-ranking .p-top-ranking__text {
  height: 97px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 28px;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top .p-top-ranking .p-top-ranking__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-ranking .p-top-ranking__text {
    height: 30px;
    font-size: 13px;
  }
}
.p-top .p-top-ranking .p-top-ranking__tags {
  grid-area: D;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
@media screen and (min-width: 768px){
  .l-header-logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .l-header-box {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-header-menu {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .p-top .p-top-mv .p-top-mv__cat {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-mv__cat {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-mv .p-top-mv__message {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-mv__message {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top .p-top-mv .p-top-mv__tags {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-mv__tags {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__number {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-ranking__number {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-ranking__number {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__image {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-ranking__image {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-ranking__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .p-top .p-top-ranking .p-top-ranking__message {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-ranking__message {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-ranking__message {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__tags {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px){
  .l-header-logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .l-header-box {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-header-menu {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .p-top .p-top-mv .p-top-mv__cat {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-mv__cat {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-mv .p-top-mv__message {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-mv__message {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top .p-top-mv .p-top-mv__tags {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-mv__tags {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__number {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-ranking__number {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-ranking__number {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__image {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-ranking__image {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-ranking__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-top .p-top-ranking .p-top-ranking__message {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-ranking__message {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-ranking__message {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-ranking__tags {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 767px){
  .l-header-logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .l-header-box {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .l-header-menu {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-top .p-top-mv .p-top-mv__cat {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-mv__cat {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-top .p-top-mv .p-top-mv__message {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-mv__message {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top .p-top-mv .p-top-mv__tags {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-mv__tags {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-top .p-top-ranking .p-top-ranking__number {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-ranking__number {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-ranking__number {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-top .p-top-ranking .p-top-ranking__image {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-ranking__image {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-ranking__image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .p-top .p-top-ranking .p-top-ranking__message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-top .p-top-mv .p-top-mv__box > .p-top-ranking__message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-ranking__message {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .p-top .p-top-ranking .p-top-ranking__item > .p-top-ranking__tags {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-ranking .p-top-ranking__tags {
    gap: 5px 10px;
    border-top: 1px solid #999;
    padding: 20px 0;
  }
}
.p-top .p-top-ranking .p-top-ranking__tag {
  color: #999;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-ranking .p-top-ranking__tag {
    line-height: 1.2;
    font-size: 10px;
  }
}
.p-top .p-top-ranking .p-top-ranking__tag:hover {
  color: #ccc;
}
.p-top .p-top-ranking__button.hide {
  display: none;
}

/* ==========================================================================
  category
========================================================================== */
.p-category {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-category {
    padding-bottom: 113px;
  }
}
.p-category .p-category-content {
  margin-top: 30px;
  padding: 60px 0 50px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .p-category .p-category-content {
    margin-top: 30px;
    padding: 20px 0 40px;
  }
}

/* ==========================================================================
  article
========================================================================== */
@media screen and (min-width: 768px) {
  .p-article .p-article-thumb {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-article .p-article-thumb .p-article-thumb__image {
    flex: 0 1 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-article .p-article-thumb .p-article-thumb__image {
    aspect-ratio: 375/218;
  }
}
.p-article .p-article-thumb .p-article-thumb__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-article .p-article-thumb .p-article-thumb__message {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p-article .p-article-thumb .p-article-thumb__message {
    flex: 0 0 520px;
    padding: 40px 30px 30px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-article .p-article-thumb .p-article-thumb__message {
    flex: 0 0 37.1428571429vw;
    padding: 2.8571428571vw, 2.1428571429vw, 2.1428571429vw;
  }
}
@media screen and (min-width: 1700px) {
  .p-article .p-article-thumb .p-article-thumb__message {
    flex: 0 0 700px;
  }
}
@media screen and (max-width: 767px) {
  .p-article .p-article-thumb .p-article-thumb__message {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 20px;
  }
}
.p-article .p-article-thumb .p-article-thumb__cat {
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-article .p-article-thumb .p-article-thumb__cat {
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 15px;
    transform: translateX(-90px);
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-article .p-article-thumb .p-article-thumb__cat {
    -moz-column-gap: 1.0714285714vw;
         column-gap: 1.0714285714vw;
    padding: 1.0714285714vw;
    transform: translateX(-6.4285714286vw);
  }
}
@media screen and (max-width: 767px) {
  .p-article .p-article-thumb .p-article-thumb__cat {
    flex: 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 70px;
  }
}
@media screen and (min-width: 768px) {
  .p-article .p-article-thumb .p-article-thumb__cat .p-article-thumb__icon {
    flex: 0 0 30px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-article .p-article-thumb .p-article-thumb__cat .p-article-thumb__icon {
    flex: 0 0 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-article .p-article-thumb .p-article-thumb__cat .p-article-thumb__icon {
    width: 15px;
    height: 15px;
  }
}
.p-article .p-article-thumb .p-article-thumb__cat .p-article-thumb__icon svg {
  width: 100%;
  height: 100%;
}
.p-article .p-article-thumb .p-article-thumb__cat .p-article-thumb__icon path {
  fill: #fff;
}
.p-article .p-article-thumb .p-article-thumb__cat .p-article-thumb__cat-text {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-article .p-article-thumb .p-article-thumb__cat .p-article-thumb__cat-text {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-article .p-article-thumb .p-article-thumb__cat .p-article-thumb__cat-text {
    margin-top: 5px;
    font-size: 10px;
  }
}
.p-article .p-article-thumb .p-article-thumb__cat .p-article-thumb__cat-text span {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-thumb .p-article-thumb__cat .p-article-thumb__cat-text span {
    font-size: 8px;
  }
}
.p-article .p-article-thumb .p-article-thumb__cat.p-article-thumb__cat--global {
  background-color: rgba(0, 125, 203, 0.9);
}
.p-article .p-article-thumb .p-article-thumb__cat.p-article-thumb__cat--society {
  background-color: rgba(65, 155, 0, 0.9);
}
.p-article .p-article-thumb .p-article-thumb__cat.p-article-thumb__cat--jissenhito {
  background-color: rgba(229, 99, 0, 0.9);
}
.p-article .p-article-thumb .p-article-thumb__cat.p-article-thumb__cat--column {
  background-color: rgba(231, 58, 179, 0.9);
}
.p-article .p-article-thumb .p-article-thumb__date {
  color: #ccc;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-article .p-article-thumb .p-article-thumb__date {
    margin-top: 30px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-article .p-article-thumb .p-article-thumb__date {
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-article .p-article-thumb .p-article-thumb__date {
    font-size: 10px;
  }
}
.p-article .p-article-thumb .p-article-thumb__title {
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-article .p-article-thumb .p-article-thumb__title {
    margin-top: 15px;
    font-size: 40px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-article .p-article-thumb .p-article-thumb__title {
    margin-top: 1.0714285714vw;
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-article .p-article-thumb .p-article-thumb__title {
    margin-top: 10px;
    font-size: 14px;
  }
}
.p-article .p-article-tags {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-article .p-article-tags {
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 20px 50px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-article .p-article-tags {
    -moz-column-gap: 2.1428571429vw;
         column-gap: 2.1428571429vw;
    padding: 1.4285714286vw 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-article .p-article-tags {
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 15px 20px;
  }
}
.p-article .p-article-tags .p-article-tag {
  color: #999;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-article .p-article-tags .p-article-tag {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-article .p-article-tags .p-article-tag {
    font-size: 12px;
  }
}
.p-article .p-article-tags .p-article-tag:hover {
  color: #ccc;
}
.p-article .p-article-point {
  background-color: #f3f3f3;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-point {
    padding: 50px 20px;
  }
}
.p-article .p-article-point .p-article-point__wrap {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-article .p-article-point .p-article-point__title {
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-point .p-article-point__title {
    padding-bottom: 20px;
    font-size: 14px;
  }
}
.p-article .p-article-point .p-article-point__list {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-point .p-article-point__list {
    margin-top: 20px;
  }
}
.p-article .p-article-point .p-article-point__item {
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-article .p-article-point .p-article-point__item {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-article .p-article-point .p-article-point__item {
    font-size: 14px;
  }
}
.p-article .p-article-point .p-article-point__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lexend", serif;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p-article .p-article-point .p-article-point__item span {
    flex: 0 0 100px;
    height: 33px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-article .p-article-point .p-article-point__item span {
    width: 70px;
    height: 25px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-article .p-article-point .p-article-point__item + .p-article-point__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-article .p-article-point .p-article-point__item + .p-article-point__item {
    margin-top: 20px;
  }
}
.p-article .p-article-point.p-article-point-jissen {
  background-color: #EFECDE;
}
.p-article .p-article-point.p-article-point-jissen .p-article-point__item span {
  flex: 0 0 230px;
  background-color: #DB6000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-point.p-article-point-jissen .p-article-point__item span {
    width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .p-article .p-article-wrap {
    display: flex;
    -moz-column-gap: 60px;
         column-gap: 60px;
    max-width: 1140px;
    padding: 60px 20px 120px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .p-article .p-article-wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-article .p-article-body {
    padding: 50px 20px;
  }
}
.p-article .p-article-body h2 {
  margin: 40px 0;
  line-height: 1.5;
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-body h2 {
    margin: 20px 0;
    font-size: 16px;
  }
}
.p-article .p-article-body h2:first-child {
  margin-top: 0;
}
.p-article .p-article-body p {
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-body p {
    line-height: 1.8;
    font-size: 14px;
  }
}
.p-article .p-article-body p + p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-body p + p {
    margin-top: 20px;
  }
}
.p-article .p-article-body figure {
  margin: 2em 0;
}
.p-article .p-article-body figcaption {
  text-align: left;
  color: #868686;
  line-height: 1.5;
}
.p-article .p-article-body .wp-block-columns {
  margin: 1.75em 0;
}
.p-article .p-article-body .wp-block-columns figure {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-body .talk-box {
    display: flex;
    flex-wrap: nowrap !important;
  }
  .p-article .p-article-body .talk-box .wp-block-column {
    flex: 0 1 100% !important;
  }
  .p-article .p-article-body .talk-box .wp-block-column:has(figure) {
    flex: 0 0 90px !important;
  }
}
.p-article .p-article-body .talk-box .talk-box__text {
  padding: 15px;
  background-color: #f3f3f3;
  border-radius: 10px;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-body .talk-box .talk-box__text {
    line-height: 1.8;
    font-size: 14px;
  }
}
.p-article .p-article-body .talk-box .talk-box__name {
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-body .talk-box .talk-box__name {
    font-size: 13px;
  }
}
.p-article .p-article-body + .p-article-box {
  margin-top: 80px;
}
.p-article .p-article-box {
  background-color: #f3f3f3;
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-box {
    margin-top: 50px;
    padding: 20px;
  }
}
.p-article .p-article-box a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 46px 20px 20px;
  background-color: #fff;
  line-height: 1.4;
  border: 1px solid #000;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-box a {
    font-size: 16px;
  }
}
.p-article .p-article-box a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.p-article .p-article-box a + a {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-box a + a {
    margin-top: 20px;
  }
}
.p-article .p-article-comment {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p-article .p-article-comment {
    margin-top: 80px;
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-article .p-article-comment {
    margin-top: 50px;
    padding: 50px 20px;
  }
}
.p-article .p-article-comment .p-article-comment__title {
  color: #646464;
  padding-bottom: 20px;
  font-family: "Lexend", serif;
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-comment .p-article-comment__title {
    padding-bottom: 20px;
    font-size: 16px;
  }
}
.p-article .p-article-comment .p-article-comment__title.p-article-comment__title-jissen {
  font-family: "Noto Sans JP", sans-serif;
}
.p-article .p-article-comment .p-article-comment__item {
  border-bottom: 1px solid #646464;
}
@media screen and (min-width: 768px) {
  .p-article .p-article-comment .p-article-comment__item {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-article .p-article-comment .p-article-comment__item {
    padding: 30px 0;
  }
}
.p-article .p-article-comment .p-article-comment__item:first-child {
  border-top: 1px solid #646464;
}
@media screen and (min-width: 768px) {
  .p-article .p-article-comment .p-article-comment__profile {
    flex: 0 0 120px;
  }
}
.p-article .p-article-comment .p-article-comment__image {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-comment .p-article-comment__image {
    width: 90px;
    margin-bottom: 10px;
  }
}
.p-article .p-article-comment .p-article-comment__name {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-comment .p-article-comment__name {
    font-size: 13px;
  }
}
.p-article .p-article-comment .p-article-comment__message {
  flex: 0 1 100%;
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-comment .p-article-comment__message {
    margin-top: 15px;
    line-height: 1.8;
    font-size: 14px;
  }
}
.p-article .p-article-comment.p-article-comment-jissen {
  background-color: #EFECDE;
}
.p-article .p-article-comment.p-article-comment-jissen .p-article-comment__title {
  color: #000;
}
.p-article .p-article-comment.p-article-comment-jissen .p-article-comment__item {
  border-bottom: 1px solid #000;
}
.p-article .p-article-comment.p-article-comment-jissen .p-article-comment__item:first-child {
  border-top: 1px solid #000;
}
.p-article .p-article-comment.p-article-comment-jissen .p-article-comment__message {
  color: #000;
}
.p-article .p-article-comment.p-article-comment-jissen .p-article-comment__name {
  color: #000;
}
.p-article .p-article-other {
  margin-top: 100px;
  background-color: #f3f3f3;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-other {
    margin-top: 50px;
    padding: 40px 20px;
  }
}
.p-article .p-article-other .p-article-other__title {
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-other .p-article-other__title {
    font-size: 15px;
  }
}
.p-article .p-article-other .p-article-other__list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-other .p-article-other__list {
    margin-top: 15px;
  }
}
.p-article .p-article-other .p-article-other__content + .p-article-other__content {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-other .p-article-other__content + .p-article-other__content {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-article .p-article-content {
    flex: 0 1 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-article .p-article-sidebar {
    flex: 0 0 240px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .p-article .p-article-sidebar {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-article .p-article-sidebar {
    padding: 50px 20px 150px;
  }
}
.p-article .p-article-sidebar .p-article-sidebar__content + .p-article-sidebar__content {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-article .p-article-sidebar .p-article-sidebar__content.p-article-sidebar__content--sticky {
    position: sticky;
    top: 5%;
  }
}
.p-article .p-article-sidebar .p-article-sidebar__title {
  font-family: "Lora", "Noto Sans JP";
  background-color: #f3f3f3;
  padding: 13px 15px;
  font-weight: bold;
  font-size: 16px;
}
.p-article .p-article-sidebar .p-article-sidebar__content-item {
  border-bottom: 1px solid #f3f3f3;
  font-size: 16px;
}
.p-article .p-article-sidebar .p-article-sidebar__content-item a {
  display: block;
  padding: 20px 15px;
}
.p-article .p-article-sidebar .p-article-sidebar__tags li {
  border-bottom: 1px solid #f3f3f3;
  font-size: 16px;
}
.p-article .p-article-sidebar .p-article-sidebar__tags li a {
  display: block;
  padding: 20px 15px;
}
.p-article .p-article-sidebar .p-article-sidebar__cat-item a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 20px 15px;
  border-bottom: 1px solid #f3f3f3;
  font-size: 16px;
}
.p-article .p-article-sidebar .p-article-sidebar__cat-icon {
  flex: 0 0 30px;
}
.p-article .p-article-sidebar .p-article-sidebar__image {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-article .p-article-sidebar .p-article-sidebar__image {
    width: 65%;
    margin: 30px auto 0;
  }
}
.p-article .p-article-news .p-article-news__date {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.p-article .p-article-news .p-article-news__date span {
  display: block;
  flex: 0 0 60px;
  font-family: "Lora", serif;
  font-weight: bold;
  font-size: 30px;
}
.p-article .p-article-news .p-article-news__text {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 16px;
}

/* ==========================================================================
  password
========================================================================== */
.p-password {
  margin: 70px 0;
}
.p-password p {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
}
.p-password form {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-password form {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-password form {
    text-align: center;
  }
}
.p-password form .password_space {
  border: 1px solid #000;
  padding: 5px;
}
.p-password form .password_button {
  display: block;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .p-password form .password_button {
    margin: 0 auto;
    margin-top: 20px;
  }
}

/* ==========================================================================
  topics
========================================================================== */
.p-topics {
  background-image: url("../image/topics/topics-bg01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 50px 190px;
}
@media screen and (max-width: 767px) {
  .p-topics {
    padding: 0 0 400px;
  }
}
@media screen and (min-width: 768px) {
  .p-topics .c-breadcrumb {
    padding: 20px 0;
  }
}
.p-topics .c-breadcrumb .c-breadcrumb-list__item::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.p-topics .p-topics-wrap {
  background-color: #fff;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  .p-topics .p-topics-wrap {
    padding: 40px 20px;
  }
}
.p-topics .p-topics-flex {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  max-width: 905px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-topics .p-topics-flex {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.p-topics .p-topics-image {
  flex: 0 0 105px;
  padding-right: 5px;
  border-right: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .p-topics .p-topics-image {
    flex: 0 0 68px;
    border-right: 1px solid #000;
  }
}
.p-topics .p-topics-message {
  flex: 0 1 100%;
  font-weight: 500;
  line-height: 2;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-topics .p-topics-message {
    line-height: 1.8;
    font-size: 13px;
  }
}
.p-topics .p-topics-button {
  max-width: 430px;
  height: 55px;
  margin: 60px auto 0;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-topics .p-topics-button {
    max-width: 240px;
    height: 74px;
    margin: 40px auto 0;
  }
}
.p-topics .p-topics-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  font-size: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topics .p-topics-button a {
    line-height: 1.4;
    font-size: 16px;
  }
}
.p-topics .p-topics-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 10px;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}
.p-topics .p-topics-button:hover a {
  color: #646464;
}
.p-topics .p-topics-button:hover a::after {
  border-top: 2px solid #646464;
  border-right: 2px solid #646464;
}
.p-topics .p-topics-list {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 60px auto 0;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .p-topics .p-topics-list {
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px auto 0;
    padding: 0 10px;
  }
}
.p-topics .p-topics-list .p-topics-list__item {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 767px) {
  .p-topics .p-topics-list .p-topics-list__item {
    width: calc((100% - 20px) / 2);
  }
}
/*# sourceMappingURL=maps/style.css.map */