@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: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

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

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.l-header.scrolled {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.1);
}

.l-header__inner {
  width: 100%;
  height: 5.625rem;
  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: 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    gap: 1.875rem;
    padding: 0 1.25rem 0 0.9375rem;
  }
}

.l-header__wrapper {
  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;
}
@media screen and (max-width: 767px) {
  .l-header__wrapper {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-header__logo {
  display: inline-block;
  width: 10.75rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 8.75rem;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}

.l-header__menuArea {
  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: 2.05rem;
}

.l-header__btnBox {
  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;
}
@media screen and (max-width: 767px) {
  .l-header__btnBox {
    display: none;
  }
}

.l-header__btn {
  width: 10rem;
  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;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  background: linear-gradient(to right, #4687E0, #1E56ED);
}
.l-header__btn:hover {
  opacity: 0.7;
}
.l-header__btn_blue {
  background: linear-gradient(to right, #4687E0, #1E56ED);
}

.l-header-search {
  width: 1.25rem;
  /*margin-left: 3.75rem;*/
}
.l-header-search:hover {
  opacity: 0.7;
}

.l-header-nav {
  /*margin-left: 2.5rem;*/
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    width: 100%;
    margin-left: 0rem;
    background: linear-gradient(to right, #020A13, #0054B2);
  }
}
.l-header-nav_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-nav_sp {
    display: block;
  }
}
.l-header-nav_sp.active {
  display: none;
}

.l-header-nav__lists {
  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: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav__lists {
    height: 1.875rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.9375rem;
    padding: 0rem 0.9375rem;
  }
}

.l-header-nav__list {
  color: #111111;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-header-nav__list {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
.l-header-nav__list.has-children {
  cursor: pointer;
  position: relative;
  padding-right: 0.9375rem;
}
.l-header-nav__list.has-children::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.6rem;
  height: 0.3rem;
  background-image: url(../imgs/common/nav_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__list.has-children.active::after {
  -webkit-transform: translateY(-50%) scale(1, -1);
          transform: translateY(-50%) scale(1, -1);
}

.l-header-nav__sub-lists.active {
  height: auto;
  overflow: inherit;
  padding: 1.25rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav__sub-lists.active {
    padding: 0.9375rem 0.625rem;
  }
}

.l-header-nav__link {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-header-nav__link {
    font-size: 0.625rem;
    line-height: 1.5;
    color: #fff;
  }
}
.l-header-nav__link_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}
.l-header-nav__link_icon::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  background-image: url(../imgs/common/link_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-header-nav__link:hover {
  color: #5B74DE;
}
.l-header-nav__link:hover::after {
  background-image: url(../imgs/common/link_icon_blue.svg);
}

.l-header-nav__sub-lists {
  height: 0;
  overflow: hidden;
  padding: 0rem 0.625rem;
  position: absolute;
  top: 100%;
  left: -0.625rem;
  background: #fff;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-nav__sub-lists {
    gap: 0.3125rem;
    background: #EEF1FC;
  }
}

.l-header-nav__sub-list {
  color: #111111;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}

.l-header-nav__sub-link {
  color: #111111;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-header-nav__sub-link {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
.l-header-nav__sub-link:hover {
  color: #5B74DE;
}

.l-header-searchNav {
  position: fixed;
  z-index: 98;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  left: 0;
  width: 100%;
  max-height: 100vh;
  overflow-y: scroll;
  text-align: center;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-searchNav.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.l-header-searchNav__inner {
  position: relative;
  width: 100%;
  padding: 8.125rem 0rem 2.5rem 0rem;
  background: linear-gradient(-135deg, rgb(103 191 255 / 80%), rgba(10, 0, 255, 80%));
}
@media screen and (max-width: 767px) {
  .l-header-searchNav__inner {
    padding: 5.625rem 0.9375rem 1.875rem 0.9375rem;
  }
}

.l-header-searchNav__wrapper {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /*justify-content: space-between;*/
          justify-content: center;
          gap:2rem;
}
@media screen and (max-width: 767px) {
  .l-header-searchNav__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
  }
}

.l-header-searchNav__search {
  width: 100%;
  max-width: 30rem;
  /*padding-top: 1.25rem;*/
  padding-top: 0rem;
}
@media screen and (max-width: 767px) {
  .l-header-searchNav__search {
    max-width: 100%;
    padding-top: 0rem;
  }
}

.l-header-searchNav__nav {
  width: 100%;
  max-width: 30rem;
}
@media screen and (max-width: 767px) {
  .l-header-searchNav__nav {
    max-width: 100%;
  }
}

.l-header-searchNav__lists {
  width: 100%;
  /*height: 4.75rem;*/
  max-height: 4.75rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header-searchNav__list {
  position: relative;
  color: #5B74DE;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 500;
  text-align: left;
}
.l-header-searchNav__list.is-hidden {
  display: none;
}

.l-header-searchNav__link {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 500;
  text-align: left;
}
.l-header-searchNav__link:hover {
  opacity: 0.7;
}

.l-header-searchNav__open {
  cursor: pointer;
  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;
  margin: 1.25rem auto 0 auto;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.l-header-searchNav__open:hover {
  opacity: 0.7;
}
.l-header-searchNav__open::before {
  content: "閉じる";
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 0rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.l-header-searchNav__open::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.0625rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-left: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-searchNav__open.active {
  font-size: 0rem;
  text-align: right;
}
.l-header-searchNav__open.active::before {
  font-size: 0.875rem;
}
.l-header-searchNav__open.active::after {
  top: 0.1875rem;
  -webkit-transform: rotate(135deg) scale(-1, -1);
          transform: rotate(135deg) scale(-1, -1);
}

.l-header-searchNav__lists.active {
  height: auto;
}

@media screen and (max-width: 767px) {
  .l-header-searchNav__closeBox {
    width: 100%;
    text-align: right;
  }
}

.l-header-searchNav__close {
  cursor: pointer;
  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.625rem;
  margin: 1.25rem auto 0 auto;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-header-searchNav__close {
    margin: 1.875rem 0 0 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-header-searchNav__close::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  background-image: url(../imgs/common/close_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-main {
  position: relative;
  width: 100%;
  padding-top: 5.625rem;
  overflow: hidden;
}

.l-main__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .l-main__inner {
    padding: 0.625rem 0.9375rem 0 0.9375rem;
  }
}
.l-main__inner_pb {
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-main__inner_pb {
    padding-bottom: 3.125rem;
  }
}

.l-inner {
  width: 100%;
  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_mt30 {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-inner_mt30 {
    margin-top: 1.25rem;
  }
}
.l-inner_mt50 {
  margin-top: 3.125rem;
}

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

.l-inner-article__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-inner-article__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.l-inner-article__link {
  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;
  margin: 3.125rem auto 0 auto;
  width: 100%;
  max-width: 12.5rem;
  height: 3.375rem;
  color: #5B74DE;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  border: 1px solid #5B74DE;
}
@media screen and (max-width: 767px) {
  .l-inner-article__link {
    margin: 1.25rem auto 0 auto;
  }
}
.l-inner-article__link:hover {
  opacity: 0.7;
}

.l-inner-aside {
  width: 100%;
  max-width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .l-inner-aside {
    max-width: 100%;
  }
}
.l-inner-aside .c-banner-cat {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner-aside .c-banner-cat {
    margin-bottom: 1.875rem;
  }
}

.l-inner-aside__title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-inner-aside__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 0rem;
  }
}
.l-inner-aside__title_mt30 {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-inner-aside__title_mt30 {
    margin-top: 3.125rem;
  }
}
.l-inner-aside__title span {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-inner-aside__title span {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 2.25rem;
    line-height: 1.2222222222;
    font-weight: 700;
    font-style: italic;
    background: linear-gradient(-135deg, #57DCFF 0%, #5B74DE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.l-inner-aside__search {
  width: 100%;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .l-inner-aside__search {
    padding-top: 1.25rem;
  }
}

.l-inner-aside__nav {
  width: 100%;
  text-align: center;
  margin-top: 1.25rem;
}

.l-inner-aside__lists {
  width: 100%;
  /*height: 10rem;*/
  max-height: 10rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-inner-aside__lists {
    /*height: 6.5rem;*/
    max-height: 6.5rem;
  }
}

.l-inner-aside__list {
  position: relative;
  color: #5B74DE;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 500;
  text-align: left;
}

.l-inner-aside__link {
  position: relative;
  display: inline-block;
  color: #5B74DE;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 500;
  text-align: left;
}
.l-inner-aside__link:hover {
  opacity: 0.7;
}

.l-inner-aside__open {
  cursor: pointer;
  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;
  margin: 1.25rem auto 0 auto;
  color: #777777;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.l-inner-aside__open:hover {
  opacity: 0.7;
}
.l-inner-aside__open::before {
  content: "閉じる";
  display: inline-block;
  position: relative;
  color: #777777;
  font-size: 0rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.l-inner-aside__open::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.0625rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 1px solid #777777;
  border-right: 1px solid #777777;
  margin-left: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-inner-aside__open.active {
  font-size: 0rem;
  text-align: right;
}
.l-inner-aside__open.active::before {
  font-size: 0.875rem;
}
.l-inner-aside__open.active::after {
  top: 0.1875rem;
  -webkit-transform: rotate(135deg) scale(-1, -1);
          transform: rotate(135deg) scale(-1, -1);
}

.l-inner-aside__lists.active {
  height: auto;
}

.l-inner-aside__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.625rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .l-inner-aside__wrapper {
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.l-footer {
  width: 100%;
  background: #DCEAFA;
  padding: 2.5rem 0rem 2.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 1.875rem 0.9375rem 1.875rem 0.9375rem;
  }
}
.l-footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer_inner {
    flex-direction: column;
  }
}

.l-footer__logo {
  display: block;
  width: 100%;
  max-width: 10.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin: auto;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer-nav {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    width: 100%;
    max-width: 19.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.875rem;
  }
}

.l-footer-nav__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;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.9375rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: center;
  }
}

.l-footer-nav__list {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.l-footer-nav__link {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color:#000;
}
.l-footer-nav__link_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}
.l-footer-nav__link_icon::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  background-image: url(../imgs/common/link_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-footer-nav__link:hover {
  opacity: 0.7;
}

.l-footer__small {
  color: #777777;
  font-size: 0.72rem;
  line-height: 1.4285714286;
  font-weight: 500;
  text-align: center;
  margin-top: 0.55rem;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    margin-top: 0.25rem;
  }
}

.c-hamburger {
  display: none;
  cursor: pointer;
  position: relative;
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 1.75rem;
  height: 0.125rem;
  background: #5B74DE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 0rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 0.5625rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 1.125rem;
}

.c-hamburger.active span:nth-of-type(1) {
  top: 0.625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 0.625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: 100;
  top: 3.75rem;
  right: -100%;
  width: 100%;
  /*max-width: 13.75rem;*/
  height: calc(100vh - 3.75rem);
  background: linear-gradient(-135deg, #67BFFF, #0A00FF);
  padding: 1.25rem;
  overflow-y: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__btn {
  width: 100%;
  height: 3rem;
  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: #5B74DE;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #5B74DE;
}
.c-hamburger-nav__btn:hover {
  opacity: 0.7;
}
.c-hamburger-nav__btn_blue {
  color: #01B7E6;
  border: 1px solid #01B7E6;
  margin-top: 0.625rem;
}

.c-hamburger-nav__lists {
  width: 100%;
  margin-top: 2.125rem;
}
.c-hamburger-nav__lists li {
  color: #111111;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-top: 0.9375rem;
}
.c-hamburger-nav__lists li:first-of-type {
  margin-top: 0rem;
}
.c-hamburger-nav__lists li a {
  width: 100%;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.c-hamburger-nav__lists li a:hover {
  color: #5B74DE;
}

.c-hamburger-nav__link_icon:not(:root) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}
.c-hamburger-nav__link_icon:not(:root)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  background-image: url(../imgs/common/link_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-hamburger-nav__link_icon:not(:root):hover::after {
  background-image: url(../imgs/common/link_icon_blue.svg);
}

.c-hamburger-nav.active {
  right: 0rem;
}

.c-hamburger-nav__sub-lists {
  margin-top: 0.9375rem;
}

.c-hamburger-nav__sub-list {
  color: #111111;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}

.c-hamburger-nav__sub-link {
  position: relative;
  color: #111111;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.c-hamburger-nav__sub-link::before {
  content: "-";
  display: inline-block;
  position: relative;
  color: #111111;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-right: 0.1875rem;
}

.breadcumbArea {
  background: #DCEAFA;
  padding:5px 0px;
}
@media screen and (max-width: 767px) {
  .breadcumbArea {
    padding: 5px 0.9375rem;
  }
}
.breadcumbArea_inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    gap: 0.2625rem 1.0625rem;
  }
}
.c-breadcrumb a:hover {
  opacity: 0.7;
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  color: #5B74DE;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 500;
}
.c-breadcrumb__list::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -0.5625rem;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
}
.c-breadcrumb__list_end {
  color: #111111;
}
.c-breadcrumb__list_end::after {
  display: none;
}

.c-banner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 50rem;
  height: 9.375rem;
  margin: 0 auto;
  background-image: url(../imgs/common/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/common/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;
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
}
.p-categories .c-title {
  color:#fff;
}
@media screen and (max-width: 767px) {
  .c-title {
    -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: 0rem;
  }
}
.c-title span {
  font-family: "Lato", sans-serif;
  font-size: 2.25rem;
  line-height: 1.2222222222;
  font-weight: 700;
  font-style: italic;
  /*background: linear-gradient(-135deg, #57DCFF 0%, #5B74DE 100%);*/
  background:linear-gradient(-135deg, #225AEB 0%, #4282E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-categories .c-title span {
  background: transparent;
  -webkit-background-clip: inherit;
    -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-title span {
    display: block;
  }
}

.c-article {
  width: 100%;
  padding: 1.875rem 0rem 4.375rem 0rem;
}
@media screen and (max-width: 767px) {
  .c-article {
    padding: 1.25rem 0rem 3.125rem 0rem;
  }
}

.c-article__title {
  font-size: 2.125rem;
  line-height: 1.4411764706;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-article__title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}

.c-article__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.375rem 2rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-article__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.c-article-post {
  width: 100%;
}
.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;
}
.c-article-post__thumbnail.new {
  position: relative;
}
.c-article-post__thumbnail.new::before {
  content: "NEW";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0.1875rem;
  /*left: 0.375rem;*/
  right: 0.375rem;
  width: 3.625rem;
  height: 3.625rem;
  color: #111111;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
  font-style: italic;
  padding-top: 1.25rem;
  padding-left: 0.5625rem;
  background: #F8E60E;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .c-article-post__thumbnail.new::before {
    /*left: 0.3125rem;*/
    right: 0.3125rem;
    width: 3.125rem;
    height: 3.125rem;
    font-size: 0.9375rem;
    line-height: 1.2;
    padding-top: 1rem;
    padding-left: 0.5rem;
  }
}

.c-article-post__img {
  position: relative;
  width: 100%;
  padding-top: 66.6666666667%;
}
.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__group {
  width: 100%;
  padding-top: 0.625rem;
}

.c-article-post__category {
  display: inline-block;
  color: #2259ED;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.1425rem 0.625rem;
  border: 1px solid #2259ED;
}

.c-article-post__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.625rem;
}

.c-article-post__meta {
    display: flex;
    gap: 10px;
    align-items: center;
}

.c-article-post__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem 0.625rem;
  margin-top: 0.625rem;
}

.c-article-post__tag {
  position: relative;
  color: #5B74DE;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 500;
}

.c-article-post__time {
  color: #777777;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

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

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

.number .c-article-size .c-article-size__thumbnail {
  position: relative;
}
.number .c-article-size .c-article-size__thumbnail::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  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: #2259ED;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.1818181818;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .number .c-article-size .c-article-size__thumbnail::before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}
.number .c-article-size:nth-of-type(1) .c-article-size__thumbnail::before {
  content: "1";
}
.number .c-article-size:nth-of-type(2) .c-article-size__thumbnail::before {
  content: "2";
}
.number .c-article-size:nth-of-type(3) .c-article-size__thumbnail::before {
  content: "3";
}
.number .c-article-size:nth-of-type(4) .c-article-size__thumbnail::before {
  content: "4";
}
.number .c-article-size:nth-of-type(5) .c-article-size__thumbnail::before {
  content: "5";
}

.c-article-size__img {
  position: relative;
  width: 100%;
  padding-top: 66.6666666667%;
}
@media screen and (max-width: 767px) {
  .c-article-size__img {
    padding-top: 66.6666666667%;
  }
}
.c-article-size__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-size__group {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-article-size__group {
    padding-top: 0.625rem;
  }
}

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

.pagination {
  font-family: "Lato", sans-serif;
}
.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;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    margin-top: 1.875rem;
  }
}
.pagination .page-numbers {
  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.125rem;
  max-width: 2.125rem;
  height: 2.125rem;
  color: #111111;
  font-size: 0.875rem;
  line-height: 1;
  border: 1px solid #B1BDEF;
  background: #fff;
}
.pagination .page-numbers:hover {
  background: #B1BDEF;
}
.pagination .dots {
  font-size: 0.875rem;
  line-height: 1;
  border: none;
}
.pagination .dots:hover {
  color: #111111;
  background: #ffffff;
}
.pagination .current {
  color: #777777;
  background: #B1BDEF;
}
.pagination .prev {
  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: 2.125rem;
  max-width: 2.125rem;
  height: 2.125rem;
  border: 1px solid #B1BDEF;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  width: 0.28125rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/arrow_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pagination .prev:hover {
  background: #B1BDEF;
}
.pagination .next {
  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: 2.125rem;
  max-width: 2.125rem;
  height: 2.125rem;
  border: 1px solid #B1BDEF;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.28125rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/arrow_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pagination .next:hover {
  background: #B1BDEF;
}

.c-float {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90;
  width: 100%;
  height: 3.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;
  gap: 1.25rem;
  background: rgba(11, 51, 96, 0.85);
}
@media screen and (max-width: 767px) {
  .c-float {
    height: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.375rem;
  }
}
.c-float.active {
  display: none;
}

.c-float__text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-float__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.c-float__link {
  min-width: 17.5rem;
  height: 2.375rem;
  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;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 0.9375rem;
  background: linear-gradient(-135deg, #9857FF, #4A55E2);
}
@media screen and (max-width: 767px) {
  .c-float__link {
    min-width: 11.875rem;
    height: 2rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.c-float__link:hover {
  opacity: 0.7;
}

.c-float__close {
  cursor: pointer;
  position: absolute;
  top: -1.25rem;
  right: 0.9375rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-float__close {
    top: -1.0625rem;
    right: 0.3125rem;
    width: 2.125rem;
    height: 2.125rem;
  }
}
.c-float__close::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 1.25rem;
  height: 0.125rem;
  background: #2259ED;
}
.c-float__close::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 1.25rem;
  height: 0.125rem;
  background: #2259ED;
}
.c-float__close:hover {
  opacity: 0.7;
}

.p-fv-slide {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
.slider_boxArea {
  display: flex;
  align-items: center;
  gap:30px;
}
@media screen and (max-width: 767px) {
  .slider_boxArea {
    flex-direction: column;
    padding: 0rem 0.9375rem 0rem 0.9375rem;
    gap: 10px;
  }
  .slider_boxArea .c-title {
    width: 100%;
    margin-bottom:10px;
  }
}
.slider_box_imageArea,
.slider_box_textArea {
  width:50%;
}
@media screen and (max-width: 767px) {
  .slider_box_imageArea,
  .slider_box_textArea {
    width:100%;
  }
}
.p-fv-slide .slick-dots {
  cursor: pointer;
  position: absolute;
  left: 51%;
  bottom: 25px;
  font-size: 0px;
  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.3125rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-slide .slick-dots {
      margin-top: 2rem;
      position: relative;
      top: auto;
      left: auto;
      justify-content: center;
  }
}
.p-fv-slide .slick-dots li {
  width: 2.5rem;
  height: 0.25rem;
  background: rgba(91, 116, 222, 0.3);
}
.p-fv-slide .slick-dots li.slick-active {
  background: #5b74de;
}

.p-fv-slide__link {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-fv-slide__link {
    margin: 0;
  }
}
.p-fv-slide__link:hover {
  opacity: 0.7;
}
.slider_box_text h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0px 15px;
}
@media screen and (max-width: 767px) {
  .slider_box_text h2 {
    font-size: 18px;
    margin: 0px 0px 15px;
  }
}
.slider_box_text_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.p-fv-slide__category {
    display: block;
    color: #2259ED;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 0.2625rem 0.9375rem;
    background: #fff;
    border: 1px solid #2259ED;
}
@media screen and (max-width: 767px) {
  .p-fv-slide__category {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 0.3125rem 0.625rem;
  }
}
.read-more-link {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #1a4aff; /* 青 */
  text-decoration: none;
  padding-right: 1.5em;
}
.read-more-link::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s ease;
}
.read-more-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 80%;
  background: #1a4aff;
  transition: width 0.3s ease;
}
.p-fv-slide__link:hover .read-more-link::before {
  width: 100%;
}
.p-fv-slide__link:hover .read-more-link::after {
  transform: translateX(0px);
}

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

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

.p-fv {
  width: 100%;
}

.p-fv__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 3.125rem 0rem 4.375rem 0rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    padding: 2.5rem 0.9375rem 3.125rem 0.9375rem;
  }
}
.p-fv__inner .c-banner-cat {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}

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

.p-contact__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}

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

.p-contact-form {
  width: 100%;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    margin-top: 1.4375rem;
  }
}

.p-contact-form__group {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__group {
    margin-top: 1.25rem;
  }
}
.p-contact-form__group:first-of-type {
  margin-top: 0rem;
}

.p-contact-form__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.p-contact-form__required {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  background: #D92A2A;
  border-radius: 0.1875rem;
  padding: 0.125rem 0.375rem;
}

.p-contact-form__inputBox {
  position: relative;
  width: 100%;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__inputBox {
    margin-top: 0.625rem;
  }
}
.p-contact-form__inputBox input {
  cursor: pointer;
  width: 100%;
  height: 3rem;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #777777;
  border-radius: 0.3125rem;
}
.p-contact-form__inputBox input::-webkit-input-placeholder {
  color: #C7BEBE;
}
.p-contact-form__inputBox input::-moz-placeholder {
  color: #C7BEBE;
}
.p-contact-form__inputBox input:-ms-input-placeholder {
  color: #C7BEBE;
}
.p-contact-form__inputBox input::-ms-input-placeholder {
  color: #C7BEBE;
}
.p-contact-form__inputBox input::placeholder {
  color: #C7BEBE;
}

.p-contact-form__selectBox {
  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: 27.5rem;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__selectBox {
    max-width: 100%;
    margin-top: 0.625rem;
  }
}
.p-contact-form__selectBox::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 1.125rem;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact-form__selectBox span {
  width: 100%;
}
.p-contact-form__selectBox select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  line-height: 1;
  padding: 0.9375rem 1.25rem;
  border: 1px solid #777777;
  border-radius: 0.3125rem;
}

.p-contact-form__textareaBox {
  position: relative;
  width: 100%;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__textareaBox {
    margin-top: 0.625rem;
  }
}
.p-contact-form__textareaBox textarea {
  width: 100%;
  height: 10.5rem;
  font-size: 1rem;
  line-height: 1.875;
  border: 1px solid #777777;
  border-radius: 0.3125rem;
  padding: 0.75rem 1.25rem;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}
.p-contact-form__textareaBox textarea::-webkit-input-placeholder {
  color: #C7BEBE;
}
.p-contact-form__textareaBox textarea::-moz-placeholder {
  color: #C7BEBE;
}
.p-contact-form__textareaBox textarea:-ms-input-placeholder {
  color: #C7BEBE;
}
.p-contact-form__textareaBox textarea::-ms-input-placeholder {
  color: #C7BEBE;
}
.p-contact-form__textareaBox textarea::placeholder {
  color: #C7BEBE;
}

.p-contact-form__privacy {
  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: 0.125rem;
}

.p-contact-form__privacy_check {
  text-align: center;
  margin-top: 1.875rem;
}
.p-contact-form__privacy_check .wpcf7-list-item {
  margin: 0;
}
.p-contact-form__privacy_check label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0rem;
}
.p-contact-form__privacy_check label::before {
  content: "";
  position: relative;
  top: 0.25rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #2E2E2E;
  background: #ffffff;
}
.p-contact-form__privacy_check input {
  display: none;
}
.p-contact-form__privacy_check input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.25rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #2E2E2E;
  background: #2E2E2E;
}
.p-contact-form__privacy_check input:checked ~ span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.125rem);
  left: 0.3125rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.625rem;
  height: 1rem;
  border: solid #fff;
  border-width: 0 0.25rem 0.25rem 0;
}

