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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
}

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

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

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

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

.l-header__logo {
  display: block;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    margin-top: 0rem;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}
.l-header__logo .en {
  display: block;
  color: #4F4F4F;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header__logo .en {
    font-size: 0.625rem;
  }
}
.l-header__logo .ja {
  display: block;
  color: #4F4F4F;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo .ja {
    font-size: 1rem;
    margin-top: 0.1875rem;
  }
}
.l-header__logo .ja span {
  display: inline-block;
  font-size: 2rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo .ja span {
    font-size: 1.375rem;
  }
}

.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.5rem;
}
@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: 1.5rem;
}

.l-header__button {
  position: relative;
  width: 100%;
  width: 6.25rem;
  height: 3.125rem;
  border-radius: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#06C755), to(#00643E));
  background: linear-gradient(90deg, #06C755 0%, #00643E 100%);
}
.l-header__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 0.1875rem);
  height: calc(100% - 0.1875rem);
  border-radius: 0.5625rem;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__button span {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 500;
}
.l-header__button:hover::after {
  opacity: 1;
}
.l-header__button:hover span {
  background: -webkit-gradient(linear, left top, right top, from(#06C755), to(#00643E));
  background: linear-gradient(90deg, #06C755 0%, #00643E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-header__button.bg-purple {
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
}
.l-header__button.bg-purple:hover span {
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.l-header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.25rem;
}
.l-header-nav li {
  color: #4F4F4F;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}
.l-header-nav a {
  color: #4F4F4F;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}
.l-header-nav a:hover {
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.l-footer {
  width: 100%;
  background: #4F4F4F;
}

.l-footer__inner {
  width: 100%;
  max-width: 63.125rem;
  margin: 0 auto;
  padding: 4.0625rem 0rem 2.5rem 10.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 3.75rem 1.25rem 1.5rem 1.25rem;
  }
}

.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-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

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

.l-footer__logo {
  display: block;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-top: 0rem;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}
.l-footer__logo .en {
  display: block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
}
.l-footer__logo .ja {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.25rem;
}
.l-footer__logo .ja span {
  display: inline-block;
  font-size: 2.25rem;
  margin-right: 0.5rem;
}

.l-footer__linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.125rem;
  margin-top: 1.5625rem;
}
.l-foote__button {
  position: relative;
  width: 100%;
  width: 11.875rem;
  height: 3rem;
  border-radius: 0.3125rem;
  background: -webkit-gradient(linear, left top, right top, from(#06C755), to(#00643E));
  background: linear-gradient(90deg, #06C755 0%, #00643E 100%);
}
.l-foote__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 0.1875rem);
  height: calc(100% - 0.1875rem);
  border-radius: 0.25rem;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-foote__button span {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1.1875;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-foote__button span {
    font-size: 0.875rem;
  }
}
.l-foote__button:hover::after {
  opacity: 1;
}
.l-foote__button:hover span {
  background: -webkit-gradient(linear, left top, right top, from(#06C755), to(#00643E));
  background: linear-gradient(90deg, #06C755 0%, #00643E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-foote__button.bg-purple {
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
}
.l-foote__button.bg-purple:hover span {
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.l-footer__snsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4375rem;
  margin-top: 1.25rem;
}

.l-footer__sns {
  width: 1.875rem;
}
.l-footer__sns:hover {
  opacity: 0.7;
}

.l-footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10.25rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__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;
    padding-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-nav {
    display: none;
  }
}
.l-footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-footer-nav li {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
}
.l-footer-nav a {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
}
.l-footer-nav a:hover {
  opacity: 0.7;
}

.l-footer__company {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
}
.l-footer__company span {
  display: block;
  font-size: 1rem;
  padding-bottom: 0.625rem;
}

.l-footer-nav02 {
  padding-right: 10.5rem;
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav02 {
    display: none;
  }
}
.l-footer-nav02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
.l-footer-nav02 li {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
}
.l-footer-nav02 a {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
}
.l-footer-nav02 a:hover {
  opacity: 0.7;
}

.c-button {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 16.875rem;
  height: 4.0625rem;
  border: 0.1875rem solid;
  -o-border-image: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%) 1;
     border-image: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%) 1;
}
.c-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 0.0625rem);
  height: calc(100% + 0.0625rem);
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button span {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.c-button:hover::after {
  opacity: 0;
}
.c-button:hover span {
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-article {
  width: 100%;
  background: #F2F2F2;
}
.c-article.pb80 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-article.pb80 {
    padding-bottom: 2.5rem;
  }
}
.c-article.bg-white {
  background: #fff;
}

.c-article__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 2.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .c-article__inner {
    padding: 1.875rem 1.25rem;
  }
}
.c-article__inner.wid1100 {
  max-width: 68.75rem;
  padding: 2.5rem 0rem 5rem 0;
}
@media screen and (max-width: 767px) {
  .c-article__inner.wid1100 {
    padding: 1.25rem 1.25rem 3.75rem 1.25rem;
  }
}

.c-article__eng {
  display: block;
  color: #4F4F4F;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.c-article__title {
  color: #4F4F4F;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 0.625rem;
}

.c-article__no-title {
  font-size: 0rem;
}

.c-article__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 0;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .c-article__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem 0;
    margin-top: 2.5rem;
  }
}
.c-article__wrapper.mt0 {
  margin-top: 0;
}

.c-article__column {
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-article__column {
    padding: 0;
  }
}
.c-article__column:nth-of-type(3n-1) {
  padding: 0 1.1875rem;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .c-article__column:nth-of-type(3n-1) {
    padding: 0 0rem;
    border: none;
  }
}

.c-article__link {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-article__link {
    display: block;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #222222;
  }
}
.c-article__link:hover .c-article__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-article__link:hover .c-article__subTitle {
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-article__thumbnail {
  width: 100%;
}

.c-article__img {
  position: relative;
  padding-top: 56.7251461988%;
  overflow: hidden;
}
.c-article__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__time {
  display: block;
  color: #3D71F5;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 1.25rem;
}

.c-article__subTitle {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-article__subTitle.publishing {
  font-size: 1.25rem;
  line-height: 1.3333333333;
  margin-top: 0.875rem;
}

.c-article__allLink {
  margin: 2.25rem auto 0 auto;
}

.c-article__home {
  margin: 5rem auto 0 auto;
}

.c-article-news {
  max-width: 58.625rem;
  grid-template-columns: repeat(1, 1fr);
  margin: 2.1875rem auto 0 auto;
}

.c-article-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.1875rem;
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .c-article-news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.c-article-news__link:first-of-type {
  padding-top: 0rem;
}
.c-article-news__link:hover .c-article-news__time,
.c-article-news__link:hover .c-article-news__title {
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-article-news__time {
  min-width: 10rem;
  font-size: 1rem;
  line-height: 1.625;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-news__title {
  font-size: 1.125rem;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-service {
  width: 100%;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-article-service {
    padding: 0 0.625rem 1.875rem 0.625rem;
    border-bottom: 1px solid #222222;
    margin-top: 1.875rem;
  }
  .c-article-service:first-of-type {
    margin-top: 0rem;
  }
}
.c-article-service:nth-of-type(2) {
  padding: 0 1.1875rem;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .c-article-service:nth-of-type(2) {
    padding: 0 0rem;
    border: none;
  }
}

.c-article__thumbnail {
  width: 100%;
}

.c-article__img {
  position: relative;
  padding-top: 56.7251461988%;
  overflow: hidden;
}
.c-article__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-service__title {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  margin-top: 0.875rem;
}

.c-article-service__text {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0.75rem;
}

.c-article-service__link {
  margin: 1.25rem auto 0 auto;
}

.c-article-ranking {
  width: 100%;
}
.c-article-ranking .c-ranking {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 0;
  margin: 2.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-article-ranking .c-ranking {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem 0;
    margin-top: 1.875rem;
  }
}
.c-article-ranking .c-ranking__link {
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-article-ranking .c-ranking__link {
    padding: 0 0.625rem 1.25rem 0.625rem;
    border-bottom: 1px solid #222222;
  }
}
.c-article-ranking .c-ranking__link:nth-of-type(3n-1) {
  padding: 0 1.1875rem;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .c-article-ranking .c-ranking__link:nth-of-type(3n-1) {
    padding: 0 0rem;
    border: none;
  }
}
.c-article-ranking .c-ranking__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-article-ranking .c-ranking__link:hover .c-ranking__title {
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-article-ranking .c-ranking__thumbnail {
  width: 100%;
}
.c-article-ranking .c-ranking__img {
  position: relative;
  padding-top: 56.7251461988%;
  overflow: hidden;
}
.c-article-ranking .c-ranking__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-article-ranking .c-ranking__group {
  width: 100%;
}
.c-article-ranking .c-ranking__time {
  display: block;
  color: #3D71F5;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 1.25rem;
}
.c-article-ranking .c-ranking__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-ranking__inner {
  max-width: 68.75rem;
  margin: 0 auto;
  padding: 1.25rem 0rem 5rem 0;
}
@media screen and (max-width: 767px) {
  .c-article-ranking__inner {
    padding: 1.25rem 1.25rem 5rem 1.25rem;
  }
}

.c-article-ranking__title {
  color: #B669FF;
  font-size: 1.75rem;
  line-height: 1.2142857143;
  padding: 0.625rem;
  border-bottom: 1px solid #B669FF;
}
@media screen and (max-width: 767px) {
  .c-article-ranking__title {
    font-size: 1.25rem;
    padding: 0.5rem;
  }
}

.c-article-ranking__link {
  margin: 2.5rem auto 0 auto;
}

.c-template {
  width: 100%;
}

.c-template__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-template__inner {
    padding: 1.25rem 1.25rem 3.75rem 1.25rem;
  }
}

.c-template__title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-template__title {
    font-size: 1.5rem;
  }
}

.c-template__button {
  margin: 5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-template__button {
    margin: 3.125rem auto 0 auto;
  }
}

.c-template__editor {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor {
    margin-top: 2.5rem;
  }
}
.c-template__editor h2 {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor h2 {
    line-height: 1.5;
  }
}
.c-template__editor h3 {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor h3 {
    line-height: 1.5;
  }
}
.c-template__editor p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor p {
    font-size: 0.875rem;
    text-align: left;
    margin-bottom: 1.5rem;
  }
}
.c-template__editor p.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-template__editor p.center {
    text-align: left;
  }
}
.c-template__editor ul,
.c-template__editor ol {
  padding-left: 1.125rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor ul,
  .c-template__editor ol {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
  }
}
.c-template__editor ul li {
  list-style: disc;
}
.c-template__editor ol li {
  list-style: decimal;
}
.c-template__editor li {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-template__editor li {
    font-size: 0.875rem;
  }
}
.c-template__editor li ul,
.c-template__editor li ol {
  margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor .wp-block-media-text {
    gap: 1.5rem;
    margin-bottom: 1.875rem;
  }
  .c-template__editor .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.c-template__editor .c-ranking {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 0;
  margin: 2.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-template__editor .c-ranking {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem 0;
  }
}
.c-template__editor .c-ranking__link {
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor .c-ranking__link {
    padding: 0 0.625rem 1.25rem 0.625rem;
    border-bottom: 1px solid #222222;
  }
}
.c-template__editor .c-ranking__link:nth-of-type(3n-1) {
  padding: 0 1.1875rem;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .c-template__editor .c-ranking__link:nth-of-type(3n-1) {
    padding: 0 0rem;
    border: none;
  }
}
.c-template__editor .c-ranking__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-template__editor .c-ranking__link:hover .c-ranking__title {
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-template__editor .c-ranking__thumbnail {
  width: 100%;
}
.c-template__editor .c-ranking__img {
  position: relative;
  padding-top: 56.7251461988%;
  overflow: hidden;
}
.c-template__editor .c-ranking__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-template__editor .c-ranking__group {
  width: 100%;
}
.c-template__editor .c-ranking__time {
  display: block;
  color: #3D71F5;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 1.25rem;
}
.c-template__editor .c-ranking__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-template__editor #ez-toc-container {
  padding: 1.25rem;
}
.c-template__editor #ez-toc-container li {
  text-indent: 0;
  padding-left: 0;
}

.c-template__editor.page h2 {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor.page h2 {
    font-size: 1.375rem;
    padding: 0.875rem 0.9375rem;
    margin-bottom: 1.5rem;
  }
}
.c-template__editor.page h2.name {
  color: #222222;
  padding: 0;
  background: none;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor.page h2.name {
    margin-top: 0.625rem;
  }
}
.c-template__editor.page h2.name .ja {
  display: block;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}
@media screen and (max-width: 767px) {
  .c-template__editor.page h2.name .ja {
    font-size: 1rem;
  }
}
.c-template__editor.page h2.name .ja span {
  font-size: 2.25rem;
  line-height: 1.1944444444;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor.page h2.name .ja span {
    font-size: 2rem;
  }
}
.c-template__editor.page h2.name .en {
  display: block;
  font-size: 1rem;
  line-height: 1.1875;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor.page h2.name .en {
    font-size: 0.875rem;
  }
}
.c-template__editor.page h3 {
  color: #B669FF;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.625rem;
  border-bottom: 1px solid #B669FF;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor.page h3 {
    font-size: 1.25rem;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.c-template__editor.page h4 {
  color: #B669FF;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  border-left: 0.1875rem solid #B669FF;
  padding-left: 0.625rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor.page h4 {
    font-size: 1rem;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.c-template__editor.page p {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor.page p {
    font-size: 0.875rem;
    text-align: left;
    margin-bottom: 1.5rem;
  }
}

.c-template__editor.post {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor.post {
    margin-top: 2.5rem;
  }
}
.c-template__editor.post h2 {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#06C755), to(#00643E));
  background: linear-gradient(90deg, #06C755 0%, #00643E 100%);
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor.post h2 {
    font-size: 1.375rem;
    padding: 0.875rem 0.9375rem;
    margin-bottom: 1.5rem;
  }
}
.c-template__editor.post h3 {
  color: #00643E;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.625rem;
  border-bottom: 1px solid #00643E;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor.post h3 {
    font-size: 1.25rem;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.c-template__editor.post p {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-template__editor.post p {
    font-size: 0.875rem;
    text-align: left;
    margin-bottom: 1.5rem;
  }
}

.c-template-supervision {
  width: 100%;
  background: #F2F2F2;
  padding: 1.75rem 4.6783625731% 2.125rem 7.0175438596%;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-template-supervision {
    margin-top: 3.125rem;
    padding: 1.875rem 1.25rem;
  }
}

.c-template-supervision__title {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-template-supervision__title {
    font-size: 2rem;
  }
}

.c-template-supervision__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-template-supervision__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-template-supervision__img {
  display: block;
  width: 100%;
  max-width: 13.4375rem;
}
@media screen and (max-width: 767px) {
  .c-template-supervision__img {
    max-width: 11.25rem;
    margin: 0 auto;
  }
}
.c-template-supervision__img img {
  border-radius: 100%;
}

.c-template-supervision__group {
  width: 100%;
  max-width: 31.5rem;
  padding: 1.25rem;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .c-template-supervision__group {
    max-width: 100%;
    padding: 1.25rem 0.625rem;
  }
}

.c-template-supervision__name .ja {
  display: block;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}
@media screen and (max-width: 767px) {
  .c-template-supervision__name .ja {
    font-size: 0.875rem;
  }
}
.c-template-supervision__name .ja span {
  font-size: 1.75rem;
  line-height: 1.2142857143;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-template-supervision__name .ja span {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
}
.c-template-supervision__name .en {
  display: block;
  font-size: 1rem;
  line-height: 1.1875;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-template-supervision__name .en {
    font-size: 0.75rem;
  }
}

.c-template-supervision__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-template-supervision__text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.c-template-supervision__link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-template-supervision__link {
    font-size: 0.875rem;
  }
}
.c-template-supervision__link:hover {
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-hamburger {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 99;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 2.5rem;
  height: 2px;
  background: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 0rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 0.5625rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 1.125rem;
}

.c-hamburger.active {
  background: rgba(255, 255, 255, 0);
}
.c-hamburger.active span {
  background: #fff;
}
.c-hamburger.active span:nth-of-type(1) {
  top: 0.5625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 0.5625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  padding: 3.75rem 1.25rem 3.125rem 1.25rem;
  overflow-y: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.c-hamburger-nav__button {
  width: 100%;
  max-width: 8.125rem;
  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;
  border: 2px solid #fff;
  border-radius: 0.3125rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}
.c-hamburger-nav__button:hover {
  opacity: 0.7;
}

.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.625rem;
  margin-top: 0.9375rem;
}

.c-hamburger-nav__list {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  border-bottom: 0.125rem dashed #fff;
}

.c-hamburger-nav__link {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding: 0.5rem;
}
.c-hamburger-nav__link:hover {
  opacity: 0.7;
}

.c-hamburger-nav__list02 {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.c-hamburger-nav__list02.mt {
  margin-top: 1rem;
}

.c-hamburger-nav__link02 {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.c-hamburger-nav__link02:hover {
  opacity: 0.7;
}

.c-hamburger-nav.active {
  z-index: 98;
  opacity: 1;
}

.c-breadcrumb {
  width: 100%;
  max-width: 68.75rem;
  height: 6.25rem;
  margin: 0 auto;
  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 2.75rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    height: 3.75rem;
    gap: 0.625rem 1.625rem;
    padding: 0 1.25rem;
  }
}
.c-breadcrumb.single {
  padding: 0;
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: 0.75rem;
  }
}
.c-breadcrumb__list::after {
  content: "ー";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.875rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list::after {
    right: -1.25rem;
    font-size: 0.75rem;
  }
}
.c-breadcrumb__list_end::after {
  display: none;
}

.c-breadcrumb__link {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link {
    font-size: 0.75rem;
  }
}
.c-breadcrumb__link:hover {
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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.625rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    gap: 0.375rem;
  }
}
.pagination .page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  border: 1px solid #B669FF;
}
.pagination .page-numbers:hover {
  color: #fff;
  background: #B669FF;
}
.pagination .dots {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}
.pagination .dots:hover {
  color: #222222;
  background: #fff;
}
.pagination .current {
  color: #fff;
  background: #B669FF;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

.c-post-templateProfile {
  width: 100%;
  margin-top: 5rem;
}
.c-post-templateProfile h2 {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.c-post-templateProfile p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-post-templateProfile p {
    text-align: left;
  }
}
.c-post-templateProfile p.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-post-templateProfile p.center {
    text-align: left;
  }
}
.c-post-templateProfile ul,
.c-post-templateProfile ol {
  margin-bottom: 2.5rem;
}
.c-post-templateProfile li {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  text-indent: -2em;
  padding-left: 2em;
}
.c-post-templateProfile li:first-of-type {
  text-indent: 0em;
  padding-left: 0em;
}
.c-post-templateProfile li ul,
.c-post-templateProfile li ol {
  margin-bottom: 0rem;
}

.c-title-post {
  color: #4EA90F;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1rem 0.5rem;
  border-top: solid 0.1875rem #4EA90F;
  border-bottom: solid 0.1875rem #4EA90F;
}
@media screen and (max-width: 767px) {
  .c-title-post {
    font-size: 1.25rem;
  }
}

.c-title-h2 {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  background: #4EA90F;
  padding: 1.25rem 1.875rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-title-h2 {
    font-size: 1.125rem;
    padding: 1rem 0.9375rem;
  }
}

.c-title-h3 span {
  display: inline-block;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.75rem 1.875rem;
  background: #E18182;
}
@media screen and (max-width: 767px) {
  .c-title-h3 span {
    font-size: 1rem;
    padding: 0.625rem 0.9375rem;
  }
}

.c-title-h3-2 {
  position: relative;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 500;
  background: #E18182;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-title-h3-2 {
    font-size: 1rem;
    padding: 0.3125rem;
  }
}
.c-title-h3-2 span {
  width: 100%;
  display: inline-block;
  border: dashed 0.125rem #fff;
  padding: 0.5rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-title-h3-2 span {
    border: dashed 1.5px #fff;
    padding: 0.5rem 0.5rem;
  }
}

.c-title-h4 {
  color: #FFA639;
  background: #FAF8EF;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1rem 1.25rem;
  border-left: 0.3125rem solid #FFA639;
  text-shadow: 0.0625rem 0.0625rem 0rem #fff;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-title-h4 {
    font-size: 1rem;
    padding: 0.75rem 0.9375rem;
    border-left: 0.25rem solid #FFA639;
    margin-bottom: 0.9375rem;
  }
}

.c-title-h4-2 {
  position: relative;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.5rem 0 0.3125rem 1.5rem;
  border-bottom: 0.1875rem solid #FFA639;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-title-h4-2 {
    font-size: 1.125rem;
  }
}
.c-title-h4-2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.3em;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  height: 0.6875rem;
  width: 0.75rem;
  background: #FFA639;
}
.c-title-h4-2::after {
  content: "";
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  top: 0.6em;
  left: 0;
  height: 0.5rem;
  width: 0.5rem;
  background: #FFA639;
}

.mail_form {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  border: 1px solid #1E2D52;
}

.clearfix {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #1E2D52), color-stop(18.75rem, #1E2D52), color-stop(18.75rem, #fff), to(#fff)) 100%;
  background: linear-gradient(90deg, #1E2D52 0, #1E2D52 18.75rem, #fff 18.75rem, #fff) 100%;
}

.tit {
  width: 18.75rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  padding: 1.25rem;
  margin-top: 0.625rem;
}

.required {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.375rem 0.5rem;
  background: red;
  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;
}

.optional {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.375rem 0.5rem;
  background: grey;
  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;
}

.input {
  width: calc(100% - 18.75rem);
  border-bottom: 1px solid #1E2D52;
  padding: 1.25rem;
}
.input input {
  height: 3.75rem;
  background: #eee;
}
.input textarea {
  height: 15rem;
  background: #eee;
  padding: 0.25rem 0.625rem;
}

.input_long {
  width: 100%;
  padding: 0rem 0.625rem;
}

.p-fv {
  position: relative;
  width: 100%;
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
}

.p-fv__inner {
  position: relative;
  width: 100%;
  padding-top: 52.7777777778%;
  background-image: url(../imgs/pc/fv_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    height: auto;
    padding: 6.25rem 0 15.625rem 0;
  }
}

.p-fv__img {
  position: absolute;
  width: 41.1111111111vw;
  left: 8.8888888889vw;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    left: calc(50% - 3.5rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 15rem;
  }
}

.p-fv__box {
  position: absolute;
  z-index: 2;
  right: 3.8888888889vw;
  bottom: 19.2105263158%;
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    position: relative;
    right: auto;
    bottom: auto;
  }
}

.p-fv__group {
  width: 18.0555555556vw;
  height: 2.4305555556vw;
  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;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv__group {
    width: 11.25rem;
    height: 1.875rem;
  }
}

.p-fv__band {
  background: transparent;
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-fv__band {
    font-size: 0.875rem;
  }
}
.p-fv__band span {
  display: inline-block;
  font-size: 1.5277777778vw;
  letter-spacing: 0.18em;
  margin-right: 0.4861111111vw;
}
@media screen and (max-width: 767px) {
  .p-fv__band span {
    font-size: 1rem;
    margin: 0;
  }
}

.p-fv__title {
  color: #fff;
  font-size: 3.8888888889vw;
  line-height: 1.1964285714;
  font-weight: 900;
  text-align: center;
  margin-top: 1.5277777778vw;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0.625rem;
    padding-left: 1rem;
  }
}

.p-fv__button {
  position: relative;
  width: 20.8333333333vw;
  height: 5.2083333333vw;
  margin: 3.3333333333vw auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#06C755), to(#00643E));
  background: linear-gradient(90deg, #06C755 0%, #00643E 100%);
  border-radius: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__button {
    position: absolute;
    top: 9.375rem;
    left: calc(50% + 5rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10rem;
    height: 3.125rem;
    margin: 0;
  }
}
.p-fv__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 0.1875rem);
  height: calc(100% - 0.1875rem);
  border-radius: 0.375rem;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv__button span {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.1805555556vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv__button span {
    font-size: 1rem;
  }
}
.p-fv__button:hover::after {
  opacity: 1;
}
.p-fv__button:hover span {
  background: -webkit-gradient(linear, left top, right top, from(#06C755), to(#00643E));
  background: linear-gradient(90deg, #06C755 0%, #00643E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-fv-batch {
  width: 100%;
  background: #F2F2F2;
}

.p-fv-batch__inner {
  width: 100%;
  max-width: 53.25rem;
  min-height: 10rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-fv-batch__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    max-width: 100%;
    min-height: auto;
    padding: 2.5rem 1.25rem;
  }
}

.p-fv-batch__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-batch__group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}

.p-fv-batch__img {
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-batch__img {
    width: 5rem;
  }
}

.p-fv-batch__img02 {
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-batch__img02 {
    width: 5rem;
  }
}

.p-fv-batch__img03 {
  width: 7.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-batch__img03 {
    width: 5.375rem;
  }
}

.p-fv-banner {
  width: 100%;
  background: #F2F2F2;
}

.p-fv-banner__inner {
  width: 100%;
  max-width: 46.875rem;
  margin: 0 auto;
  padding: 2.5rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-banner__inner {
    padding: 1.875rem 1.25rem;
  }
}

.p-fv-banner__link {
  display: block;
  width: 100%;
}
.p-fv-banner__link:hover {
  opacity: 0.7;
}

.p-fv-profile {
  width: 100%;
  padding-top: 2.8125rem;
  padding-bottom: 2.5rem;
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .p-fv-profile {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-fv-profile__inner {
  width: 100%;
  padding-top: 2.375rem;
  background: rgba(182, 105, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .p-fv-profile__inner {
    padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  }
}

.p-fv-profile__eng {
  display: block;
  color: #4F4F4F;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.p-fv-profile__title {
  color: #4F4F4F;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 0.625rem;
}

.p-fv-profile__wrapper {
  position: relative;
  width: 100%;
  max-width: 75rem;
  padding-bottom: 1.875rem;
  margin: 2.625rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-profile__wrapper {
    margin: 1.875rem auto 0 auto;
  }
}

.p-fv-profile__img {
  position: absolute;
  left: -7.5rem;
  bottom: 0rem;
  width: 41.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-profile__img {
    position: relative;
    left: auto;
    bottom: auto;
    width: 80%;
    margin: 0 auto;
  }
}

.p-fv-profile__box {
  width: 100%;
  max-width: 42.5rem;
  background: #fff;
  padding: 1.25rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-fv-profile__box {
    padding: 1.875rem 1.25rem;
  }
}

.p-fv-profile__name {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-profile__name {
    font-size: 0.875rem;
  }
}
.p-fv-profile__name span {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 1.3333333333;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-profile__name span {
    font-size: 1.75rem;
  }
}

.p-fv-profile__nameEng {
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-profile__nameEng {
    font-size: 0.8125rem;
    margin-top: 0.5rem;
  }
}

.p-fv-profile__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-profile__text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-fv-profile__link {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-profile__link {
    margin: 1.875rem auto 0 auto;
  }
}

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

.p-single-article {
  width: 72.2222222222%;
  padding: 2.5rem 2.0833333333% 2.5rem 5.5555555556%;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-single-article {
    width: 100%;
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  }
}

.p-single-article__title {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single-article__title {
    font-size: 1.5rem;
  }
}

.p-single-article__item {
  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;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1.25rem;
  }
}

.p-single-article__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__group {
    gap: 0.625rem;
  }
}

.p-single-article__category {
  color: #fff;
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 700;
  padding: 0 0.625rem;
  background: #3D71F5;
}

.p-single-article__time {
  color: #3D71F5;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single-article__time {
    font-size: 1rem;
  }
}

.p-single-article__thumbnail {
  display: block;
  width: 100%;
  max-width: 84.1549295775%;
  margin: 1.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-single-article__thumbnail {
    max-width: 100%;
    margin: 1.875rem auto 0 auto;
  }
}

.p-single-aside {
  width: 27.7777777778%;
  padding: 2.5rem 2.0833333333%;
  background: #F3F8F5;
}
@media screen and (max-width: 767px) {
  .p-single-aside {
    width: 100%;
    padding: 1.875rem 1.25rem;
  }
}
.p-single-aside .c-ranking {
  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: 1rem;
  margin-top: 1rem;
}
.p-single-aside .c-ranking__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
  width: 100%;
}
.p-single-aside .c-ranking__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-single-aside .c-ranking__link:hover .c-ranking__title {
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-single-aside .c-ranking__thumbnail {
  width: 80%;
  overflow: hidden;
}
.p-single-aside .c-ranking__img {
  position: relative;
  padding-top: 56.7251461988%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-single-aside .c-ranking__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single-aside .c-ranking__group {
  width: 100%;
}
.p-single-aside .c-ranking__time {
  display: none;
}
.p-single-aside .c-ranking__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single-aside .c-ranking__title {
    font-size: 1rem;
  }
}

.p-single-aside__banner {
  display: block;
  width: 100%;
}
.p-single-aside__banner:hover {
  opacity: 0.7;
}

.p-single-aside__box {
  width: 100%;
  margin-top: 2.5rem;
}

.p-single-aside__title {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  padding-bottom: 0.625rem;
  border-bottom: 0.5px solid #00643E;
}
@media screen and (max-width: 767px) {
  .p-single-aside__title {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  }
}

.p-single-aside__categories {
  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.5rem;
  margin-top: 1rem;
}

.p-single-aside__category {
  position: relative;
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
  padding-left: 2.25rem;
}
.p-single-aside__category::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.25rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 0 0.625rem 1.08125rem;
  border-color: transparent transparent transparent #D9D9D9;
}
.p-single-aside__category:hover {
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-single-aside__category:hover::before {
  border-color: transparent transparent transparent #B669FF;
}

.p-single-under__banner {
  display: block;
  width: 100%;
}
.p-single-under__banner:hover {
  opacity: 0.7;
}

.p-cf7 {
  width: 100%;
  max-width: 66.5rem;
  margin: 2.5rem auto 0 auto;
}
.p-cf7 input:focus,
.p-cf7 textarea:focus,
.p-cf7 select:focus {
  border: 2px solid #B669FF;
}

.p-cf7__text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-cf7__text {
    font-size: 0.875rem;
  }
}

.p-cf7__lists {
  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: 2.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__lists {
    gap: 2.25rem;
    margin-top: 3.125rem;
  }
}

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

.p-cf7__title {
  width: 27.5rem;
  min-width: 27.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__title {
    width: 100%;
    min-width: auto;
    padding-top: 0rem;
  }
}
.p-cf7__title label {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cf7__title label {
    font-size: 1.125rem;
  }
}
.p-cf7__title.big label {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__title.big label {
    font-size: 1.25rem;
  }
}

.p-cf7__radio {
  position: relative;
  left: -1.25rem;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__radio {
    left: 0rem;
    margin-top: 0.625rem;
  }
}
.p-cf7__radio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__radio .wpcf7-form-control {
    gap: 1.5rem;
  }
}
.p-cf7__radio .wpcf7-list-item {
  margin: 0;
}
.p-cf7__radio label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-cf7__radio label {
    gap: 1rem;
    font-size: 1.125rem;
  }
}
.p-cf7__radio label::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background: #D9D9D9;
}
.p-cf7__radio input {
  display: none;
}
.p-cf7__radio input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background: #222222;
}

.p-cf7__textarea {
  position: relative;
  width: 100%;
  margin-top: 0.3125rem;
}
.p-cf7__textarea textarea {
  width: 100%;
  height: 23.375rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.25rem;
  border: 1px solid #222222;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}
@media screen and (max-width: 767px) {
  .p-cf7__textarea textarea {
    height: 15.625rem;
    font-size: 1.125rem;
  }
}

.p-cf7__input {
  position: relative;
  width: 100%;
}
.p-cf7__input input {
  width: 100%;
  height: 5.625rem;
  padding: 0.625rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  border: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .p-cf7__input input {
    height: 3.75rem;
    font-size: 1.125rem;
  }
}

.p-cf7__policy {
  width: 100%;
  max-width: 58.75rem;
  height: 18.75rem;
  margin: 3.75rem auto 0 auto;
  padding: 1.25rem;
  border: 1px solid #222222;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-cf7__policy {
    height: 17.5rem;
    margin: 3.125rem auto 0 auto;
  }
}
.p-cf7__policy h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-cf7__policy h2 {
    font-size: 1.125rem;
  }
}
.p-cf7__policy h3 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__policy h3 {
    font-size: 0.875rem;
  }
}
.p-cf7__policy p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__policy p {
    font-size: 0.875rem;
  }
}
.p-cf7__policy ul,
.p-cf7__policy ol {
  margin-top: 0.625rem;
}
.p-cf7__policy li {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .p-cf7__policy li {
    font-size: 0.875rem;
  }
}
.p-cf7__policy li:first-of-type {
  text-indent: 0em;
  padding-left: 0em;
}
.p-cf7__policy li ul,
.p-cf7__policy li ol {
  margin-top: 0rem;
}

