@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) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
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;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================================================
# Media Query
====================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #242424;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-header {
  position: fixed;
  z-index: 999;
  top: 22px;
  left: 29px;
  width: calc(100% - 58px);
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px #d9d9d9;
          box-shadow: 0px 0px 16px 0px #d9d9d9;
  border-radius: 40px;
}
.l-header.is-active {
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header {
    background: #fff;
    height: 54px;
    width: calc(100% - 16px);
    top: 12px;
    left: 8px;
  }
}
.l-header-page {
  background: #fff;
  border-bottom: #d9d9d9 solid 1px;
}
.l-header__inner {
  padding-left: 39px;
  padding-right: 14px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding-left: 22px;
    padding-right: 10.23px;
  }
}
.l-header__logo {
  max-width: 176px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 131px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo.is-active {
    display: none;
  }
}
.l-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-header__contents.is-active {
  width: calc(100% - 365px);
}
@media screen and (max-width: 768px) {
  .l-header__contents.is-active {
    width: 100%;
  }
}
.l-header__search.is-active {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__search.is-active {
    width: calc(100% - 42.45px);
  }
}
.l-header__search.is-active .l-header__search-open {
  border: 1px solid #d9d9d9;
  width: 100%;
}
.l-header__search.is-active .l-header__search-label {
  display: block;
}
.l-header__search:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.l-header__search-icon {
  width: 21.81px;
  height: auto;
  margin-bottom: 0;
}
.l-header__search-open {
  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;
  overflow: hidden;
  border-radius: 28px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .l-header__search-open {
    height: 44px;
  }
}
.l-header__search-label {
  display: none;
  width: calc(100% - 56px);
}
.l-header__search-input {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  outline: none;
}
@media screen and (max-width: 768px) {
  .l-header__search-input {
    font-size: 14px;
  }
}
.l-header__search-input::-webkit-input-placeholder {
  color: #767d83;
  font-size: 14px;
}
.l-header__search-input::-moz-placeholder {
  color: #767d83;
  font-size: 14px;
}
.l-header__search-input::-ms-input-placeholder {
  color: #767d83;
  font-size: 14px;
}
.l-header__search-input::placeholder {
  color: #767d83;
  font-size: 14px;
}
.l-header__search-button {
  margin-left: 35px;
  background: #333333;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  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;
  cursor: pointer;
}
.l-header__search-button.is-active {
  background: #333333;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .l-header__search-button {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
}
.l-header__burger {
  background: #2D4486;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  border-radius: 28px;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__burger {
    display: block;
  }
}
.l-header__burger-border {
  display: block;
  background: #fff;
  width: 21.7px;
  height: 3px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header__burger-border {
    width: 18.52px;
    top: 19px;
  }
}
.l-header__burger-border--top {
  top: 18px;
}
@media screen and (max-width: 768px) {
  .l-header__burger-border--top {
    top: 12px;
  }
}
.l-header__burger-border--bottom {
  top: 37px;
}
@media screen and (max-width: 768px) {
  .l-header__burger-border--bottom {
    top: 26px;
  }
}
.l-header__burger.is-active .l-header__burger-border--top {
  top: 26px;
  left: 17px;
  rotate: 45deg;
}
.l-header__burger.is-active .l-header__burger-border--mid {
  opacity: 0;
}
.l-header__burger.is-active .l-header__burger-border--bottom {
  top: 13px;
  left: 17px;
  rotate: -45deg;
}
.l-header-open {
  background: #f9f9f9;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: none;
  padding: 87px 0 44px 0;
}
.l-header-open__inner {
  padding: 0 27px 0 33px;
}
.l-header-open__category {
  margin-top: 30px;
}
.l-header-open__service {
  margin-top: 40px;
}
.l-header-open__title {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.l-header-open__title::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #999999;
  left: 0;
  bottom: 0;
}
.l-header-open__title::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 90px;
  background: #2D4486;
  left: 0;
  bottom: 0;
}
.l-header-open__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
  margin-left: -49px;
  padding: 0 19px;
}
.l-header-open__navitem {
  position: relative;
  padding-left: 24px;
  margin-left: 49px;
  width: calc(50% - 51px);
}
.l-header-open__navitem::after {
  position: absolute;
  content: url(../images/footer-arrow.svg);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header-open__navlink {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
}
.l-header-open__online {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .l-header-open__online {
    margin-top: 25px;
  }
}
.l-header-open__online-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .l-header-open__online-list--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-top: -20px;
  }
}
.l-header-open__online-item {
  width: calc(50% - 40px);
  margin-left: 40px;
  margin-top: 30px;
  background: #fff;
  min-height: 120px;
}
@media screen and (max-width: 768px) {
  .l-header-open__online-item {
    margin-top: 8px;
    margin-left: 8px;
    width: calc(50% - 8px);
    border-radius: 8px;
    min-height: unset;
  }
}
@media screen and (max-width: 768px) {
  .l-header-open__online-item--2 {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
}
.l-header-open__online-link {
  width: 100%;
  height: 100%;
  padding: 21px 10px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-header-open__online-link {
    padding: 16px 8px 5px 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .l-header-open__online-link--2 {
    padding: 16px 8px 17px 8px;
  }
}
.l-header-open__online-logo {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header-open__online-logo--2 {
    width: 80%;
    margin-top: -10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header-open__online-logo--3 {
    width: 73%;
    margin-bottom: 0;
  }
}
.l-header-open__online-read {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0em;
  margin-top: 10px;
}
.l-header-open__online-read2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0em;
  margin-top: 3px;
}
.l-inner {
  max-width: 1095px;
  padding: 0 27px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 30px;
  }
}

.l-sidebar {
  margin-top: 74px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-sidebar {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.l-sidebar__sticky {
  position: sticky;
  top: 20px;
}
.l-sidebar__banner {
  margin-bottom: 0;
}
.l-sidebar__banner:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .l-sidebar__banner:not(:first-of-type) {
    margin-top: 37px;
  }
}
.l-sidebar__section {
  margin-top: 32px;
}
.l-sidebar__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 14px;
}
.l-sidebar__title::after {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(230, 0, 61)), color-stop(30%, rgb(153, 153, 153)));
  background: linear-gradient(90deg, rgb(45, 68, 134) 30%, rgb(153, 153, 153) 30%);
}
.l-sidebar-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -7px;
  margin-top: 14px;
}
.l-sidebar-category__item {
  width: calc(50% - 7px);
  margin-top: 8px;
  margin-left: 7px;
  border: 2px solid #d9d9d9;
  border-radius: 16px;
  height: 88px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-sidebar-category__item.is-active {
  border: 2px solid #2D4486;
  border-radius: 16px;
}
.l-sidebar-category__item.is-active .l-sidebar-category__title {
  color: #2D4486;
}
.l-sidebar-category__item:hover {
  border: 2px solid #2D4486;
  border-radius: 16px;
}
.l-sidebar-category__item:hover .l-sidebar-category__title {
  color: #2D4486;
}
.l-sidebar-category__item a:hover {
  -webkit-transition: unset;
  transition: unset;
  opacity: unset;
}
.l-sidebar-category__link {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  padding: 10px 10px 8px 10px;
}
.l-sidebar-category__thumb {
  text-align: center;
  margin-bottom: 0;
}
.l-sidebar-category__thumb img {
  max-width: 100%;
  width: unset;
}
.l-sidebar-category__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 5px;
}
.l-sidebar-article {
  margin-top: -5px;
}
.l-sidebar-article li {
  margin-bottom: 16px;
}
.l-sidebar-article__item:not(:first-of-type) {
  margin-top: 16px;
}
.l-sidebar-article__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-sidebar-article__thumb {
  max-width: 92px;
  height: auto;
  width: 100%;
}
.l-sidebar-article__thumb img {
  width: 100%;
  height: auto;
}
.l-sidebar-article__body {
  margin-left: 15px;
}
.l-sidebar-article__title {
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.01em;
}
.l-sidebar-article__date {
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  color: #999999;
}
.l-sidebar .menu {
  position: sticky;
  top: 102px;
}
@media screen and (max-width: 768px) {
  .l-sidebar .menu {
    position: static;
  }
}

.l-bg--red {
  background-image: url(../images/bg-red.png);
}
.l-bg--blue {
  background: url(../images/bg-blue.png);
}
.l-bg--green {
  background: url(../images/bg-green.png);
}
.l-bg--orange {
  background: url(../images/bg-orange.png);
}
.l-bg--white {
  background: url(../images/bg-white.png);
}

.c-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-nav {
    display: none;
  }
}
.c-nav__item {
  font-weight: 700;
  font-size: 14px;
  margin-left: 68px;
}
.c-nav.is-active {
  display: none;
}

.c-title--lg {
  font-weight: 900;
  font-size: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-title--lg {
    font-size: 30px;
    display: block;
    text-align: center;
  }
}
.c-title--sm {
  font-size: 20px;
  font-weight: 700;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .c-title--sm {
    font-size: 15px;
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-left: 0;
  }
}
.c-title-archivepage {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .c-title-archivepage {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
  }
}
.c-title-archivepage span {
  font-size: 16px;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .c-title-archivepage span {
    font-size: 13px;
    line-height: 19px;
  }
}