.p-contact-form__privacy_link::after {
  content: "個人情報の取り扱い";
  display: inline-block;
  position: relative;
  color: #5B74DE;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
}
.p-contact-form__privacy_link:hover {
  opacity: 0.7;
}

.p-contact-form__privacy_text::after {
  content: "に同意する";
  display: inline-block;
  position: relative;
  font-size: 1rem;
  line-height: 1.25;
}

.p-contact-form__button {
  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: 4.125rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  background: linear-gradient(to right, #4687E0, #1E56ED);
  margin: 1.625rem auto 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact-form__button:hover {
  opacity: 0.7;
}

.p-contact-form__button input {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.wpcf7-spinner {
  display: none;
}

.p-thanks {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 7.5rem 0rem 6rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 3.125rem 0rem;
  }
}

.p-thanks__title {
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

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

.p-thanks__link {
  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;
  margin: 5rem auto 0 auto;
  width: 100%;
  max-width: 13.75rem;
  height: 4.125rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  background: linear-gradient(to right, #4687E0, #1E56ED);
}
@media screen and (max-width: 767px) {
  .p-thanks__link {
    margin: 3.125rem auto 0 auto;
  }
}
.p-thanks__link:hover {
  opacity: 0.7;
}

.p-linkBox {
  width: 100%;
  background: #2259ED;
}

.p-linkBox__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 3.125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-linkBox__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
    padding: 3.125rem 0.9375rem;
  }
}

.p-linkBox__link {
  position: relative;
  width: 100%;
}
.p-linkBox__link:hover {
  opacity: 0.7;
}

.p-linkBox__link02 {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  background: #fff;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-linkBox__link02 {
    height: auto;
    padding: 1.25rem 3.25rem;
  }
}
.p-linkBox__link02:hover {
  opacity: 0.7;
}
.p-linkBox__link02::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-135deg, rgba(87, 220, 255, 0.2), rgba(91, 116, 222, 0.2));
}

