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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

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

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

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

.no-scroll {
  overflow: hidden;
}

.l-header {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.l-header__inner {
  width: 100%;
  height: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    padding: 0 0.9375rem;
  }
}

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

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

.l-header-logo:hover {
  opacity: 0.7;
}

.l-header-logo__cope {
  display: block;
  color: #3CA8AC;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-header-logo__cope {
    font-size: 0.75rem;
  }
}

.l-header-logo__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .l-header-logo__title {
    gap: 0.625rem;
  }
}
.l-header-logo__title img {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .l-header-logo__title img {
    width: 13.75rem;
  }
}
.l-header-logo__title span {
  display: inline-block;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 700;
  background: #3CA8AC;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-header-logo__title span {
    font-size: 0.8125rem;
    line-height: 1.7692307692;
    padding: 0 0.4375rem;
  }
}

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

.l-header-nav__list {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 600;
}

.l-header-nav__link {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 600;
}
.l-header-nav__link:hover {
  color: #3CA8AC;
}

.l-header-btn {
  height: 3.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  background: #E56719;
  border-radius: 5rem;
  padding: 0 1.25rem;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
}
.l-header-btn::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.75rem;
  height: 0.625rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-header-btn:hover {
  opacity: 0.7;
}
.l-header-btn_white {
  color: #E56719;
  background: #fff;
  border: 1px solid #E56719;
}
.l-header-btn_white::after {
  background-image: url(../imgs/pc/arrow_orange.svg);
}

.l-main {
  position: relative;
  width: 100%;
  padding-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    overflow: hidden;
    padding-top: 3.75rem;
  }
}
.l-main.no-sns .addtoany_share_save_container {
  display: none;
}

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

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

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

.l-inner-article__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3.125rem auto 0 auto;
  width: 100%;
  max-width: 12.5rem;
  height: 3.375rem;
  color: #5B74DE;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  border: 1px solid #5B74DE;
}
@media screen and (max-width: 767px) {
  .l-inner-article__link {
    margin: 1.25rem auto 0 auto;
  }
}
.l-inner-article__link:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

.l-footer {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#3CA8AC), to(#2F5EAF));
  background: linear-gradient(90deg, #3CA8AC, #2F5EAF);
}

.l-footer__inner {
  width: 100%;
  max-width: 72.5rem;
  margin: 0rem auto;
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}

.l-footer__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
  }
}

.l-footer-logo:hover {
  opacity: 0.7;
}

.l-footer-logo__cope {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-footer-logo__cope {
    font-size: 0.75rem;
  }
}

.l-footer-logo__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .l-footer-logo__title {
    gap: 0.625rem;
  }
}
.l-footer-logo__title img {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .l-footer-logo__title img {
    width: 13.75rem;
  }
}
.l-footer-logo__title span {
  display: inline-block;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 700;
  background: #3CA8AC;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer-logo__title span {
    font-size: 0.8125rem;
    line-height: 1.7692307692;
    padding: 0 0.4375rem;
  }
}

.l-footer-youtube {
  display: block;
  width: 5.5rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer-youtube {
    display: none;
  }
}
.l-footer-youtube:hover {
  opacity: 0.7;
}

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

.l-footer-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.4375rem;
}

.l-footer-nav__list {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.l-footer-nav__link {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.l-footer-nav__link:hover {
  opacity: 0.7;
}

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

.l-footer__group {
  width: 11.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    width: 100%;
    max-width: 23.125rem;
    margin: 0rem auto;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-nav02 {
    display: none;
  }
}

.l-footer-nav02__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
}

.l-footer-nav02__list {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
}

.l-footer-nav02__link {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
.l-footer-nav02__link:hover {
  opacity: 0.7;
}

.l-footer-nav02__subLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.4375rem;
  margin-top: 0.625rem;
  padding-left: 0.875rem;
  margin-bottom: 0.625rem;
}
.l-footer-nav02__subLists li {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-weight: 400;
}
.l-footer-nav02__subLists li a {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-weight: 400;
}
.l-footer-nav02__subLists li a:hover {
  opacity: 0.7;
}

.l-footer-btn {
  width: 100%;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  background: #E56719;
  border-radius: 5rem;
  padding: 0 0.625rem;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
}
.l-footer-btn::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.75rem;
  height: 0.625rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-footer-btn:hover {
  opacity: 0.7;
}
.l-footer-btn_white {
  color: #E56719;
  background: #fff;
  border: 1px solid #E56719;
}
.l-footer-btn_white::after {
  background-image: url(../imgs/pc/arrow_orange.svg);
}

.l-footer__small {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  text-align: center;
  margin-top: 1.875rem;
}

.c-frame {
  width: 100%;
}

.c-frame__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 0.625rem 0rem 4.375rem 0rem;
}
@media screen and (max-width: 767px) {
  .c-frame__inner {
    padding: 0.5rem 0.9375rem 3.125rem 0.9375rem;
  }
}
.c-frame__inner.fv {
  padding-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .c-frame__inner.fv {
    padding-top: 2.8125rem;
  }
}