@media screen and (max-width: 680px) {
  .c-card__item {
    height: 115px;
  }
}
@media screen and (max-width: 680px) {
  .c-card__item:not(:first-of-type) {
    margin-top: 16px;
  }
}
.c-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .05);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .05);
  border-radius: 32px;
  padding: 5px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 680px) {
  .c-card__link {
    border-radius: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-card__grade {
  background-size: contain;
  width: 117px;
  height: 30px;
  position: absolute;
  right: -5px;
  top: 0px;
  border-top-right-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 5px;
}
.c-card__grade::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 6px;
  -webkit-transform: skewX(35deg);
          transform: skewX(35deg);
  display: block;
  width: 117px;
  height: 30px;
}
@media screen and (max-width: 680px) {
  .c-card__grade {
    width: 90px;
    height: 24px;
    border-top-right-radius: 16px;
  }
  .c-card__grade::after {
    border-bottom-left-radius: 6px;
    display: block;
    border-top-right-radius: 18px;
    width: 90px;
    height: 24px;
  }
}
.c-card__grade span {
  color: #242424;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  position: relative;
  z-index: 1;
}
.c-card__grade--hogosha span {
  color: white;
}
@media screen and (max-width: 680px) {
  .c-card__grade span {
    font-size: 11px;
  }
}
.c-card__grade--koukou::after {
  background: #A2DEFB;
}
.c-card__grade--chuugaku::after {
  background: #BCE155;
}
.c-card__grade--shougaku::after {
  background: #FFBF4F;
}
.c-card__grade--hogosha::after {
  background: #2d4486;
}
.c-card__grade--all::after {
  background: #f2f2f2;
}
.c-card__thumb {
  width: 100%;
  height: 181px;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 680px) {
  .c-card__thumb {
    aspect-ratio: 4/3;
    width: unset;
    max-width: unset;
    height: 115px;
    overflow: unset;
    position: unset;
  }
}
.c-card__thumb img {
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 680px) {
  .c-card__thumb img {
    height: 115px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px 0 0 10px;
  }
}
.c-card__body {
  padding: 17px 17px 21px;
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-card__body {
      margin-left: 13px;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 0;
      padding-right: 8px;
  }
}
.c-card__category {
  border: solid 1px #d9d9d9;
  font-weight: 700;
  font-size: 12px;
  line-height: 19.2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 29px 2px 29px;
  border-radius: 18px;
  background: #f2f2f2;
}
@media screen and (max-width: 680px) {
  .c-card__category {
    font-size: 11px;
    padding: 0px 10px 0px 10px;
  }
}
.c-card__title {
  margin-top: 11px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
}
@media screen and (max-width: 680px) {
  .c-card__title {
    letter-spacing: 0.01em;
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
  }
}
.c-card__date {
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  color: #999999;
  display: block;
  margin-top: 10px;
  margin-left: 4px;
}
@media screen and (max-width: 680px) {
  .c-card__date {
    text-align: right;
    line-height: 18px;
    margin-top: 8px;
    font-size: 11px;
  }
}
.c-card2 {
  padding: 0 0 10px 0;
}
.c-card2__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .05);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .05);
  border-radius: 32px;
  padding: 3px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 680px) {
  .c-card2__link {
    padding: 5px;
  }
}
.c-card2__grade {
  background-size: contain;
  width: 117px;
  height: 30px;
  position: absolute;
  right: -5px;
  top: 0px;
  border-top-right-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 5px;
}
.c-card2__grade::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 6px;
  -webkit-transform: skewX(35deg);
          transform: skewX(35deg);
  display: block;
  width: 117px;
  height: 30px;
}
.c-card2__grade span {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  position: relative;
  z-index: 1;
}
.c-card2__grade--hogosha span {
  color: white;
}
.c-card2__grade--koukou::after {
  background: #A2DEFB;
}
.c-card2__grade--chuugaku::after {
  background: #BCE155;
}
.c-card2__grade--shougaku::after {
  background: #FFBF4F;
}
.c-card2__grade--hogosha::after {
  background: #2d4486;
}
.c-card2__grade--all::after {
  background: #f2f2f2;
}
.c-card2__thumb {
  width: 100%;
  height: 56.5%;
  max-height: 181px;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 680px) {
  .c-card2__thumb {
    height: 130px;
    margin-bottom: 0;
  }
}
.c-card2__thumb img {
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 680px) {
  .c-card2__thumb img {
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-card2__body {
  padding: 17px 17px 23px;
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 680px) {
  .c-card2__body {
    padding: 13px 24px 19px;
  }
}
.c-card2__category {
  border: solid 1px #d9d9d9;
  font-weight: 700;
  font-size: 12px;
  line-height: 19.2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 29px 2px 29px;
  border-radius: 18px;
  background: #f2f2f2;
}
@media screen and (max-width: 680px) {
  .c-card2__category {
    font-size: 11px;
    padding: 0px 20px 0px 20px;
  }
}
.c-card2__title {
  margin-top: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
}
@media screen and (max-width: 680px) {
  .c-card2__title {
    font-size: 12px;
    line-height: 19px;
    margin-top: 6px;
  }
}
.c-card2__date {
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  color: #999999;
  display: block;
  margin-top: 10px;
  margin-left: 4px;
}

.c-colums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -21px;
}
@media screen and (max-width: 768px) {
  .c-colums {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -30px;
  }
}
@media screen and (max-width: 680px) {
  .c-colums {
    margin-left: -6px;
  }
}
.c-colums__item {
  width: calc(33.33333% - 21px);
  margin-left: 21px;
  max-width: 335px;
}
@media screen and (max-width: 768px) {
  .c-colums__item {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
    max-width: unset;
  }
}
@media screen and (max-width: 680px) {
  .c-colums__item {
    margin-left: 6px;
    width: calc(33.33333% - 6px);
    max-width: unset;
  }
}
.c-colums__item--shougaku .c-colums__link {
  background: #FFBF4F;
}
.c-colums__item--chuugaku .c-colums__link {
  background: #BCE155;
}
.c-colums__item--koukou .c-colums__link {
  background: #A2DEFB;
}
.c-colums__item--hogosha .c-colums__link {
  background: #777777;
}
.c-colums__link {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 56px;
  -webkit-box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, .05);
          box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, .05);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-colums__link {
    width: 100%;
    padding: 100% 0 0 0;
    border-radius: 50%;
    background-color: #e88;
  }
}
.c-colums div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 20px 26px 38px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-colums div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 10px 25px;
    position: absolute;
    width: unset;
    height: unset;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.c-colums__title {
  font-weight: 700;
  font-size: 20px;
  margin-left: 1%;
  text-align: center;
  width: 160px;
  color: #242424;
  line-height: 1.4;
}
@media screen and (max-width: 1140px) {
  .c-colums__title {
    margin-left: 1%;
  }
}
@media screen and (max-width: 680px) {
  .c-colums__title {
    font-size: 13px;
    line-height: 1.2;
  }
}
.c-colums__title--lg {
  font-size: 24px;
}
@media screen and (max-width: 680px) {
  .c-colums__title--lg {
    font-size: 14px;
  }
}
.c-colums__icon {
  max-width: 61px;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  .c-colums__icon {
    max-width: 27px;
  }
}
.c-colums__icon2 {
  width: 36.24px;
  height: auto;
  margin-bottom: 0;
}
.c-colums__icon2 img {
  width: 100%;
  height: auto;
}

.c-tag-container {
  border-bottom: 1px solid #999;
  padding-bottom: 45px;
}
.c-tag-container__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-tag-container__title::before, .c-tag-container__title::after {
  content: "";
  height: 1px;
  background: #999;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 9px;
}
.c-tag-container__title::before {
  margin-right: 16px;
  margin-right: 1rem;
}
.c-tag-container__title::after {
  margin-left: 16px;
  margin-left: 1rem;
}
.c-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -14px;
  margin-top: 2px;
}
.c-tag-item {
  margin-left: 14px;
  margin-top: 34px;
}
.c-tag-item a {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 17px 4px 26px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
}
.c-tag-item a::before {
  position: absolute;
  content: "#";
  color: #2D4486;
  top: 7px;
  left: 16px;
}

.c-slidernav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-slidernav__count {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.01em;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 16px;
  position: relative;
  top: -19px;
}
.c-slidernav__prev, .c-slidernav__next {
  display: inline-block;
  width: 53px;
  height: 53px;
  background: #626262;
  border-radius: 50%;
  top: 50%;
  z-index: 10;
  position: relative;
}
.c-slidernav__prev::after, .c-slidernav__next::after {
  position: absolute;
  content: url(../images/icon-arrow-w13-h7-white.png);
  top: 51%;
  left: 51%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
}
.c-slidernav__prev:hover, .c-slidernav__next:hover {
  opacity: 0.7;
}
.c-slidernav__next {
  margin-left: 42px;
}
.c-slidernav__prev {
  margin-right: 42px;
}
.c-slidernav__prev::after {
  left: 52%;
  -webkit-transform: translate(-68%, -64%) rotate(180deg);
          transform: translate(-68%, -64%) rotate(180deg);
}
.c-slidernav__pagenation {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-slidernav__pagenation .swiper-pagination-bullet {
  background: #626262;
  border: 1px solid #626262;
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 22px !important;
}
@media screen and (max-width: 680px) {
  .c-slidernav__pagenation .swiper-pagination-bullet {
    width: 13.86px;
    height: 13.86px;
    margin: 0 15.57px !important;
  }
}
.c-slidernav__pagenation .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #626262;
}

.c-page-header {
  padding-top: 124px;
  width: 100vw;
  height: 322px;
  background: url(../images/pageheader.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .c-page-header {
    background-position: right -100% bottom;
  }
}
@media screen and (max-width: 680px) {
  .c-page-header {
    background-image: url(../images/pageheader-sp.png);
    padding-top: 118px;
    height: 245px;
    background-position: right bottom;
  }
}
.c-page-header__inner {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}
.c-page-header__title {
  margin-top: 30px;
}
@media screen and (max-width: 680px) {
  .c-page-header__title {
    margin-top: 0px;
  }
}
.c-page-header__title--en {
  color: #2D4486;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  display: block;
}
@media screen and (max-width: 680px) {
  .c-page-header__title--en {
    font-size: 14px;
    line-height: 20px;
  }
}
.c-page-header__title--ja {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  color: #242424;
  display: block;
}
@media screen and (max-width: 840px) {
  .c-page-header__title--ja {
    line-height: 1.5;
    font-size: 32px;
  }
}
@media screen and (max-width: 680px) {
  .c-page-header__title--ja {
    font-size: 24px;
    line-height: 29px;
    margin-top: 8px;
  }
}
.c-page-header__title--page-num {
  margin-left: 10px;
  font-size: 24px;
}
@media screen and (max-width: 840px) {
  .c-page-header__title--page-num {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .c-page-header__title--page-num {
    font-size: 12px;
  }
}
.c-page-header__title--grade {
  font-size: 24px;
}
@media screen and (max-width: 840px) {
  .c-page-header__title--grade {
    display: block;
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .c-page-header__title--grade {
    font-size: 12px;
  }
}

.c-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-breadcrumbs__item {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
}
.c-breadcrumbs__item:not(:last-of-type) {
  position: relative;
  border-bottom: 1px solid;
  margin-right: 20px;
}
.c-breadcrumbs__item:not(:last-of-type)::after {
  position: absolute;
  content: ">";
  right: -14px;
}

.c-tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -32px;
}
@media screen and (max-width: 680px) {
  .c-tab-button {
    margin-top: -16px;
    margin-left: -16px;
  }
}
.c-tab-button a {
  display: block;
  padding-top: 18px;
  height: 78px;
}
@media screen and (max-width: 680px) {
  .c-tab-button a {
    padding-top: 18px;
    height: 78px;
  }
}
.c-tab-button a:hover {
  opacity: 1;
}
.c-tab-button__item {
  width: calc(25% - 32px);
  background: #fff;
  color:#333333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-left: 32px;
  border-radius: 56px;
  -webkit-box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, .09);
          box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, .09);
}
@media screen and (max-width: 680px) {
  .c-tab-button__item {
    aspect-ratio: 3/1;
    width: calc(50% - 8px);
    margin-top: 16px;
    margin-left: 8px;
  }
}
.c-tab-button__item:hover {
  background: #fff;
}
.c-tab-button__item--all {
  border: 3px solid #2D4486;
}
.c-tab-button__item--koukou {
  border: 3px solid #A2DEFB;
}
.c-tab-button__item--chuugaku {
  border: 3px solid #BCE155;
}
.c-tab-button__item--shougaku {
  border: 3px solid #FFBF4F;
}
.c-tab-button__item--hogosha {
  border: 3px solid #777777;
}
.c-tab-button__item:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  /* color: #fff; */
}
.c-tab-button__item:hover.c-tab-button__item--all {
  background: #2D4486;
}
.c-tab-button__item:hover.c-tab-button__item--koukou {
  background: #A2DEFB;
}
.c-tab-button__item:hover.c-tab-button__item--chuugaku {
  background: #BCE155;
}
.c-tab-button__item:hover.c-tab-button__item--shougaku {
  background: #FFBF4F;
}
.c-tab-button__item:hover.c-tab-button__item--hogosha {
  background: #777777;
}
.c-tab-button__item:hover .c-tab-button__text--shougaku::after, .c-tab-button__item:hover .c-tab-button__text--chuugaku::after, .c-tab-button__item:hover .c-tab-button__text--koukou::after, .c-tab-button__item:hover .c-tab-button__text--hogosha::after {
  content: url(../images/arrow-black.svg);
}
.c-tab-button__text--all:hover {
  color: white;
}
.c-tab-button__item:hover .c-tab-button__text--all::after {
  content: url(../images/arrow-white-w13-h6.svg);
}
.c-tab-button__item.is-active.c-tab-button__item--all {
  background: #2D4486;
  color: #ffffff;
}
.c-tab-button__item.is-active.c-tab-button__item--koukou {
  background: #A2DEFB;
}
.c-tab-button__item.is-active.c-tab-button__item--chuugaku {
  background: #BCE155;
}
.c-tab-button__item.is-active.c-tab-button__item--shougaku {
  background: #FFBF4F;
}
.c-tab-button__item.is-active.c-tab-button__item--hogosha {
  background: #777777;
}
.c-tab-button__item--all.is-active .c-tab-button__text::after {
  content: url(../images/arrow-white-w13-h6.svg);
}
.c-tab-button__text {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .c-tab-button__text {
    font-size: 14px;
  }
}
.c-tab-button__text::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 42px;
}
.c-tab-button__text--all::after,
.c-tab-button__text--shougaku::after,
.c-tab-button__text--chuugaku::after,
.c-tab-button__text--koukou::after {
  content: url(../images/arrow-black.svg);
}

