@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 {
  -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;
  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 {
  -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: 100%;
}

/**
 * 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 {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  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;
}

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

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: #2B2B35;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background: #F4F4F4;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #DDDDDD;
}

.l-header__inner {
  width: 100%;
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 0 9.375rem;
}
@media screen and (max-width: 1440px) {
  .l-header__inner {
    padding: 0 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 4.375rem;
    gap: 0.625rem;
    padding: 0;
  }
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    gap: 0.4375rem;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo a:nth-child(1) {
  width: 16.9375rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo a:nth-child(1) {
    width: 10.9375rem;
  }
}
.l-header__logo a:nth-child(2) {
  width: 8.9375rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo a:nth-child(2) {
    width: 4.6875rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}

.l-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav__lists {
    display: none;
  }
}

.l-header-nav__link {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}
.l-header-nav__link:hover {
  opacity: 0.7;
}

.l-header-nav__btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav__btnGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
}

.l-header-nav__btn {
  width: 11.25rem;
  height: 2.75rem;
  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;
  background: #B28A3D;
  border: 1px solid #B28A3D;
}
@media screen and (max-width: 767px) {
  .l-header-nav__btn {
    width: 7.5rem;
    height: 2.1875rem;
  }
}
.l-header-nav__btn:hover {
  background: #F4F4F4;
}
.l-header-nav__btn:hover a {
  color: #B28A3D;
}
.l-header-nav__btn a {
  width: 100%;
  height: 100%;
  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;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header-nav__btn a {
    font-size: 0.75rem;
  }
}
.l-header-nav__btn.blue {
  background: #47618B;
  border: 1px solid #47618B;
}
.l-header-nav__btn.blue:hover {
  background: #F4F4F4;
}
.l-header-nav__btn.blue:hover a {
  color: #47618B;
}

.l-header-searchNav {
  position: absolute;
  z-index: 98;
  top: 6.25rem;
  left: 0;
  width: 100%;
  height: 3.125rem;
  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;
  padding: 0 12.5rem;
  background: #F4F4F4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-searchNav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: 4.375rem;
    padding: 0.3125rem 3.125rem 0.3125rem 0.9375rem;
  }
}
.l-header-searchNav.fixed {
  top: 0rem;
}
.l-header-searchNav.fixed.off {
  position: fixed;
  top: 0rem;
}
.l-header-searchNav.fixed.on {
  position: fixed;
  top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-header-searchNav.fixed.on {
    top: 4.375rem;
  }
}

.l-header-searchNav__lists {
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-searchNav__lists {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.9375rem;
    background: #2B2B35;
    padding: 0rem 0.9375rem 0rem 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header-searchNav__list {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #fff;
  }
  .l-header-searchNav__list::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.8125rem;
    right: 0.3125rem;
    width: 0.875rem;
    height: 1px;
    background: #fff;
  }
  .l-header-searchNav__list::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.40625rem;
    right: 0.71875rem;
    width: 1px;
    height: 0.875rem;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header-searchNav__list.open::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.l-header-searchNav__list:hover .l-header-searchNav__subLists {
  max-height: none;
  overflow: initial;
  padding: 1.6875rem 1.875rem 5.375rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-header-searchNav__list:hover .l-header-searchNav__subLists {
    padding: 0.625rem 0.625rem 0.9375rem 1.25rem;
  }
}

.l-header-searchNav__link {
  display: inline-block;
  color: #47618B;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.8125rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .l-header-searchNav__link {
    color: #fff;
    padding: 0rem;
  }
}
.l-header-searchNav__link:hover {
  color: #fff;
  background: #2B2B35;
}

.l-header-searchNav__subLists {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
  padding: 0rem 1.25rem;
  background: #2B2B35;
}
@media screen and (max-width: 767px) {
  .l-header-searchNav__subLists {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    max-height: none;
    padding: 0.625rem 0.625rem 3.75rem 1.25rem;
  }
}

.l-header-searchNav__subList {
  min-width: 11.125rem;
}
@media screen and (max-width: 767px) {
  .l-header-searchNav__subList {
    min-width: auto;
    margin-top: 0.9375rem;
  }
  .l-header-searchNav__subList:first-of-type {
    margin-top: 0rem;
  }
}

.l-header-searchNav__subLink {
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header-searchNav__subLink {
    font-size: 0.875rem;
  }
}
.l-header-searchNav__subLink:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .l-header-searchNav__triLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.3125rem 0.9375rem;
    margin-top: 0.3125rem;
  }
}

.l-header-searchNav__triList {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-header-searchNav__triList {
    margin-top: 0rem;
  }
}

.l-header-searchNav__triLink {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
}
.l-header-searchNav__triLink:hover {
  opacity: 0.7;
}

.l-header-searchNav__fpBtn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-header-searchNav__fpBtn {
    position: relative;
    left: 0rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: 0rem;
    margin-top: 0.9375rem;
  }
}
.l-header-searchNav__fpBtn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-header-searchNav__fpBtn a {
    padding-bottom: 0rem;
    border-bottom: none;
    font-size: 0.875rem;
  }
}
.l-header-searchNav__fpBtn a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.5rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-searchNav__fpBtn a::after {
    display: none;
  }
}
.l-header-searchNav__fpBtn a:hover {
  opacity: 0.7;
}

.l-header-navSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-navSp {
    cursor: pointer;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.l-header-navSp__btn {
  position: relative;
  width: 0.9375rem;
  height: 0.625rem;
}
.l-header-navSp__btn span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 0.9375rem;
  height: 0.09375rem;
  background: #47618B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-navSp__btn span:nth-of-type(1) {
  top: 0rem;
}
.l-header-navSp__btn span:nth-of-type(2) {
  top: 0.28125rem;
}
.l-header-navSp__btn span:nth-of-type(3) {
  top: 0.5625rem;
}

.l-header-navSp__text {
  color: #47618B;
  font-size: 0.875rem;
  font-weight: 500;
}

.l-header-navSp.active .l-header-navSp__btn span {
  background: #fff;
}
.l-header-navSp.active .l-header-navSp__btn span:nth-of-type(1) {
  top: 0.25rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header-navSp.active .l-header-navSp__btn span:nth-of-type(2) {
  display: none;
}
.l-header-navSp.active .l-header-navSp__btn span:nth-of-type(3) {
  top: 0.25rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header-navSp.active .l-header-navSp__text {
  color: #fff;
}

.l-header-searchNav.active {
  background: #2B2B35;
}
.l-header-searchNav.active .l-header-searchNav__lists {
  max-height: none;
  overflow: inherit;
  padding: 0.625rem 0.9375rem 1.25rem 0.9375rem;
}

.l-header-search {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 9.375rem;
  width: 2.5rem;
  height: 2.5rem;
  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;
}
@media screen and (max-width: 767px) {
  .l-header-search {
    display: none;
  }
}
.l-header-search img {
  width: 1.125rem;
}
.l-header-search:hover {
  opacity: 0.7;
}

.l-header-searchSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-searchSp {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.3125rem;
    width: 2.5rem;
    height: 2.5rem;
    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;
    background: #F4F4F4;
    border-radius: 0.1875rem;
  }
}
.l-header-searchSp img {
  width: 1.125rem;
}
.l-header-searchSp:hover {
  opacity: 0.7;
}

.l-header-searchForm {
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12.5rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-searchForm {
    display: none;
  }
}
.l-header-searchForm.on {
  z-index: 2;
  opacity: 1;
}

.l-header-searchForm__keyword {
  position: relative;
  display: block;
  width: 12.8125rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 0.1875rem;
  overflow: hidden;
}
.l-header-searchForm__keyword input {
  position: relative;
  z-index: 2;
  width: 100%;
  color: #777777;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  padding: 0 0.3125rem;
}

.l-header-searchForm__btn {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.3125rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.125rem 0.3125rem;
  background: #47618B;
  border-radius: 0.1875rem;
}

.l-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 7.5rem;
  }
}

.l-inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.125rem;
  }
}
.l-inner.mt50 {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-inner.mt50 {
    gap: 2.5rem;
    margin-top: 1.875rem;
  }
}

.l-inner-article {
  width: 100%;
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner-article {
    max-width: 100%;
  }
}

.l-inner-aside {
  width: 100%;
  max-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .l-inner-aside {
    max-width: 100%;
    padding: 0 0.9375rem;
  }
}

.l-inner-asideRanking {
  width: 100%;
  margin-top: 0.625rem;
}

.l-inner-asideRanking__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
}

.l-inner-asideMail {
  display: block;
  width: 100%;
  background-image: url(../imgs/pc/newsletter_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.625rem;
  margin-top: 2.5rem;
}
.l-inner-asideMail:hover {
  opacity: 0.7;
}

.l-inner-asideMail__box {
  width: 100%;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.2);
}

.l-inner-asideMail__title {
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.l-inner-asideMail__title::after {
  content: "";
  display: block;
  position: relative;
  width: 3.75rem;
  height: 0.125rem;
  background: rgba(255, 255, 255, 0.6);
  margin: 0.5rem auto 0 auto;
}

.l-inner-asideMail__text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.75rem;
}

.l-inner-asideBanner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-inner-asideBanner {
    gap: 0.9375rem;
    margin-top: 0.9375rem;
  }
}

.l-inner-asideBanner__link {
  display: block;
  width: 100%;
}
.l-inner-asideBanner__link:hover {
  opacity: 0.7;
}

.l-inner-asideTag {
  width: 100%;
  margin-top: 2.5rem;
}

.l-inner-asideTag__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4375rem 0.625rem;
  margin-top: 0.625rem;
}

.l-inner-asideTag__list {
  color: #47618B;
  font-size: 0.875rem;
  font-weight: 500;
}

.l-inner-asideTag__link {
  display: inline-block;
  color: #47618B;
  font-size: 0.875rem;
  font-weight: 500;
}
.l-inner-asideTag__link:hover {
  opacity: 0.7;
}

.l-footer {
  position: relative;
  width: 100%;
  background: #2B2B35;
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
  padding: 3.75rem 8.75rem 1.875rem 8.75rem;
}
@media screen and (max-width: 1440px) {
  .l-footer {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 1.25rem 0.9375rem 1.875rem 0.9375rem;
  }
}

.l-footer__inner {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .l-footer__inner {
    max-width: 72.5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-top: 1.25rem;
  }
}

.l-footer__wrapper {
  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;
  padding-right: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrapper {
    display: block;
    padding-right: 0rem;
  }
}

.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    -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-flow: column;
            flex-flow: column;
    gap: 1rem;
  }
}
.l-footer__logo a {
  display: block;
}
.l-footer__logo a:nth-child(1) {
  width: 12.8125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo a:nth-child(1) {
    width: 10.9375rem;
  }
}
.l-footer__logo a:nth-child(2) {
  width: 8.9375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo a:nth-child(2) {
    width: 6.9375rem;
  }
}
.l-footer__logo a:hover {
  opacity: 0.7;
}

.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    display: none;
  }
}

.l-footer-nav__list {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0.625rem;
}
.l-footer-nav__list:first-of-type {
  margin-top: 0rem;
}

.l-footer-nav__link {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}
.l-footer-nav__link:hover {
  opacity: 0.7;
}

.l-footer-subNav {
  margin-top: 0.4375rem;
}

.l-footer-subNav__list {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.4375rem;
}
.l-footer-subNav__list:first-of-type {
  margin-top: 0rem;
}

.l-footer-subNav__link {
  position: relative;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding-left: 0.5rem;
}
.l-footer-subNav__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.3125rem;
  height: 1px;
  background: #fff;
}
.l-footer-subNav__link:hover {
  opacity: 0.7;
}

.l-footer-navSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer-navSp {
    display: block;
    margin-top: 1.625rem;
  }
}

.l-footer-navSp__lists {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
}

.l-footer-navSp__link {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.l-footer__small {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    font-size: 0.625rem;
    margin-top: 1.875rem;
  }
}

.l-footer-pagetop {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
}
.l-footer-pagetop:hover {
  opacity: 0.7;
}

.c-top {
  width: 100%;
  padding: 2.25rem 1.25rem;
  background: #2B2B35;
}
@media screen and (max-width: 767px) {
  .c-top {
    padding: 1.8125rem 0.5rem;
  }
}

.c-top__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-top__title {
    font-size: 1.75rem;
  }
}

.c-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.c-title .jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #47618B;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title .jp {
    font-size: 1.5rem;
  }
}
.c-title .jp::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../imgs/common/title_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-title .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: rgba(71, 97, 139, 0.8);
  font-family: "Lateef", serif;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-title .en {
    font-size: 1.5rem;
  }
}
.c-title .en::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3.125rem;
  height: 1px;
  background: rgba(71, 97, 139, 0.8);
}
@media screen and (max-width: 767px) {
  .c-title .en::before {
    width: 1.875rem;
  }
}

.c-title-aside {
  position: relative;
  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: 0.9375rem;
}
.c-title-aside::before {
  content: "/";
  display: inline-block;
  position: relative;
  color: rgba(76, 111, 167, 0.8);
  font-family: "Lateef", serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-title-aside::after {
  content: "/";
  display: inline-block;
  position: relative;
  color: rgba(76, 111, 167, 0.8);
  font-family: "Lateef", serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-title-aside span {
  position: relative;
  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: 0.625rem;
  color: #47618B;
  font-size: 1.25rem;
  font-weight: 500;
}
.c-title-aside span::after {
  content: attr(data-en);
  display: inline-block;
  color: #4C6FA7;
  font-family: "Lateef", serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 300;
}
.c-title-sharp {
  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: 0.375rem;
  color: #47618B;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title-sharp {
    font-size: 1.5rem;
  }
}
.c-title-sharp::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.0625rem;
  height: 1.375rem;
  background-image: url(../imgs/common/sharp_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-title-type {
  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: 0.625rem;
  color: #47618B;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title-type {
    font-size: 1.5rem;
  }
}
.c-title-type::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-title-type.column::before {
  background-image: url(../imgs/common/title_column.svg);
}
.c-title-type.video::before {
  background-image: url(../imgs/common/title_video.svg);
}
.c-title-type.report::before {
  background-image: url(../imgs/common/title_report.svg);
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.3125rem;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding-bottom: .5rem;
  }
}
.c-breadcrumb a:hover {
  opacity: 0.7;
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  color: #47618B;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
}
.c-breadcrumb__list::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.6875rem;
  display: inline-block;
  width: 1px;
  height: 0.625rem;
  background: rgba(43, 43, 53, 0.6);
}
.c-breadcrumb__list_end {
  color: rgba(43, 43, 53, 0.4);
}
.c-breadcrumb__list_end::after {
  display: none;
}

.c-article-post {
  display: block;
  width: 100%;
  padding: 0.625rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
}
.c-article-post:hover {
  opacity: 0.7;
}
.c-article-post:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-article-post__thumbnail {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-article-post__thumbnail {
    max-width: 7.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-article-post__thumbnail.wid100-sp {
    max-width: 100%;
    margin-bottom: 0.625rem;
  }
}

.c-article-post__img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-article-post__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-post__box {
  width: 100%;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-article-post__box {
    margin-top: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .c-article-post__boxSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }
}

.c-article-post__title {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-article-post__title {
    font-size: 0.9375rem;
    line-height: 1.3;
  }
}

.c-article-post__excerpt {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-article-post__excerpt {
    margin-top: 0.625rem;
  }
}

.c-article-post__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem;
  margin-top: 0.625rem;
}

.c-article-post__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-article-post__time {
  position: relative;
  display: inline-block;
  color: #777777;
  font-size: 0.75rem;
  white-space: nowrap;
  margin-right: 1.25rem;
}
.c-article-post__time::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.625rem;
  width: 1px;
  height: 0.625rem;
  background: #777777;
}

.c-article-post__category {
  display: inline-block;
  color: #47618B;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}

.c-article-post__tag {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.25rem 0.5rem;
  background: rgba(58, 52, 80, 0.8);
}
@media screen and (max-width: 767px) {
  .c-article-post__tag {
    font-size: 0.75rem;
    padding: 0.125rem 0.3125rem;
  }
}
.c-article-post__tag::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url(../imgs/common/column_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-article-post__tag.column {
  background: rgba(58, 52, 80, 0.8);
}
.c-article-post__tag.column::before {
  background-image: url(../imgs/common/column_icon.svg);
}
.c-article-post__tag.report {
  background: rgba(94, 91, 145, 0.8);
}
.c-article-post__tag.report::before {
  background-image: url(../imgs/common/report_icon.svg);
}
.c-article-post__tag.movie {
  background: rgba(76, 111, 167, 0.8);
}
.c-article-post__tag.movie::before {
  background-image: url(../imgs/common/movie_icon.svg);
}
.c-article-post__tag.observation {
  background: rgba(56, 52, 123, 0.8);
}
.c-article-post__tag.observation::before {
  background-image: url(../imgs/common/observation_icon.svg);
}

.c-article-post.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.9375rem;
  border-bottom: 1px solid #CCCCCC;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .c-article-post.list {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.c-article-post.list .c-article-post__title {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-article-post.list .c-article-post__title {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.3125rem;
  }
}
.c-article-post.list .c-article-post__group {
  width: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem;
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .c-article-post.list .c-article-post__tag {
    font-size: 0.875rem;
  }
}

.c-article-post.type {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  padding: 0rem;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .c-article-post.type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.625rem;
  }
}
.c-article-post.type .c-article-post__thumbnail {
  max-width: 24.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-article-post.type .c-article-post__box {
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .c-article-post.type .c-article-post__title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article-post.type .c-article-post__tag {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
  }
}

.c-article-ranking {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-article-ranking {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-article-ranking:hover {
  opacity: 0.7;
}
.c-article-ranking:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-article-ranking__thumbnail {
  position: relative;
  width: 100%;
  max-width: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-article-ranking__thumbnail {
    max-width: 8.75rem;
  }
}

.number .c-article-ranking .c-article-ranking__thumbnail {
  position: relative;
}
.number .c-article-ranking .c-article-ranking__thumbnail::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  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;
  background: #B28A3D;
  color: #fff;
  font-family: "Lateef", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
}
.number .c-article-ranking:nth-of-type(1) .c-article-ranking__thumbnail::before {
  content: "1";
}
.number .c-article-ranking:nth-of-type(2) .c-article-ranking__thumbnail::before {
  content: "2";
}
.number .c-article-ranking:nth-of-type(3) .c-article-ranking__thumbnail::before {
  content: "3";
}
.number .c-article-ranking:nth-of-type(4) .c-article-ranking__thumbnail::before {
  content: "4";
}
.number .c-article-ranking:nth-of-type(5) .c-article-ranking__thumbnail::before {
  content: "5";
}

.c-article-ranking__img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-article-ranking__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-ranking__group {
  width: 100%;
}

.c-article-ranking__title {
  font-size: 0.8125rem;
  font-weight: 500;
}

.pagination .nav-links {
  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: 0.3125rem;
  margin-top: 3.125rem;
}
.pagination .page-numbers {
  width: 1.875rem;
  height: 1.875rem;
  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;
  border: 1px solid rgba(71, 97, 139, 0.5);
  color: #333333;
  font-size: 0.75rem;
  font-weight: 500;
}
.pagination .page-numbers:hover {
  background: rgba(71, 97, 139, 0.5);
}
.pagination .dots {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: none;
}
.pagination .dots:hover {
  background: rgba(71, 97, 139, 0);
}
.pagination .current {
  background: rgba(71, 97, 139, 0.5);
}
.pagination .prev {
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  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;
  border: 1px solid rgba(71, 97, 139, 0.5);
  margin-right: 0.9375rem;
}
.pagination .prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  width: 0.75rem;
  height: 0.5rem;
  background-image: url(../imgs/common/pagination_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pagination .next {
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  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;
  border: 1px solid rgba(71, 97, 139, 0.5);
  margin-left: 0.9375rem;
}
.pagination .next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.5rem;
  background-image: url(../imgs/common/pagination_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-banner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 50rem;
  height: 9.375rem;
  margin: 0 auto;
  background-image: url(../imgs/pc/cta.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1.375rem;
  padding-left: 6.75rem;
}
.c-banner:hover {
  opacity: 0.7;
}

.c-banner_text {
  display: block;
  color: #5B74DE;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
}

.c-banner_text02 {
  display: block;
  color: #0B3360;
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
  text-shadow: 0.1875rem 0.1875rem 0rem #B7C2F4;
  margin-top: 0.25rem;
}

.c-banner_text03 {
  display: block;
  color: #0B3360;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-top: 0.5rem;
}

.c-banner_text04 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11.75rem;
  height: 2.125rem;
  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: 0.625rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  background: #3B5AE0;
}
.c-banner_text04::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.0625rem;
  width: 0.28125rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/arrow_icon_white.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-banner-cat {
  position: relative;
  display: block;
  width: 100%;
}
.c-banner-cat:hover {
  opacity: 0.7;
}

.p-fv-slide {
  width: 100%;
  margin-bottom: 0 !important;
}
.p-fv-slide .slick-dots {
  cursor: pointer;
  position: relative;
  font-size: 0px;
  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: 0.3125rem;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-slide .slick-dots {
    margin-top: -0.9375rem;
  }
}
.p-fv-slide .slick-dots li {
  width: 5.625rem;
  height: 0.25rem;
  background: rgba(71, 97, 139, 0.5);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-slide .slick-dots li {
    width: 3.75rem;
  }
}
.p-fv-slide .slick-dots li.slick-active {
  background: #47618b;
}

.p-fv-slide__link {
  position: relative;
  display: inline-block;
  margin: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-slide__link {
    margin: 0;
  }
}
.p-fv-slide__link:hover {
  opacity: 0.7;
}

.p-fv-slide__thumbnail {
  position: relative;
  width: 100%;
}

.p-fv-slide__img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-fv-slide__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-fv-slide__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(42%, rgba(43, 43, 53, 0.7)), to(#2B2B35));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(43, 43, 53, 0.7) 42%, #2B2B35 100%);
}
@media screen and (max-width: 767px) {
  .p-fv-slide__title {
    font-size: 1rem;
    padding: 1.5rem 1rem 1rem 1rem;
  }
}

.p-fv {
  width: 100%;
}

.p-fv__inner {
  width: 100%;
  padding: 4.6875rem 0rem 4.375rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    padding: 3.4375rem 0.9375rem 3.125rem 0.9375rem;
  }
}

.p-fv-about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 1.25rem;
  border: 1px solid rgba(76, 111, 167, 0.8);
}
@media screen and (max-width: 767px) {
  .p-fv-about {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-fv-about__box {
  width: 100%;
}

.p-fv-about__title {
  color: #4C6FA7;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-about__title {
    font-size: 1.125rem;
  }
}

.p-fv-about__text {
  color: #4C6FA7;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.625rem;
}

.p-fv-about__btn {
  position: relative;
  width: 13.75rem;
  height: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #47618B;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-about__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-fv-about__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#47618B), to(#233148));
  background: linear-gradient(90deg, #47618B, #233148);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-about__btn a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #47618B;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 0.9375rem;
}
.p-fv-about__btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  width: 0.5rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/arrow_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-about__btn:hover::before {
  z-index: 1;
  opacity: 1;
}
.p-fv-about__btn:hover a {
  color: #fff;
}
.p-fv-about__btn:hover a::before {
  background-image: url(../imgs/common/arrow_white.svg);
}

.p-fv-cont {
  width: 100%;
  margin-top: 3.125rem;
}

.p-fv-cont__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cont__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }
}
.p-fv-cont__wrapper.grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 0rem;
}

.p-fv-tag {
  width: 100%;
  background: #fff;
}
.p-fv-tag.gray {
  background: #F4F4F4;
}

.p-fv-tag__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  padding: 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-tag__inner {
    padding: 3.125rem 0.9375rem;
  }
}

.p-fv-tag__frame {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-tag__frame {
    gap: 1.875rem;
  }
}

.p-fv-tag__content {
  width: 100%;
}

.p-fv-tag__titleBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-fv-tag__btn {
  position: relative;
  width: 13.75rem;
  height: 2.75rem;
  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;
  border: 1px solid #47618B;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-tag__btn {
    margin: 1.25rem auto 0 auto;
  }
}
.p-fv-tag__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#47618B), to(#233148));
  background: linear-gradient(90deg, #47618B, #233148);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-tag__btn a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #47618B;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 0.9375rem;
}
.p-fv-tag__btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  width: 0.5rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/arrow_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-fv-tag__btn:hover::before {
  z-index: 1;
  opacity: 1;
}
.p-fv-tag__btn:hover a {
  color: #fff;
}
.p-fv-tag__btn:hover a::before {
  background-image: url(../imgs/common/arrow_white.svg);
}

.p-fv-tag__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-tag__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }
}

.p-fv-banner {
  width: 100%;
  background-image: url(../imgs/pc/banner_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-banner {
    background-image: url(../imgs/sp/banner_bg.webp);
    margin-bottom: 1.875rem;
  }
}

.p-fv-banner__inner {
  width: 100%;
  max-width: 53.75rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.875rem;
    padding: 1.875rem 0.3125rem;
  }
}

.p-fv-banner__box {
  width: 100%;
  max-width: 30rem;
}
@media screen and (max-width: 767px) {
  .p-fv-banner__box {
    max-width: 100%;
  }
}

.p-fv-banner__text {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-banner__text {
    line-height: 1.4;
    text-align: center;
  }
}
.p-fv-banner__text span {
  display: inline-block;
  color: #D4AF37;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-banner__text span {
    font-size: 1.4375rem;
  }
}

.p-fv-banner__text02 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-banner__text02 {
    text-align: center;
  }
}
.p-fv-banner__text02 span {
  display: inline-block;
  font-size: 1.25rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(74%, transparent), color-stop(74%, #D4AF37));
  background: linear-gradient(transparent 74%, #D4AF37 74%);
}
@media screen and (max-width: 767px) {
  .p-fv-banner__text02 span {
    font-size: 1.1875rem;
    margin-bottom: 0.25rem;
  }
}

.p-fv-banner__btn {
  position: relative;
  width: 15rem;
  height: 3.375rem;
  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;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  overflow: hidden;
}
.p-fv-banner__btn a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  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;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.p-fv-banner__btn:hover {
  background: #fff;
}
.p-fv-banner__btn:hover a {
  color: #2B2B35;
}

.p-column {
  width: 100%;
}

.p-column__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  padding-top: 0.9375rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-column__inner {
    padding: 0.3125rem 0.9375rem 3.125rem 0.9375rem;
  }
}

.p-column__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-column__wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.875rem;
  }
}
.p-column__wrapper.off {
  grid-template-columns: repeat(1, 1fr);
  gap: 0rem;
}
.p-column__wrapper .c-article-post.on {
  display: block;
}
.p-column__wrapper .c-article-post.list.on {
  display: block;
}
.p-column__wrapper .c-article-post.off {
  display: none;
}

.p-column-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.p-column-switch__list {
  cursor: pointer;
  color: #47618B;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #47618B;
  padding: 0.25rem 1.1875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-column-switch__list:hover {
  opacity: 0.7;
}
.p-column-switch__list.on {
  color: #fff;
  background: #47618B;
}
.p-column-switch__list.on:hover {
  opacity: 1;
}

.p-column-type {
  width: 100%;
  margin-top: 3.125rem;
}

.p-column-type__titleBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-column-type__btn {
  position: relative;
  width: 13.75rem;
  height: 2.75rem;
  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;
  border: 1px solid #47618B;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-column-type__btn {
    margin: 1.25rem auto 0 auto;
  }
}
.p-column-type__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#47618B), to(#233148));
  background: linear-gradient(90deg, #47618B, #233148);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-column-type__btn a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #47618B;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 0.9375rem;
}
.p-column-type__btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  width: 0.5rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/arrow_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-column-type__btn:hover::before {
  z-index: 1;
  opacity: 1;
}
.p-column-type__btn:hover a {
  color: #fff;
}
.p-column-type__btn:hover a::before {
  background-image: url(../imgs/common/arrow_white.svg);
}

.p-column-type__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.875rem;
  margin-top: 0.9375rem;
}
.p-column-type__wrapper.off {
  gap: 0rem;
}
.p-column-type__wrapper .c-article-post.list.on {
  display: block;
}
.p-column-type__wrapper .c-article-post.off {
  display: none;
}

.p-column-subCategory {
  width: 100%;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-column-subCategory {
    margin-bottom: 1.875rem;
  }
}
.p-column-subCategory p {
  font-size: 1rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-column-subCategory p {
    margin-top: 0.625rem;
  }
}
.p-column-subCategory p.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .p-column-subCategory p.title {
    font-size: 1.5rem;
  }
}
.p-column-subCategory a {
  display: inline-block;
  color: #47618B;
  font-size: 1rem;
  text-decoration: underline;
}
.p-column-subCategory a:hover {
  opacity: 0.7;
}

.p-fv-taglink {
  margin: 40px 0px;
}
.p-fv-taglink .tag,
.p-column-subCategory .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
.p-fv-taglink .tag a,
.p-column-subCategory .tag a {
  display: block;
  color: #47618B;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  border: 1px solid #47618B;
  text-decoration: none;
  padding: 0.25rem 0.875rem;
}
.p-fv-taglink .tag a {
  padding: 0.25rem 0.375rem;
}
.p-fv-taglink .tag a span {
  margin-left: 10px;
  font-size: 0.65rem;
}
.p-fv-taglink .tag a:hover,
.p-column-subCategory .tag a:hover {
  color: #fff;
  background: #47618B;
}

.p-about {
  width: 100%;
}

.p-about__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  padding-top: 0.9375rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding: 0.3125rem 0.9375rem 3.125rem 0.9375rem;
  }
}

.p-about__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  padding-bottom: 3.125rem;
  border-bottom: 1px solid rgba(43, 43, 53, 0.6);
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin-top: 1.875rem;
  }
}
.p-about__text a {
  color: #47618B;
  text-decoration: underline;
}

.p-about-means {
  width: 100%;
  margin-top: 3.125rem;
}

.p-about-means__title {
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-about-means__title {
    font-size: 1.5rem;
  }
}

.p-about-means__text {
  font-size: 1rem;
  margin-top: 0.625rem;
}

.p-about-means__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-means__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-about-meansSec {
  width: 100%;
  padding: 1.25rem;
  border: 1px solid #47618B;
}
.p-about-meansSec.gold {
  border: 1px solid #B28A3D;
}
.p-about-meansSec.gold .p-about-meansSec__title {
  color: #B28A3D;
}
.p-about-meansSec.gold .p-about-meansSec__title::before {
  background-image: url(../imgs/common/workspace_gold.svg);
}
.p-about-meansSec.gold .p-about-meansSec__title span {
  background: #B28A3D;
}
.p-about-meansSec.gold .p-about-meansSec__link {
  color: #B28A3D;
}
.p-about-meansSec.gold .p-about-meansSec__link::after {
  background-image: url(../imgs/common/arrow_gold.svg);
}

.p-about-meansSec__title {
  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;
  color: #47618B;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.p-about-meansSec__title::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.125rem;
  height: 2.125rem;
  background-image: url(../imgs/common/mail_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.3125rem;
}
.p-about-meansSec__title span {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  padding: 0 0.3125rem;
  background: #47618B;
  border-radius: 0.1875rem;
  margin-left: 0.625rem;
}

.p-about-meansSec__band {
  color: #B28A3D;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-weight: 700;
  text-align: center;
}

.p-about-meansSec__lists {
  padding-left: 1.25rem;
  margin-top: 0.9375rem;
}

.p-about-meansSec__list {
  list-style: disc;
  font-size: 1rem;
  line-height: 1.375;
}

.p-about-meansSec__text {
  font-size: 1rem;
  line-height: 1.375;
  margin-top: 0.9375rem;
}

.p-about-meansSec__minText {
  font-size: 0.875rem;
  line-height: 1.375;
  margin-top: 0.9375rem;
}

.p-about-meansSec__frame {
  text-align: right;
  margin-top: 1rem;
}

.p-about-meansSec__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  color: #47618B;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 700;
  text-decoration: underline;
}
.p-about-meansSec__link::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.5rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/arrow_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-about-meansSec__link:hover {
  opacity: 0.7;
}

.p-about-account {
  width: 100%;
  max-width: 50rem;
  margin: 1.875rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2B2B35;
}
@media screen and (max-width: 767px) {
  .p-about-account {
    display: block;
    margin: 1.25rem auto 0rem auto;
  }
}

.p-about-account__img {
  width: 100%;
  max-width: 18.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-about-account__img {
    max-width: 100%;
  }
}

.p-about-account__box {
  width: 100%;
  padding: 1.75rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-account__box {
    padding: 1.25rem 0.9375rem;
  }
}

.p-about-account__title {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.p-about-account__btn {
  position: relative;
  width: 15rem;
  height: 3.375rem;
  margin-top: 1.25rem;
  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;
  border: 1px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-account__btn {
    height: 2.75rem;
  }
}
.p-about-account__btn a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 1.25rem;
}
.p-about-account__btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-about-account__btn:hover {
  background: #fff;
}
.p-about-account__btn:hover a {
  color: #2B2B35;
}
.p-about-account__btn:hover a::before {
  background-image: url(../imgs/common/arrow_black.svg);
}

.p-about-account__link {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 0.625rem;
}
.p-about-account__link:hover {
  opacity: 0.7;
}

.p-about-method {
  width: 100%;
  margin-top: 3.125rem;
}

.p-about-method__title {
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-about-method__title {
    font-size: 1.5rem;
  }
}

.p-about-method__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-method__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 1.25rem;
  }
}

.p-about-methodSec {
  position: relative;
  width: 100%;
  padding: 1.1rem 1.5rem;
  background: rgba(71, 97, 139, 0.1);
}

.p-about-methodSec a {
  color: #47618B;
  text-decoration: underline;
}
.p-about-methodSec a:hover {
  opacity:0.8;
}

.p-about-methodSec__number {
  position: absolute;
  top: 0;
  left: 0;
  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: 2.1875rem;
  height: 2.1875rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 0.1875rem;
  background: #47618B;
}

.p-about-methodSec__title {
  min-height: 2.625rem;
  color: #47618B;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-methodSec__title {
    min-height: auto;
  }
}
.p-about-methodSec__title span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.3;
}

.p-about-methodSec__text {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-methodSec__text {
    margin-top: 0.625rem;
  }
}

.p-contact {
  width: 100%;
}

.p-contact__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  padding-top: 0.9375rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 0.3125rem 0.9375rem 3.125rem 0.9375rem;
  }
}

.p-contact__text {
  font-size: 1rem;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    text-align: left;
    margin-top: 1.875rem;
  }
}

.p-cf7 {
  width: 100%;
  max-width: 50rem;
  margin: 3.125rem auto 0rem auto;
}
.p-cf7 input::-webkit-input-placeholder, .p-cf7 textarea::-webkit-input-placeholder {
  color: #777777;
}
.p-cf7 input::-moz-placeholder, .p-cf7 textarea::-moz-placeholder {
  color: #777777;
}
.p-cf7 input:-ms-input-placeholder, .p-cf7 textarea:-ms-input-placeholder {
  color: #777777;
}
.p-cf7 input::-ms-input-placeholder, .p-cf7 textarea::-ms-input-placeholder {
  color: #777777;
}
.p-cf7 input::placeholder,
.p-cf7 textarea::placeholder {
  color: #777777;
}

.p-cf7__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
}

.p-cf7__box {
  width: 100%;
}

.p-cf7__title {
  width: 100%;
  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: 0.9375rem;
}
.p-cf7__title label {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
}
.p-cf7__title span {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  background: #2B2B35;
  border-radius: 0.1875rem;
  padding: 0.3125rem 0.5625rem;
}

.p-cf7__input {
  width: 100%;
  max-width: 100%;
  margin-top: 0.625rem;
}
.p-cf7__input input {
  width: 100%;
  height: 2.875rem;
  padding: 0rem 0.9375rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  background: #fff;
}

.p-cf7__select {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 29.6875rem;
  margin-top: 0.625rem;
}
.p-cf7__select span {
  width: 100%;
}
.p-cf7__select select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 3.375rem;
  font-size: 1rem;
  padding: 0 1.125rem;
  border-radius: 0.25rem;
  border: none;
  background-color: #fff;
  background-image: url("../imgs/common/triangle_black.svg");
  background-repeat: no-repeat;
  background-position: right 1.125rem center; /* 右から18px・上下中央 */
  background-size: 0.8125rem 0.5625rem; /* 矢印画像のサイズ */
}