.p-linkBox__link02_text {
  display: block;
  color: #2259ED;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-linkBox__link02_text {
    font-size: 1.3125rem;
    line-height: 1.4285714286;
  }
}

.p-linkBox__link02_text02 {
  display: block;
  color: #2259ED;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-linkBox__link02_text02 {
    text-align: left;
    margin-top: 0.625rem;
  }
}

.p-categories {
  width: 100%;
  background: linear-gradient(to right, #020A13, #0054B2);
}

.p-categories__inner {
  display: flex;
  gap: 50px;
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 3.125rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-categories__inner {
    padding: 1.875rem 0.9375rem 2.075rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

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

.p-categories__link {
  display: inline-block;
  color: #0B3360;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.5625rem 0.9375rem;
  border: 0px solid #0B3360;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-categories__link {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    padding: 0.25rem 0.4375rem;
  }
}
.p-categories__link:hover {
  opacity: 0.7;
}

.p-single {
  width: 100%;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding-bottom: 1.25rem;
  }
}
.p-single #toc_container {
  width: 100% !important;
  max-width: 31.25rem;
  background: #fff;
  border: 1px solid #CCCCCC;
  padding: 1.25rem 2.5rem;
  font-size: 100%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single #toc_container {
    max-width: 100%;
    padding: 1.25rem;
    margin-top: 1.875rem;
  }
}
.p-single #toc_container li {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.4375rem;
}
.p-single #toc_container li a {
  color: #333333;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-single #toc_container li a:hover {
  color: #5B74DE;
  text-decoration: none;
}
.p-single #toc_container li ul {
  margin-top: 0.4375rem;
}
.p-single #toc_container li ul li {
  line-height: 1.7;
  margin-top: 0;
}
.p-single #toc_container li ul li a {
  line-height: 1.7;
}
.p-single #toc_container p.toc_title {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.p-single #toc_container p.toc_title a {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-single #toc_container p.toc_title a:hover {
  color: #5B74DE;
  text-decoration: none;
}
.p-single #toc_container p.toc_title + ul.toc_list {
  margin-top: 0.625rem;
}