.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .c-column {
    margin-top: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-column__main {
  max-width: 680px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .c-column__main {
    max-width: unset;
    margin-right: 0px;
  }
}
.c-column__sidebar {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .c-column__sidebar {
    max-width: unset;
  }
}

.c-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .c-column2 {
    margin-top: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-column2__main {
  max-width: 680px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .c-column2__main {
    max-width: unset;
    margin-right: 0px;
  }
}
.c-column2__sidebar {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .c-column2__sidebar {
    max-width: unset;
  }
}

.c-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagenation__item1, .c-pagenation__item2 {
  margin-left: 10px;
}
.c-pagenation__item1 {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}
.c-pagenation__item1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d9d9d9;
}
.c-pagenation__item1:hover a {
  background: #626262;
  color: #fff;
  opacity: 1;
}
.c-pagenation__item1.is-active a {
  background: #626262;
  color: #fff;
  opacity: 1;
}
.c-pagenation__item2 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.c-taglist {
  margin: 68px calc(50% - 50vw) 0;
  padding: 70px 20px 75px;
  width: 100vw;
}
@media screen and (max-width: 680px) {
  .c-taglist {
    padding: 42px calc(50vw - 50%);
    margin: 55px calc(50% - 50vw) 0;
  }
}
.c-taglist__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 32px;
  border: solid 5px #f2f2f2;
  padding: 22px 42px 25px 44px;
  margin: 0 auto 0;
  max-width: 1033px;
  height: 134px;
}
@media screen and (max-width: 680px) {
  .c-taglist__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 28px;
    padding: 4px 12px 35px 12px;
    margin-left: 0;
    height: unset;
  }
}
.c-taglist__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 224px;
  margin-top: 20px;
}
@media screen and (max-width: 680px) {
  .c-taglist__head {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-taglist__body {
  width: calc(100% - 251px);
  margin-left: 27px;
  margin-top: -12px;
}
@media screen and (max-width: 680px) {
  .c-taglist__body {
    width: 100%;
    margin-left: -4px;
    margin-top: 2px;
  }
}
.c-taglist__icon {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 680px) {
  .c-taglist__icon {
    width: 45px;
    height: auto;
    margin: 0 0 0 13px;
  }
}
.c-taglist__title {
  font-size: 16px;
  font-weight: 900;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 17px;
}
@media screen and (max-width: 680px) {
  .c-taglist__title {
    margin-left: 13px;
  }
}
.c-taglist .c-tag-item {
  margin-left: 11px;
  margin-top: 23px;
}
@media screen and (max-width: 680px) {
  .c-taglist .c-tag-item {
    margin-top: 22px;
  }
}
.c-taglist .c-tag-item a {
  font-size: 14px;
  padding: 2px 14px 2px 26px;
}
.c-taglist .c-tag-item a::before {
  top: 4px;
}

.p-single-body .ib-toc-container .ib-toc-body {
  padding: 0;
}
.p-single-body .toc_title {
  margin-bottom: 32px;
}
.p-single-body #toc_container {
  padding-bottom: 38px;
  border-bottom: 1px solid #999999;
  margin-bottom: 53px;
}
.p-single-body #toc_container.contracted {
  width:100%!important;
  border-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-single-body #toc_container {
    padding-bottom: 39px;
  }
}
.p-single-body #toc_container .toc_title {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 12px 10px 12px 52px;
  font-size: 14px !important;
  font-weight: bold !important;
}
@media screen and (max-width: 768px) {
  .p-single-body #toc_container .toc_title {
    padding: 12px 10px 12px 22px;
  }
}
.p-single-body #toc_container .ib-toc-expanded .ib-toc-icon-collapse {
  display: none !important;
}
.p-single-body #toc_container .ib-toc-separator {
  background: unset;
}
.p-single-body #toc_container .toc_list ul {
  padding-left: 0;
}
.p-single-body #toc_container ul.toc_list > li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.p-single-body #toc_container ul.toc_list > li::after {
  content: url(../images/arrow-mokuji.png);
  position: absolute;
  left: 0;
  top: 3px;
}
.p-single-body #toc_container ul.toc_list > li::before {
  content: unset;
  position: unset;
}
.p-single-body #toc_container ul.toc_list ul {
  margin: 8px 0 8px 8px;
}
.p-single-body #toc_container .term-chuugaku > li::after {
  content: url(../images/arrow-chuugaku.png);
  position: absolute;
  left: 0;
  top: 3px;
}
.p-single-body #toc_container ol.ib-toc-anchors {
  margin-left: 51px;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-single-body #toc_container ol.ib-toc-anchors {
    margin-left: 0;
    margin-top: 25px;
  }
}
.p-single-body #toc_container ol.ib-toc-anchors > li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.p-single-body #toc_container ol.ib-toc-anchors > li + li {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .p-single-body #toc_container ol.ib-toc-anchors > li + li {
    margin-top: 25px;
  }
}
.p-single-body #toc_container ol.ib-toc-anchors > li::after {
  content: url(../images/arrow-mokuji.png);
  position: absolute;
  left: 0;
  top: 3px;
}
.p-single-body #toc_container ol.ib-toc-anchors > li::before {
  content: unset;
  position: unset;
}
.p-single-body #toc_container ol.ib-toc-anchors > li ol {
  margin-top: 12px;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .p-single-body #toc_container ol.ib-toc-anchors > li ol {
    margin-top: 6px;
    margin-left: 4px;
  }
}
.p-single-body #toc_container ol.ib-toc-anchors > li ol li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.p-single-body #toc_container ol.ib-toc-anchors > li ol li::before {
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .p-single-body #toc_container ol.ib-toc-anchors > li ol li::before {
    width: 5px;
    height: 5px;
  }
}
.p-single-body .ib-toc-container .ib-toc-body {
  padding: 0;
}
.p-single-body .ib-toc-header {
  margin-bottom: 32px;
}
.p-single-body .wp-block-ideabox-toc {
  padding-bottom: 38px;
  border-bottom: 1px solid #999999;
  margin-bottom: 53px;
}
@media screen and (max-width: 768px) {
  .p-single-body .wp-block-ideabox-toc {
    padding-bottom: 39px;
  }
}
.p-single-body .wp-block-ideabox-toc .ib-toc-header {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 12px 10px 12px 52px;
  font-size: 14px !important;
  font-weight: bold !important;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-single-body .wp-block-ideabox-toc .ib-toc-header {
    padding: 12px 10px 12px 22px;
  }
}
.p-single-body .wp-block-ideabox-toc .ib-toc-container.ib-toc-expanded .ib-toc-icon-collapse {
  display: none !important;
}
.p-single-body .wp-block-ideabox-toc .ib-toc-container .ib-toc-separator {
  background: unset;
}
.p-single-body .wp-block-ideabox-toc .ib-toc-container .ib-toc-anchors ul {
  padding-left: 0;
}
.p-single-body .wp-block-ideabox-toc ul.ib-toc-anchors > li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.p-single-body .wp-block-ideabox-toc ul.ib-toc-anchors > li::after {
  content: url(../images/arrow-mokuji.png);
  position: absolute;
  left: 0;
  top: 3px;
}
.p-single-body .wp-block-ideabox-toc ul.ib-toc-anchors > li::before {
  content: unset;
  position: unset;
}
.p-single-body .wp-block-ideabox-toc ul.ib-toc-anchors ul {
  margin: 8px 0 0 8px;
}
.p-single-body .wp-block-ideabox-toc ol.ib-toc-anchors {
  margin-left: 51px;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-single-body .wp-block-ideabox-toc ol.ib-toc-anchors {
    margin-left: 0;
    margin-top: 25px;
  }
}
.p-single-body .wp-block-ideabox-toc ol.ib-toc-anchors > li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.p-single-body .wp-block-ideabox-toc ol.ib-toc-anchors > li + li {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .p-single-body .wp-block-ideabox-toc ol.ib-toc-anchors > li + li {
    margin-top: 25px;
  }
}
.p-single-body .wp-block-ideabox-toc ol.ib-toc-anchors > li::after {
  content: url(../images/arrow-mokuji.png);
  position: absolute;
  left: 0;
  top: 3px;
}
.p-single-body .wp-block-ideabox-toc ol.ib-toc-anchors > li::before {
  content: unset;
  position: unset;
}
.p-single-body .wp-block-ideabox-toc ol.ib-toc-anchors > li ol {
  margin-top: 12px;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .p-single-body .wp-block-ideabox-toc ol.ib-toc-anchors > li ol {
    margin-top: 6px;
    margin-left: 4px;
  }
}
.p-single-body .wp-block-ideabox-toc ol.ib-toc-anchors > li ol li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.p-single-body .wp-block-ideabox-toc ol.ib-toc-anchors > li ol li::before {
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .p-single-body .wp-block-ideabox-toc ol.ib-toc-anchors > li ol li::before {
    width: 5px;
    height: 5px;
  }
}