.p-cf7__textarea {
  position: relative;
  width: 100%;
  margin-top: 0.625rem;
}
.p-cf7__textarea textarea {
  width: 100%;
  height: 7.125rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  padding: 0.875rem;
  background: #fff;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}

.p-cf7__acceptance {
  width: 100%;
  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;
  margin-top: 3.125rem;
}
.p-cf7__acceptance .wpcf7-list-item {
  margin: 0;
}
.p-cf7__acceptance label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0;
}
.p-cf7__acceptance label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #777777;
  background: #ffffff;
}
.p-cf7__acceptance input {
  display: none;
}
.p-cf7__acceptance input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #777777;
  background: #777777;
}
.p-cf7__acceptance input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.375rem;
  height: 0.5625rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
.p-cf7__acceptance p {
  font-size: 1rem;
}
.p-cf7__acceptance p a {
  text-decoration: underline;
}
.p-cf7__acceptance p a:hover {
  opacity: 0.7;
}

.p-cf7__submit {
  position: relative;
  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%;
  max-width: 13.75rem;
  height: 3.375rem;
  border: 1px solid #47618B;
  margin: 2.1875rem auto 0 auto;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#47618B), to(#233148));
  background: linear-gradient(90deg, #47618B, #233148);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit:hover::before {
  z-index: 1;
  opacity: 1;
}
.p-cf7__submit:hover input {
  color: #fff;
}

.p-cf7__submit input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  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;
  color: #47618B;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit input:focus {
  outline: none;
}