.p-single__thumbnail {
  width: 100%;
}

.p-single__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 20px;
}

.p-single__category {
  color: #2259ED;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.1125rem 0.625rem;
  border: 1px solid #2259ED;
}
.p-single__category:hover {
  opacity: 0.7;
}

.p-single__time {
  font-size: 1rem;
  line-height: 1.5;
}

.p-single__title {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.25rem;
  margin: 0.55rem 0 0.85rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.3125rem;
    line-height: 1.5;
    margin-top: 0.9375rem;
  }
}

.p-single__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem 0.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__tags {
    margin-top: 0.9375rem;
  }
}

.p-single__tag {
  position: relative;
  color: #5B74DE;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.p-single__tag-link {
  position: relative;
  color: #5B74DE;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-single__tag-link:hover {
  opacity: 0.7;
}

.p-single-sns {
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-sns {
    margin-top: 1.875rem;
  }
}
.p-single-sns_mt10 {
  margin-top: 0.625rem;
}
.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: 1.875rem;
}
.p-single-sns .addtoany_list a {
  display: inline-block;
  padding: 0;
  background-position: center;
  background-size: cover;
  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: cover;
  background-repeat: no-repeat;
}
.p-single-sns .a2a_svg:not(:root) {
  display: none;
}
.p-single-sns .a2a_button_facebook {
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(../imgs/common/sns_facebook.webp);
}
.p-single-sns .a2a_button_facebook:hover {
  background-image: url(../imgs/common/sns_facebook.webp);
}
.p-single-sns .a2a_button_x {
  width: 2.0625rem;
  height: 1.875rem;
  background-image: url(../imgs/common/sns_x.webp);
}
.p-single-sns .a2a_button_x:hover {
  background-image: url(../imgs/common/sns_x.webp);
}
.p-single-sns .a2a_button_line {
  width: 2.25rem;
  height: 2.125rem;
  background-image: url(../imgs/common/sns_line.webp);
}
.p-single-sns .a2a_button_line:hover {
  background-image: url(../imgs/common/sns_line.webp);
}
.p-single-sns .a2a_button_hatena {
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(../imgs/common/sns_hatena.webp);
}
.p-single-sns .a2a_button_hatena:hover {
  background-image: url(../imgs/common/sns_hatena.webp);
}