@media screen and (max-width: 768px) {
  .l-sidebar {
    display: none;
  }
}
.l-sidebar .toc_widget {
  background: #fff;
  border-radius: 32px;
  margin-top: 75px;
  padding-bottom: 30px;
}
.l-sidebar .toc_widget .widgettitle {
  border-bottom: 3px solid #f9f9f9;
  padding: 17px 10px 14px 23px;
  font-size: 14px !important;
  font-weight: bold !important;
}
.l-sidebar .menu .toc_widget ul.toc_widget_list {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.l-sidebar .toc_widget ul.toc_widget_list {
  margin-top: 16px;
  margin-left: 10px;
  margin-right: 10px;
}
.l-sidebar .toc_widget ul.toc_widget_list > li {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 10px;
}
.l-sidebar .toc_widget ul.toc_widget_list > li:last-child {
  margin-bottom: 0;
}
.l-sidebar .toc_widget ul.toc_widget_list > li::after {
  content: "";
  background: url(../images/arrow-mokuji.png);
  background-size: cover;
  width: 7px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 5px;
}
.l-sidebar .toc_widget ul.toc_widget_list > li::before {
  content: unset;
  position: unset;
}
.l-sidebar .toc_widget ul.toc_widget_list > li ul {
  margin-top: 8px;
  margin-left: -7px;
}
.l-sidebar .toc_widget ul.toc_widget_list > li ul li {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  padding-left: 10px;
}

.p-top {
  background: #fff;
  overflow-x: hidden;
}
.p-top-mv__bg {
  width: 100vw;
  padding: 142px calc(50vw - 50%) 46px;
  margin: 0 calc(50% - 50vw);
}
.p-top-mv__title {
  margin: 0 auto;
  opacity: 0;
  animation: appeare 1s ease 1s 1 normal forwards running;
}
.p-top-mb-img-sp {
  display: none;
}

@keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__bg {
    padding: 88px calc(50vw - 50%) 33px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__title {
    /* max-width: 200px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
  }
  .p-top-mb-img-pc {
    display: none;
  }
  .p-top-mb-img-sp {
    display: block;
  }
}
.p-top-mv__title-text {
  max-width: 290px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-mv__title-text {
    margin-top: 15px;
    max-width: 200px;
  }
}
.p-top-mv__title--sm {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-text-stroke: 6px #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-mv__title--sm {
    font-size: 16px;
    margin: unset;
  }
}
.p-top-mv__title--lg {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-text-stroke: 6px #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-mv__title--lg {
    font-size: 35px;
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__title--thumb {
    width: 83px;
    margin-left: 13px;
    margin-bottom: 0;
  }
  .p-top-mv__title--thumb img {
    width: 100%;
    height: auto;
  }
}
.p-top-mv__title--blue {
  color: #2D4486;
}
.p-top-mv__title--bg {
  position: absolute;
  display: block;
  -webkit-text-stroke: 0px;
  top: 0;
  left: 0;
}
.p-top-mv__read {
  margin: 28px auto 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top-mv__read {
    margin: 9px auto 0;
    position: unset;
    font-size: 14px;
    text-align: left;
  }
}
.p-top-mv__read::after {
  position: absolute;
  content: "";
  background: url(../images/top-trysan.png);
  background-size: contain;
  right: -30%;
  bottom: -35px;
  width: 206px;
  height: 273px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__read::after {
    position: unset;
    content: unset;
    background: unset;
  }
}
.p-top-mv-slider {
  max-width: 1038px;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  .p-top-mv-slider {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: unset;
  }
}
@media screen and (max-width: 840px) {
  .p-top-mv-slider .c-card2__thumb {
    height: 56.5%;
    max-height: 181px;
  }
}
.p-top-mv-slider__list {
  padding: 0 0 10px 0;
}
.p-top-mv-slider__contents {
  margin-top: 36px;
  position: relative;
}
@media screen and (max-width: 680px) {
  .p-top-mv-slider__contents {
    margin-top: 24px;
  }
}
.p-top-mv-slider__nav {
  position: unset;
  margin: 45px auto 0;
}
@media screen and (max-width: 680px) {
  .p-top-mv-slider__nav {
    margin: 26px auto 0;
  }
}
.p-top-section1 {
  padding: 69px calc(50vw - 50%) 58px;
  margin: 0 calc(50% - 50vw);
  background-color: #fff;
  width: 100vw;
  position: relative;
}
.p-top-section1__bg {
  position: absolute;
  max-width: 1271.22px;
  width: 1271.2158203125px;
  height: 100%;
  content: "";
  background: url(../images/sec1-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 49.5%;
  top: 21%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-section1 {
    padding: 36px calc(50vw - 50%) 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-section1__columswrap {
    margin: 0 0 0 -6px;
  }
}
.p-top-section1__banner {
  position: relative;
  margin: 50px auto 0;
  max-width: 698px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-section1__banner {
    margin: 24px auto 0;
  }
}
.p-top-section1__banner figure {
  width: 100%;
  height: auto;
}
.p-top-recent {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 76px calc(50vw - 50%) 101px;
  position: relative;
}
@media screen and (max-width: 680px) {
  .p-top-recent {
    padding: 44px calc(50vw - 50%) 52px;
  }
}
.p-top-recent__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -29px;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-recent__list {
    margin-left: -16px;
  }
}
@media screen and (max-width: 560px) {
  .p-top-recent__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0px;
    margin-top: 15px;
  }
}
.p-top-recent__list-item {
  width: calc(33.33333% - 29px);
  margin-left: 29px;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .p-top-recent__list-item {
    width: calc(50% - 16px);
    margin-left: 16px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-top-recent__list-item {
    width: 100%;
    margin-left: 0px;
    margin-top: 16px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .05);
            box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .05);
    border-radius: 16px;
  }
  .p-top-recent__list-item .c-card2__grade {
    background-size: contain;
    width: 90px;
    height: 24px;
    position: absolute;
    right: -5px;
    top: 0px;
    border-top-right-radius: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 5px;
  }
  .p-top-recent__list-item .c-card2__grade::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    border-bottom-left-radius: 6px;
    -webkit-transform: skewX(35deg);
            transform: skewX(35deg);
    display: block;
    border-top-right-radius: 18px;
    width: 90px;
    height: 24px;
  }
  .p-top-recent__list-item .c-card2__grade span {
    font-size: 11px;
  }
  .p-top-recent__list-item .c-card2__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 16px;
    height: 115px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .p-top-recent__list-item .c-card2__thumb {
    border-radius: 16px 0 0 16px;
    aspect-ratio: 4/3;
    width: unset;
    height: auto;
    position: unset;
  }
  .p-top-recent__list-item .c-card2__thumb img {
    border-radius: 12px 0 0 12px;
    height: 100%;
  }
  .p-top-recent__list-item .c-card2__body {
    padding: 9px 11px 0px 13px;
    width: calc(100% - 109px);
  }
  .p-top-recent__list-item .c-card2__category {
    padding: 0 10px;
    line-height: 17.6px;
  }
  .p-top-recent__list-item .c-card2__title {
    margin-top: 2.49px;
    line-height: 18px;
  }
  .p-top-recent__list-item .c-card2__date {
    text-align: right;
    font-size: 11px;
  }
}
.p-top-recent__button {
  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;
  max-width: 803px;
  height: 80px;
  background: #626262;
  border-radius: 40px;
  margin: 44px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-recent__button {
    height: 48px;
    margin: 27px auto 0;
  }
}
.p-top-recent__button p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-recent__button p {
    font-size: 14px;
    line-height: 20.27px;
  }
}
.p-top-recent__button p::after {
  position: absolute;
  content: url(../images/icon-button-recent.png);
  right: 14px;
  top: 61%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-recent__button p::after {
    content: url(../images/icon-button-recent-sp.png);
  }
}
.p-top-searvice {
  margin: 0 calc(50% - 50vw);
  padding: 122px calc(50vw - 50%) 80px;
  margin-bottom: 110px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 680px) {
  .p-top-searvice {
    padding: 42px calc(50vw - 50%) 115px;
    margin-bottom: 40px;
  }
}
.p-top-searvice__bg {
  position: absolute;
  max-width: 1366.03px;
  width: 1366.03px;
  height: 100%;
  content: "";
  background: url(../images/searvice-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 51%;
  top: 17.2%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top-searvice__contents, .p-top-searvice__contents3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -32px;
  margin-top: 44px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__contents, .p-top-searvice__contents3 {
    margin-top: 10px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 16px;
  }
}
@media screen and (max-width: 680px) {
  .p-top-searvice__contents2 {
    margin-top: 10px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 16px;
  }
}
.p-top-searvice__item {
  background: #fff;
  display: block;
  border-radius: 16px;
  border: 1px solid #999999;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .05);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .05);
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item {
    border-radius: 10px;
  }
}
.p-top-searvice__item-body {
  padding: 20px 15px;
}
.p-top-searvice__item-body2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 16px 12px 16px;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item-body2 {
    padding: 20px 16px 13px 16px;
  }
}
.p-top-searvice__item-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: center;
}
.p-top-searvice__item-title span {
  font-size: 13px;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item-title {
    font-size: 17px;
    line-height: 23px;
  }
  .p-top-searvice__item-title span {
    font-size: 12px;
  }
}
.p-top-searvice__item-btn {
  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;
  max-width: 300px;
  border-radius: 40px;
  margin: 15px auto 0;
  position: relative;
  z-index: 1;
}
.p-top-searvice__item-btn--navy {
  background: #2D4486;
}
.p-top-searvice__item-btn--blue {
  background: #3763E3;
}
.p-top-searvice__item-btn--red {
  background: #E6003D;
}
.p-top-searvice__item-btn--green {
  background: #50a731;
}
.p-top-searvice__item-btn p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 15px;
}
.p-top-searvice__item-btn p::after {
  position: absolute;
  content: "";
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22.51px;
  background: url(../images/icon-button-recent.png);
  height: 22.5px;
  background-size: cover;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item-btn p {
    font-size: 15px;
  }
}
.p-top-searvice__item-obje {
  margin: 12px 0 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 176px;
}
.p-top-service__item-txt-wrap {
  position: absolute;
  bottom: 0;
  width: 90%;
  max-width: 1095px;
  transform: translateX(-50%);
  left: 50%;
}
.p-top-service__item-txt {
  color: #242424;
  margin-top: 7px;
  font-size: 12px;
}
.p-top-service__item-txt a {
  text-decoration: underline;
}
@media screen and (max-width: 680px) {
  .p-top-service__item-txt {
    font-size: 10px;
  }
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item-obje {
    max-width: 93px;
    margin: 6px 0 0 0px;
  }
}
.p-top-searvice__item-obje img {
  width: unset;
  max-width: 100%;
}
.p-top-searvice__item1 {
  width: calc(100% / 4 - 32px);
  margin-left: 32px;
  min-width: 236px;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item1 {
    width: 100%;
    margin-left: 0;
  }
}
.p-top-searvice__item1-logo {
  width: 80%;
  max-width: 220px;
  margin: 20px auto 0;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item1-logo {
    margin: 15x auto 0;
  }
}
.p-top-searvice__item1-thumb {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item1-thumb {
    margin: 15px 0 0 0;
  }
}
.p-top-searvice__item1-thumb2 {
  margin: 9px 0 0 0;
}
.p-top-searvice__item2 {
  width: 100%;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}
.p-top-searvice__item2-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 15px 29px 12px;
  position: relative;
  padding-right: 4.5%;
  width: 50%;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item2-head {
    position: unset;
    width: 100%;
    padding: 10px 15px 1px 8px;
  }
}
.p-top-searvice__item2-head::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 1px;
  background: #999999;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item2-head::after {
    position: unset;
    content: unset;
  }
}
.p-top-searvice__item2-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  padding-right: 18px;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item2-body {
    padding: 11px 14px 16px 17px;
    width: 100%;
  }
}
.p-top-searvice__item2-textwrap {
  margin-left: 8.6%;
  margin-top: -6px;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item2-textwrap {
    width: 158px;
    margin-left: 0%;
    margin-top: 0px;
  }
}
.p-top-searvice__item2-thumb {
  margin: 9px 0 0 -8px;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item2-thumb {
    margin: 0px 0 0 -8px;
  }
}
.p-top-searvice__item2-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  color: #e6003d;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item2-title {
    font-size: 16px;
    line-height: 23px;
  }
}
.p-top-searvice__item2-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 19px;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item2-text {
    font-size: 8px;
    line-height: 13px;
    margin-top: 2px;
  }
}
.p-top-searvice__item2-obje {
  margin: 0px 0 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 176px;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item2-obje {
    max-width: 93px;
    margin: 0px 0 0 0px;
  }
}
.p-top-searvice__item2-obje img {
  width: unset;
  max-width: 100%;
}
.p-top-searvice__item3-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.8571428571;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item3-text {
    font-size: 8px;
  }
}
.p-top-searvice__item3-text span {
  font-size: 12px;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item3-text span {
    font-size: 8px;
  }
}
.p-top-searvice__item3-obje {
  margin: 0px 0 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 680px) {
  .p-top-searvice__item3-obje {
    width: 200px;
    margin: 0px 0 0 0px;
  }
}
.p-top-searvice__item3-obje img {
  width: unset;
  max-width: 100%;
  height: auto;
}
.p-top-ranking {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 77px calc(50vw - 50%) 100px;
}
@media screen and (max-width: 680px) {
  .p-top-ranking {
    padding: 37px calc(50vw - 50%) 36px;
  }
}
.p-top-ranking-list {
  margin-top: 43px;
  counter-reset: listnum; /* カウンターをリセット */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-list {
    margin-top: 40px;
    margin-right: -4px;
  }
}
.p-top-ranking-list::after {
  position: absolute;
  content: "";
  background: url(../images/top-trysan-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 332px;
  height: 254px;
  right: -71px;
  top: -225px;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-list::after {
    width: 151px;
    height: 117px;
    right: -47px;
    top: -107px;
  }
}
.p-top-ranking-item {
  position: relative;
  max-width: 1005px;
  margin-left: 37px;
  border: 5px solid #fff;
  border-radius: 38px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .05);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .05);
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item {
    margin-left: 7px;
    border-radius: 24px;
  }
}
.p-top-ranking-item::before {
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: counter(listnum);
  position: absolute;
  top: 54%;
  left: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item::before {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.01em;
    top: 50%;
    left: -4px;
  }
}
.p-top-ranking-item:first-of-type::before {
  color: #fff;
}
.p-top-ranking-item:first-of-type::after {
  position: absolute;
  content: url(../images/rank1.png);
  top: 51%;
  left: -29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item:first-of-type::after {
    content: "";
    background: url(../images/rank1.png);
    width: 43px;
    height: 38.085105896px;
    background-size: cover;
    top: 45.5%;
    left: -21px;
  }
}
.p-top-ranking-item:nth-of-type(2)::before {
  color: #fff;
}
.p-top-ranking-item:nth-of-type(2)::after {
  position: absolute;
  content: url(../images/rank2.png);
  top: 51%;
  left: -29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item:nth-of-type(2)::after {
    content: "";
    background: url(../images/rank2.png);
    width: 43px;
    height: 38.085105896px;
    background-size: cover;
    top: 45.5%;
    left: -21px;
  }
}
.p-top-ranking-item:nth-of-type(3)::before {
  color: #fff;
}
.p-top-ranking-item:nth-of-type(3)::after {
  position: absolute;
  content: url(../images/rank3.png);
  top: 51%;
  left: -29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item:nth-of-type(3)::after {
    content: "";
    background: url(../images/rank3.png);
    width: 43px;
    height: 38.085105896px;
    background-size: cover;
    top: 45.5%;
    left: -21px;
  }
}
.p-top-ranking-item:nth-of-type(n + 4)::before {
  top: 51%;
  left: -4px;
  color: #fff;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item:nth-of-type(n + 4)::before {
    top: 49%;
    left: -5px;
    color: #fff;
  }
}
.p-top-ranking-item:nth-of-type(n + 4)::after {
  position: absolute;
  content: url(../images/rank4.png);
  top: 52%;
  left: -23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item:nth-of-type(n + 4)::after {
    content: "";
    background: url(../images/rank4.png);
    width: 39px;
    height: 39px;
    background-size: cover;
    top: 49.5%;
    left: -19px;
  }
}
.p-top-ranking-item:not(:first-of-type) {
  margin-top: 18px;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item:not(:first-of-type) {
    margin-top: 16px;
  }
}
.p-top-ranking-item a {
  background: #fff;
  border-radius: 32px;
  padding: 14px 19px 13px 53px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 18px;
    padding: 15px 15px 17px 21px;
  }
}
.p-top-ranking-item__thumb {
  max-width: 145px;
  height: 81px;
  width: 100%;
  margin-bottom: 0;
  border-radius: 16px;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item__thumb {
    max-width: 86px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
  }
}
.p-top-ranking-item__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item__thumb img {
    border-radius: 8px;
  }
}
.p-top-ranking-item__body {
  margin-left: 32px;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item__body {
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12.49px;
  }
}
.p-top-ranking-item__category {
  border: solid 1px #d9d9d9;
  font-weight: 700;
  font-size: 12px;
  line-height: 19.2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 29px 3px 29px;
  border-radius: 18px;
  background: #f2f2f2;
  display: inline-block;
  margin-top: 2px;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item__category {
    font-size: 11px;
    padding: 2px 10.61px 3px 10.61px;
    margin-top: 0px;
    line-height: 14.2px;
  }
}
.p-top-ranking-item__title {
  margin-top: 9px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item__title {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    margin-top: 0;
    margin-left: 17px;
  }
}
.p-top-ranking-item__date {
  margin-left: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  color: #999999;
  display: inline-block;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item__date {
    font-size: 11px;
    line-height: 18px;
  }
}
.p-top-ranking-item__grade {
  background-size: contain;
  width: 120px;
  height: 30px;
  position: absolute;
  right: -5px;
  top: 0px;
  border-top-right-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 5px;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item__grade {
    border-top-right-radius: 18px;
    width: 90px;
    height: 24px;
  }
}
.p-top-ranking-item__grade::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 6px;
  -webkit-transform: skewX(35deg);
          transform: skewX(35deg);
  display: block;
  width: 120px;
  height: 30px;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item__grade::after {
    border-top-right-radius: 18px;
    width: 90px;
    height: 24px;
  }
}
.p-top-ranking-item__grade span {
  color: #242424;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  position: relative;
  z-index: 1;
}
.p-top-ranking-item__grade--hogosha span {
  color: white;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-item__grade span {
    font-size: 11px;
  }
}
.p-top-ranking-item__grade--koukou::after {
  background: #A2DEFB;
}
.p-top-ranking-item__grade--chuugaku::after {
  background: #BCE155;
}
.p-top-ranking-item__grade--shougaku::after {
  background: #FFBF4F;
}
.p-top-ranking-item__grade--hogosha::after {
  background: #2d4486;
}
.p-top-ranking-item__grade--all::after {
  background: #f2f2f2;
}
.p-top-ranking-taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 32px;
  border: solid 5px #f2f2f2;
  padding: 22px 42px 25px 44px;
  margin-left: 7px;
  max-width: 1033px;
  min-height: 134px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 51px;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-taglist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 28px;
    margin-top: 29px;
    padding: 4px 12px 35px 12px;
    margin-left: 0;
  }
}
.p-top-ranking-taglist__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 224px;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-taglist__head {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
  }
}
.p-top-ranking-taglist__body {
  width: calc(100% - 251px);
  margin-left: 27px;
  margin-top: -12px;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-taglist__body {
    width: 100%;
    margin-left: -4px;
    margin-top: 2px;
  }
}
.p-top-ranking-taglist__icon {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-taglist__icon {
    width: 45px;
  }
}
.p-top-ranking-taglist__title {
  font-size: 16px;
  font-weight: 900;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 17px;
}
@media screen and (max-width: 680px) {
  .p-top-ranking-taglist__title {
    margin-left: 13px;
  }
}
.p-top-ranking .c-tag-item {
  margin-left: 11px;
  margin-top: 23px;
}
@media screen and (max-width: 680px) {
  .p-top-ranking .c-tag-item {
    margin-top: 22px;
  }
}
.p-top-ranking .c-tag-item a {
  font-size: 14px;
  padding: 2px 14px 2px 26px;
}
.p-top-ranking .c-tag-item a::before {
  top: 4px;
}