.c-frame__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .c-frame__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 1.25rem;
    gap: 3.125rem;
  }
}

.c-frame__course {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-frame__course {
    margin-top: 1.25rem;
  }
}
.c-frame__course .wp-block-gallery:not(:root) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-frame__course .wp-block-gallery:not(:root) {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 0rem;
  }
}
.c-frame__course .wp-block-image {
  width: 100% !important;
}
.c-frame__course .wp-block-image a {
  position: relative;
  overflow: hidden;
}
.c-frame__course .wp-block-image a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-frame__course .wp-block-image a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}

.c-frameArticle {
  width: 100%;
  max-width: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-frameArticle {
    max-width: 100%;
  }
}

.c-frameArticle__column {
  width: 100%;
}
.c-frameArticle__column.course {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .c-frameArticle__column.course {
    margin-top: 3.125rem;
  }
}
.c-frameArticle__column.related {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .c-frameArticle__column.related {
    margin-top: 2.5rem;
  }
}

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

.c-frameArticle__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;
  margin: 1.5rem auto 0 auto;
}
.c-frameArticle__button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3CA8AC;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 600;
  padding: 0.875rem 1.1875rem;
  border: 1px solid #3CA8AC;
  border-radius: 6.25rem;
}
.c-frameArticle__button a:hover {
  color: #fff;
  background: #3CA8AC;
}

.c-frameArticle__movie {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-frameArticle__movie {
    margin-top: 1.25rem;
  }
}
.c-frameArticle__movie .wp-block-gallery:not(:root) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-frameArticle__movie .wp-block-gallery:not(:root) {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.c-frameArticle__movie .wp-block-image {
  width: 100% !important;
}
.c-frameArticle__movie .wp-block-image a {
  position: relative;
  overflow: hidden;
}
.c-frameArticle__movie .wp-block-image a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-frameArticle__movie .wp-block-image a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}

.c-frameAside {
  width: 100%;
  max-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .c-frameAside {
    max-width: 100%;
  }
}

.c-frameAside__banner {
  position: relative;
  z-index: 10;
  top: 0rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-frameAside__banner {
    margin-top: 0rem;
  }
}
.c-frameAside__banner.sticky {
  position: sticky;
  top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .c-frameAside__banner.sticky {
    position: relative;
    top: 0rem;
  }
}
.c-frameAside__banner .wp-block-gallery:not(:root) {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}
.c-frameAside__banner .wp-block-image {
  width: 100% !important;
}
.c-frameAside__banner .wp-block-image a {
  position: relative;
  overflow: hidden;
}
.c-frameAside__banner .wp-block-image a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-frameAside__banner .wp-block-image a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}

.c-frameAside__column {
  width: 100%;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .c-frameAside__column {
    margin-top: 2.8125rem;
  }
}

.c-frameAside__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
  margin-top: 0.9375rem;
}

.c-frame-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-frame-category {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 1rem 0;
  }
}

.c-frame-category__list {
  color: #3CA8AC;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
}