.p-single-contact {
  width: 100%;
  margin-top: 2.5rem;
}
.p-single-contact h2 {
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1.5;
  font-weight: 700;
  background: linear-gradient(to right, #0B3360, #0053B0);
  padding: 0.625rem 1.25rem;
  margin-bottom: 1.875rem;
}
.p-single-contact h3 {
  color: #0B3360;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  font-weight: 700;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #0B3360;
  margin-bottom: 1.25rem;
}
.p-single-contact h4 {
  position: relative;
  color: #0B3360;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  padding-left: 0.6875rem;
  margin-bottom: 1.25rem;
}
.p-single-contact h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.1875rem;
  height: calc(100% + 0.125rem);
  background: #0B3360;
}
.p-single-contact h5 {
  color: #0B3360;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.p-single-contact h6 {
  color: #0B3360;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.p-single-contact p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}
.p-single-contact table {
  margin-bottom: 1.875rem;
}
.p-single-contact table thead {
  background: #EEEEEE;
  border-bottom: none;
}
.p-single-contact table th {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  border: 1px solid #CCCCCC;
  padding: 0.9375rem;
}
.p-single-contact table td {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  border: 1px solid #CCCCCC;
  padding: 0.9375rem;
}
.p-single-contact a {
  display: inline-block;
  color: #5B74DE;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
}
.p-single-contact a:hover {
  opacity: 0.7;
}
.p-single-contact ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1.875rem;
}
.p-single-contact ul li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
.p-single-contact ul li:last-of-type {
  margin-bottom: 0rem;
}
.p-single-contact ul li ul {
  padding-left: 1rem;
  margin-top: 0.625rem;
  margin-bottom: 0rem;
}
.p-single-contact ol {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-bottom: 1.875rem;
}
.p-single-contact ol li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
.p-single-contact ol li:last-of-type {
  margin-bottom: 0rem;
}
.p-single-contact ol li ul {
  list-style: decimal;
  padding-left: 1rem;
  margin-top: 0.625rem;
  margin-bottom: 0rem;
}
.p-single-contact figure {
  text-align: center;
}
.p-single-contact img {
  margin-bottom: 1.875rem;
}
.p-single-contact .c-banner-cat {
  margin-bottom: 1.875rem;
}