.p-category {
  padding-top: 46px;
}
@media screen and (max-width: 768px) {
  .p-category {
    padding-top: 38px;
  }
}
.p-category-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -26px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-category-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.p-category-card__item {
  width: calc(50% - 26px);
  margin-left: 26px;
}
@media screen and (max-width: 768px) {
  .p-category-card__item {
    width: 100%;
    margin-left: 0px;
  }
}
.p-category__banner {
  width: 100%;
  margin-top: 24px;
}
.p-category__pagenation {
  margin-top: 32px;
}
.p-category-article {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-category-article {
    margin-top: 28px;
  }
}
.p-category-article__item:not(:first-of-type) {
  margin-top: 16px;
}
.p-category-article__link {
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .05);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .05);
  padding: 21px 16px 19px 24px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 156px;
}
@media screen and (max-width: 768px) {
  .p-category-article__link {
    padding: 5px;
    border-radius: 16px;
    height: 115px;
  }
}
.p-category-article__thumb {
  max-width: 186px;
  height: 113px;
  width: 100%;
  margin: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-category-article__thumb {
    aspect-ratio: 4/3;
    width: unset;
    max-width: unset;
    height: 115px;
  }
}
.p-category-article__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-category-article__thumb img {
    border-radius: 10px 0 0 10px;
  }
}
.p-category-article__body {
  margin-left: 26px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-category-article__body {
    margin-left: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
  }
}
.p-category-article__category {
  border: solid 1px #d9d9d9;
  font-weight: 700;
  font-size: 12px;
  line-height: 19.2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 29px 2px 29px;
  border-radius: 18px;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .p-category-article__category {
    font-size: 11px;
    padding: 0px 10px 0px 10px;
    border-radius: 32px;
  }
}
.p-category-article__title {
  margin-top: 13px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
}
@media screen and (max-width: 768px) {
  .p-category-article__title {
    margin-top: 3px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-align: left;
  }
}
.p-category-article__date {
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  color: #999999;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-category-article__date {
    font-size: 11px;
    line-height: 18px;
    text-align: right;
  }
}
.p-category-article__tag {
  margin-left: -11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-category-article__tag {
    display: none;
  }
}
.p-category-article__tagitem {
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 11px;
  padding-left: 10px;
}
.p-category-article__tagitem::before {
  content: "#";
  color: #2D4486;
  position: absolute;
  left: 0;
}
.p-category-article__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  margin-left: 2px;
  margin-right: 14px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-category-article__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: unset;
  }
}
.p-category-article__grade {
  background-size: contain;
  width: 117px;
  height: 30px;
  position: absolute;
  right: -5px;
  top: 0px;
  border-top-right-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .p-category-article__grade {
    background-size: contain;
    width: 90px;
    height: 24px;
    position: absolute;
    right: -5px;
    top: 0px;
    border-top-right-radius: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 5px;
  }
}
.p-category-article__grade::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 6px;
  -webkit-transform: skewX(35deg);
          transform: skewX(35deg);
  display: block;
  width: 117px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .p-category-article__grade::after {
    border-bottom-left-radius: 6px;
    display: block;
    border-top-right-radius: 18px;
    width: 90px;
    height: 24px;
  }
}
.p-category-article__grade span {
  color: #242424;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  position: relative;
  z-index: 1;
}
.p-category-article__grade--hogosha span {
  color: white;
}
@media screen and (max-width: 768px) {
  .p-category-article__grade span {
    font-size: 11px;
  }
}
.p-category-article__grade--koukou::after {
  background: #A2DEFB;
}
.p-category-article__grade--chuugaku::after {
  background: #BCE155;
}
.p-category-article__grade--shougaku::after {
  background: #FFBF4F;
}
.p-category-article__grade--hogosha::after {
  background: #2d4486;
}
.p-category-article__grade--all::after {
  background: #f2f2f2;
}
.p-category-taglist {
  margin-top: 66px;
}