.c-frame-category__link {
  position: relative;
  z-index: 1;
  color: #3CA8AC;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  background: #ffffff;
  padding: 0.25rem 0.875rem;
  border-radius: 6.25rem;
  border: 1px solid #3CA8AC;
}
@media screen and (max-width: 767px) {
  .c-frame-category__link {
    white-space: nowrap;
  }
}
.c-frame-category__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#3CA8AC), to(#2F5EAF));
  background: linear-gradient(90deg, #3CA8AC, #2F5EAF);
}
.c-frame-category__link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(60, 168, 172, 0);
}
.c-frame-category__link.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(60, 168, 172, 0);
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #DDDDDD;
}
.c-title::before {
  content: attr(data-en);
  position: relative;
  top: 0.25rem;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#3CA8AC), to(#2F5EAF));
  background: linear-gradient(90deg, #3CA8AC 0%, #2F5EAF 100%);
  margin-top: -0.625rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-title-min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .c-title-min {
    gap: 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 0.5625rem;
  }
}
.c-title-min::before {
  content: attr(data-en);
  position: relative;
  top: 0.125rem;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#3CA8AC), to(#2F5EAF));
  background: linear-gradient(90deg, #3CA8AC 0%, #2F5EAF 100%);
  margin-top: -0.625rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .c-title-min::before {
    top: 0.25rem;
    font-size: 2.5rem;
    line-height: 1.25;
  }
}

.c-title-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  padding-left: 1.375rem;
}
.c-title-post::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#3CA8AC), to(#2F5EAF));
  background: linear-gradient(90deg, #3CA8AC, #2F5EAF);
}
.c-title-post span {
  font-size: 1rem;
}

.c-article-post {
  width: 100%;
}
.c-article-post:hover {
  opacity: 0.7;
}
.c-article-post:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-article-post__thumbnail {
  width: 100%;
  overflow: hidden;
}

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

.c-article-post__box {
  width: 100%;
  padding-top: 0.625rem;
}

.c-article-post__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.c-article-post__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.625rem;
}

.c-article-post__new {
  display: inline-block;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  padding: 0 0.3125rem;
  background: #F44040;
  margin-right: 0.625rem;
}

.c-article-post__time {
  position: relative;
  color: #777777;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  margin-right: 1.25rem;
}
.c-article-post__time::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.625rem;
  width: 1px;
  height: 0.625rem;
  background: #CCCCCC;
}
.c-article-post__time.no-bar {
  margin-right: 0rem;
}
.c-article-post__time.no-bar::after {
  display: none;
}

.c-article-post__category {
  display: inline-block;
  color: #3CA8AC;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
}

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

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

.number .c-article-size .c-article-size__thumbnail {
  position: relative;
}
.number .c-article-size .c-article-size__thumbnail::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0B3360;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.1818181818;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .number .c-article-size .c-article-size__thumbnail::before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}
.number .c-article-size:nth-of-type(1) .c-article-size__thumbnail::before {
  content: "1";
}
.number .c-article-size:nth-of-type(2) .c-article-size__thumbnail::before {
  content: "2";
}
.number .c-article-size:nth-of-type(3) .c-article-size__thumbnail::before {
  content: "3";
}
.number .c-article-size:nth-of-type(4) .c-article-size__thumbnail::before {
  content: "4";
}
.number .c-article-size:nth-of-type(5) .c-article-size__thumbnail::before {
  content: "5";
}

.c-article-size__img {
  position: relative;
  width: 100%;
  padding-top: 66.6666666667%;
}
@media screen and (max-width: 767px) {
  .c-article-size__img {
    padding-top: 66.6666666667%;
  }
}
.c-article-size__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

.c-article-btn {
  width: 100%;
  max-width: 22.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3CA8AC;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 1.875rem;
  border: 1px solid #3CA8AC;
  border-radius: 5rem;
}
.c-article-btn:hover {
  color: #fff;
  background: #3CA8AC;
}