.wpcf7-spinner {
  display: none;
}

.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

.p-thanks {
  width: 100%;
}

.p-thanks__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  padding-top: 0.9375rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding: 0.3125rem 0.9375rem 3.125rem 0.9375rem;
  }
}

.p-thanks__title {
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    margin-top: 1.875rem;
  }
}

.p-thanks__text {
  font-size: 1rem;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    text-align: left;
    margin-top: 1.25rem;
  }
}

.p-thanks__btn {
  position: relative;
  width: 13.75rem;
  height: 3.375rem;
  margin: 3.125rem auto 0 auto;
  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;
  border: 1px solid #47618B;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-thanks__btn {
    margin-top: 1.25rem;
  }
}
.p-thanks__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#47618B), to(#233148));
  background: linear-gradient(90deg, #47618B, #233148);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-thanks__btn a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  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;
  color: #47618B;
  font-size: 1rem;
  font-weight: 700;
}
.p-thanks__btn:hover::before {
  z-index: 1;
  opacity: 1;
}
.p-thanks__btn:hover a {
  color: #fff;
}

.p-policy {
  width: 100%;
}

.p-policy__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  padding-top: 0.9375rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-policy__inner {
    padding: 0.3125rem 0.9375rem 3.125rem 0.9375rem;
  }
}