.p-taxonomy-pickup {
  margin-top: 10px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 50px calc(50vw - 50%) 69px;
}
@media screen and (max-width: 680px) {
  .p-taxonomy-pickup {
    padding: 50px 0 69px;
  }
}
.p-taxonomy-pickup-slider {
  max-width: 1038px;
  margin: 0 auto;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 680px) {
  .p-taxonomy-pickup-slider {
    max-width: unset;
  }
}
.p-taxonomy-pickup-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-taxonomy-pickup-slider__contents {
  margin-top: 36px;
  position: relative;
}
@media screen and (max-width: 680px) {
  .p-taxonomy-pickup-slider__contents {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 24px;
  }
}
.p-taxonomy-pickup-slider__nav {
  position: unset;
  margin: 45px auto 0;
}
@media screen and (max-width: 680px) {
  .p-taxonomy-pickup-slider__nav {
    margin: 26px auto 0;
  }
}
.p-taxonomy-online {
  background: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 48px calc(50vw - 50%) 48px;
}
@media screen and (max-width: 840px) {
  .p-taxonomy-online {
    padding: 36px calc(50vw - 50%) 36px;
  }
}
@media screen and (max-width: 680px) {
  .p-taxonomy-online {
    padding: 24px calc(50vw - 50%) 24px;
  }
}
@media screen and (max-width: 680px) {
  .p-taxonomy-online__item {
    padding: 0 24px;
  }
}
.p-taxonomy-taglist {
  margin: 0 calc(50% - 50vw);
}
.p-taxonomy__column {
  padding: 83px calc(50vw - 50%) 100px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-taxonomy__column {
    padding: 43px calc(50vw - 50%) 100px;
  }
}
.p-taxonomy .c-card__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-single {
  padding-bottom: 107px;
  position: relative;
}
.p-single p, .p-single ul, .p-single ol, .p-single dl, .p-single dt, .p-single dd, .p-single td, .p-single a {
  font-weight: 500;
}
.p-single code, .p-single mark {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-single {
    padding-top: 46px;
  }
}
.p-single::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 360px;
  background: url(../images/bg-blue.png);
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-single::after {
    height: 313px;
  }
}
.p-single__contents {
  position: relative;
  z-index: 2;
}
.p-single__bread {
  padding-top: 123px;
}
.p-single__sidebar {
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .p-single__sidebar {
    margin-top: 44px;
  }
}
.p-single-header__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: left;
  color: #242424;
}
@media screen and (max-width: 768px) {
  .p-single-header__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
  }
}
.p-single-header__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: -27px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .p-single-header__date {
    margin-top: 20px;
  }
}
.p-single-header__item {
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  color: #999999;
  position: relative;
  margin-left: 16px;
  padding-left: 15px;
}
.p-single-header__item--1::after {
  position: absolute;
  content: url(../images/icon-time1.png);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.p-single-header__item--2::after {
  position: absolute;
  content: url(../images/icon-time2.png);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.p-single-body {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-single-body {
    margin-top: 20px;
  }
}
.p-single-body figure:not(.p-single__table--1):not(.p-single__table--2) {
  border-radius: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-single-body figure:not(.p-single__table--1):not(.p-single__table--2) {
    border-radius: 16px;
    margin-bottom: 24px;
  }
}
.p-single-body .p-single-contents {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-single-body .p-single-contents {
    margin-bottom: 24px;
  }
}
.p-single-body h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: left;
  color: #242424;
}
.p-single-body h2 {
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #242424;
  position: relative;
  padding-left: 21px;
  border-bottom: 2px solid #2d4486;
  padding-bottom: 15px;
  margin-bottom: 32px;
	margin-top:3em;
}
@media screen and (max-width: 768px) {
  .p-single-body h2 {
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 26px;
  }
}
.p-single-body h2::before {
  position: absolute;
  content: "";
  background: #2d4486;
  height: calc(100% - 6px);
  width: 8px;
  left: -3px;
  top: -4px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-single-body h2::before {
    height: calc(100% - 4px);
  }
}
.p-single-body h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #242424;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 14px;
	margin-top: 2.4em;
}
@media screen and (max-width: 768px) {
  .p-single-body h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 12px;
  }
}
.p-single-body h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #2d4486;
}
.p-single-body h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #242424;
  position: relative;
  padding-left: 15px;
  padding-bottom: 15px;
  margin-bottom: 13px;
	margin-top:2.4em;
}
@media screen and (max-width: 768px) {
  .p-single-body h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 17px;
  }
}
.p-single-body h4::before {
  position: absolute;
  content: "";
  background: #2d4486;
  height: calc(100% - 14px);
  width: 5px;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}