.c-aside-post {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.c-aside-post:hover {
  opacity: 0.7;
}
.c-aside-post:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-aside-post__thumbnail {
  width: 100%;
  max-width: 7.5rem;
  overflow: hidden;
}

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

.c-aside-post__title {
  font-size: 0.6875rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-aside-post__title {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.1875rem;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-bottom: 0.9375rem;
  }
}
.c-breadcrumb a {
  white-space: nowrap;
}
.c-breadcrumb a:hover {
  opacity: 0.7;
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  color: #3B4043;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 400;
  white-space: nowrap;
}
.c-breadcrumb__list::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.8125rem;
  display: inline-block;
  width: 0.4375rem;
  height: 1px;
  background: #333333;
}
.c-breadcrumb__list_end {
  color: rgba(59, 64, 67, 0.5);
}
.c-breadcrumb__list_end::after {
  display: none;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.875rem;
  max-width: 1.875rem;
  height: 1.875rem;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1;
  border: 1px solid rgba(60, 168, 172, 0.5);
  background: #fff;
  border-radius: 100%;
}
.pagination .page-numbers:hover {
  background: rgba(60, 168, 172, 0.5);
}
.pagination .dots {
  font-size: 0.75rem;
  line-height: 1;
  border: none;
}
.pagination .dots:hover {
  color: #333333;
  background: #ffffff;
}
.pagination .current {
  color: #333333;
  background: rgba(60, 168, 172, 0.5);
}
.pagination .prev {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.875rem;
  max-width: 1.875rem;
  height: 1.875rem;
  border: 1px solid rgba(60, 168, 172, 0.5);
  background: #fff;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 0.9375rem;
}
.pagination .prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  width: 0.75rem;
  height: 0.5rem;
  background-image: url(../imgs/pc/nav_arrow_green.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.pagination .prev:hover {
  background: rgba(60, 168, 172, 0.5);
}
.pagination .next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.875rem;
  max-width: 1.875rem;
  height: 1.875rem;
  border: 1px solid rgba(60, 168, 172, 0.5);
  background: #fff;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 0.9375rem;
}
.pagination .next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.5rem;
  background-image: url(../imgs/pc/nav_arrow_green.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.pagination .next:hover {
  background: rgba(60, 168, 172, 0.5);
}

.c-hamburger {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#3CA8AC), to(#2F5EAF));
  background: linear-gradient(90deg, #3CA8AC 0%, #2F5EAF 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.75rem;
  height: 0.125rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 1.4375rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 2.1875rem;
}

.c-hamburger.active span:nth-of-type(1) {
  top: 1.875rem;
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
}
.c-hamburger.active span:nth-of-type(2) {
  top: 1.875rem;
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  z-index: 100;
  top: 0rem;
  right: -100%;
  width: 100%;
  max-width: 74.358974359%;
  height: 100%;
  background: #F8F8F8;
  padding: 1.25rem 1.875rem;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav.active {
  z-index: 98;
  right: 0%;
}

.c-hamburger-nav__search {
  padding-right: 5rem;
  margin-bottom: 0.9375rem;
}
.c-hamburger-nav__search .p-search-form {
  display: block;
}

.c-hamburger-nav__link {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 600;
}
.c-hamburger-nav__link:hover {
  opacity: 0.7;
}

.c-hamburger-nav__column {
  width: 100%;
  padding: 0.625rem 0;
  border-bottom: 1px solid #3CA8AC;
}

.c-hamburger-nav__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-hamburger-nav__title {
  min-width: 4.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 600;
}

.c-hamburger-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.3125rem;
}
.c-hamburger-nav__lists li {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 400;
}
.c-hamburger-nav__lists a {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 400;
}
.c-hamburger-nav__lists a:hover {
  opacity: 0.7;
}

.c-hamburger-nav__item {
  width: 100%;
  margin-top: 1.25rem;
}

.c-hamburger-nav__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
}

.c-hamburger-nav__btn {
  width: 100%;
  max-width: 14.375rem;
  height: 2.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  background: #E56719;
  border-radius: 5rem;
  padding: 0 0.625rem;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
}
.c-hamburger-nav__btn::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.75rem;
  height: 0.625rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-hamburger-nav__btn:hover {
  opacity: 0.7;
}
.c-hamburger-nav__btn_white {
  color: #E56719;
  background: #fff;
  border: 1px solid #E56719;
}
.c-hamburger-nav__btn_white::after {
  background-image: url(../imgs/pc/arrow_orange.svg);
}

.c-hamburger-nav__youtube {
  display: block;
  width: 5.5rem;
  margin-top: 1.25rem;
  margin-left: auto;
}
.c-hamburger-nav__youtube:hover {
  opacity: 0.7;
}

.c-hamburger-nav__lists02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  margin-top: 0.9375rem;
}

.c-hamburger-nav__list02 li {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 400;
}
.c-hamburger-nav__list02 a {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 400;
}
.c-hamburger-nav__list02 a:hover {
  opacity: 0.7;
}

.c-float {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90;
  width: 100%;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  background: rgba(11, 51, 96, 0.85);
}
@media screen and (max-width: 767px) {
  .c-float {
    height: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.375rem;
  }
}
.c-float.active {
  display: none;
}

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