.p-policy__wrapper {
  width: 100%;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-policy__wrapper {
    margin-top: 1.875rem;
  }
}

.p-policy__title {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 700;
  margin-top: 1.875rem;
}

.p-policy__subTitle {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  margin-top: 1.875rem;
}

.p-policy__minTitle {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}

.p-policy__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
.p-policy__text a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-policy__text a {
    word-break: break-all;
    overflow-wrap: anywhere;
  }
}
.p-policy__text a:hover {
  opacity: 0.7;
}

.p-policy__list {
  padding-left: 1.625rem;
}
.p-policy__list li {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  list-style: disc;
}

.p-policy__number {
  padding-left: 1.625rem;
}
.p-policy__number li {
  position: relative;
  counter-increment: cnt;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
.p-policy__number li::before {
  position: absolute;
  top: 0;
  left: -2.375rem;
  content: "(" counter(cnt) ") ";
  min-width: 2.125rem;
  text-align: right;
}

.p-linkBox {
  width: 100%;
}

.p-linkBox__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-linkBox__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-linkBox__box {
  width: 100%;
  background: #2E4A76;
  padding: 3.4375rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-linkBox__box {
    padding: 1.875rem 0.9375rem;
  }
}
.p-linkBox__box.bg {
  background: #47618B;
}

.p-linkBox__title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-linkBox__title {
    font-size: 1.5rem;
  }
}