.p-cf7__acceptance {
  width: 100%;
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance {
    margin-top: 3.125rem;
  }
}
.p-cf7__acceptance .wpcf7-list-item {
  margin: 0;
}
.p-cf7__acceptance p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance p {
    font-size: 0.875rem;
  }
}
.p-cf7__acceptance label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance label {
    gap: 1.25rem;
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}
.p-cf7__acceptance label::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: #D9D9D9;
}
.p-cf7__acceptance input {
  display: none;
}
.p-cf7__acceptance input:checked ~ span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: 0.6875rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.625rem;
  height: 1.125rem;
  border: solid #222222;
  border-width: 0 0.25rem 0.25rem 0;
}

.p-cf7__submit {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 16.875rem;
  height: 4.0625rem;
  border: 0.1875rem solid;
  -o-border-image: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%) 1;
     border-image: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%) 1;
  margin: 4.375rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit {
    margin-top: 3.125rem;
  }
}
.p-cf7__submit::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.p-cf7__submit:hover::after {
  opacity: 0;
}
.p-cf7__submit:hover input {
  background: linear-gradient(103.42deg, #3D71F5 2.54%, #B669FF 51.27%, #E47DFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 0.625rem;
}

.p-cf7__reCAPTCHA {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 1.25rem;
}
.p-cf7__reCAPTCHA a {
  text-decoration: underline;
}
.p-cf7__reCAPTCHA a:hover {
  opacity: 0.7;
}

/*reCAPTCHAのバッジを非表示に*/
.grecaptcha-badge {
  visibility: hidden;
}

.p-lp {
  width: 100%;
  max-width: 454px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-lp {
    max-width: 100%;
    padding-bottom: 3.125rem;
  }
}
.p-lp img {
  width: 100%;
}
.p-lp a {
  display: block;
  width: 94%;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-lp a {
    width: 90%;
    margin: 0.625rem auto 0 auto;
  }
}
.p-lp a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .p-lp a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@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;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}/*# sourceMappingURL=style.css.map */