.p-single-body p:not([class]), .p-single-body p.underline {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 38px;
}
.p-single-body p:not([class]).underline code, .p-single-body p.underline.underline code {
  background: linear-gradient(transparent 42%, #fffc99 65%);
}
.p-single-body p:not([class]) mark, .p-single-body p.underline mark {
  font-weight: 700;
  color: #000000;
  background: transparent;
}
.p-single-body ul:not([class]) {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-single-body ul:not([class]) {
    margin-bottom: 26px;
  }
}
.p-single-body ul:not([class]) li:not([class]) {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  padding-left: 17px;
}
.p-single-body ul:not([class]) li:not([class]):not(:first-of-type) {
/*   margin-top: 3.8px; */
}
.p-single-body ul:not([class]) li:not([class])::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #2d4486;
  border-radius: 50px;
  left: 0;
  top: 8px;
}
.p-single-body ol:not([class]) {
  counter-reset: li;
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .p-single-body ol:not([class]) {
    margin-bottom: 26px;
  }
}
.p-single-body ol:not([class]) li:not([class]) {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  padding-left: 22px;
  list-style: none;
}
.p-single-body ol:not([class]) li:not([class]):not(:first-of-type) {
  margin-top: 7.8px;
}
.p-single-body ol:not([class]) li:not([class])::before {
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  color: #2d4486;
  left: 0;
  top: -2px;
  counter-increment: li;
  /*自動連番を付ける関数*/
  content: counter(li) ".";
}
.p-single-body > div > ul {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 8px;
  padding: 25px 30px;
}
.p-single-body > div > ul li {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  padding-left: 17px;
}
.p-single-body > div > ul li:not(:first-of-type) {
  margin-top: 7.8px;
}
.p-single-body > div > ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #2d4486;
  border-radius: 50px;
  left: 0;
  top: 8px;
}
.p-single-body > div > ol {
  counter-reset: li;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 8px;
  padding: 25px 30px;
}
.p-single-body > div > ol li {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  padding-left: 22px;
  list-style: none;
}
.p-single-body > div > ol li:not(:first-of-type) {
  margin-top: 7.8px;
}
.p-single-body > div > ol li::before {
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  color: #249bd9;
  left: 0;
  top: -2px;
  counter-increment: li;
  /*自動連番を付ける関数*/
  content: counter(li) ".";
}
.p-single__table--1 {
  border: #d9d9d9 solid 1px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 50px;
}
.p-single__table--1 table {
  width: 100%;
  border: none;
}
.p-single__table--1 tr {
  width: 100%;
  border-radius: 8px;
  background: #fff;
  border: #d9d9d9 solid 1px;
}
.p-single__table--1 tr:nth-of-type(odd) {
  background: #f2f2f2;
}
.p-single__table--1 td:first-child,
.p-single__table--1 th:first-child {
  width: 32%;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  border-right: #d9d9d9 solid 1px;
  padding: 24px 10px 10px 35px;
}
@media screen and (max-width: 768px) {
  .p-single__table--1 td:first-child,
  .p-single__table--1 th:first-child {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    width: 30%;
    padding: 24px 10px 10px 15px;
  }
}
.p-single__table--1 td,
.p-single__table--1 th {
  width: 68%;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  padding: 24px 10px 23px 40px;
  border: 0;
}
@media screen and (max-width: 768px) {
  .p-single__table--1 td,
  .p-single__table--1 th {
    padding: 24px 10px 23px 21px;
    width: 70%;
  }
}
.p-single__table--2 {
  width: 100%;
  margin-bottom: 61px;
}
@media screen and (max-width: 768px) {
  .p-single__table--2 {
    margin-bottom: 40px;
  }
}
.p-single__table--2 tr {
  width: 100%;
  border-radius: 8px;
  border: #d9d9d9 solid 1px;
}
.p-single__table--2 tr:first-child td {
  color: #fff;
  background: #999999;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  padding: 11px 10px;
}
.p-single__table--2 tr:first-child td:not(:first-of-type) {
  border-left: #d9d9d9 1px solid;
}
.p-single__table--2 td {
  background: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0em;
  padding: 20px 10px 23px 10px;
  border: 0;
}
.p-single__table--2 td:not(:first-of-type) {
  border-left: #d9d9d9 1px solid;
}
.p-single__box--1 {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 8px;
  padding: 20px 30px;
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .p-single__box--1 {
    margin-bottom: 20px;
  }
}
.p-single__box--1 strong {
  font-weight: bold;
}
.p-single__box--1 p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}
.p-single__box--2 {
  border: 1px solid #d9d9d9;
  background: #fff6ed;
  border-radius: 8px;
  padding: 20px 30px;
  position: relative;
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .p-single__box--2 {
    margin-bottom: 20px;
  }
}
.p-single__box--2::after {
  position: absolute;
  content: url(../images/box2-1.svg);
  left: -13px;
  top: 12px;
}
.p-single__box--2::before {
  position: absolute;
  content: url(../images/box2-2.svg);
  left: -13px;
  top: 32px;
}
.p-single__box--2 strong {
  font-weight: bold;
}
.p-single__box--2 p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}
.p-single__box--3 {
  border: 1px solid #d9d9d9;
  background: #effaff;
  border-radius: 8px;
  padding: 20px 30px;
  position: relative;
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .p-single__box--3 {
    margin-bottom: 20px;
  }
}
.p-single__box--3::after {
  position: absolute;
  content: url(../images/box3-1.svg);
  left: -13px;
  top: 12px;
}
.p-single__box--3::before {
  position: absolute;
  content: url(../images/box3-2.svg);
  left: -13px;
  top: 32px;
}
.p-single__box--3 strong {
  font-weight: bold;
}
.p-single__box--3 p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}
.p-single__box--4 {
  border: 1px solid #d9d9d9;
  background: #fff1f4;
  border-radius: 8px;
  padding: 20px 30px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-single__box--4 {
    margin-bottom: 40px;
  }
}
.p-single__box--4::after {
  position: absolute;
  content: url(../images/box4-1.svg);
  left: -13px;
  top: 12px;
}
.p-single__box--4::before {
  position: absolute;
  content: url(../images/box4-2.svg);
  left: -13px;
  top: 32px;
}
.p-single__box--4 strong {
  font-weight: bold;
}
.p-single__box--4 p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}
.p-single__box--5 {
  border: 1px solid #d9d9d9;
  background: #f2f2f2;
  border-radius: 8px;
  padding: 20px 30px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-single__box--5 {
    margin-bottom: 40px;
  }
}
.p-single__box--5::after {
  position: absolute;
  content: url(../images/box5-1.svg);
  left: -13px;
  top: 12px;
}
.p-single__box--5::before {
  position: absolute;
  content: url(../images/box5-2.svg);
  left: -13px;
  top: 32px;
}
.p-single__box--5 strong {
  font-weight: bold;
}
.p-single__box--5 p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {

  .sp_scroll_fixed_first {
    position: sticky;
    top:0;
    left:0;
    border-left: none;
    border-right: none;
    background: none;
    z-index: 10;
    background-color: inherit;
    &:before{
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      border-left: 1px #ccc solid;
      border-right: 1px #ccc solid;
      z-index: -1;
      box-sizing: content-box;
    }
  }

  .sp_scroll_all, .sp_scroll_fixed {
    max-width: 100%; 
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  .sp_scroll_all table {
    table-layout: auto !important;
  }

  .sp_scroll_all table td {
    white-space: nowrap !important;
  } 

  .sp_scroll_all table th {
    white-space: nowrap !important;
  }

  .sp_scroll_fixed table {
    table-layout: auto !important;
  }

  .sp_scroll_fixed table td {
    white-space: nowrap !important;
  } 

  .sp_scroll_fixed table th {
    white-space: nowrap !important;
  }

}

.sp_scroll_all, .sp_scroll_fixed {
  overflow-y: hidden !important;
}

.p-single-youtube {
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .p-single-youtube {
    margin-bottom: 45px;
  }
}
.p-single-youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-single-talk {
  max-width: 684px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .p-single-talk {
    margin-bottom: 45px;
  }
}
.p-single-talk__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-single-talk__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-single-talk__item:nth-of-type(even) .p-single-talk__body {
  margin-right: 30px;
  margin-left: 0px;
  position: relative;
}
.p-single-talk__item:nth-of-type(even) .p-single-talk__body::after {
  position: absolute;
  content: url(../images/fukidashi2.png);
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-single-talk__item:nth-of-type(even) .p-single-talk__body {
    margin-right: 18px;
  }
}
.p-single-talk__item:nth-of-type(even) .p-single-talk__name {
  text-align: right;
}
.p-single-talk__item:nth-of-type(even) .p-single-talk__comment {
  background: #f0f4ff;
}
.p-single-talk__item:nth-of-type(even) .p-single-talk__comment::before {
  content: "";
  position: absolute;
  top: 16px;
  left: unset;
  right: -9px;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 6px solid #fff1f4;
  z-index: 2;
}
.p-single-talk__item:nth-of-type(even) .p-single-talk__comment::after {
  content: "";
  position: absolute;
  top: 16px;
  left: unset;
  right: -11px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 7px solid #d9d9d9;
  z-index: 1;
}
.p-single-talk__item:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-single-talk__item:not(:first-of-type) {
    margin-top: 23px;
  }
}
.p-single-talk__thumb {
  width: 48px;
  height: 48px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-single-talk__thumb {
    width: 33px;
    height: 33px;
  }
}
.p-single-talk__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-talk__body {
  margin-left: 30px;
  width: calc(100% - 78px);
}
@media screen and (max-width: 768px) {
  .p-single-talk__body {
    margin-left: 18px;
    width: calc(100% - 52px);
  }
}
.p-single-talk__name {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}
.p-single-talk .p-single-talk__comment {
  background: #fff;
  border: #d9d9d9 1px solid;
  border-radius: 8px;
  margin-top: 7px;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  padding: 28px 42px;
  position: relative;
}
.p-single-talk .p-single-talk__comment::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -9px;
  margin-top: -3px;
  border: 3px solid transparent;
  border-right: 6px solid #FFF;
  z-index: 2;
}
.p-single-talk .p-single-talk__comment::after {
  content: "";
  position: absolute;
  top: 16px;
  left: -11px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right: 7px solid #d9d9d9;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-single-talk .p-single-talk__comment {
    padding: 20px 25px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
  }
}
.p-single-talk .p-single-talk__comment p:last-child {
  margin-bottom: 0;
}
.p-single .wp-embedded-content {
  width: 100% !important;
}
.p-single-linkcard {
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .p-single-linkcard {
    margin-bottom: 42px;
  }
}
.p-single-linkcard__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px #d9d9d9 solid;
  background: #fff;
  border-radius: 8px;
  padding: 26px 10px 26px 33px;
}
@media screen and (max-width: 768px) {
  .p-single-linkcard__item {
    padding: 13px 10px 16px 15px;
  }
}
.p-single-linkcard__item:not(:first-of-type) {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .p-single-linkcard__item:not(:first-of-type) {
    margin-top: 17px;
  }
}
.p-single-linkcard__item--outlink .p-single-linkcard__title {
  position: relative;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .p-single-linkcard__item--outlink .p-single-linkcard__title {
    padding-right: 8px;
  }
}
.p-single-linkcard__item--outlink .p-single-linkcard__title::after {
  position: absolute;
  content: url(/assets/images/outlink.svg);
  right: 0;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .p-single-linkcard__item--outlink .p-single-linkcard__title::after {
    content: "";
    background: url(../images/outlink.svg);
    width: 10px;
    height: 10px;
    background-size: cover;
  }
}
.p-single-linkcard figure {
  width: 103px;
  height: 66px;
  border-radius: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-single-linkcard figure {
    width: 86px;
    height: 55px;
    border-radius: 8px;
    margin-bottom: 0;
  }
}
.p-single-linkcard figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-single-linkcard figure img {
    border-radius: 8px;
  }
}
.p-single-linkcard__body {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-single-linkcard__body {
    margin-left: 13px;
  }
}
.p-single-linkcard__date {
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #999999;
  position: relative;
  padding-left: 16px;
  display: block;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .p-single-linkcard__date {
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
  }
}
.p-single-linkcard__date::before {
  position: absolute;
  content: url(../images/icon-time2.png);
  left: 0;
  top: 0;
}
.p-single-linkcard p {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #2d4486;
  margin-bottom: 0;
}
.p-single-linkcard__thumb {
  margin-bottom: 0!important;
}