.p-linkBox__text {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-linkBox__text {
    text-align: left;
    margin-top: 0.625rem;
  }
}

.p-linkBox__btn {
  position: relative;
  width: 15rem;
  height: 3.375rem;
  margin: 1.875rem auto 0 auto;
  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;
  background: #2E4A76;
  border: 1px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-linkBox__btn {
    margin: 1.25rem auto 0 auto;
  }
}
.p-linkBox__btn.bg {
  background: #47618B;
}
.p-linkBox__btn a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 1.25rem;
}
.p-linkBox__btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-linkBox__btn:hover {
  background: #fff;
}
.p-linkBox__btn:hover a {
  color: #2E4A76;
}
.p-linkBox__btn:hover a::before {
  background-image: url(../imgs/common/arrow_blue.svg);
}

.p-404 {
  width: 100%;
}

.p-404__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  padding-top: 0.9375rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    padding: 0.9375rem 0.9375rem 3.75rem 0.9375rem;
  }
}

.p-404__text {
  font-size: 1rem;
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    margin-top: 2.5rem;
  }
}

.p-404__img {
  width: 100%;
  max-width: 37.5rem;
  margin: 3.75rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-404__img {
    padding: 0 1.875rem;
    margin: 2.5rem auto 0 auto;
  }
}

