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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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, 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.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       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 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-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]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

:root {
  --blue: #036eb8;
  --blue2: #e8f6ff;
  --bg-light: #f0f7fb;
  --black: #0a0a0a;
  --gray: #343434;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Inter", sans-serif;
  --space-md: 30px;
  --space-lg: 40px;
}

body {
  font-family: var(--font-ja);
  font-weight: 400;
  color: var(--black);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-en {
  font-family: var(--font-en);
  font-weight: 600;
}
.u-en--400 {
  font-weight: 400;
}

.u-arrow::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../img/icon_arrow.svg") no-repeat center/contain;
  margin-left: 8px;
  vertical-align: middle;
}

.u-link::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url("../img/icon_link.svg") no-repeat center/contain;
  margin-left: 6px;
  vertical-align: middle;
}

.l-inner {
  width: 100%;
  max-width: 1020px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .l-inner {
    padding: 0 25px;
  }
}

.u-bg-light {
  background-color: var(--bg-light);
}

.u-img-cover {
  border-radius: 12px;
  overflow: hidden;
}
.u-img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.u-img-cover:hover img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0.7;
}

.l-header {
  padding: 10px;
  border-bottom: 1px solid var(--blue);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header.is-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 1000px) {
  .l-header {
    padding: 10px 10px;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px 10px;
}
@media (max-width: 1000px) {
  .l-header__inner {
    padding: 0 15px 0;
  }
}
.l-header__top {
  padding: 0;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (max-width: 1000px) {
  .l-header__top {
    padding-top: 0;
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .l-header__logo {
    max-width: 120px;
  }
}
.l-header__logo-img {
  vertical-align: baseline;
}
.l-header__sub {
  font-size: 12px;
  padding-bottom: 5px;
  line-height: 1.6;
  color: var(--blue);
}
@media (max-width: 1000px) {
  .l-header__sub {
    font-size: 11px;
  }
}
.l-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .l-header__head {
    display: contents;
  }
}
.l-header__head .c-search {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .l-header__nav {
    position: fixed;
    width: 100%;
    height: calc(100vh - 61px);
    height: calc(100dvh - 61px);
    top: 61px;
    left: 0;
    background: #fff;
    padding: 40px 20px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .l-header__nav.is-active {
    opacity: 1;
    visibility: visible;
  }
  .l-header__nav .l-header__menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-header__nav .l-header__nav-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-header__nav .c-search {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-header__nav .c-notification {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1000px) {
  .l-header__nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}
.l-header__nav-item {
  font-size: 13px;
  font-weight: 700;
}
.l-header__nav-item--contact {
  max-width: 30px;
}
.l-header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--blue);
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .l-header__menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }
}
.l-header__menu-link {
  font-size: 15px;
  color: var(--blue);
  font-weight: 700;
}
@media (max-width: 1000px) {
  .l-header__menu-link {
    font-size: 17px;
  }
}
.l-header__toggle {
  display: none;
}
@media (max-width: 1000px) {
  .l-header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3px;
    width: 40px;
    height: 40px;
    background: var(--blue2);
    border-radius: 50%;
    border: none;
    cursor: pointer;
  }
  .l-header__toggle span {
    display: block;
    width: 14px;
    height: 2px;
    background: var(--blue);
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__toggle span:nth-child(1) {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  .l-header__toggle span:nth-child(2) {
    opacity: 1;
  }
  .l-header__toggle span:nth-child(3) {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  .l-header__toggle.is-active {
    background: var(--blue);
  }
  .l-header__toggle.is-active span {
    background: #fff;
  }
  .l-header__toggle.is-active span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
  .l-header__toggle.is-active span:nth-child(2) {
    opacity: 0;
  }
  .l-header__toggle.is-active span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg);
  }
}
@media (max-width: 1000px) {
  .l-header .c-search {
    display: block;
    padding: 10px 0;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}
.l-header .c-notification {
  display: none;
}
@media (max-width: 1000px) {
  .l-header .c-notification {
    display: block;
  }
}

.c-btn {
  text-align: center;
}
.c-btn__link {
  background: var(--blue);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  width: min(100%, 300px);
  padding: 20px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-btn__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/icon_arrow2.svg") no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-btn__link:hover {
  opacity: 0.8;
}
.c-btn-text__link {
  color: var(--blue);
  font-weight: 700;
}

.c-text-nav__link {
  color: var(--blue);
  font-weight: 700;
}

.c-title {
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.c-title::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}
.c-title--tag {
  font-size: 24px;
}
.c-title--tag::before {
  content: "#";
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}

.c-list {
  padding-top: 10px;
}
.c-list__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .c-list__title {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.c-list__title::before {
  width: 8px;
  height: 8px;
}
.c-list__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}
@media (max-width: 520px) {
  .c-list__wrapper {
    grid-template-columns: 1fr;
  }
}

.c-breadcrumbs {
  padding: 20px 0;
  overflow: hidden;
}
.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-breadcrumbs__item:last-child {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.c-breadcrumbs__item:not(:last-child)::after {
  content: "／";
  margin-left: 10px;
  color: var(--blue);
}
.c-breadcrumbs a {
  color: var(--blue);
}

.c-notification {
  margin-bottom: 50px;
  max-width: 262px;
}
@media (max-width: 1050px) {
  .c-notification {
    margin: 0 auto 30px;
  }
}

.c-pagetop {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 100;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.c-pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}
.c-pagetop__icon {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.c-search {
  max-width: 200px;
  margin-bottom: 30px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .c-search {
    margin-bottom: 20px;
  }
}
.c-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (max-width: 768px) {
  .c-search__form {
    max-width: 200px;
    margin: 0 auto;
  }
}
.c-search__input {
  width: 100%;
  padding: 1px 4px;
  border: 1px solid #707070;
  border-radius: 2px;
  font-size: 12px;
  background: #fff;
}
.c-search__input::-webkit-input-placeholder {
  color: #999;
}
.c-search__input::-moz-placeholder {
  color: #999;
}
.c-search__input:-ms-input-placeholder {
  color: #999;
}
.c-search__input::-ms-input-placeholder {
  color: #999;
}
.c-search__input::placeholder {
  color: #999;
}
.c-search__submit {
  background: #f0f0f0;
  border: 1px solid #707070;
  border-radius: 2px;
  color: #333;
  font-size: 12px;
  padding: 4px 10px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-search__submit:hover {
  opacity: 0.7;
}

.c-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 520px) {
  .c-banner {
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
.c-banner__item {
  width: 100%;
}
.c-banner__link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-banner__link:hover {
  opacity: 0.7;
}
.c-banner-square {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.c-banner-square__link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-banner-square__link:hover {
  opacity: 0.7;
}
.c-banner-square__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .c-banner-square.is-single {
    max-width: none;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.c-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}
.c-card__detail {
  padding: 0 20px;
}
.c-card__image {
  margin-bottom: 15px;
}
.c-card__link {
  display: block;
}
.c-card__title {
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.6;
}
.c-card__title--lg {
  font-size: 20px;
}
.c-card__title--md {
  font-size: 16px;
}
.c-card__title-link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-card__title-link:hover {
  color: var(--blue);
}

.c-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-info__category {
  display: contents;
}
.c-info__category-link {
  color: var(--blue);
  display: inline-block;
  padding: 3px 20px;
  border: 1px solid var(--blue);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
}
.c-info__tags {
  display: contents;
}
.c-info__tag {
  display: contents;
}
.c-info__tag-link {
  color: var(--blue);
  display: inline-block;
  padding: 3px 20px;
  background: #fff;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
}
.c-info__tag-link::before {
  content: "#";
  padding-right: 5px;
}
.c-info__date {
  color: var(--blue);
  font-size: 13px;
  font-weight: 500;
}

.swiper-pagination {
  position: absolute;
  top: -40px;
  right: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  background: #cde2f1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 50px;
  background: var(--blue);
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 10;
  width: 40px;
  height: 40px;
  background: var(--blue);
  border-radius: 50%;
  margin-top: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  font-size: 20px;
  color: #fff;
  font-family: var(--font-en);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: var(--blue2);
}

.swiper-button-prev {
  left: 10px;
}
.swiper-button-prev::before {
  content: "<";
}

.swiper-button-next {
  right: 10px;
}
.swiper-button-next::before {
  content: ">";
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 40px;
  font-family: var(--font-en);
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
  color: var(--blue);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
@media (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.wp-pagenavi a:hover {
  opacity: 0.7;
}
.wp-pagenavi span.current {
  background-color: var(--blue);
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-color: transparent;
  font-size: 0;
  width: 20px;
  height: 30px;
  padding: 0;
  position: relative;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7px;
  height: 12px;
  background: url("../img/icon_arrow_pnv.svg") no-repeat center/contain;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  opacity: 0.7;
}
.wp-pagenavi .previouspostslink::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.wp-pagenavi .extend {
  background-color: transparent;
  color: var(--blue);
  width: auto;
  font-size: 20px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .wp-pagenavi .extend {
    font-size: 16px;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}
.wp-pagenavi .first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.wp-pagenavi .last {
  -webkit-box-ordinal-group: 99;
      -ms-flex-order: 98;
          order: 98;
}
.wp-pagenavi .nextpostslink {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}

.c-toc {
  background: #fff;
  border-radius: 12px;
  padding: 30px 40px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .c-toc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
    gap: 0;
  }
}
.c-toc__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-toc__title {
  font-weight: 700;
  cursor: pointer;
}
.c-toc__toggle {
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}
.c-toc__toggle::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/icon_arrow.svg") no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.c-toc__toggle.is-open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-toc__body {
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.c-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .c-toc__list {
    padding-top: 20px;
  }
}
.c-toc__list li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.c-toc__list li:last-child {
  margin-bottom: 0;
}
.c-toc__list li a {
  color: inherit !important;
  text-decoration: none !important;
}
.c-toc__list li a:hover {
  text-decoration: underline !important;
  color: var(--blue) !important;
}

.l-footer {
  border-top: 1px solid var(--blue);
  padding: 60px 0 40px;
  position: relative;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .l-footer__main {
    width: 100%;
  }
}
.l-footer__inner {
  padding: 0 100px;
}
@media (max-width: 1150px) {
  .l-footer__inner {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: 0 20px;
  }
}
.l-footer__banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .l-footer__banner {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .l-footer__bottom {
    width: 100%;
  }
}
.l-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1000px) {
  .l-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__top {
  padding: 30px 0 0;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .l-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
}
.l-footer__sub {
  font-size: 12px;
  padding-bottom: 5px;
  line-height: 1.6;
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .l-footer__menu {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .l-footer__menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
    gap: 30px 20px;
  }
}
@media (max-width: 768px) {
  .l-footer__menu-item {
    text-align: center;
  }
}
.l-footer__menu-link {
  font-size: 15px;
  color: var(--blue);
  font-weight: 700;
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .l-footer__nav-list {
    margin-bottom: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__nav-item {
  font-size: 13px;
  font-weight: 700;
}
.l-footer__nav-item--contact {
  background: var(--blue2);
  display: inline-block;
  border-radius: 60px;
  max-width: 30px;
}
.l-footer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--blue);
}
.l-footer__copyright {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    text-align: center;
  }
}

.l-main {
  padding-top: 103px;
}
@media (max-width: 1000px) {
  .l-main {
    padding-top: 61px;
  }
}

.l-lower__main {
  width: 100%;
  min-width: 0;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .l-lower__main {
    padding-bottom: 20px;
  }
}
.l-lower__main .c-info__tags {
  display: none;
}
.l-lower.p-entry .l-lower__main .c-info__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-lower__grid {
  width: calc(100% - 80px);
}
@media (max-width: 768px) {
  .l-lower__grid {
    width: 100%;
  }
}
.l-lower__grid:has(.l-side) {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .l-lower__grid:has(.l-side) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-list {
  background: var(--bg-light);
}
.l-side {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 60px 0 0 40px;
  border-left: 1px solid var(--blue);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .l-side {
    width: 100%;
    border: none;
    padding-left: 0;
    padding-top: 0;
  }
}
.l-side__card {
  max-width: 280px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .l-side__card {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.l-side__slider-wrap {
  position: relative;
}
@media (max-width: 768px) {
  .l-side__slider-wrap {
    padding-bottom: 30px;
  }
}
.l-side__slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media (max-width: 768px) {
  .l-side__slider .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-side__slider .c-card__item {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .l-side__slider .c-card__item {
    max-width: 100%;
  }
}
.l-side__controls {
  display: none;
}
@media (max-width: 768px) {
  .l-side__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-top: 10px;
  }
}
.l-side__controls .swiper-pagination {
  position: static;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-side__controls .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  height: 4px;
  border-radius: 2px;
  background: #ccc;
  opacity: 1;
  min-width: 0;
  max-width: 30px;
}
.l-side__controls .swiper-pagination .swiper-pagination-bullet-active {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  max-width: 60px;
  background: var(--blue);
}
.l-side__controls .swiper-button-prev,
.l-side__controls .swiper-button-next {
  width: 30px !important;
  height: 30px !important;
  position: static !important;
  margin: 0 !important;
  background: var(--blue) !important;
  border-radius: 6px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .l-side__controls .swiper-button-prev,
  .l-side__controls .swiper-button-next {
    min-width: 30px;
    min-height: 30px;
  }
}
.l-side__controls .swiper-button-prev::before,
.l-side__controls .swiper-button-next::before {
  display: none !important;
}
.l-side__controls .swiper-button-prev::after,
.l-side__controls .swiper-button-next::after {
  display: block !important;
  content: "" !important;
  width: 14px;
  height: 14px;
  background: url("../img/btn_arrow.svg") no-repeat center/30px !important;
}
.l-side__controls .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-side .c-info__date,
.l-side .c-info__category-link {
  font-size: 12px;
}
.l-side .c-card__title {
  font-size: 14px;
  margin-bottom: 10px;
}
.l-side .c-info__tags {
  display : none;
}
.l-side.l-side .c-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.p-top {
  border-bottom: 1px solid var(--blue);
}
.p-top__grid {
  display: grid;
  grid-template-columns: 6fr 4fr;
  padding-bottom: 60px;
  width: calc(100% - 80px);
}
@media (max-width: 768px) {
  .p-top__grid {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.p-top__main {
  border-right: 1px solid var(--blue);
  padding: 20px var(--space-lg) 0 0;
  min-width: 0;
}
@media (max-width: 768px) {
  .p-top__main {
    border: none;
    padding: 40px 0 0;
  }
}
@media (max-width: 768px) {
  .p-top__main .c-banner {
    padding-bottom: 40px;
  }
}
.p-top__side {
  padding: 20px 0 var(--space-md) 40px;
}
@media (max-width: 768px) {
  .p-top__side {
    padding: 40px 0 0;
    border-top: 1px solid var(--blue);
  }
}
.p-top__side .c-info__tags {
  display: none;
}
.p-top__side .c-text-nav {
  text-align: right;
}

.l-toparea {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .l-toparea {
    margin-bottom: 80px;
  }
}
.l-toparea .l-inner {
  width: calc(100% - 80px);
}
@media (max-width: 768px) {
  .l-toparea .l-inner {
    width: 100%;
  }
}

.p-pickup {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--blue);
}
.p-pickup__slider-wrap {
  position: relative;
}
@media (max-width: 768px) {
  .p-pickup__slider-wrap .p-pickup__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 20px;
  }
}
.p-pickup__slider-wrap .swiper-pagination {
  position: absolute;
  top: -25px;
  bottom: auto;
  right: 0;
  left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .p-pickup__slider-wrap .swiper-pagination {
    position: static;
    width: auto !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
}
.p-pickup__slider-wrap .swiper-button-prev,
.p-pickup__slider-wrap .swiper-button-next {
  width: 30px !important;
  height: 30px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -55px;
  background: transparent !important;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .p-pickup__slider-wrap .swiper-button-prev,
  .p-pickup__slider-wrap .swiper-button-next {
    position: static !important;
    margin: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.p-pickup__slider-wrap .swiper-button-prev::before,
.p-pickup__slider-wrap .swiper-button-next::before {
  display: none !important;
}
.p-pickup__slider-wrap .swiper-button-prev::after,
.p-pickup__slider-wrap .swiper-button-next::after {
  display: block !important;
  content: "" !important;
  width: 30px;
  height: 30px;
  background: url("../img/btn_arrow.svg") no-repeat center/contain !important;
}
.p-pickup__slider-wrap .swiper-button-prev:hover,
.p-pickup__slider-wrap .swiper-button-next:hover {
  background: transparent !important;
}
.p-pickup__slider-wrap .swiper-button-prev {
  left: -15px;
}
.p-pickup__slider-wrap .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .p-pickup__slider-wrap .swiper-button-prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-pickup__slider-wrap .swiper-button-next {
  right: -15px;
}
@media (max-width: 768px) {
  .p-pickup__slider-wrap .swiper-button-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-pickup__list {
  position: relative;
  max-width: 100%;
}
.p-pickup__list .c-card .c-card__title {
  font-size: 20px;
}
@media (max-width: 768px) {
  .p-pickup__list .c-card .c-card__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 768px) {
  .p-pickup__list .c-info__tags .c-info__tag:nth-child(n+2) {
    display: none;
  }
}
.p-pickup__image, .p-pickup__list .c-card__image {
  margin-bottom: 30px;
  aspect-ratio: 580/320;
}
@media (max-width: 768px) {
  .p-pickup__image, .p-pickup__list .c-card__image {
    margin-bottom: 20px;
  }
}
.p-pickup__detail, .p-pickup__list .c-card__detail {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-pickup__detail, .p-pickup__list .c-card__detail {
    padding: 0 0 10px;
  }
}
.p-pickup__title, .p-pickup__list .c-card__title {
  margin-bottom: 20px;
  line-height: 1.6;
}

.p-featured {
  padding-top: 20px;
  margin-bottom: var(--space-md);
}
@media (max-width: 768px) {
  .p-featured {
    border-top: none;
    padding-top: 30px;
  }
}
.p-featured__slider-wrap {
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .p-featured__slider-wrap {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .p-featured__slider-wrap .p-featured__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 20px;
  }
}
.p-featured__slider-wrap .swiper-pagination {
  position: absolute;
  bottom: 26px;
  top: auto;
  left: 0;
  right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
}
@media (max-width: 768px) {
  .p-featured__slider-wrap .swiper-pagination {
    position: static;
    width: auto !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
    bottom: auto;
  }
}
.p-featured__slider-wrap .swiper-button-prev,
.p-featured__slider-wrap .swiper-button-next {
  width: 30px !important;
  height: 30px !important;
  top: auto;
  bottom: 20px;
  -webkit-transform: none;
          transform: none;
  margin-top: 0;
  background: var(--blue) !important;
  border-radius: 6px !important;
}
@media (max-width: 768px) {
  .p-featured__slider-wrap .swiper-button-prev,
  .p-featured__slider-wrap .swiper-button-next {
    position: static !important;
    margin: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.p-featured__slider-wrap .swiper-button-prev::before,
.p-featured__slider-wrap .swiper-button-next::before {
  display: none !important;
}
.p-featured__slider-wrap .swiper-button-prev::after,
.p-featured__slider-wrap .swiper-button-next::after {
  display: block !important;
  content: "" !important;
  width: 14px;
  height: 14px;
  background: url("../img/btn_arrow.svg") no-repeat center/30px !important;
}
.p-featured__slider-wrap .swiper-button-prev:hover,
.p-featured__slider-wrap .swiper-button-next:hover {
  opacity: 0.8;
}
.p-featured__slider-wrap .swiper-button-prev {
  left: auto;
  right: 40px;
}
.p-featured__slider-wrap .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .p-featured__slider-wrap .swiper-button-prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-featured__slider-wrap .swiper-button-next {
  right: 0;
}
@media (max-width: 768px) {
  .p-featured__slider-wrap .swiper-button-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-featured__list {
  position: relative;
  max-width: 100%;
  display: block;
  gap: 0;
}
.p-featured__item {
  height: auto;
}
.p-featured__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: 100%;
}
@media (max-width: 768px) {
  .p-featured__group .c-card__title {
    /*
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    */
  }
}
.p-featured__group .c-card__detail {
  padding: 0;
}
.p-featured__item-card, .p-featured__group .c-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-featured__item-card, .p-featured__group .c-card {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .p-featured .c-info__tags .c-info__tag:nth-child(n+2) {
    display: none;
  }
}
.p-featured__title {
  margin-bottom: 20px;
  line-height: 1.6;
}

.p-feature {
  background: var(--bg-light);
  padding: 70px 0;
  border-top: 1px solid var(--blue);
}
.p-feature .l-inner {
  width: calc(100% - 80px);
}
@media (max-width: 768px) {
  .p-feature .l-inner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-feature {
    padding: 60px 0;
  }
}
.p-feature__top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .p-feature__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-feature__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-feature__title {
    margin-bottom: 20px;
    white-space: normal;
  }
}
.p-feature__title::before {
  width: 8px;
  height: 8px;
}
.p-feature__sub {
  color: var(--blue);
  line-height: 1.6;
}
.p-feature__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-feature__list {
    grid-template-columns: 1fr;
  }
}
.p-feature__list .c-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .p-feature__list .c-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-feature__list .c-card:first-child {
  padding-right: 40px;
  background: url("../img/bg_dot2.png") no-repeat right center/contain;
}
@media (max-width: 768px) {
  .p-feature__list .c-card:first-child {
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url("../img/bg_dot3.png") no-repeat center bottom/contain;
  }
}
.p-feature__list .c-card:nth-child(2) {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .p-feature__list .c-card:nth-child(2) {
    padding: 0;
  }
}
.p-feature__list .c-card .u-img-cover {
  border-radius: 10px;
}
.p-feature__list .c-card .c-card__detail {
  padding-left: 0;
  padding-right: 0;
}
.p-feature__list .c-card .c-info {
  display: none;
}
.p-feature__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .p-feature__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-feature__item:first-child {
  padding-right: 40px;
  background: url("../img/bg_dot2.png") no-repeat right center/contain;
}
@media (max-width: 768px) {
  .p-feature__item:first-child {
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url("../img/bg_dot3.png") no-repeat center bottom/contain;
  }
}
.p-feature__item:nth-child(2) {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .p-feature__item:nth-child(2) {
    padding: 0;
  }
}
.p-feature__item-title {
  margin-bottom: 20px;
  line-height: 1.6;
}

.p-sponsored {
  padding: 30px 0;
  background: url("../img/bg_dot.png") no-repeat center top/contain;
}
@media (max-width: 768px) {
  .p-sponsored {
    background: url("../img/bg_dot_sp.svg") no-repeat center top/contain;
  }
}
.p-sponsored__inner {
  background-color: var(--bg-light);
  border-radius: 12px;
  padding: 60px 40px 50px;
  position: relative;
}
@media (max-width: 768px) {
  .p-sponsored__inner {
    padding: 40px 20px;
    border-radius: 12px;
    margin: 0 20px;
  }
}
.p-sponsored__inner::after {
  content: "Sponsored";
  font-size: 12px;
  color: var(--blue);
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: var(--font-en);
}
@media (max-width: 768px) {
  .p-sponsored__inner::after {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
    display: block;
    padding: 15px 0 0;
  }
}
.p-sponsored__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
}
.p-sponsored__wrap {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-sponsored__wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .p-sponsored__image {
    max-width: 240px;
    margin: 0 auto;
  }
}
.p-sponsored__textarea p {
  line-height: 1.6;
}

.p-tagarea {
  padding: 60px 0 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-tagarea {
    padding: 60px 0 30px;
  }
}
.p-tagarea--bottom {
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-tagarea--bottom {
    margin-bottom: 30px;
  }
}
.p-tagarea--bottom .p-tagarea__head {
  background: url("../img/bg_dot.png") no-repeat center top/contain;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .p-tagarea--bottom .p-tagarea__head {
    background: url("../img/bg_dot_sp.svg") no-repeat center top/contain;
    padding-top: 30px;
  }
}
.p-tagarea__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-tagarea__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}
.p-tagarea__head .c-text-nav {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .p-tagarea__head .c-text-nav {
    display: none;
  }
}
.p-tagarea__slider-wrap {
  position: relative;
  padding-left: max(40px, 50% - 510px);
}
@media (max-width: 768px) {
  .p-tagarea__slider-wrap {
    padding: 0 20px;
  }
}
.p-tagarea__slider {
  width: 100%;
  overflow: visible;
}
@media (max-width: 768px) {
  .p-tagarea__slider {
    overflow: hidden;
  }
}
.p-tagarea__slider .swiper-wrapper {
  padding-bottom: 0;
}
.p-tagarea__slider .c-card__item {
  max-width: 360px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-tagarea__slider .c-card__item {
    max-width: 100%;
    margin-right: 0;
  }
}
.p-tagarea .c-text-nav-mobile {
  display: none;
}
@media (max-width: 768px) {
  .p-tagarea .c-text-nav-mobile {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}
.p-tagarea__controls {
  position: relative;
  height: 60px;
  margin: 0;
}
@media (max-width: 768px) {
  .p-tagarea__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-top: 10px;
  }
}
.p-tagarea .swiper-pagination {
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 0;
  right: auto;
  width: auto !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  .p-tagarea .swiper-pagination {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
    width: 100% !important;
    gap: 4px;
  }
  .p-tagarea .swiper-pagination .swiper-pagination-bullet {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    min-width: 0;
    max-width: 30px;
  }
  .p-tagarea .swiper-pagination .swiper-pagination-bullet-active {
    -webkit-box-flex: 2.5;
        -ms-flex: 2.5;
            flex: 2.5;
    max-width: 60px;
  }
}
.p-tagarea .swiper-button-prev,
.p-tagarea .swiper-button-next {
  width: 30px !important;
  height: 30px !important;
  top: 0;
  bottom: auto;
  -webkit-transform: none;
          transform: none;
  margin-top: 0;
  background: var(--blue) !important;
  border-radius: 6px !important;
}
@media (max-width: 768px) {
  .p-tagarea .swiper-button-prev,
  .p-tagarea .swiper-button-next {
    position: static !important;
    margin: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 30px;
    min-height: 30px;
  }
}
.p-tagarea .swiper-button-prev::before,
.p-tagarea .swiper-button-next::before {
  display: none !important;
}
.p-tagarea .swiper-button-prev::after,
.p-tagarea .swiper-button-next::after {
  display: block !important;
  content: "" !important;
  width: 14px;
  height: 14px;
  background: url("../img/btn_arrow.svg") no-repeat center/30px !important;
}
.p-tagarea .swiper-button-prev:hover,
.p-tagarea .swiper-button-next:hover {
  opacity: 0.8;
}
.p-tagarea .swiper-button-prev {
  left: auto;
  right: 40px;
  top: 20px;
}
.p-tagarea .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .p-tagarea .swiper-button-prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-tagarea .swiper-button-next {
  right: 0;
  top: 20px;
}
@media (max-width: 768px) {
  .p-tagarea .swiper-button-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-404 {
  min-width: 0;
  max-width: 100%;
}
.p-404__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--blue);
}
.p-404__content p {
  margin-bottom: 100px;
  line-height: 1.6;
}

.p-entry {
  min-width: 0;
  max-width: 100%;
}
.p-entry .twitter-tweet-rendered {
  margin-inline: auto !important;
}
.p-entry-single {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .p-entry-single {
    padding-top: 20px;
  }
}
.p-entry__thumbnail {
  margin-bottom: 40px;
  max-width: 100%;
}
.p-entry__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  max-width: 100%;
  display: block;
}
.p-entry .l-inner:not(.l-lower__grid) {
  width: calc(100% - 80px);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-entry .l-inner:not(.l-lower__grid) {
    width: 100%;
  }
}
.p-entry__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
.p-entry__head {
  margin-bottom: 50px;
}
.p-entry__head .c-info {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-entry__head .c-info__category, .p-entry__head .c-info__tags, .p-entry__head .c-info__tag {
  display: contents !important;
}
.p-entry__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.p-entry__author-icon {
  max-width: 46px;
}
.p-entry__author-icon img {
  border-radius: 50%;
}
.p-entry__author-name {
  font-weight: 700;
}
.p-entry__content {
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-entry__content-page {
  margin-top: 20px;
  margin-bottom: 0;
}
.p-entry__content p {
  margin-bottom: 40px;
  line-height: 1.6;
}
.p-entry__content p iframe,
.p-entry__content .is-type-video iframe,
.p-entry__content iframe[src*="youtube"]  {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 40px;
} 
.p-entry__content *[width],
.p-entry__content *[style*=width] {
  width: auto !important;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-entry__content h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 60px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--blue);
  line-height: 1.6;
}
.p-entry__content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--blue);
  position: relative;
  line-height: 1.6;
}
.p-entry__content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--blue);
  position: relative;
  line-height: 1.6;
}
.p-entry__content h3::after {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--blue);
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 5;
}
.p-entry__content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
}
.p-entry__content .wp-block-image {
  margin-bottom: 40px;
}
.p-entry__content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.p-entry__content .wp-element-caption {
  text-align: center;
  font-size: 12px;
}
.p-entry__content a:not(.c-btn__link) {
  color: var(--blue);
  text-decoration: underline;
}
.p-entry__content blockquote.wp-block-quote {
  background: #e2ecf4;
  border-radius: 12px;
  padding: 30px 40px;
  margin-bottom: 40px;
  position: relative;
}
.p-entry__content blockquote.wp-block-quote p:last-child {
  margin-bottom: 0;
}
.p-entry__content blockquote.wp-block-quote::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  background: transparent url("../img/icon_blockquote.svg") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 12px;
}
.p-entry__content blockquote.wp-block-quote::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: transparent url("../img/icon_blockquote.svg") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-entry__content ul.wp-block-list,
.p-entry__content ol.wp-block-list {
  margin-bottom: 40px;
  padding-left: 1.5em;
  line-height: 1.6;
}
.p-entry__content ul.wp-block-list li,
.p-entry__content ol.wp-block-list li {
  margin-bottom: 10px;
  position: relative;
}
.p-entry__content ul.wp-block-list li {
  list-style-type: none;
}
.p-entry__content ul.wp-block-list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--blue);
  border-radius: 50%;
  position: absolute;
  left: -1.2em;
  top: 0.65em;
}
.p-entry__content ol.wp-block-list {
  counter-reset: list-counter;
}
.p-entry__content ol.wp-block-list li {
  list-style-type: none;
  counter-increment: list-counter;
}
.p-entry__content ol.wp-block-list li::before {
  content: counter(list-counter) ".";
  color: var(--blue);
  font-weight: 700;
  position: absolute;
  left: -1.5em;
}
.p-entry__content .wp-block-table table {
  width: 100%;
  table-layout: auto;
}
.p-entry__content .wp-block-table table td {
  border: none;
  line-height: 1.6;
  padding: 0 0 10px;
}
.p-entry__content .wp-block-table table td:first-child {
  font-weight: 700;
  white-space: nowrap;
  width: 0.1%;
  padding-right: 40px;
}
.p-entry__content .wp-block-buttons {
  margin-bottom: 40px;
  text-align: center;
}
.p-entry__content .wp-block-buttons .wp-block-button a.wp-block-button__link {
  background: var(--blue);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  width: min(100%, 300px);
  padding: 20px 60px;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-entry__content .wp-block-buttons .wp-block-button a.wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/icon_arrow2.svg") no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-entry__content .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
  opacity: 0.8;
}
.p-entry__box {
  background: #fff;
  border-radius: 12px;
  padding: 20px 30px 30px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-entry__box {
    padding: 30px 20px 30px;
  }
}
@media (max-width: 768px) {
  .p-entry__box--profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-entry__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-entry__profile {
    display: contents;
  }
}
.p-entry__profile-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .p-entry__profile-head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-entry__profile-icon {
  width: 46px;
  height: 46px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-entry__profile-icon img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-entry__profile-name {
  font-weight: 700;
}
.p-entry__profile-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 768px) {
  .p-entry__profile-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 25px;
  }
}
.p-entry__profile-link::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon_arrow.svg") no-repeat center/contain;
}
.p-entry__profile-link:hover {
  opacity: 0.7;
}
.p-entry__profile-text {
  margin-top: 15px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-entry__profile-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-entry__share-label {
  font-weight: 700;
}
.p-entry__share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-left: 30px;
  background: url("../img/bg_line2.svg") no-repeat center left/contain;
}
@media (max-width: 768px) {
  .p-entry__share-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    background: none;
  }
}
.p-entry__share-item {
  width: 30px;
  height: 30px;
}
.p-entry__share-item a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-entry__share-item a:hover {
  opacity: 0.7;
}
.p-entry__share-item img {
  display: block;
  width: 100%;
  height: auto;
}
.p-entry__share-item--copy {
  width: auto;
  height: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-entry__share-item--copy {
    margin-left: 0;
  }
}
.p-entry__copy-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 16px 8px 32px;
  border-radius: 30px;
  background: #eeeeee;
  font-size: 14px;
  color: var(--text);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  font-size: 12px;
  position: relative;
  font-weight: 500;
}
.p-entry__copy-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url("../img/btn_link.svg") no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-entry__copy-btn img {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-entry__copy-btn::after {
  content: "コピーしました！";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 11px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  margin-bottom: 8px;
}
.p-entry__copy-btn.is-active {
  background: #ccc;
}
.p-entry__copy-btn.is-active::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
}
.p-entry__copy-btn:hover {
  background: #f5f5f5;
}
.p-entry__box--share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-block: 25px;
}
@media (max-width: 768px) {
  .p-entry__box--share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
.p-entry__box--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .p-entry__box--nav {
    padding: 20px;
  }
}
.p-entry__nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  max-width: 50%;
}
@media (max-width: 768px) {
  .p-entry__nav-item {
    width: 100%;
  }
}
.p-entry__nav-item:first-child .c-card {
  background: url("../img/bg_line3.png") repeat-y right center;
  background-size: 1px 80px;
  padding-right: 30px;
}
.p-entry__nav-item:only-child .c-card {
  background: none;
  padding-right: 0;
}
@media (max-width: 768px) {
  .p-entry__nav-item--prev {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .p-entry__nav-item--next {
    padding-right: 0;
  }
}
.p-entry__nav-item .c-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .p-entry__nav-item .c-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .p-entry__nav-item .c-card {
    display: none;
  }
}
.p-entry__nav-item .c-info {
  display: none;
}
.p-entry__nav-item .c-card__image {
  border-radius: 6px;
  margin-bottom: 0;
}
.p-entry__nav-item .c-card__title {
  font-size: 13px;
}
.p-entry__nav-item .c-card__detail {
  padding: 0 0 0 0;
}
.p-entry__nav-item:last-child:not(:only-child) {
  padding: 0 0 0 30px;
}
@media (max-width: 768px) {
  .p-entry__nav-item:last-child:not(:only-child) {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-entry__nav-label {
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .p-entry__nav-label {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-entry__nav-label::before {
    content: "";
    background: url("../img/btn_arrow.svg") no-repeat center center/contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.p-entry__nav-item--next .p-entry__nav-label {
  text-align: right;
}
@media (max-width: 768px) {
  .p-entry__nav-item--next .p-entry__nav-label {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-entry__nav-item--next .p-entry__nav-label::before {
    display: none;
  }
  .p-entry__nav-item--next .p-entry__nav-label::after {
    content: "";
    background: url("../img/btn_arrow.svg") no-repeat center center/contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
  }
}
.p-entry__nav-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.p-entry__nav-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("../img/btn_arrow.svg") no-repeat center/contain;
}
@media (max-width: 768px) {
  .p-entry__nav-btn::after {
    display: none;
  }
}
.p-entry__nav-btn:hover {
  opacity: 0.7;
}
.p-entry__nav-item--prev .p-entry__nav-btn::after {
  left: -50px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768px) {
  .p-entry__nav-item--prev .p-entry__nav-btn::after {
    left: 0;
  }
}
.p-entry__nav-item--next .p-entry__nav-btn::after {
  right: -50px;
}
@media (max-width: 768px) {
  .p-entry__nav-item--next .p-entry__nav-btn::after {
    right: 0;
  }
}
.p-entry__back {
  margin-top: 40px;
  text-align: center;
}

.single-post .c-title {
  margin-bottom: 30px;
  font-size: 24px;
}
.single-post .c-title::before {
  content: none;
}
@media (max-width: 768px) {
  .single-post .c-title--pickup {
    margin-bottom: 10px;
  }
}
.single-post .c-title--pickup::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}
@media (max-width: 768px) {
  .single-post .c-title--pickup {
    font-size: 18px;
  }
}
.single-post .p-tagarea {
  padding-bottom: 60px;
  border-top: 1px solid var(--blue);
}
.single-post .p-tagarea__inner {
  background: none;
  width: calc(100% - 80px);
  padding-left: 40px;
}
@media (max-width: 768px) {
  .single-post .p-tagarea__inner {
    width: 100%;
    padding-left: 0;
  }
}/*# sourceMappingURL=style.css.map */