@media screen and (max-width: 768px) {
  .p-single-linkcard p {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;
  }
}
.p-single-outline {
  border: 1px #2d4486 solid;
  background: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 38px 38px 35px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
  .p-single-outline {
    padding: 32px 16px 16px 16px;
    margin-bottom: 25px;
  }
}
.p-single-ai {
  border: 1px #2d4486 solid;
  background: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 38px 38px 35px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
  .p-single-ai {
    padding: 32px 16px 16px 16px;
    margin-bottom: 25px;
  }
}
.p-single-ai::after {
  position: absolute;
  content: "無料";
  left: 0;
  top: 0;
  width: 90px;
  height: 30px;
  background: #2d4486;
  color: #fff;
  border-radius: 30px 0 0 0;
  padding-top: 5px;
  padding-left: 7px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-single-ai::after {
    width: 72px;
    height: 24px;
    border-radius: 14px 2px 2px 0px;
    padding-top: 0;
  }
}
.p-single-ai__title--sm {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #999999;
}
@media screen and (max-width: 768px) {
  .p-single-ai__title--sm {
    font-size: 12px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
  }
}
.p-single-ai__title--lg {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-single-ai__title--lg {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
}
.p-single-ai p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 13px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-single-ai p {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 13px;
  }
}
.p-single-ai__body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-single-ai__body {
    width: 50%;
  }
}
@media screen and (max-width: 680px) {
  .p-single-ai__body {
    width: 60%;
  }
}
.p-single-ai__thumb {
  width: 50%;
  margin-left: 30px;
}
.p-single-ai__thumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 840px) {
  .p-single-ai__thumb {
    margin-left: 16px;
  }
}
@media screen and (max-width: 680px) {
  .p-single-ai__thumb {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
.p-single-cta {
  background-color: #fff;
  border-radius: 32px;
  position: relative;
  margin-bottom: 51px;
  border: #d9d9d9 1px solid;
}
@media screen and (max-width: 680px) {
  .p-single-cta {
    margin-bottom: 40px;
  }
}
.p-single-cta::after {
  position: absolute;
  content: url(../images/cta-bg-r.png);
  right: 3.6111111111vw;
  bottom: 51px;
}
@media screen and (max-width: 680px) {
  .p-single-cta::after {
    content: url(../images/cta-bg-r-sp.png);
    bottom: 25px;
    right: 2.5vw;
  }
}
.p-single-cta::before {
  position: absolute;
  content: url(../images/cta-bg-l.png);
  left: 3.4722222222vw;
  bottom: 51px;
}
@media screen and (max-width: 680px) {
  .p-single-cta::before {
    content: url(../images/cta-bg-l-sp.png);
    bottom: 16px;
    left: 5vw;
  }
}
@media screen and (max-width: 680px) {
  .p-single-cta {
    border-radius: 16px;
  }
}
.p-single-cta a {
  display: block;
  padding: 33px 10px 24px 10px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 680px) {
  .p-single-cta a {
    padding: 28px 34px 24px 32px;
  }
}
.p-single-cta__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  .p-single-cta__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-single-cta__thumb, .p-single-cta__contents {
  width: calc(51% - 30px);
}
@media screen and (max-width: 680px) {
  .p-single-cta__thumb, .p-single-cta__contents {
    width: 100%;
  }
}
.p-single-cta__thumb {
  width: 48%;
  margin-top: 4px;
}
@media screen and (max-width: 680px) {
  .p-single-cta__thumb {
    width: 100%;
  }
}
.p-single-cta__thumb + .p-single-cta__contents {
  margin-left: 30px;
}
@media screen and (max-width: 680px) {
  .p-single-cta__thumb + .p-single-cta__contents {
    margin-left: 0;
    margin-top: 21px;
  }
}
.p-single-cta__title {
  color: #2D4486;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
.p-single-cta__title span {
  font-size: 12px;
}
.p-single-cta p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  .p-single-cta p {
    margin-top: 14px;
    margin-bottom: 0;
  }
}
.p-single-cta__bottom {
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  .p-single-cta__bottom {
    margin-top: 26px;
  }
}
.p-single-cta__bottom p {
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1em;
}
.p-single-cta__bottom p.p-single-cta__copy1::after {
  position: absolute;
  content: "／";
  right: 0;
  bottom: 0;
}
.p-single-cta__bottom p.p-single-cta__copy1::before {
  position: absolute;
  content: "＼";
  left: 0;
  bottom: 0;
}
.p-single-cta__copy2 {
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 14px;
}
@media screen and (max-width: 680px) {
  .p-single-cta__copy2 {
    margin-top: 12px;
  }
}
.p-single-cta__button {
  display: -webkit-box; 
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  max-width: 100%;
  height: 67px;
  border-radius: 56px;
  margin: 6px auto 6px;
}
.p-single-cta__button--navy {
  background: #2d4486;
}
.p-single-cta__button--blue {
  background: #3763e3;
}
.p-single-cta__button--red {
  background: #e6003d;
}
.p-single-cta__button--green {
  background: #3FBA1E;
}
@media screen and (max-width: 680px) {
  .p-single-cta__button {
    height: 48px;
  }
}
.p-single-cta__button span {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 680px) {
  .p-single-cta__button span {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    margin-left: 10px;
  }
}
.p-single-cta__button span::after {
  content: "";
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25.84px;
  background: url(../images/icon-button-recent.png);
  height: 25.84px;
  background-size: cover;
}
@media screen and (max-width: 680px) {
  .p-single-cta__button span::after {
    width: 18.86px;
    height: 18.86px;
  }
}
.p-single__button {
  background: #2d4486;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
    width: 520px;
    max-width: 100%;
  height: 67px;
  border-radius: 56px;
  margin: 36px auto;
}
@media screen and (max-width: 680px) {
  .p-single__button {
    height: 48px;
  }
}
.p-single__button--navy {
  background: #2D4486;
}
.p-single__button--blue {
  background: #3763E3;
}
.p-single__button--red {
  background: #E6003D;
}
.p-single__button--green {
  background: #3FBA1E;
}
.p-single__button a {
  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%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 680px) {
  .p-single__button a {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    margin-left: 10px;
  }
}
.p-single__button a::after {
  content: "";
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25.84px;
  background: url(../images/icon-button-recent.png);
  height: 25.84px;
  background-size: cover;
}
@media screen and (max-width: 680px) {
  .p-single__button a::after {
    width: 18px;
    height: 18px;
  }
}
.p-single-cta2 {
  padding: 25px 40px 34px 40px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 680px) {
  .p-single-cta2 {
    padding: 28px 34px 34px 34px;
  }
}
.p-single-cta2::after {
  position: absolute;
  z-index: 2;
  content: "";
  background-color: rgba(230, 0, 61, .8);
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  z-index: -1;
}
@media screen and (max-width: 680px) {
  .p-single-cta2::after {
    border-radius: 20px;
  }
}
.p-single-cta2::before {
  position: absolute;
  z-index: 1;
  content: "";
  background-image: url(../images/cta2-bg.png);
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0px;
  border-bottom-right-radius: 8px;
  background-position: right bottom;
  z-index: -1;
}
.p-single-cta2 a {
  position: relative;
  z-index: 3;
}
.p-single-cta2__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.01em;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 680px) {
  .p-single-cta2__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
  }
}
.p-single-cta2__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
@media screen and (max-width: 680px) {
  .p-single-cta2__body {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-single-cta2__thumb, .p-single-cta2__contents {
  width: calc(53% - 31px);
}
@media screen and (max-width: 680px) {
  .p-single-cta2__thumb, .p-single-cta2__contents {
    width: 100%;
  }
}
.p-single-cta2__thumb {
  width: 47%;
  border-radius: 16px;
}
@media screen and (max-width: 680px) {
  .p-single-cta2__thumb {
    width: 100%;
  }
}
.p-single-cta2__thumb img {
  border-radius: 16px;
}
.p-single-cta2__thumb + .p-single-cta2__contents {
  margin-left: 31px;
}
@media screen and (max-width: 680px) {
  .p-single-cta2__thumb + .p-single-cta2__contents {
    margin-left: 0;
    margin-top: 19px;
  }
}
.p-single-cta2__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 680px) {
  .p-single-cta2__text {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
  }
}
.p-single-cta2__bottom {
  margin-top: 25px;
}
.p-single-cta2__copy1 {
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1em;
}
.p-single-cta2__copy1::after {
  position: absolute;
  content: "／";
  right: 0;
  bottom: 0;
}
.p-single-cta2__copy1::before {
  position: absolute;
  content: "＼";
  left: 0;
  bottom: 0;
}
.p-single-cta2__copy2 {
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 6px;
}
.p-single-cta2__button {
  background: #fff;
  border: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 317px;
  height: 65px;
  border-radius: 56px;
  margin: 6px auto 0;
}
@media screen and (max-width: 680px) {
  .p-single-cta2__button {
    height: 48px;
  }
}
.p-single-cta2__button p {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  color: #333333;
}
@media screen and (max-width: 680px) {
  .p-single-cta2__button p {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
  }
}
.p-single-cta2__button p::after {
  position: absolute;
  content: url(../images/cta2-arrow.png);
  right: 16px;
}
@media screen and (max-width: 680px) {
  .p-single-cta2__button p::after {
    content: "";
    background: url(../images/cta2-arrow.png);
    width: 18px;
    height: 18px;
    top: 3px;
    right: 13px;
    background-size: cover;
  }
}
.p-single-footer h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #242424;
  position: relative;
  padding-bottom: 8px;
}
.p-single-footer h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(13%, rgb(230, 0, 61)), color-stop(13%, rgb(153, 153, 153)));
  background: linear-gradient(90deg, 
  rgba(45, 68, 134, 1) 13%, rgb(153, 153, 153) 13%);
}
.p-single-footer__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -14px;
  margin-top: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-single-footer__tagitem {
  margin-left: 14px;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .p-single-footer__tagitem {
    margin-top: 24px;
  }
}
.p-single-footer__tagitem a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px 4px 26px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
}
.p-single-footer__tagitem a::before {
  position: absolute;
  content: "#";
  color: #2d4486;
  top: 4px;
  left: 16px;
}
.p-single-footer-sns {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 29px 24px 27px 33px;
  border-radius: 30px;
  border: rgba(217, 217, 217, .53) 5px solid;
  position: relative;
}
@media screen and (max-width: 680px) {
  .p-single-footer-sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 14px 16px 26px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-single-footer-sns__read {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  width: 46%;
}
@media screen and (max-width: 680px) {
  .p-single-footer-sns__read {
    width: 67%;
  }
}
.p-single-footer-sns__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 8px;
  width: 179px;
}
.p-single-footer-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
}
@media screen and (max-width: 680px) {
  .p-single-footer-sns__list {
    margin-left: -18px;
    margin-top: 3px;
  }
}
.p-single-footer-sns__item {
  margin-left: 18px;
}
@media screen and (max-width: 680px) {
  .p-single-footer-sns__item {
    width: 38px;
    margin-left: 10px;
  }
  .p-single-footer-sns__item img {
    width: 100%;
    height: auto;
  }
}
.p-single-footer-sns__trysan {
  position: absolute;
  width: 126px;
  content: "";
  width: 161px;
  height: 221px;
  background: url(../images/trysan-sns.png);
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 24px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .p-single-footer-sns__trysan {
    width: 11.1805555556vw;
    height: 15.3472222222vw;
  }
}
@media screen and (max-width: 768px) {
  .p-single-footer-sns__trysan {
    bottom: 0px;
    right: 22px;
    width: 121px;
    height: 181px;
  }
}
.p-single-footer-writer {
  margin-top: 70px;
}
.p-single-footer-writer__contents {
  margin-left: 10px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-single-footer-writer__contents {
    margin-left: 0;
    margin-top: 18px;
  }
}
.p-single-footer-writer__head {
  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-direction: column;
          flex-direction: column;
  margin-right: 32px;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .p-single-footer-writer__head {
    margin-right: 20px;
  }
}
.p-single-footer-writer__thumb {
  max-width: 80px;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-single-footer-writer__thumb {
    margin-top: 7px;
  }
}
.p-single-footer-writer__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 6px;
}
.p-single-footer-writer__body {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .p-single-footer-writer__body {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }
}
.p-single-footer-article {
  margin-top: 60px;
}
.p-single-footer-article__list {
  margin-top: 21px;
  margin-left: -27px;
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-single-footer-article__item {
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .05);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .05);
  border-radius: 32px;
  width: calc(50% - 27px);
  margin-left: 27px;
  margin-top: 17px;
  padding: 14px 12px 12px 20px;
  height: 106px;
}
@media screen and (max-width: 680px) {
  .p-single-footer-article__item {
    width: 100%;
    border-radius: 18px;
    padding: 3px 12px 12px 20px;
    height: 96px;
  }
}
.p-single-footer-article__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-single-footer-article__thumb {
  max-width: 103px;
  height: 66px;
  width: 100%;
  border-radius: 16px;
  margin-top: 8px;
}
@media screen and (max-width: 680px) {
  .p-single-footer-article__thumb {
    border-radius: 8px;
  }
}
.p-single-footer-article__thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 680px) {
  .p-single-footer-article__thumb img {
    border-radius: 8px;
  }
}
.p-single-footer-article__body {
  margin-left: 12px;
  margin-top: -3px;
}
@media screen and (max-width: 680px) {
  .p-single-footer-article__body {
    margin-top: 0px;
  }
}
.p-single-footer-article__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-align: left;
}
@media screen and (max-width: 680px) {
  .p-single-footer-article__title {
    font-size: 12px;
  }
}
.p-single-footer-article__date {
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  color: #999999;
}
.p-single__lead {
  margin-bottom: 32px;
  font-size: 14px;
  color: #777777;
}
@media screen and (max-width: 680px) {
  .p-single__lead {
    font-size: 12px;
  }
}
.p-single-related {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 536px;
}
.p-single-related__label {
  background: #2D4486;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  margin-left: 10px;
}
.p-single-related__content {
  padding: 0;
  position: relative;
  display: block;
  overflow: initial;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #8c8f94;
  background: #fff;
}
.p-single-related__link {
  display: flex;
  width: 100%;
  padding: 24px;
  gap: 16px;
  border: 1px solid #2D4486;
  border-radius: 8px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  transition: all .2s;
}
@media screen and (max-width: 680px) {
  .p-single-related__link {
    font-size: 14px;
  }
}
.p-single-related__image {
  border-radius: 16px;
  width: 103px;
}

.wp-embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smt30 {
    margin-top: 30px !important;
  }
  .u-smt60 {
    margin-top: 60px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #f4f8ff;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 1140px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 1140px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--inline {
    display: inline-block;
  }
}
.u-md-only--flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--inline {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--inline {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}

.u-sm-only {
  display: none;
}
@media screen and (max-width: 680px) {
  .u-sm-only {
    display: block;
  }
}
.u-sm-only--inline {
  display: none;
}
@media screen and (max-width: 680px) {
  .u-sm-only--inline {
    display: inline-block;
  }
}
.u-sm-only--flex {
  display: none;
}
@media screen and (max-width: 680px) {
  .u-sm-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-sm-hidden {
  display: block;
}
@media screen and (max-width: 680px) {
  .u-sm-hidden {
    display: none;
  }
}
.u-sm-hidden--inline {
  display: inline-block;
}
@media screen and (max-width: 680px) {
  .u-sm-hidden--inline {
    display: none;
  }
}
.u-sm-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 680px) {
  .u-sm-hidden--flex {
    display: none;
  }
}
.wp-block-embed.is-type-wp-embed {
  max-width: 535px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 52px;
  position: relative;
}