.p-single {
  width: 100%;
  border-top: 1px solid #DDDDDD;
}

.p-single__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  padding-top: 0.9375rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    padding: 0.3125rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.p-single__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.25rem;
}
.p-single__time li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  color: #777777;
  font-size: 0.75rem;
  line-height: 1.4166666667;
}
.p-single__time li::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../imgs/common/time_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-single__time li.icon::before {
  background-image: url(../imgs/common/time_icon02.svg);
}

.p-single__reportType {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.4375rem 0.4375rem 0.4375rem 0.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__reportType {
    margin-top: 1.25rem;
  }
}
.p-single__reportType.is-bond {
  background: #5E5B91;
}
.p-single__reportType.is-stock {
  background: #7772C1;
}
.p-single__reportType.is-report {
  background: #2B2959;
}

.p-single__category {
  color: #2B2B35;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__category {
    margin-top: 1.25rem;
  }
}

.p-single__title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.5rem;
    margin-top: 0.625rem;
  }
}

.p-single__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0.625rem;
  margin-top: 0.75rem;
}

.p-single__tag {
  position: relative;
  z-index: 1;
  color: #47618B;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.125rem 0.5625rem;
  border-radius: 6.25rem;
  border: 1px solid #47618B;
}

.p-single__thumbnail {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__thumbnail {
    margin-top: 1.25rem;
  }
}

.p-single__sns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem;
  font-size: 0.75rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__sns {
    margin-top: 1.25rem;
  }
}
.p-single__sns.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-single__sns.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.875rem;
  }
}
.p-single__sns .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.p-single__sns .addtoany_list a {
  display: inline-block;
  padding: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single__sns .addtoany_list a:hover {
  opacity: 0.7;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-single__sns .a2a_svg:not(:root) {
  display: none;
}
.p-single__sns .a2a_button_facebook {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/common/sns_facebook.svg);
}
.p-single__sns .a2a_button_facebook:hover {
  background-image: url(../imgs/common/sns_facebook.svg);
  opacity: 0.7;
}
.p-single__sns .a2a_button_x {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/common/sns_x.svg);
}
.p-single__sns .a2a_button_x:hover {
  background-image: url(../imgs/common/sns_x.svg);
  opacity: 0.7;
}
.p-single__sns .a2a_button_hatena {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/common/sns_hatena.svg);
}
.p-single__sns .a2a_button_hatena:hover {
  background-image: url(../imgs/common/sns_hatena.svg);
  opacity: 0.7;
}

.p-single__pdf {
  position: relative;
  width: 13.75rem;
  height: 2.75rem;
  margin: 1.875rem auto 0 auto;
  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;
  border: 1px solid #47618B;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-single__pdf {
    margin-top: 1.25rem;
  }
}
.p-single__pdf::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#47618B), to(#233148));
  background: linear-gradient(90deg, #47618B, #233148);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single__pdf a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #47618B;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 0.9375rem;
}
.p-single__pdf a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  width: 0.5rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/arrow_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-single__pdf:hover::before {
  z-index: 1;
  opacity: 1;
}
.p-single__pdf:hover a {
  color: #fff;
}
.p-single__pdf:hover a::before {
  background-image: url(../imgs/common/arrow_white.svg);
}