.c-float__link {
  min-width: 17.5rem;
  height: 2.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 0.9375rem;
  background: linear-gradient(-135deg, #9857FF, #4A55E2);
}
@media screen and (max-width: 767px) {
  .c-float__link {
    min-width: 11.875rem;
    height: 2rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.c-float__link:hover {
  opacity: 0.7;
}

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

.p-fv-slide {
  width: 100%;
}
.p-fv-slide.slick-dotted.slick-slider {
  margin: 0;
}
.p-fv-slide .slick-dots {
  cursor: pointer;
  position: relative;
  font-size: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-top: -0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-slide .slick-dots {
    margin-top: -0.625rem;
  }
}
.p-fv-slide .slick-dots li {
  width: 5rem;
  height: 0.375rem;
  background: #B5DFE0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-slide .slick-dots li {
    width: 3.75rem;
    height: 0.1875rem;
  }
}
.p-fv-slide .slick-dots li.slick-active {
  background: #3CA8AC;
}
.p-fv-slide .slick-dots li button {
  display: none !important;
}

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

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

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

.p-search-form {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-search-form {
    display: none;
  }
}

.p-search-form__keyword {
  position: relative;
  display: block;
  width: 100%;
}
.p-search-form__keyword::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/search_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-search-form__keyword input {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 100%;
  color: #3CA8AC;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #3CA8AC;
}
.p-search-form__keyword input::-webkit-input-placeholder {
  color: #3CA8AC;
}
.p-search-form__keyword input::-moz-placeholder {
  color: #3CA8AC;
}
.p-search-form__keyword input:-ms-input-placeholder {
  color: #3CA8AC;
}
.p-search-form__keyword input::-ms-input-placeholder {
  color: #3CA8AC;
}
.p-search-form__keyword input::placeholder {
  color: #3CA8AC;
}

.p-single {
  width: 100%;
}
.p-single #toc_container {
  position: relative;
  width: 100% !important;
  background: #fff;
  border: none;
  border-top: 1px solid #3CA8AC;
  border-bottom: 1px solid #3CA8AC;
  padding: 1.25rem;
  font-size: 100%;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-single #toc_container {
    max-width: 100%;
    padding: 0.625rem 0;
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
  }
}
.p-single #toc_container .toc_number {
  display: none;
}
.p-single #toc_container li {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.4375rem;
}
.p-single #toc_container li a {
  display: inline-block;
  color: #111;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: underline;
}
.p-single #toc_container li a:hover {
  color: #3CA8AC;
  text-decoration: none;
}
.p-single #toc_container li ul {
  margin-top: 0.4375rem;
}
.p-single #toc_container li ul li {
  font-size: 0.75rem;
  margin-top: 0.125rem;
}
.p-single #toc_container li ul li a {
  font-size: 0.75rem;
  text-decoration: initial;
}
.p-single #toc_container p.toc_title {
  color: #3CA8AC;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.9375rem;
}
.p-single #toc_container p.toc_title .toc_brackets {
  display: none;
}
.p-single #toc_container p.toc_title a {
  position: absolute;
  top: 1.875rem;
  right: 1.25rem;
  width: 3.25rem;
  height: 1.5rem;
  color: #777777;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #777777;
}
@media screen and (max-width: 767px) {
  .p-single #toc_container p.toc_title a {
    top: 1.25rem;
    right: 0.625rem;
  }
}
.p-single #toc_container p.toc_title + ul.toc_list {
  margin-top: 0.625rem;
}

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

.p-single__category {
  color: #3CA8AC;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__category {
    margin-top: 1rem;
  }
}

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

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

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