.p-single-related {
  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-single-related__content {
  width: 100%;
}

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

.p-page {
  width: 100%;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-page {
    padding-bottom: 1.25rem;
  }
}

.p-page__title {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-page__title {
    font-size: 1.3125rem;
    line-height: 1.5;
    margin-top: 1.875rem;
  }
}

.p-page__content {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page__content {
    margin-top: 1.25rem;
  }
}
.p-page__content h2 {
  color: #0B3360;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  font-weight: 700;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #0B3360;
  margin-bottom: 1.25rem;
}
.p-page__content h2.subpage_title {
  border-bottom: 0px;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-page__content h2.subpage_title {
    font-size: 1.3125rem;
    line-height: 1.5;
    margin-top: 1.875rem;
  }
}
.p-page__content h3 {
  position: relative;
  color: #0B3360;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  padding-left: 0.6875rem;
  margin-bottom: 1.25rem;
}
.p-page__content h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.1875rem;
  height: calc(100% + 0.125rem);
  background: #0B3360;
}
.p-page__content h4 {
  color: #0B3360;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.p-page__content h5 {
  color: #0B3360;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.p-page__content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}
.p-page__content table {
  margin-bottom: 1.875rem;
}
.p-page__content table thead {
  background: #EEEEEE;
  border-bottom: none;
}
.p-page__content table th {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  border: 1px solid #CCCCCC;
  padding: 0.9375rem;
}
.p-page__content table td {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  border: 1px solid #CCCCCC;
  padding: 0.9375rem;
}
.p-page__content a {
  display: inline-block;
  color: #5B74DE;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
}
.p-page__content a:hover {
  opacity: 0.7;
}
.p-page__content ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1.875rem;
}
.p-page__content ul li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
.p-page__content ul li:last-of-type {
  margin-bottom: 0rem;
}
.p-page__content ul li ul {
  padding-left: 1rem;
  margin-top: 0.625rem;
  margin-bottom: 0rem;
}
.p-page__content ol {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-bottom: 1.875rem;
}
.p-page__content ol li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
.p-page__content ol li:last-of-type {
  margin-bottom: 0rem;
}
.p-page__content ol li ul {
  list-style: decimal;
  padding-left: 1rem;
  margin-top: 0.625rem;
  margin-bottom: 0rem;
}
.p-page__content img {
  margin-bottom: 1.875rem;
}

.p-search {
  width: 100%;
  max-width: 30rem;
  padding-top: 1.25rem;
}
.p-search input {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 100%;
  color: #9D9D9D;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  padding: 0.8125rem 1.875rem;
  border-radius: 6.25rem;
}
.p-search input#s {
  background: rgba(255, 255, 255, 0) !important;
}

.p-search__box {
  position: relative;
  border: 1px solid #CCCCCC;
  background: #fff;
  border-radius: 6.25rem;
}
.p-search__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/common/search_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-search-form {
  width: 100%;
}

.p-search-form__keyword {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #CCCCCC;
  background: #fff;
  border-radius: 6.25rem;
  overflow: hidden;
}
.p-search-form__keyword::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/common/search_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-search-form__keyword input {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 100%;
  color: #9D9D9D;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  padding: 0.8125rem 1.875rem;
}

[data-id=zsalesiq] {
    display: none !important;
}

@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 */