.p-single__movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 1.875rem;
}
.p-single__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-single__cont {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__cont {
    margin-top: 1.25rem;
  }
}
.p-single__cont #toc_container {
  position: relative;
  width: 100% !important;
  border: none;
  border-top: 1px solid #47618B;
  border-bottom: 1px solid #47618B;
  background: none;
  padding: 1.25rem;
  font-size: 100%;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__cont #toc_container {
    max-width: 100%;
    padding: 0.9375rem 0;
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
  }
}
.p-single__cont #toc_container .toc_number {
  display: none;
}
.p-single__cont #toc_container li {
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}
.p-single__cont #toc_container li a {
  display: inline-block;
  color: #2B2B35;
  font-size: 0.875rem;
  text-decoration: underline;
}
.p-single__cont #toc_container li a:hover {
  color: #47618B;
}
.p-single__cont #toc_container li ul {
  margin-top: 0.3125rem;
  margin-left: 1rem;
}
.p-single__cont #toc_container li ul li {
  font-size: 0.75rem;
  margin-top: 0.125rem;
}
.p-single__cont #toc_container li ul li a {
  font-size: 0.75rem;
  text-decoration: initial;
}
.p-single__cont #toc_container p.toc_title {
  color: #47618B;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.25rem;
}
.p-single__cont #toc_container p.toc_title .toc_brackets {
  display: none;
}
.p-single__cont #toc_container p.toc_title a {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 3.25rem;
  height: 1.5rem;
  color: #777777;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  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;
  border: 1px solid #777777;
}
@media screen and (max-width: 767px) {
  .p-single__cont #toc_container p.toc_title a {
    top: 0.625rem;
    right: 0rem;
  }
}
.p-single__cont #toc_container p.toc_title + ul.toc_list {
  margin-top: 0.625rem;
}
.p-single__cont h2 {
  color: #47618B;
  font-size: 1.5rem;
  font-weight: 700;
  background: rgba(71, 97, 139, 0.1);
  padding: 0.4375rem 0.875rem 0.4375rem 0.625rem;
  border-left: 0.25rem solid #47618B;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__cont h2 {
    font-size: 1.25rem;
  }
}
.p-single__cont h3 {
  color: #47618B;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #47618B;
  margin-top: 1.875rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-single__cont h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.p-single__cont h4 {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  border-left: 0.25rem solid #47618B;
  padding-left: 0.375rem;
  margin-top: 1.5625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__cont h4 {
    margin-top: 1.25rem;
  }
}
.p-single__cont h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__cont h6 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
}
.p-single__cont p {
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__cont ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__cont ul li {
  font-size: 1rem;
}
.p-single__cont ul li ul {
  padding-left: 1.5rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.p-single__cont ol {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__cont ol li {
  font-size: 1rem;
}
.p-single__cont ul li ol {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.p-single__cont ol li ul {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.p-single__cont a {
  color: #47618B;
  text-decoration: underline;
}
.p-single__cont a:hover {
  opacity: 0.7;
}
.p-single__cont img {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__cont figure {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__cont figure img {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__cont figure figcaption {
  margin-bottom: 0rem;
}
.p-single__cont .wp-block-cover {
  padding-bottom: 1.25rem;
}
.p-single__cont .wp-block-cover img {
  margin-bottom: 1.25rem;
}
.p-single__cont .wp-block-snow-monkey-blocks-box {
  padding: 1.25rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__cont .wp-block-snow-monkey-blocks-box {
    padding: 0.9375rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .p-single__cont .wp-block-snow-monkey-blocks-box.sp-padding {
    padding: 2.5rem 0.9375rem;
  }
}
.p-single__cont .wp-block-snow-monkey-blocks-box .smb-box__background {
  border-radius: 0;
}
.p-single__cont .wp-block-snow-monkey-blocks-box ul,
.p-single__cont .wp-block-snow-monkey-blocks-box ol {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__cont .wp-block-snow-monkey-blocks-box p {
  margin-top: 0rem;
  margin-bottom: 0.625rem;
}
.p-single__cont .wp-block-snow-monkey-blocks-box img {
  margin-bottom: 1.875rem;
}
.p-single__cont .simple-embed-card {
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__cont .simple-embed-card .simple-embed-card__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 1.25rem;
  text-decoration: inherit;
  border: 1px solid rgba(71, 97, 139, 0.5);
}
@media screen and (max-width: 767px) {
  .p-single__cont .simple-embed-card .simple-embed-card__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.9375rem;
    padding: 0.9375rem;
  }
}
.p-single__cont .simple-embed-card .simple-embed-card__link:hover {
  opacity: 0.7;
}
.p-single__cont .simple-embed-card .simple-embed-card__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-single__cont .simple-embed-card .simple-embed-card__thumb {
  width: 100%;
  max-width: 18.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-single__cont .simple-embed-card .simple-embed-card__thumb {
    max-width: 100%;
  }
}
.p-single__cont .simple-embed-card .simple-embed-card__img {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.p-single__cont .simple-embed-card .simple-embed-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single__cont .simple-embed-card .simple-embed-card__info {
  width: 100%;
}
.p-single__cont .simple-embed-card .simple-embed-card__title {
  color: #2B2B35;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single__cont .simple-embed-card .simple-embed-card__excerpt {
  color: #2B2B35;
  font-size: 0.875rem;
  text-align: left;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.p-single__cont .simple-embed-card .simple-embed-card__btn {
  text-align: right;
  margin: 0;
}
.p-single__cont .simple-embed-card .simple-embed-card__btn span {
  color: #47618B;
  font-size: 0.875rem;
}
.p-single__cont .wp-block-columns .wp-block-column {
  margin: 0 auto;
}
.p-single__cont table,
.p-single__cont .wp-block-table {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__cont table {
  width:100%;
}
@media screen and (max-width: 767px) {
  .p-single__cont table,
  .p-single__cont .wp-block-table {
    padding-bottom: 0.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.p-single__cont table figcaption,
.p-single__cont .wp-block-table figcaption {
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-single__cont table,
  .p-single__cont .wp-block-table table {
    min-width: 37.5rem;
  }
}
.p-single__cont table tbody td,
.p-single__cont .wp-block-table table tbody td {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.625rem;
  border: none;
  border: 1px solid #47618B;
}
.p-single__cont table tbody td:first-child,
.p-single__cont .wp-block-table table tbody td:first-child {
  min-width: 12.5rem;
  color: #47618B;
  background: rgba(71, 97, 139, 0.2);
}
.p-single__cont .wp-block-table.head {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__cont .wp-block-table.head {
    padding-bottom: 0.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.p-single__cont .wp-block-table.head figcaption {
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.3125rem;
}
.p-single__cont .wp-block-table.head table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #47618B;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-single__cont .wp-block-table.head table {
    min-width: 37.5rem;
  }
}
.p-single__cont table thead,
.p-single__cont .wp-block-table.head table thead {
  background: rgba(71, 97, 139, 0.2);
  border-bottom: none;
}
.p-single__cont table thead th,
.p-single__cont .wp-block-table.head table thead th {
  color: #47618B;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  padding: 0.625rem;
  border: none;
  border-right: 1px solid #47618B;
  border-bottom: 1px solid #47618B;
}
.p-single__cont table thead th:last-of-type,
.p-single__cont .wp-block-table.head table thead th:last-of-type {
  border-right: none;
}
.p-single__cont table tbody tr:last-of-type td,
.p-single__cont .wp-block-table.head table tbody tr:last-of-type td {
  /* border-bottom: none; */
}
.p-single__cont table tbody td,
.p-single__cont .wp-block-table.head table tbody td {
  font-size: 0.875rem;
  padding: 0.625rem;
  border: none;
  border-right: 1px solid #47618B;
  border-bottom: 1px solid #47618B;
}
.p-single__cont table tbody td:last-of-type,
.p-single__cont .wp-block-table.head table tbody td:last-of-type {
  border-right: none;
}
.p-single__cont table tbody td:first-child,
.p-single__cont .wp-block-table.head table tbody td:first-child {
  min-width: auto;
  color: initial;
  background: initial;
}
.p-single__cont blockquote {
  position: relative;
  padding: 1.875rem;
  background: #F8F8F8;
  -webkit-box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0, 0, 0, 0.16);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__cont blockquote {
    padding: 0.9375rem;
  }
}
.p-single__cont blockquote p {
  color: #47618B;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__cont .wp-block-snow-monkey-blocks-balloon {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__cont .wp-block-snow-monkey-blocks-balloon img {
  margin: 0;
}
.p-single__cont .wp-block-snow-monkey-blocks-balloon p {
  margin: 0;
}
.p-single__cont .wp-block-snow-monkey-blocks-balloon .smb-balloon__figure {
  border: none;
}
.p-single__cont .wp-block-snow-monkey-blocks-balloon .smb-balloon__body {
  padding: 1.25rem;
}
.p-single__cont .wp-block-snow-monkey-blocks-balloon .smb-balloon__name {
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: center;
}
.p-single__cont mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ffffff), color-stop(70%, rgba(255, 255, 255, 0)));
  background: linear-gradient(#ffffff 70%, rgba(255, 255, 255, 0) 70%);
}
.p-single__cont .wp-block-snow-monkey-blocks-box mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 70%);
}

.p-single-related {
  width: 100%;
}

.p-single-related__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  padding: 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-single-related__inner {
    padding: 0rem 0.9375rem 3.125rem 0.9375rem;
  }
}

.p-single-related__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-single-related__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem;
  }
}

.p-single-movieReport {
  display: block;
  width: 100%;
  max-width: 31.25rem;
  margin: 1.875rem auto 0rem auto;
  padding: 1.25rem;
  border: 1px solid rgba(71, 97, 139, 0.8);
}
@media screen and (max-width: 767px) {
  .p-single-movieReport {
    padding: 1.25rem 0.9375rem;
  }
}
.p-single-movieReport:hover {
  opacity: 0.7;
}
.p-single-movieReport.side {
  margin-top: 0rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single-movieReport.side {
    display: none;
  }
}
.p-single-movieReport.side .p-single-movieReport__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
}

.p-single-movieReport__title {
  color: #47618B;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}

.p-single-movieReport__box {
  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: 1.875rem;
  margin-top: 0.625rem;
}

.p-single-movieReport__img {
  width: 8.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-single-movieReport__name {
  font-size: 1rem;
  font-weight: 500;
}

.p-single-author {
  width: 100%;
  border: 1px solid rgba(71, 97, 139, 0.5);
  padding: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-author {
    padding: 0.9375rem;
    margin-top: 1.875rem;
  }
}

.p-single-author__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-author__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.9375rem;
  }
}

.p-single-author__img {
  width: 9.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-single-author__content {
  width: 100%;
}

.p-single-author__name {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.p-single-author__post {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.3125rem;
}

.p-single-author__desc {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}

.p-single-author__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4375rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-single-author__sns {
    gap: 0.625rem;
  }
}
.p-single-author__sns a {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-single-author__sns a {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-single-author__sns a:hover {
  opacity: 0.7;
}
.p-single-author__sns .icon-facebook {
  background-image: url(../imgs/common/sns_facebook.svg);
}
.p-single-author__sns .icon-x {
  background-image: url(../imgs/common/sns_x.svg);
}
.p-single-author__sns .icon-hatena {
  background-image: url(../imgs/common/sns_hatena.svg);
}

.p-search {
  width: 100%;
}

.p-search__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  padding-top: 0.9375rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-search__inner {
    padding: 0.3125rem 0.9375rem 3.125rem 0.9375rem;
  }
}

.p-search__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3.125rem;
}

.p-search__column {
  width: 100%;
}

.p-search__title {
  color: #47618B;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-search__title {
    font-size: 1.5rem;
  }
}

.p-search-menu {
  width: 100%;
  margin-top: 0.9375rem;
}
.p-search-menu input {
  width: 100%;
  max-width: 28.125rem;
  height: 2.6875rem;
  padding: 0 0.625rem;
  background: #fff;
  border: 1px solid #AFAFAF;
}
.p-search-menu select {
  width: 100%;
  max-width: 28.125rem;
  height: 2.6875rem;
  padding: 0 0.625rem;
  background: #fff;
  border: 1px solid #AFAFAF;
  background-color: #fff;
  background-image: url("../imgs/common/triangle_black02.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center; /* 右から18px・上下中央 */
  background-size: 0.875rem 0.875rem; /* 矢印画像のサイズ */
}

.p-search-menu__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
}

.p-search-menu__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-search-menu__title {
  min-width: 9.375rem;
  font-size: 1rem;
  font-weight: 700;
  padding-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-search-menu__title {
    min-width: 5.625rem;
  }
}

.p-search-menu__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-search-menu__range {
    gap: 0.75rem;
  }
  .p-search-menu__range input {
    max-width: 7.1875rem;
    padding: 0 0.3125rem;
  }
}

.p-search-menu__btn {
  position: relative;
  width: 13.75rem;
  height: 2.75rem;
  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;
  border: 1px solid #47618B;
  margin-top: 1.875rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-search-menu__btn {
    margin: 1.875rem auto 0 auto;
  }
}
.p-search-menu__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#47618B), to(#233148));
  background: linear-gradient(90deg, #47618B, #233148);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-search-menu__btn span {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #47618B;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 0.9375rem;
}
.p-search-menu__btn span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  width: 0.5rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/arrow_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-search-menu__btn:hover::before {
  z-index: 1;
  opacity: 1;
}
.p-search-menu__btn:hover span {
  color: #fff;
}
.p-search-menu__btn:hover span::before {
  background-image: url(../imgs/common/arrow_white.svg);
}

.p-search-cat {
  width: 100%;
  margin-top: 0.9375rem;
}

.p-search-cat__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.9375rem;
}

.p-search-cat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-search-cat__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-search-cat__link {
  min-width: 9.375rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-search-cat__link {
    font-size: 1.25rem;
  }
}
.p-search-cat__link:hover {
  opacity: 0.7;
}

.p-search-cat__subLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
}

.p-search-cat__subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.025rem;
}

.p-search-cat__subLink {
  min-width: 7.5rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
}
.p-search-cat__subLink:hover {
  opacity: 0.7;
}

.p-search-cat__triLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-search-cat__triLists {
    gap: 0.125rem 0.625rem;
  }
}