.p-single-cont {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-cont {
    margin-top: 1.25rem;
  }
}
.p-single-cont h2 {
  color: #3CA8AC;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  background: rgba(60, 168, 172, 0.1);
  padding: 0.4375rem 0.875rem 0.4375rem 0.625rem;
  border-left: 0.25rem solid #3CA8AC;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-cont h2 {
    font-size: 1.25rem;
    padding: 0.3125rem 0.75rem 0.3125rem 0.5rem;
  }
}
.p-single-cont h3 {
  color: #3CA8AC;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #3CA8AC;
  margin-top: 1.875rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-single-cont h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.p-single-cont h4 {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  border-left: 0.25rem solid #3CA8AC;
  padding-left: 0.375rem;
  margin-top: 1.5625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-cont h4 {
    margin-top: 1.25rem;
  }
}
.p-single-cont h5 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single-cont h6 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
}
.p-single-cont p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-cont p {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-single-cont .wp-block-columns .wp-block-column {
  margin: 0 auto;
}
.p-single-cont .wp-block-table {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-cont .wp-block-table {
    padding-bottom: 0.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.p-single-cont .wp-block-table figcaption {
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-single-cont .wp-block-table table {
    min-width: 37.5rem;
  }
}
.p-single-cont .wp-block-table table tbody td {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.625rem;
  border: none;
  border: 1px solid #3CA8AC;
}
.p-single-cont .wp-block-table table tbody td:first-child {
  min-width: 12.5rem;
  color: #3CA8AC;
  background: rgba(60, 168, 172, 0.2);
}
.p-single-cont .wp-block-table.head {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-cont .wp-block-table.head {
    padding-bottom: 0.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.p-single-cont .wp-block-table.head figcaption {
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.3125rem;
}
.p-single-cont .wp-block-table.head table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.25rem;
  border: 1px solid #3CA8AC;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-single-cont .wp-block-table.head table {
    min-width: 37.5rem;
  }
}
.p-single-cont .wp-block-table.head table thead {
  background: rgba(60, 168, 172, 0.2);
  border-bottom: none;
}
.p-single-cont .wp-block-table.head table thead th {
  color: #3CA8AC;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 700;
  text-align: center;
  padding: 0.625rem;
  border: none;
  border-right: 1px solid #3CA8AC;
  border-bottom: 1px solid #3CA8AC;
}
.p-single-cont .wp-block-table.head table thead th:last-of-type {
  border-right: none;
}
.p-single-cont .wp-block-table.head table tbody tr:last-of-type td {
  border-bottom: none;
}
.p-single-cont .wp-block-table.head table tbody td {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.625rem;
  border: none;
  border-right: 1px solid #3CA8AC;
  border-bottom: 1px solid #3CA8AC;
}
.p-single-cont .wp-block-table.head table tbody td:last-of-type {
  border-right: none;
}
.p-single-cont .wp-block-table.head table tbody td:first-child {
  min-width: auto;
  color: initial;
  background: initial;
}
.p-single-cont ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single-cont ul li {
  font-size: 1rem;
  line-height: 1.5;
}
.p-single-cont ul li ul {
  padding-left: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single-cont ol {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single-cont ol li {
  font-size: 1rem;
  line-height: 1.5;
}
.p-single-cont ol li ul {
  list-style: decimal;
  padding-left: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single-cont blockquote {
  position: relative;
  padding: 2.8125rem 1.875rem;
  background: #F8F8F8;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-cont blockquote {
    padding: 2.8125rem 0.9375rem;
  }
}
.p-single-cont blockquote::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  width: 1.875rem;
  height: 1.5625rem;
  background-image: url(../imgs/pc/blockquote_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-single-cont blockquote::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  width: 1.875rem;
  height: 1.5625rem;
  background-image: url(../imgs/pc/blockquote_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-single-cont blockquote p {
  color: #3CA8AC;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single-cont a {
  color: #346ED2;
  text-decoration: underline;
}
.p-single-cont a:hover {
  opacity: 0.7;
}
.p-single-cont .simple-embed-card {
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single-cont .simple-embed-card .simple-embed-card__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 1.25rem;
  text-decoration: inherit;
  border: 1px solid #3CA8AC;
}
@media screen and (max-width: 767px) {
  .p-single-cont .simple-embed-card .simple-embed-card__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.9375rem;
    padding: 0.9375rem;
  }
}
.p-single-cont .simple-embed-card .simple-embed-card__link:hover .simple-embed-card__title {
  color: #3CA8AC;
}
.p-single-cont .simple-embed-card .simple-embed-card__link:hover .simple-embed-card__btn {
  color: #fff;
  background: #3CA8AC;
}
.p-single-cont .simple-embed-card .simple-embed-card__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-single-cont .simple-embed-card .simple-embed-card__thumb {
  width: 100%;
  max-width: 23.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-single-cont .simple-embed-card .simple-embed-card__thumb {
    max-width: 100%;
  }
}
.p-single-cont .simple-embed-card .simple-embed-card__img {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
.p-single-cont .simple-embed-card .simple-embed-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single-cont .simple-embed-card .simple-embed-card__info {
  width: 100%;
}
.p-single-cont .simple-embed-card .simple-embed-card__title {
  color: #111;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single-cont .simple-embed-card .simple-embed-card__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;
  width: 7.5rem;
  color: #3CA8AC;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  padding: 0.25rem 0.3125rem;
  border-radius: 5rem;
  border: 1px solid #3CA8AC;
  margin-left: auto;
  margin-top: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-single-cont .simple-embed-card .simple-embed-card__btn {
    width: 16.25rem;
    margin: 0.9375rem auto 0 auto;
    margin-top: 0.9375rem;
  }
}
.p-single-cont img {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single-cont figure img {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single-cont .wp-block-snow-monkey-blocks-box {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-cont .wp-block-snow-monkey-blocks-box {
    padding: 0.9375rem;
  }
  .p-single-cont .wp-block-snow-monkey-blocks-box.sp-padding {
    padding: 2.5rem 0.9375rem;
  }
}
.p-single-cont .wp-block-snow-monkey-blocks-box ul,
.p-single-cont .wp-block-snow-monkey-blocks-box ol {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single-cont .wp-block-snow-monkey-blocks-box li {
  margin-top: 0.625rem;
}
.p-single-cont .wp-block-snow-monkey-blocks-box li:first-of-type {
  margin-top: 0rem;
}
.p-single-cont .wp-block-snow-monkey-blocks-box p {
  margin-top: 0rem;
  margin-bottom: 0.625rem;
}
.p-single-cont .wp-block-snow-monkey-blocks-box img {
  margin-bottom: 1.25rem;
}
.p-single-cont .wp-block-cover {
  padding-bottom: 1.25rem;
}
.p-single-cont .wp-block-cover img {
  margin-bottom: 1.25rem;
}
.p-single-cont .wp-block-snow-monkey-blocks-balloon {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single-cont .wp-block-snow-monkey-blocks-balloon img {
  margin: 0;
}
.p-single-cont .wp-block-snow-monkey-blocks-balloon p {
  margin: 0;
}
.p-single-cont .wp-block-snow-monkey-blocks-balloon .smb-balloon__figure {
  border: none;
}
.p-single-cont .wp-block-snow-monkey-blocks-balloon .smb-balloon__body {
  padding: 1.25rem;
}
.p-single-cont .wp-block-snow-monkey-blocks-balloon .smb-balloon__name {
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: center;
}
.p-single-cont mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ffffff), color-stop(70%, rgba(255, 255, 255, 0)));
  background: linear-gradient(#ffffff 70%, rgba(255, 255, 255, 0) 70%);
}
.p-single-cont .wp-block-snow-monkey-blocks-box mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 70%);
}

.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn .smb-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 18.75rem;
  height: 4rem;
  font-size: 1.25rem;
  padding: 0;
  padding-right: 0.75rem;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
}
.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn .smb-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 0.75rem;
  height: 0.625rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn .smb-btn:hover {
  opacity: 0.7;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn.is-style-text .smb-btn {
  color: #E56719;
  background: #fff;
  border: 1px solid #E56719;
}
.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn.is-style-text .smb-btn::after {
  background-image: url(../imgs/pc/arrow_orange.svg);
}
.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn.is-style-text .smb-btn:hover {
  opacity: 0.7;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.cta {
  position: fixed;
  z-index: 20;
  left: 0;
  bottom: 1.875rem;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .cta {
    bottom: 0.625rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0.3125rem;
    padding: 0 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .cta .smb-btn:not(:root) {
    min-width: 11.375rem;
    height: 2.875rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .cta .smb-btn:not(:root)::after {
    display: none;
  }
}
.cta .smb-btn__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cta .smb-btn__label {
    font-size: 0.75rem;
  }
}
.cta .smb-btn__label strong {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cta .smb-btn__label strong {
    font-size: 0.875rem;
  }
}
.cta .smb-btn__label br {
  display: none;
}

.cta.is-hidden {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.p-single-author {
  width: 100%;
  border: 1px solid #3CA8AC;
  padding: 1.25rem;
  margin-top: 4.375rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-author {
    padding: 0.9375rem;
    margin-top: 3.75rem;
    margin-bottom: 1.875rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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