.p-search-cat__triLink {
  font-size: 1rem;
}
.p-search-cat__triLink:hover {
  opacity: 0.7;
}

.p-search-tag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 0.9375rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-search-tag {
    gap: 0.625rem;
  }
}

.p-search-tag__list {
  color: #47618B;
  font-size: 1rem;
  font-weight: 500;
}

.p-search-tag__link {
  display: inline-block;
  color: #47618B;
  font-size: 1rem;
  font-weight: 500;
}
.p-search-tag__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-search-tag__link {
    font-weight: 600;
    border: 1px solid #47618B;
    border-radius: 5rem;
    padding: 0.125rem 0.5625rem;
  }
  .p-search-tag__link:hover {
    color: #fff;
    background: #47618B;
    opacity: 1;
  }
}

.p-search-item {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-search-item {
    margin-bottom: 1.875rem;
  }
}

.p-search-item__title {
  font-size: 1.75rem;
  font-weight: 600;
}

.p-search-item__hit {
  font-size: 1rem;
  margin-top: 1.25rem;
}

/* 会員限定 */
.p-single__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.875rem;
}
.c-article-post__meta {
  display: flex;
  align-items: center;
  gap: 5px;
}
.p-single__meta .p-single__category {
  margin-top: 0rem;
}
.member-label {
  background: #B28A3D;
  padding: 0 0.5rem;
  color: #fff;
  text-align: center;
}
.member-label:hover {
  opacity: 0.8;
}
.c-article-post__meta .member-label {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.no-member-wrapper {
  margin: 40px auto 20px;
}
.no-member-buttonbox {
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  gap:1rem;
}
@media screen and (max-width:767px){
  .no-member-buttonbox {
      flex-direction: column;
  }
}
.no-member-button p {
  display:flex;
  justify-content: center;
  align-items: center;
  font-size:0.8rem;
  margin-bottom:0.3rem;
}
.no-member-button p::before,
.no-member-button p::after {
  background-color: #000;
  content: "";
  height: 1px;
  width: 15px;
}
.no-member-button p::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
.no-member-button p::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}
.no-member-wrapper .p-about-meansSec .no-member-button a {
  color: #fff;
  text-decoration: none;
  width: 16rem;
  height: 2.75rem;
  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;
  background: #B28A3D;
  border: 1px solid #B28A3D;
  border-radius: 60px;
}
.no-member-wrapper .p-about-meansSec__minText {
  font-size:  0.96rem;
  text-align: center;
}
.no-member-wrapper .p-about-meansSec a,
.no-member-wrapper .p-about-method a {
  color: #47618B;
  text-decoration: underline;
}
.no-member-wrapper .p-about-meansSec a:hover,
.no-member-wrapper .p-about-method a:hover {
  opacity:0.8;
}
.no-member-wrapper .p-about-methodSec__number {
  position: relative;
}
@media screen and (max-width: 767px) {
  .no-member-wrapper .p-about-methodSec__number {
    width: auto;
    padding: 0rem 0.5rem;
  }
}
.no-member-wrapper .p-about-number-block {
  display: flex;
  align-items: center;
  gap:1rem;
}
.no-member-wrapper .p-about-method__title {
  font-size: 1.45rem;
}
@media screen and (max-width: 767px) {
  .no-member-wrapper .p-about-method__title {
    font-size: 1.30rem;
  }
}
.no-member-wrapper .p-about-method__wrapper {
  flex-direction: column;
}
.no-member-wrapper .p-about-methodSec {
  padding: 1.0rem;
}
.no-member-wrapper .p-about-methodSec__title {
  text-align: left;
  min-height: auto;
  font-size: 1.15rem;
}
.no-member-wrapper .p-about-methodSec__text {
  font-size: 0.96rem;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

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

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

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}/*# sourceMappingURL=style.css.map */